@charset "UTF-8";
/* CSS Document */
body{
    font-family: 'Questrial', sans-serif;
    background-color: #c0a79a;	
    font-size: 13px;
    color: #431e00;
}
a:focus {
    outline: medium none;
}

.container{
    padding-left:0;
    padding-right:0;	
}
a {
    color: #EA7A00;
    text-decoration: none;
}
a:hover, a:focus{
    color:#936b55;
    text-decoration:none;
}
h2{
    font-family: 'Questrial', sans-serif;
    font-size: 21px;
    color: #431e00;	
}
h3{
    font-family: 'Questrial', sans-serif;
    font-size: 21px;
    color: #431e00;	
}
.btn-primary {
    background-color: #936b55;
    border-bottom: 4px solid #815e4a !important;
    border-left-color: #815e4a;
    border-right-color: #815e4a;
    border-top-color: #815e4a;
    color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #815e4a !important;
    border-color: #936b55 !important;
    color: #fff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #815e4a !important;
    border-color: #936b55 !important;
}
.btn-primary:focus, .btn-primary.focus {
    background-color: #815e4a !important;
    border-color: #936b55 !important;
    color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #EA7A00;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #3F1500 !important;
}
.mayusculas{
    text-transform:uppercase;	
}
.panel-default > .panel-heading {
    background-color: #3f1500;
    border-color: #3f1500;
    color: #fff;
}
.panel-default > .panel-heading a:hover{
    text-decoration:none;	
}
.paises {
    float: right;
}
.paises button {
    text-transform: uppercase;
    width: 175px;
}
#header {
    background-color: #3f1500;
    left: 0;
    padding-top: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}
#logoHeader{

}
h1.tituloPagina{
    font-family: 'Cabin', sans-serif;
    font-size: 36px;
    color: #431e00;
}
#espacioHeader {
    min-height: 143px;
}
#menuPrincipal {
    margin-top: 47px;
}
#menuPrincipal > ul {
}
#menuPrincipal > ul > li {
    float: left;
    list-style: outside none none;
    margin: 6px 5px 0;
    position: relative;
}
#menuPrincipal ul li a:link, #menuPrincipal ul li a:visited {
    color: #fff;
    display: block;
    font-size: 13px;
    padding-bottom: 61px;
    text-transform: uppercase;
}
#menuPrincipal ul li a:hover, #menuPrincipal ul li.active > a {
    color:#a1765d;
    text-decoration:none;
}
#menuPrincipal > ul > li:hover > ul.submenu{
    display:block;	
}
#menuPrincipal ul ul.submenu {
    background-color: #fff;
    box-shadow: 0 2px 2px #777;
    min-width: 247px;
    padding: 0;
    position: absolute;
    display:none;
}
#menuPrincipal ul ul.submenu li {
    border-bottom: 1px dotted #ccc;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 9px 10px 9px;
}
#menuPrincipal ul ul.submenu li:hover, #menuPrincipal ul ul.submenu li.active {
    background-color:#f1f1f1;  
}
#menuPrincipal ul ul.submenu a {
    color: #3f1500;
    padding-bottom: 0;
    text-transform: none;
}
#menuPrincipal ul ul.submenu li:hover a, #menuPrincipal ul ul.submenu li.active a{
    color: #EA7A00;
}
.enlaceTienda a {
    color: #ea7a00 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.enlaceTienda {
    margin-right: 0 !important;
    margin-top: 5px !important;
}



#home{

    margin-top:30px;
}
#contenido{
    padding:0 0 30px 0;
    background-color:#F0E7D8;
    color:#4B1200;

}
.migas {
    background-color: #f6f6f6;
    padding-top: 8px;
    font-size:12px;
}
.migas a{
    color: #a1765d;
}
.migas span{

}
.migas i {
    margin: 0 14px;
    font-size: 15px;
}
.naranja{
    color:#EA7A00;
}
#footer1 {
    background-image: url("../images/varios/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 115px 0;
}
#footer2 {
    background-color: #c0a79a;
    padding: 40px 0;
}
.rrssFooter {
    list-style: outside none none;
    padding: 0;
    width: 217px;
    margin: 0 auto;
}
.rrssFooter li {
    background-color: #fff;
    border-radius: 3px;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 11px;
    text-align: center;
    width: 30px;
}
.rrssFooter a:link, .rrssFooter a:visited {
    color: #ea7a00;
}
.rrssFooter a:hover{
    color:#3F1500;
}
.comparteRRSS {
    list-style: outside none none;
    padding: 0;
    width: 217px;
    margin-top: 20px;
}
.comparteRRSS li {
    background-color: #fff;
    border-radius: 3px;
    float: left;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    margin-left: 11px;
    text-align: center;
    width: 30px;
}
.comparteRRSS a:link, .comparteRRSS a:visited {
    color: #ea7a00;
}
.comparteRRSS a:hover{
    color:#3F1500;
}

