@font-face {
  font-family: 'gobCL2';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/gobcl_light.eot?") format("eot"), url("../fonts/gobcl_light.woff") format("woff"), url("../fonts/gobcl_light.ttf") format("truetype");
}
@font-face {
  font-family: "gobCL";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/gobcl_regular.eot?") format("eot"), url("../fonts/gobcl_regular.woff") format("woff"), url("../fonts/gobcl_regular.ttf") format("truetype");
}
@font-face {
  font-family: "gobCLbold";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/gobcl_bold.eot?") format("eot"), url("../fonts/gobcl_bold.woff") format("woff"), url("../fonts/gobcl_bold.ttf") format("truetype");
}
.fas{
	color: #787878;
}
input{
	border:none;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	height:470px !important;
	width:100% !important;
	object-fit: cover;
}
body{ 
	font-family: "gobCL", sans-serif;
	margin:0;
	Padding:0;
	color:#212121;
	background-color:#e6e6e6;
}
header{
	width:100%;
	height:auto;
	background:url(../img/header.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.bienvenida1{
	color: #fff;
    text-align: center;
    font-size: 27px;
    margin: 10px 0;
    text-shadow: 1px 1px #00000085;
}
.bienvenida2{
	color: #fff;
    text-align: center;
    font-size: 14px;
    width: 581px;
    margin:0 auto 20px auto;
    text-shadow: 1px 1px #00000085;
}
.num-header{
    color: #fff;
    text-align:center;
    font-family: "gobCL";
    font-size: 14px;
}
nav{
	width:100%;
	background-color:#fff;
	height: 70px;
	font-size:13px;
	font-family: "gobCLBold", sans-serif;
	padding-top:10px;
}
nav ul{
  float:right;
  color:#787878;
  margin-top: 22px;
}
nav ul li a{
  color:#6e6e6e;
  text-decoration: none;
}
nav ul li{
  list-style: none;
  display: inline;
  padding:0 20px;
}
#content{
	width:1005px;
	margin:0 auto;
	border: 1px solid #e1e4ec;
	padding:20px 0 20px 20px;
}
#content_central{
	max-width:1005px;
	margin:0 auto;
}
h2{
	color: #787878;
	font-size: 18px;
}
.logo_sernatur{
	background:url(../img/logosernatur.png);
    background-size: 120px;
    width: 120px;
    height: 42px;
    display: block;
    float: left;
    margin: 11px 0 0 0;
}
.buscador-index{
    width: 100%;
    padding: 30px 0!important;
    margin-bottom: 0px;
    font-family: "gobCLbold";
}
#buscador{
    width: 100%;
    padding:40px 0;
    margin-bottom: 0px;
    font-family: "gobCLbold";
}
#logo, #buscador h2{
	display:none;
}
.footer-covid{
	padding: 15px 40px;border-top: 1px solid #f7f7f7;margin-top: 12px;
}
/*
#servicio{
	background-color:#1694f7;
	border: none;
	width: 150px;
    height: 44px;
    color: #fff;
    font-size: 12px;
	-webkit-appearance: button;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    padding-left: 20px;
    display: inline-block;
}
*/
.rrss{
	font-size:20px;
}
.rrss a{
	margin:0 5px;
}
.fa-facebook-f{
	color:#2d7ab6;
}
.fa-whatsapp{
	color:#44a239;
}
.fa-twitter{
	color:#04b0e9;
}
.fa-instagram{
	color:#e83f39;
}
#buscador .nombre{
	width: 580px;
    height: 60px;
    border-radius: 30px;
    padding-left: 30px;
    color: #787878;
    font-size: 16px;
    border: none;
}
.buscar{
    background-color: #e04143;
    height: 61px;
    border-radius: 30px;
    width: 115px;
    margin-left:-55px;
    border: none;
    color: #fff;
    font-size: 16px;
    z-index: 50;
}
.input-header{
	width:auto;
	background-color:#fff;
	height:60px;
	-webkit-appearance: button;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    color: #787878;
    padding-left:20px;
    /*background-image: url(../img/flechaabajo.png);*/
    background-repeat: no-repeat;
    background-position: 222px 11px;
    font-size:14px;
    border: none;
    display: inline;
    margin:10px;
}
.comuna_region{
	margin:7px 0;
	display:flex;
}
.main_caja{
	width:490px;
	display: inline-grid;
	margin-bottom:20px;
	margin-right: 10px;
	background-color: #fff;
}
.foto_resul img{
	width:200px;
	height:290px;
    object-fit: cover;
    float:left;
    background-size: 100% auto;
}
.ampliar{
	-webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    background-position: 80px 116px;
    width: 200px;
    height: 290px;
    display: block;
    position: absolute;
    opacity: 0.4;
}
.ampliar:hover{
	background-color: #000;
	background-image:url(../img/espand.png);
	background-repeat: no-repeat;
    background-position: 80px 116px;
    opacity: 0.4;
    width: 200px;
    height: 290px;
    display: block;
    position: absolute;
}
.ampliar2{
	-webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
    background-position: 247px 130px;
    width: 500px;
    height: 330px;
    display: block;
    position: absolute;
    opacity: 0.4;
}
.ampliar2:hover{
	background-color: #000;
	background-image:url(../img/espand.png);
	background-repeat: no-repeat;
    background-position: 247px 130px;
    opacity: 0.4;
    width: 500px;
    height: 330px;
    display: block;
    position: absolute;
}
.detalle{
	width: 250px;
	padding:20px 20px 0 20px;
	position: absolute;
    margin-left: 200px;
}
.detalle .nombre, #contenidoperfil .nombre{
    color: #4da0d8;
    text-decoration: none;
    font-size: 19px;
    font-family: "GobCL";
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    margin: 0 0 20px 0px;
    line-height: 23px;
}
.detalle p, .detalle a{
	text-transform: capitalize; 
}
#contenidoperfil{
	float: right;
    width: 46%;
    border: 0;
    position: inherit;
    margin-left: 0;
}
#contenidoperfil h4{
	margin-left:-20px !important;
	font-size:26px !important;
}
.detalle p{
	font-size:14px;
	font-family: 'Roboto', sans-serif;
	margin: 8px 0px;
	line-height: 13px;
	color: #787878;
}
.detalle_int p{
	margin: 12px 0px;
}
.detalle_int i, .detalle i{
	width:15px;
}
.detalle_int h4{
	padding:0 20px;
}
.direccion{
	background-image:url(../img/dir2.png);
	background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 19px;
    min-height:20px;
}
.llamar{
	background-image:url(../img/tel2.png);
	background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 19px;
}
.web{
	font-family: 'Roboto', sans-serif;
    color: #4da0d8;
    font-size: 14px;
    text-decoration: none;
    display:block;
    margin-bottom: 5px;
}
.mail{
    text-decoration: none;
    color: #4da0d8;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    width: 173px;
    text-transform: lowercase !important;
}
.clas{
	background-image:url(../img/clas.png);
	background-repeat: no-repeat;
    padding-left: 22px;
    background-size: 18px;
    margin: 10px 0;
    display: block;
    text-decoration: none;
    height: 18px;
}
.sig{
    background-color: #29a9ff;
    border-radius: 30px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    padding: 8px 15px;
    font-size: 14px;
    text-decoration: none;
    text-transform: capitalize !important;
    margin: 249px 0 0 405px;
}
.sig:hover{
    background-color: #e1e4ec;
    color:#787878;
    cursor:pointer;

}
.servicios_cercanos{
	margin-bottom:40px;
}
.svc_cerca1, .svc_cerca2{
	display:inline-table;
	margin-right:23px;
}
.svc_cerca3{
	display:inline-table;
}
.foto_cercanos{
	width:310px !important;
	height:160px !important;
	display:block;
	object-fit:cover;
}
.detalle_cercanos{
	width:290px;
	height:36px;
	background-color:#f4f4f4;
	border-bottom:2px solid #e1e4ec;
	padding: 10px;
}
.detalle_cercanos p{
	margin:0;
	text-transform: uppercase;
}
.detalle_cercanos a{
	color:#9f9f9f;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 15px;
}
.detalle_cercanos a:hover{
	color:#8c8c8c;
	text-decoration:none;
}

