
#detalle>div h2{ font-family: 'latobold'; font-weight: normal;  } 

#detalle>div:nth-of-type(2n){background: #E4E4E4;}

#detalle>div:nth-of-type(2n) h2, .superior h2{
    color: #049889;
}


#detalle>div li{list-style: none;}

#detalle>div li::before{ 
    content: "\2022";      
    font-weight: bold;  
    font-size: 25px; 
    display: inline-block;  
    width: 0.5em;     
}

#detalle>div:nth-of-type(2n-1) li::before{
    color: #E56F80; 
}

#detalle>div:nth-of-type(2n) li::before{
    color: #049889; 
}

#detalle>div{padding: 25px 0px;}
.carrusel section>div{ position: relative; }
.superior section .info{ position: absolute; background-color: #E56F80; color: #FFF; width: 100%; height: 100%; }
.superior section .info p, .superior section .info h3{text-align: center; color: #FFF; font-size: 16px; }
.superior section .info h3{margin-bottom: 13px; }
.superior .carrusel{margin-top: 20px; position: relative;}



@media screen and (min-width:850px){     
    #detalle>div:nth-of-type(2n-1) h2{
        text-align: right;  color: #049889;    
    }
    #detalle>div>div{ width: 80%; margin: auto; }
    .texto1 section{ width: 240px; bottom: 18px; }    
    #detalle>div:nth-of-type(2n-1) .img{
        padding-left: 25px; 
    } 
    .superior .izq, .superior .der{ position: absolute; display: block; width: 19px; height: 19px; cursor: pointer;
         top:50%; margin-top:-10px; 
    }
    .superior .izq{background: url(../img/izq3.svg) no-repeat; left: -25px; }
    .superior .der{background: url(../img/der3.svg) no-repeat; right: -25px; }
    .superior section span{ padding: 10px 0px 12px 0px; display: block; background-color: #E56F80; color: #FFF; 
       position: absolute; bottom: 0px; width: 100%; text-align: center; font-size: 16px; }
    .superior{padding: 40px 0px 30px 0px}
    #detalle>div:nth-of-type(2n) .img{
        padding-right: 25px; 
    }
    #detalle h2{margin-bottom: 40px;}
    
    #detalle .img{width: 444px;}
    #detalle .img img{width: 100%;}
    #detalle div, #detalle li{font-size: 20px; line-height: 25px; }
    #detalle .tabla{width: 100%;}
    #detalle>div h2, .superior h2{ font-size: 37px; line-height: 35px; font-family: 'latobold'}    
    .superior section .info p{margin: 0px 25px;}
    .superior>div{width: 80%; margin: auto; }
    .carrusel2{ display: none; }
    .carrusel section>div{ width: 33.3%; }
}

@media screen and (max-width:849px){  
    .superior section .info p{margin: 0px 15px;}
    #detalle>div>div{ width: 90%; margin: auto; }
    #detalle>div h2, .superior h2{ font-size: 20px; line-height: 20px; margin-bottom: 20px; text-align: center; color: #048F80; }
    .superior h2{padding-top: 20px; text-align: center;}
    #detalle .img{ margin-bottom: 20px;}
    #detalle .img img{ width: 100%; max-width: 444px; margin: auto;}    
    .superior>div{width: 245px; margin: auto; }
    .carrusel{ display: none; }
    .carrusel2>div{margin-bottom: 20px;}    
}

.navegador>div{display: table; margin: 5px auto;}
.navegador a{ width: 6px; height: 6px; border: solid 1px #9A9C9F; border-radius: 50%; float: left; }
.navegador a + a{margin-left: 5px;}
.navegador a.activo{ background-color: #9A9C9F; }

#detalle div, #detalle li{  color: #808080;}

.superior{ background-color: #E4E4E4; }

.elementos section img{width: 100%; display: block;}
.carrusel2 a img{width: 246px;}

.texto1 section p{text-align: left;}

ul{padding: 0px;}