.menuFooter {
    margin-top: 57px;
    text-align: center;
    font-size: 12px;
}
.menuFooter a{
    color:#a1765d;

}
.copyFooter{
    text-align: center;
    font-size: 12px;
    margin-top:20px;
}
.copyFooter a{
    color:#a1765d;
}
.avisoCookie {
    background-color: rgba(58, 23, 12, 0.7);
    bottom: 0;
    font-size: 10px;
    padding: 5px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 2147483647;
}
.aceptarCookie {
    border: 1px solid #dddddd;
    color: #ffffff;
    cursor: pointer;
    margin-top: 1px;
    padding: 0 7px;
    position: absolute;
    right: 30px;
}
.avisoCookie p {
    color: #cccccc;
    line-height: 14px;
    margin: 5px 78px;
}
.avisoCookie a {
    color: #ffffff;
    text-decoration: underline;
}
#bienvenida {
    background-color: #c0a79a;
    margin-top: 20px;
}
#bienvenida h1 {
    font-weight: 600;
}
#bienvenida h2{

}
#bienvenida p{
    text-align: center; 
    font-size: 16px; 
    margin-bottom: 15px;
    margin-right:5%
}
#enlacesHome1 {
    background-color: #c0a79a;
    padding: 30px 0;
}
#enlacesHome1 a {
    display:block;

}
#enlacesHome1 a img{
    margin:0 auto;
}
.imgLaserDuetHome {
    margin-top: 62px !important;
    display: block;
}
#enlacesHome2 {
    padding: 40px 0;
}
#enlacesHome2 a {
    display: block;
}
#enlacesHome2 a img {
    margin: 0 auto;
}
.cabecera img{
    width:100%;	
}
.menuLateral {
    margin-top: 66px;
}
.menuLateral h3 {
    border-bottom: 2px solid;
    font-size: 26px;
    padding-bottom: 10px;
}
.menuLateral ul {
    list-style: outside none none;
    margin-bottom: 27px;
    padding-left: 0;
}
.menuLateral li {
    margin-bottom: 3px;
}
.menuLateral li a {
    color: #a1765d;
    font-size: 12px;
}
.menuLateral li a:hover {
    color:#EA7A00;
    text-decoration:none;
}
.promocionesMes .panel-title {
    text-align:center;		
}
.promocionesMes h2.tituloPromo{
    text-align:center;
    font-size:20px;
    font-weight:bold;
    margin:20px 5px;

}
.textoLegal {
    font-size: 11px;
    text-align: center;
}
.promocionesMes .panel-body{
    text-align:center;	
}
.promocionesMes .panel-body img{
    margin:20px auto;
}
.otrosTratah2 {
    border-bottom: 1px solid #4b1200;
    clear: both;
    font-size: 22px;
    font-weight: 100;
    margin: 30px 0 40px;
    padding-bottom: 16px;
}
.OTitem {
    float: left;
    margin: 0 1% 20px;
    min-height: 307px;
    min-width: 186px;
    width: 23%;
}
.OTitem img {
    border-radius: 15px;
    margin-bottom: 5px;
}
.OTitem h4 {
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 5px;
}
.OTitem p {
    font-size: 13px;
    line-height: 15px;
}
#map{
    height:350px;	
}
.globo {
    background-color: #f1f1f1;
    border: 1px solid #a1765d;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #a1765d;
    margin-bottom: 20px;
    padding: 10px;
}
.globoMarron {
    color: #fff;
    background-color: #4B1900;
    text-align: center;
}
.globoMarron img{
    text-align: center;
    display: block;
    margin:10px auto;
}


