@import '/assets/iconos/style.css';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

*{
    font-family: 'Roboto', sans-serif;
}

img{
    max-width: 100%;
}

.header{
    position:absolute;
    top:0;
    width: 100%;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);  
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    text-align: center;
    z-index: 10;
}

.header .logo{
    height:80px;
    margin-top: 10px;
}
header{
    z-index: 9;
    position: fixed;
    top:0;
    width: 100%;
    left: 0;
    background: #FFF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);  
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

header .logo{
    height: 60px;
}
header nav ul, .header nav ul{
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

header nav ul li, .header nav ul li{
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}
header nav ul li a, .header nav ul li a{
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight:700;
    font-size: 14px;
    color: #3f7e76;
    padding: 10px;
}
header nav ul li a:hover, .header nav ul li a:hover{
    color:#36bbbb ;
    text-decoration: none;
}
.espacio-header{
    height: 130px;
}

footer{
    background: #DDD;
}

footer .informacion{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
    font-size:18px;
    color: #333;
    font-weight: 700;
}
footer .copy{
    background: #3f7e76;
    color: #FFF;
    font-weight: 300;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#carouselHome{
    position: relative;
}

#carouselHome .carousel-item{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    background:  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#carouselHome .carousel-item::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0);
}
#carouselHome .carousel-item .contenido-banner{
    position: absolute;
    bottom: 30px;
    width: 700px;
    left: 50%;
    margin-left: -350px;
    text-align: center;
    font-size: 16px;
   
}
#carouselHome .carousel-item .contenido-banner h2{
    color: #666;
    font-weight: 500;
    font-size: 18px;
    /*text-shadow: 1px 1px 2px #fff;*/
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    display: block;
    border-radius: 1em;
}
#carouselHome .carousel-control-next, #carouselHome .carousel-control-prev{
    color: #3f7e76;
}
.padding-content{
    padding-top: 50px;
    padding-bottom:50px ;
}
.titulo-verde{
    color: #3f7e76;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
}

.descripcion{
    font-size: 18px;
}

.descripcion ul{
    list-style-image: url('/assets/page/images/vineta.png');
}

.btn-verde{
    background: #3f7e76;
    color: #FFF;
    padding: 5px;
    display: inline-block;
    font-weight: 700;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border:0;
}

.btn-verde-claro{
    background: #36bbbb;
    color: #000;
    padding: 5px;
    display: inline-block;
    font-weight: 700;
    padding: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border:0;
}
.caja-servicios{
    background:  no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.caja-servicios::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 1;
}

.caja-servicios .container{
    z-index: 2;
    position: relative;
}

.caja-servicio{
    display: block;
    text-align: center;
}
.caja-servicio:hover{
    text-decoration: none;
}

.caja-servicio h2{
    font-size: 20px;
    color:#000;
    font-weight: 700;
}
.caja-servicio:hover  h2{
    color: #3f7e76;
}

.caja-servicio img{
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.caja-servicio:hover img{
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.imagen-intro{
    padding-bottom: 50px;
    padding-top: 50px;
    background:  no-repeat center center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.imagen-intro::before{
    content: "";
    position: absolute;
    top:0;
    left: 0;
    background: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}
.imagen-intro .container{
    z-index: 8;
    position: relative;
}
.imagen-intro h1{
    font-size: 40px;
    color: #3f7e76;
    font-weight: bold;
    text-align: center;
}
.imagen-intro .descripcion{
    font-size: 18px;
    text-align: center;
}

.alternate-color{
    background: #FFF;
}

.alternate-color h2{
    color: #3f7e76;
    font-weight: bold;
    margin-bottom: 20px;
}

.alternate-color:nth-child(odd){
    background: #3f7e76;
}
.alternate-color:nth-child(odd) h2{
    color: #fff;
    font-weight: bold;
}

.alternate-color:nth-child(odd) .descripcion{
    color: #FFF;
}

.alternate-color:nth-child(odd) .descripcion ul{
    color: #FFF;
    list-style-image: url('/assets/page/images/vineta2.png');
}

.btn-servicio{
    display: block;
    padding: 10px;
    background: #EEE;
    margin-bottom: 1px;
    border-bottom: 1px solid #CCC;
    clear: both;
    color: #3f7e76;
}

.btn-servicio:hover{
    color: #3f7e76;
    background: #FFF;
    text-decoration: none;
}
.btn-servicio img{
    width: 30px;
    float: left;
    margin-right: 10px;
}

.slick-prev:before, .slick-next:before{
    color: #3f7e76;
}

.contenedor-logos{
    display: block;
    padding: 30px;
    position: relative;
}
.cajalogo-cliente {
    display: block;
    text-align: center;
}
.cajalogo-cliente img{
    max-height: 60px;
    max-width: 100%;
    display: inline-block;
}

.menu-responsive{
    display: block;
    text-align: right;
    font-size: 30px;
    color: #3f7e76;
}

.mensaje-contacto{
    text-align: center;
    color: #36bbbb;
    font-size: 19px;
    margin-bottom: 15px;
}

@media (max-width:768px) and (min-width:0px) {
    .espacio-header{
        height: 64px;
    }

    header .logo{
        height:auto;
        max-width: 100%;
        max-height: 54px ;
        margin-top: 10px;
    }

    header nav{
        position: fixed;
        width: 250px;
        height: 100%;
        right: 0;
        top:0;
        max-width: 100%;
        background: #FFF;
        padding: 5px;
        display: none;
        
    }
    header nav ul,header nav ul li{
        display: block;
    }

    #carouselHome .carousel-item .contenido-banner{
        width: 90%;
        margin-left:-45%;
    }
}