.comuna_cercanos{
	font-size:12px;
	font-family: "gobCL2";
}
#perfil img{
  width:500px;
  height: 330px;
  object-fit:cover;
}
.conoce-sellos{
	background-color:#fff;
	margin-bottom: 50px;
}
.col-01{
	display:inline-table;
	margin: 0 25px;
}
.col-02{
	display: inline-table;
	margin: 0 20px;
	font-size: 12px;
}
.col-02 p{

}
.sellos-footer img{
	margin:4px 0;
}
#footer{
	background-color:#2c3040;
	font-size:12px;
	padding: 20px 0;
}
#footer h3{
	color:#4a8fe1;
}
#footer ul {
	list-style:none;
	padding:0;
}
#footer ul li a{
	color: #f5f5f6;
    margin: 20px 0;
    display: block;
    text-decoration: none
}
.redes-sociales{
	width:100px;
}
.redes-sociales a{
	color: #fff;
    font-size: 20px;
    margin: 8px 10px 0 0;
    padding: 7px 0px 0 0;
    width: 36px;
    height: 28px;
    display: inherit;
    text-align: center;
    border-radius: 50%;
    line-height: 0;
}
.facebook{
	background: #4266b2;
}
.twitter{
	background-color:#2daae2;
}
.youtube{
	background-color:#ff0400;
}
.flickr{
	background-color:#FF037F;
}
.colophon{
	max-width:990px;
	margin:0 auto;
}
.copyright{
    color: #f5f5f6;
    text-align:center;
    margin:20px 0;
}
.exclamacion{
    background-color: #ffc857;
    margin: 0 10px 0 0;
    width: 160px;
    font-size: 30px;
}
.exclamacion i{
	color: #fff;
	padding: 50% 0;
}
#avisos2{
    border-right: 3px solid #ffc857;
    margin-bottom: 20px;
}
#avisos, #avisos2{
	background-repeat: no-repeat;
    background-position: left center;
    padding:0 15px 0px 0px;
    background-color: #fff;
    margin-top: 20px;
    font-size: 12px;
    display: inline-flex;
}
#avisos p, #avisos2 p{
	text-align:justify;
}
.inspeccion{
    background-image: url(../img/inspok.png);
    display: block;
    width: 140px;
    height: 31px;
}
.patentevigente{
    background-image: url(../img/vig.png);
    display: block;
    width: 140px;
    height: 31px;
}
.noinspeccion{
    background-image: url(../img/nocumple.png);
    display: block;
    width: 140px;
    height: 31px;
}
.snoinspecionado{
    background-image: url(../img/inspno.png);
    display: block;
    width: 140px;
    height: 31px;
}
.novigente{
    background-image: url(../img/novig.png);
    display: block;
    width: 140px;
    height: 31px;
}
.servicio-cumple-inspeccion{
    width: 127px;
    height: 26px;
    background-color: #006dbf;
    color: #fff!important;
    font-size: 10px!important;
    display: flex;
    padding: 6px 10px 0 0px;
    border-radius: 5px;
    font-family: "gobCL", sans-serif!important;
    margin:0 2px;
    text-align: center;
}
.servicio-no-inspeccionado{
    width: 130px;
    height: 26px;
    background-color: #676767;
    color: #fff!important;
    font-size: 10px!important;
    display: flex;
    padding: 6px 10px 0 0px;
    text-align: center;
    border-radius: 5px;
    font-family: "gobCL", sans-serif!important;
    margin:0 2px;
}
.servicio-no-cumple-inspeccion{
    width: 130px;
    height: 26px;
    background-color: #ff0000;
    color: #fff!important;
    font-size: 10px!important;
    display: flex;
    padding: 6px 10px 0 0px;
    border-radius: 5px;
    font-family: "gobCL", sans-serif!important;
    margin:0 2px;
    text-align: center;
}
.servicio-cumple-patente{
    width: 130px;
    height: 26px;
    background-color: #006dbf;
    color: #fff!important;
    font-size: 10px!important;
    display: flex;
    padding: 6px 10px 0 0px;
    text-align: right;
    border-radius: 5px;
    font-family: "gobCL", sans-serif!important;
    margin:0 2px;
}
.servicio-no-patente{
    width: 130px;
    height: 26px;
    background-color: #676767;
    color: #fff!important;
    font-size: 10px !important;
    display: flex;
    padding: 6px 10px 0 0px;
    text-align: right;
    border-radius: 5px;
    font-family: "gobCL", sans-serif!important;
    margin:0 2px;
}
.servicio-cumple-inspeccion i, .servicio-no-inspeccionado i, .servicio-no-cumple-inspeccion i, .servicio-no-patente i, .servicio-cumple-patente i{
	padding:0 7px 0 10px
}
.sellos-header, .centrar{
  text-align: center;
  margin-bottom:25px;
}
.selloq_detalle{
	background-image: url(../img/sello_q2.png);
    background-position: 100% 0px;
    width: 104px;
    height: 42px;
    margin-top: 10px;
}
.sellos_detalle{
	background-image: url(../img/sello_s2.png);
    background-position: 100% 0px;
    width: 104px;
    height: 42px;
    margin-top: 10px;
}
#inspeccion2 {
	position:absolute;
}
.noresult{
	text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.descargas{
	width: 40%;
	background-color: #fff;
	padding: 20px;
	text-align: center;
	display: inline-block;
	margin: 10px;  
}
.descargas a{
    color: #787878;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: 0.4s; /* Safari */
    transition: 0.4s;
}
.descargas a:hover{
    color: #e04143;
}
.descargas img{
	display: block;
    width: 100%;
    margin-bottom: 20px;
}
.clase-detalle{
	text-transform: uppercase;
    font-size: 10px;
    background-color: #e04143;
    color: #fff;
    position: absolute;
    padding: 3px 16px;
    border-radius: 0px 0px 21px 0;
}
.menu-toggle{
	display:none;
}
.menu-display{
	display:inherit;
	
}
.menu-display-inherit{
	-webkit-transition: 0.3s; /* Safari */
    transition: 0.3s;
    margin: 0px 0px;
}
.logo-certificacion{
	width: 100px!important;
    height: 100px!important;
}
.logo-caja-cert{
	display: inline-flex;
    position: relative;
    left: 190px;
    top: -24px;

}
@media only screen and (max-width: 700px) {
	
	.logo-caja-cert {
    display: inline-flex;
    position: relative;
    left: 35px;
    top: 29px;
    }
	
		.sello-confianza, .sello-confianza-detalle{
	position:inherit!important;}
	
	input[type="radio"], 
    input[type="checkbox"] {
        vertical-align: middle;
        margin:0 0 0 -15px !important;
        padding:0 0 0 0!important;
    }

    .check span{
       display:none;
   }
   .exclamacion{
       height: auto;
       display: block;
       text-align:center!important;
       padding: 0 30px;
   }
   .menu-display{
       display:none;
   }
   .descargas{
       width: inherit;
       margin: 0 0 10px 0;
   }
   .descargas a{
       color: #ce1515;
   }
   .menu-display-inherit{
       width: 100%;
       display: inherit;
       background-color: #fff;
       float: left;
       margin: 16px 0px;
       height: 100%;
       z-index: 9;
   }
   .menu-display-inherit li{
       display: inherit;
       margin: 26px 0;
       font-size: 16px;
       padding: 0;
   }
   .menu-toggle{
       display:inherit;
       float: right;
       font-size: 40px;
       margin: 6px 16px 0 0;
   }
   .foto_cercanos{
       width:100% !important;
       height:200px !important;

   }
   .conoce-sellos{
       padding:10px 0;
   }
   .wta{
       width:90%;
       margin:0 auto;
   }
   #content_central{
       width: 100% !important;

   }
   .col-02 {
       display: block;
       margin: 0 auto;
       width: 90% !important;
   }
   .detalle_cercanos {
    width: 100%;
    height: 36px;
    padding: 10px 0 10px 0px;
    text-align: center;
}
.servicios_cercanos {
    display: grid;
}
.bienvenida2{
	width:auto !important;
}
#comuna, #region, .otros-inputs, .alojamiento{
	margin:5px 0;
}
#buscador .nombre{
	width: 80%;
	padding: 0 20px;
    text-align: center;
}
.num-header{
	text-align: center;
    padding: 0;
    display: block;
}
#myCarousel{
	display:none;
}
header{
	position:inherit !important;
	background: url(../img/header.jpg) !important;
	background-size: cover !important;
	background-position: center !important;
	height: auto;
}
.colophon {
    width:auto !important;
}
.ampliar2{
	display:none;
}  
body{
  background-size: cover;
  font-family:"gobCL2" ;
}
#content{
   width: 90%;
   max-width: 550px;
   margin: 0 auto;
   padding:0;
}
#content_int{
  width:99%;
  max-width:550px;
  margin: 0 auto;
}
#contenidoperfil{
  float:none;
  width:100%;
  padding:1px 20px;
}
#inspeccion2{
	position:inherit;
}
#buscador{
  padding:20px 0;
}
#logo{
  background-image:url(../img/logo.png);
  width: 180px;
  height: 70px;
  margin: 0 auto;
  background-size: contain;
}
h1{
  margin:0 0 20px 0;
}
.logo_sernatur{
  margin-left:15px!important;
}
select{
  width:100%;
  height:40px;
  margin:10px auto;
  background-color:#fff;
  border:none;
  border-radius: 5px;
  padding-left:10px;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: 98% 15px;
  background-size: 17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.selloq input, .sellos input{
  width: 100%;
  height: 35px;
  position: absolute;
  margin-left: -20px;

}
.buscar{
  margin: 20px auto !important;
  text-align: center !important;
  padding: 0 !important;
}
.main_caja{
  width: 100%;
  background-color:#fff;
  margin-bottom:10px;
  border-radius:5px;
}
.foto_resul img{
  width:100%;
  height:300px;
  object-fit: cover;

}
.detalle{
   position: inherit;
   margin: 0;
}
#color1{    
   border-right: 6px solid #ff712d;
}
#color2{    
   border-right: 6px solid #119153;
}
#color3{    
   border-right: 6px solid #157497;
}
#color4{    
   border-right: 6px solid #7e206b;
}
#color5{    
   border-right: 6px solid #c9ad0f;
}
.nombre{
  font-size: 15px;
  text-transform:uppercase;
  text-decoration:none;
  color:#6d6d6d;
  font-family:"gobCLBOLD";
}
.detalle p{
  text-transform:capitalize;
  font-size: 12px;
  margin-left:20px;
  margin:7px 0 0 0;

}
.sig{
  margin: 20px auto;
  position: initial;
  width: 59px;
  text-align: center;
  display:block;
}
.email{
  background-image:url(../img/mail.jpg);
  background-repeat:no-repeat;
  padding-left: 15px;
  background-size: 13px;
}
.insok{
  background-image:url(../img/inspok.png);
  background-repeat:no-repeat;
  width: 119px;
  height: 32px;
  position: absolute;
  margin-top: 10px;
}
.insno{
  background-image:url(../img/inspno.png);
  background-repeat:no-repeat;
  width: 119px;
  height: 32px;
  position: absolute;
  margin-top: 10px;
}
#inspeccion{
  float: right;
  width: 119px;
}
.sitioweb{
  background-image:url(../img/web.jpg);
  background-repeat:no-repeat;
  padding-left: 15px;
  background-size: 13px;
}
.clas{
  background-image:url(../img/clas.jpg);
  background-repeat:no-repeat;
  padding-left: 15px;
  background-size: 13px;
}