.globo p {
    margin: 10px 0;
    text-align: center;
}
.globo ul {
    list-style: outside none none;
    margin-top: 20px;
    padding-left: 20px;
    text-align: center;
}
.globo li {
    margin-bottom: 15px;
}
.globo h3 {
    border-bottom: 1px dotted;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 7px;
    text-align: center;
}
.cajaLateralMarron {
    background-color: #a1765d;
    color: #fff;
    margin-top: 69px;
    padding: 20px;
}
.cajaLateralMarron h3 {
    border-bottom: 2px solid #fff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.cajaLateralMarron p {
    font-size: 13px;
}
.imagenUnico img {
    width: 100%;
    margin-bottom: 20px;
}
.listadoCentros li a.btn {
    text-transform: none;
    width: 95%;
}
.listadoCentros li {
    list-style: outside none none;
    margin-bottom: 20px;
}
h3.subTituloCentros {
    border-bottom: 1px solid;
    font-size: 20px;
    margin-bottom: 38px;
    padding-bottom: 12px;
}
.centroItem {
    margin-bottom: 22px;
}
.centroItem a {
    font-size: 1.1em;
    font-weight: bold;
}
.centroItem a:hover {
    color:#A1765D;
}
.centroItem adress{

}
.centroItem p {
    margin-bottom: 5px;
}
#datosCentro h4 {
    font-size: 19px;
    font-weight: 600;
}
#datosCentro h5 {
    font-weight: bold;
    text-transform: uppercase;
}
#rotatorFichaCentros {
    margin-top: 20px;
}
.br-thumbnails{
    right: 40% !important;
}
.cuerpoFondo {
    background-image: url("../images/cuerpo/limpio.png");
    background-position: center 20px;
    background-repeat: no-repeat;
    clear: both;
    height: 908px;
    margin-left: 109px;
    margin-top: 13px;
    position: relative;
    width: 983px;
}
.cuerpoM {
    background-image: url("../images/cuerpo/limpio.png");
    background-position: center 20px;
    background-repeat: no-repeat;
    clear: both;
    height: 908px;
    margin-left: 0;
    margin-top: 13px;
    padding-top: 20px;
    position: relative;
    width: 983px;
}
.cuerpoM ul {
    left: 410px;
    list-style: outside none none;
    position: absolute;
    text-align: center;
    top: 107px;
}
.cuerpoM li {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 17px;
}
.cabeceraDepilacionLaser {
    background-image: url("../images/cabeceras/depilacion-laser-de-diodo.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 484px;
    background-color: #fff;
    background-position: center top;
    position:relative;
}
.cabeceraLaserDuet{
    background-image: url("../images/cabeceras/lightsheer-duet.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 484px;
    background-color: #fff;
    background-position: center top;
    position:relative;
}
.video1Laser {
    position: absolute;
    right: 10px;
    top: 40px;
}
.video2Laser {
    position: absolute;
    right: 50px;
    top: 261px;
}
.ofertasLaser {
    font-family: "Myriad Pro";
    background-color: #fff;
    border-radius: 30px;
    margin-top: 30px;
    padding:0;
    text-align: center;
    padding-bottom: 80px;
}
.ofertasLaser .head-bar {
    background-color: #3F1500;
    color: #fff;
    padding: 10px 20px 10px 30px;
    font-style: italic;
    font-weight: bold;
    width:100%;
    margin:0;
    text-align: left;
}
.ofertasLaser .title{
    color:#4B1200;
    font-weight: bold;
    margin-top:50px;
    font-size:50px;
    line-height: 50px;
}
.ofertasLaser .sub-title{
    color:#4B1200;
    font-weight: bold;
    font-size:37px;
    line-height: 40px;
    font-style: italic;
}
.ofertasLaser .text-info{
    color:#4B1200;
    font-size:27px;
    line-height: 27px;
    margin-top:30px;
}
.ofertasLaser .text-color-browm{
    color:#4B1200;
    font-weight: bold;
}
.ofertasLaser .text-promo-orange{
    margin-top:40px;
    font-size: 25px;
    color:#e97a12;
    font-weight: bold;
    font-style: italic;
}
.ofertasLaser .text-legal {
    color: #4b1200;
    display: block;
    font-size: 13.25px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 900px;
    text-align: justify;
    padding: 0 10px;
}
.ofertasLaser .text-promo{
    color:#c10404; 
    font-weight: bold;
    font-size:77px;
    line-height:77px;
    margin-top:30px;
    text-transform: uppercase;
}

.ofertasLaser .hr{
    width:90%;
    border-color: #e97a12;
    border-width: 2px;
    margin-top: 60px;
}
.ofertasLaser .big-text-promo-orange{
    color: #e97a12;
    margin-top: 80px;
    font-size:60px;
    font-weight: bold;
    line-height:60px;
}
.ofertasLaser .big-text-promo-browm{
    color: #4B1200;
    font-size:120px;
    font-weight: bold;
    line-height:120px;
}



.fondo_blanco {
    background-color: #fff;
    border-radius: 30px;
    margin-top: 30px;
    padding: 20px 40px 51px;
    position:relative;
}
.fondo_blanco li{
    margin-bottom:15px;	
}
.cuerpoFondoF {
    background-image: url("../images/cuerpof/limpio.gif");
    background-position: center 20px;
    background-repeat: no-repeat;
    clear: both;
    height: 1000px;
    margin-left: 109px;
    margin-top: 13px;
    position: relative;
    width: 979px;
}
.cuerpoF {
    background-image: url("../images/cuerpof/limpio.gif");
    background-position: center 20px;
    background-repeat: no-repeat;
    clear: both;
    height: 1000px;
    margin-left: 0;
    margin-top: 13px;
    padding-top: 20px;
    position: relative;
    width: 979px;
}
.cuerpoF ul {
    left: 382px;
    list-style: outside none none;
    position: absolute;
    text-align: center;
    top: 37px;
}
.cuerpoF li {
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 6px;
}
.imgLaserIPL {
    margin: 40px auto 60px;
}
.imgCremaPostLaser {
    bottom: -96px;
    position: absolute;
    right: 46px;
    width: 266px;
}
.listaFormacion {
    margin-top: 20px;
}
.listaFormacion li {
    background-image: url("../images/diseno/bullet-formacion.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    font-size: 16px;
    font-style: italic;
    list-style: outside none none;
    margin-bottom: 15px;
    padding-left: 25px;
}
.globoFormacion {
    background-color: #fff;
    border-radius: 47px;
    margin: 20px 8%;
    padding: 19px 0 5px;
    text-align: center;
}
.globoFormacion h3 {
    color: #ea7a00;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 2px;
}
.globoFormacion h4 {
    font-size: 20px;
}
.fotosF {
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 30px;
}
.globoFormacion h3 {
    color: #ea7a00;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 0px;
}
.fotosF h3 {
    color: #3f1500;
    font-size: 20px;
    font-style: italic;
    line-height: 28px;
    margin-bottom: 35px;
    text-align: center;
}
.btn_compraahora{

}
.btn_compraahora a img {
    margin: 15px auto;
}
#rotatorTratamientos .br-thumbnails{
    right:31% !important;	
}
.formularioFormacion{
    margin:30px 0;
}
.formularioContacto{
    margin:30px 0;
}
#rotatorHome .br-thumbnails {
    right: 16% !important;
}
#rotator1 .br-thumbnails {
    right: 10% !important;
}
#rotatorFichaCentros .br-thumbnails {
    right: 18% !important;
}
.imgMapaSitio {
    padding-top: 76px;
}
.comparteTratamiento {
    border-top: 1px solid #815e4a;
    height: 97px;
    margin-top: 29px;
    max-width: 262px;
}
#footer1 iframe {
    display: block !important;
    margin: 0 auto !important;
}
div.error{
    color:#990000;
    font-size:10px;

}
.feedFacebook{
    width:520px;	
}


