/*@import url("../font/montserrat_bold/stylesheet.css");
@import url("../font/montserrat_ligth/stylesheet.css");
@import url("../font/montserrat_regular/stylesheet.css");*/

@font-face {
    font-family: 'Montserrat-Regular';
	src: url(../font/montserrat_regular/Montserrat-Regular.ttf);
}
.component_content {
 padding: 1em;
 margin: 0;
 background:#ede8f1;
}

table {
 /* border: 1px solid #ccc;
  border-collapse: collapse;*/
  margin: 0;
  padding: 0;
  width: 95%;
  /*table-layout: fixed;*/ /*esta linea divide las celdas en tamaños iguales*/
}
table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}
table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}
table th,
table td {
  padding: .625em;
  text-align: center;
}
tr:nth-child(even){background-color: #f2f2f2}
table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  html {
    font-size: 110%;
  }
    
}

.contenedor {
width: 100%;
}
.logocontenedorcentral {
width: 94%;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-between;
}
.datos {
   height: 25px;
   border: solid 2px #2C8BBE;
   padding: 2px;
   border-radius: 5px;
   font-family: 'Montserrat-Regular';
   font-size: 16px;
   box-shadow: 0px 1px 2px 0px #9C9C9C;
   background-color: #F9FCFF;
   outline: none;
   color: #474747;
   text-align: left;
   text-transform: uppercase;
  }
.etiqueta {
	font-weight:normal;
	color:#09111F;
	font-size:18px;
	font-family: 'Montserrat-Regular';
}
.celda_tit{text-align:right;}
body {font-family: 'Montserrat-Regular';}
.circulo {
     width: 15px;
     height: 15px;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
} 

@media screen and (max-width: 600px) {
  
  html {
    font-size: 80%;
	line-height:1.5;
  }
  
  .w3-check,.w3-radio{
	width: 1em;
    height: 1rem;
    position: relative;
	}  
  
}

.input_loggin {
    padding: 8px;
    display: block;
    border-bottom: 1px solid #ccc;
    width: 35%;
	border-radius:5px;
}
.btnLl{transition: opacity .25s ease-in; cursor: pointer;}
.btnLl:hover{opacity:0.7; filter:alpha(opacity=70);}

.btnPurple{font-family: 'Montserrat-Regular'; font-size: .9rem; line-height: .9rem; font-weight: 600; letter-spacing: 0px; padding: 10px 30px 10px 30px; border-width: 1px; cursor: pointer; background:#4a1471; color:#FFF; border-radius:5px;}
.btnPurple:hover{background:#fff; color:#4a1471; border:solid 1px #4a1471;}

.btnVerde{font-family: 'Montserrat-Regular'; font-size: .9rem; line-height: .9rem; font-weight: 600; letter-spacing: 0px; padding: 10px 30px 10px 30px; border-width: 1px; cursor: pointer; background:#14711f; color:#FFF; border-radius:5px;}
.btnVerde:hover{background:#fff; color:#14711f; border:solid 1px #14711f;}

.w3-pink,.w3-hover-pink:hover{color:#fff!important;background-color:#d90f66!important;}
.w3-purple,.w3-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important;}
.w3-deep-purple,.w3-hover-deep-purple:hover{color:#fff!important;background-color:#5b2b81!important;}

.w3-check,.w3-radio{
	width: 1.5em;
    height: 1.5rem;
    position: relative;
	border:none;
	}

.selectpicker{
	width:90%;
	border:none;
	padding:.2rem;
	border-radius:5px;
}

.seccion_tit{
	color:#4a1471;
	font-size:1.8rem;
	text-align:center;
	padding:1rem;
}