#perfil{
  background-color:#fff;
  border-radius:5px;
  width:100%;
}
#perfil img{
  width:100%;
  height: 280px;
  object-fit:cover;
}
.tituloperfil{
  text-align: center;
  font-size: 20px;
  font-family:"gobCLBOLD";
  margin: 10px 0;
}
#contenidoperfil{
  padding: 0 10px 10px 10px;
}
#funciones{
   display: inline-flex;
   background-image: url(../img/barra.jpg);
   background-position:bottom center;
   width:100%;
   height: 68px;
   margin-top: -5px;
}
#title{
   display:block;
   position:relative;
   bottom:-15px;  
}
#title h2{
  text-align:left;
  padding: 10px 0 0 20px;
  font-family:"gobCL";
}
#noresult{
   color:white;
   text-align:center;
   margin-top:30px;
}
.button{
   text-align: center;
   background-color: white;
   padding: 10px;
   border-radius: 5px;
   text-decoration: none;
   display: block;
   width: 78px;
   margin: 0 auto 20px auto;
}
.selloq_detalle{
  background-image:url(../img/sello_q_d.png);
  background-repeat:no-repeat;
  height: 40px;
  width: 105px;
  margin:10px 0 0 0 ;

}
.sellos_detalle{
  background-image:url(../img/sello_s_d.png);
  background-repeat:no-repeat;
  height: 40px;
  width: 105px;
  margin:10px 0 0 0 ;
}
#google-maps{
  width: 100%;
  display: inline-flex;
}
#google-maps p{
  display:none;
}
.svc_cerca1, .svc_cerca2, .svc_cerca3{
   margin: 0 auto 20px auto;
   width: 90%;
}
#headbar{
  background-color: #fff;
  height: 25px;
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  -webkit-transition: 1s; /* Safari */
  transition: 1s;
  margin: 0 0 0 -8px;
  z-index: 99999;
}
#headbar:hover{
  height: 80%;
}
label.check, label.check2, label.check3, label.check4 {
 width:100% !important;
 background-position: 36px 13px !important;
 margin:0 0 10px 0 !important;
 display: inline-block !important;
 text-align: left;
 font-size: 14px;
}
label.check input, label.check2 input, label.check3 input, label.check4 input  {
 position: relative !important;
 left: 22px;
 display: inline-flex;
 width: 50px;
 padding-left: 20px;
 text-align: center;
}
label.check.c_on {
  background-color:#d4993d;
  color:#fff;
}
label.check2.c_on {
  background-color:#5b7823;
  color:#fff;
}
.selloq input, .sellos input{
   height: 15px !important;
}
.sellos, .selloq{
	width:90% !important;
	display: inherit !important;
	margin: 0 auto;
}
.check b{
   margin-left: 40px;
}
.link{ 
   position: absolute;
   display: block;
   width: 92%;
   max-width:550px;
   height: 113px;
   z-index: 9999;
}