/* Estilos Reloj */

.cortina {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:9999999;
}
.popupReloj {
    background-image: url("https://www.centrosunico.com/assets/images/bg-relog.png");
    background-repeat: no-repeat;
    height: 557px;
    margin: 100px auto;
    padding: 0;
    position: relative;
    width: 560px;
}
.cerrarPopup {
    background-color: #f1f1f1;
    border: 2px solid #666;
    border-radius: 20px;
    color: #666;
    display: block;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 25px;
    cursor:pointer;
}
.popupReloj img {
    left: 93px;
    position: absolute;
    top: 75px;
}
.descripcionReloj {
    color: #fff;
    font-size: 12px;
    left: 119px;
    line-height: 15px;
    position: absolute;
    text-align: right;
    top: 155px;
    width: 328px;
}
.popupReloj .qdias {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    left: 73px;
    position: absolute;
    text-align: center;
    top: 421px;
    width: 95px;
}
.popupReloj .qdias span {
    display: none;
}
.popupReloj .qhoras {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    left: 178px;
    position: absolute;
    text-align: center;
    top: 421px;
    width: 95px;
}
.popupReloj .qhoras span {
    display: none;
}
.popupReloj .qminutos {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    left: 281px;
    position: absolute;
    text-align: center;
    top: 421px;
    width: 95px;
}
.popupReloj .qminutos span {
    display: none;
}
.popupReloj .qsegundos {
    color: #000;
    font-size: 60px;
    font-weight: bold;
    left: 384px;
    position: absolute;
    text-align: center;
    top: 421px;
    width: 95px;
}
.popupReloj .qsegundos span{
    display:none;	
}

#cuenta1 div {
    color: #481500;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    float: left;
    margin-right: 15px;
}
#cuenta1 div span {
    font-size: 18px;
    font-style:italic;

}

#cuenta1 {
    margin-top: 10px;
    display:none;
}
.legalReloj {
    font-size: 8px;
    left: 131px;
    position: absolute;
    text-align: center;
    top: 450px;
    width: 310px;
}
.popupReloj h4 {
    color: #000;
    display: block;
    font-size: 25px;
    height: 44px;
    left: 131px;
    line-height: 42px;
    position: absolute;
    top: 392px;
    width: 301px;
    text-align: center;
}
.zonaBannerTop {
    background-image:url(../images/varios/barra-cm-16.png);
    background-position: center center;
    min-height: 46px;
    position: relative;
    top: -10px;
    padding: 0 16px;
}

.bannerReloj {
    margin-top: 4px;
    text-align: right;
}

.bannerReloj img{
    float:right;	
}
.bannerReloj p {
    color: #481503;
    font-size: 12px;
    padding-top: 7px;
    text-transform: uppercase;
}
.bannerReloj p span {
    background-color: #fff;
    font-size: 17px;
    padding: 0 15px;
    position: relative;
    top: 4px;
}
.zonaClik{

}
.tituloVideosHome {
    font-size: 34px;
    text-align: center;
    font-weight: bold;
}
.subTituloVideosHome {
    color: #f47521;
    font-size: 34px;
    font-style: italic;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 31px;
}
.btn_compraahora_redes {
    float: right;

    margin-top: 21px;
}
@media(max-width:600px){ 
    .ofertasLaser .padding-xs{
        padding:10px;
    }
    .ofertasLaser .text-promo{
        font-size:50px !important;
        line-height:50px;
    }
    .ofertasLaser .text-promo span:nth-child(2){
        font-size:30px !important;
        line-height:50px !important;
        top:-11px !important;
    }
    .ofertasLaser .text-promo span:nth-child(3){
        font-size:50px !important;
        line-height:50px !important;
    }
    .ofertasLaser .text-promo span:nth-child(4){
        font-size:15px !important;
        line-height:50px !important;
        top:-24px !important;
    }
    .ofertasLaser .cuerpo_entero {
        font-size: 50px !important;
        line-height: 50px !important;
    }
    .ofertasLaser .cuerpo_entero span:nth-child(1) {
        font-size: 50px !important;
        line-height: 50px !important;
        display: inline-block;
    }
    .ofertasLaser .cuerpo_entero span:nth-child(1) span:nth-child(1) {
        font-size: 25px !important;
        line-height: 25px !important;
    }
    .ofertasLaser .cuerpo_entero span:nth-child(1) span:nth-child(1) span:nth-child(1){
        font-size: 20px !important;
        line-height: 50px !important;
    }
}