li:first-child{border-left:none !important}

.cerrar{
	
   width: 100%;
   height: 120%;
   display: block;
   border-radius: 0;
   position: fixed;
   left: 0;
   top: 0;
   background-color: rgba(255, 255, 255, 0);
   z-index:999;
}
.alerta .cerrar, .alerta2 .cerrar{
  display:none;
}
#colophon{
  margin:0 auto;
  max-width:540px;
}
@media screen and (min-width:600px) {
	.footer-covid{
	padding:0;
}
	.detalle p{
		font-size: 16px;
		line-heigth:20px;
	}
	.nombre{
		font-size: 20px;

	}
	select{
		height:60px;
		font-size:16px;
		background-position: 98% 24px;
	}
	label.check, label.check2 {
		height:60px;
		background-position: 7px 13px;
		line-height: 60px;
		width: 42%;
       float: left;
   }
   label.check2 {
      margin-left:14px;
  }
  label{
      font-size:16px;
  }
  .direccion, .telefono, .email, .clas, .sitioweb, .inspeccion, .noinspeccion{
      padding-left: 29px;
      background-size: 22px;
      font-size: 17px;
      min-height: 24px;
      line-height: 24px;
  }
  .tituloperfil{
   font-size: 24px;
}
.detalle{
  padding-right:20px;
  line-height: 16px;
  padding-left:146px;
}
#contenidoperfil{
  padding: 0 25px 20px 25px;
}
#avisos2, #avisos{
  font-size:22px;
}
#footer{
  margin: 0 auto;
}
.alerta2 input{
   margin: -59px 10%;
   width: 50px;
   height: 50px;
   background-position: -14px -27px;
}
.boton1, .boton2{
   margin: -52px 10%;
   width: 50px;
   height: 50px;
   background-position: -13px -27px;
}
.foto_resul img{
  width:130px;
}

}
}
.alojamiento{
	width:305px;
	background-position:275px 27px;
}
.otros-inputs{
	width:220px;
	background-position:190px 27px;
}

label.check {
	width: 360px;
	height: 50px!important;
    cursor: pointer;
    transition: .3s;
    background-color: #e9a712;
    border-radius: 30px;
    color: #fff;
    line-height: 40px;
    background-image: url(../img/selloq.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position:312px 13px;
    display: block;
    padding-top: 10px;
}
label.check input {
 position: absolute;

}
label.check.c_on {
  background-color:#d4993d;
  color:#fff;
}
label.check2 {
    width: 360px;
    margin-left: 8px;
    height: 50px!important;
    cursor: pointer;
    transition: .3s;
    background-color:#4c8f22;
    border-radius: 30px;
    color:#fff;
    line-height: 40px;
    background-image:url(../img/sellos.png);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 318px 13px;
    display: block;
    padding-top: 10px;
}
label.check2.c_on {
  background-color:#5b7823;
  color:#fff;
}
label.check2 input {
 position: absolute;

}

label.check3 {
    width: 360px;
    margin-left: 8px;
    height: 50px!important;
    cursor: pointer;
    transition: .3s;
    background-color:#ff0023;
    border-radius: 30px;
    color:#fff;
    line-height: 40px;
    background-image:url(../img/sellop.jpg);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 312px 13px;
    display: block;
    padding-top: 10px;
}
label.check3.c_on {
  background-color:#dd0220;
  color:#fff;
}
label.check3 input {
 position: absolute;

}
label.check4 {
    width: 360px;
    margin-left: 8px;
    height: 50px!important;
    cursor: pointer;
    transition: .3s;
    background-color:#009330;
    border-radius: 30px;
    color:#fff;
    line-height: 40px;
    background-image:url(../img/sello-bp.png);
    background-repeat: no-repeat;
    background-size: 33px;
    background-position: 312px 13px;
    display: block;
    padding-top: 10px;
}
label.check4.c_on {
  background-color:#006922;
  color:#fff;
}
label.check4 input {
 position: absolute;

}

.selloq input, .sellos input{
	height: 35px;
	margin-left: -25px;
}
.sellos, .selloq{
   display: inline-block;
   font-size:16px;
   margin-bottom: 10px;
}

.selloq_resul{
  background-image:url(../img/sello_q.png);
  background-repeat:no-repeat;
  height: 40px;
  width: 40px;
  float: left;
  z-index: 99;
  margin-top: 20px;
  background-position: -65px 0px;
  -webkit-transition: 0.2s; /* Safari */
  transition: 0.2s;

}
.sellos_resul{
  background-image:url(../img/sello_s.png);
  background-repeat:no-repeat;
  height: 40px;
  width: 40px;
  z-index: 99;
  margin-top: 65px;
  background-position: -65px 0px;
  -webkit-transition: 0.2s; /* Safari */
  transition: 0.2s;
}
.sellos_resul:hover, .selloq_resul:hover{
   background-position: 0px 0px;
   width: 105px;
}
#sellos{
  z-index: 12;
  position: absolute;
}
.sello-bp{
	background-image: url(../img/sello-bp2.png);
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px;
    margin: 6px 10px;
}
.sello-bp-detalle{
	background-image: url(../img/sello-bp2.png);
    display: block;
    width: 120px;
    height: 120px;
    background-size: 120px;

}
.sello-confianza{
	background-image: url(../img/sello-confianza.png);
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px;
    margin: 6px 0;
}
.sello-confianza-detalle{
	background-image: url(../img/sello-confianza.png);
    display: block;
    width: 120px;
    height: 120px;
    background-size: 120px;
    margin-right: 30px;
}
.sello-vte{
	background-image: url(../img/AAVV-VTE-s.png);
    display: block;
    width: 60px;
    height: 60px;
    background-size: 60px;
    margin: 6px 10px;
}
.sello-vte-detalle{
	background-image: url(../img/AAVV-VTE.png);
    display: block;
    width: 120px;
    height: 120px;
    background-size: 120px;
}
#paginacion{
   margin: 0 auto;
}
#paginacion ul{
  padding:0;
  text-align:center;
}
#paginacion li{
  list-style:none;
  display: inline-block;

}
.numeracion a{
  color:#4da0d8;
  text-decoration:none;
  font-family:"gobCL";
  padding:10px 0;
  width: 32px;
  height: 12px;
  display:block;
  text-align: center;
  line-height: 17px;
  border-radius: 30px !important;
}
.antes a, .despues a{
  text-decoration:none;
  font-family:"gobCL";
  padding:10px 8px;
  height:16px;
  display:block;
  text-align: center;
  line-height: 20px;
  color:#4da0d8;
}
.antes a{
   border-radius: 5px 0 0 5px;
}
.despues a{
   border-radius: 0 5px 5px 0px;
}
.active a{
  background-color:#4da0d8 !important;
  color:#fff;
  border:0;
  height:12px;
}
.active, .antes{
   border-left: 0 !important;
}