﻿body{
    font-family: 'Montserrat', sans-serif;
}


.chat{
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
    background: #22a515;

    border-radius: 20px;
}
.chat span{
    font-weight: bold;
    color: white;
    padding: 4px 10px;
}
.chat b{
    color: white;
    font-size: 50px;
}


.cabecera-ayuda{
    height: 95px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #f6efe8;
    padding-top: 7px;
    padding-bottom: 7px;
}

.logotipo{
    text-align: center;
}
.logotipo img{
    width: 100%;
}

nav a{
    color: black;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    float: left;
}

.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 19px;
    cursor: pointer;
}

.menu:hover, .activo, .menu-r:hover{
    background: #f9b02a;
    color: white;
}

.datos{
    text-align: center;
    font-size: 20px;
}
.datos a{
    color: blue;
}
.datos img{
    width: 30px;
}
.datos p{
    margin-bottom: 0;
}

.efecto{
    padding: 0;
}
.efector{
    display: none;
}


.cuadro{
    position: relative;
    z-index: 20;
    background: #f9b02a;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-top: -50px;
    padding: 5px 15px;
}
.cuadro b{
    width: 100%;
    font-size: 50px;
    display: inline-block;
}
.cuadro svg{
    font-size: 400px;
}
.cuadro strong{
    text-shadow: 2px 2px 2px black;
}


.texto .seccion{
    background: #f8f7f7;
    font-size: 20px;
    line-height: 30px;
    padding: 40px 60px;
}
.seccion strong{
    color: red;
    font-size: 30px;
}

.img1{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}


.servicios{
    background: #0a4d7e;
    padding-top: 70px;
    padding-bottom: 70px;
}

.puntos strong{
    font-weight: normal;
    line-height: 30px;
}

.puntos .titulo{
    color: white;
}

.puntos .cir{
    width: 150px;
    height: 150px;
}

.cir img{
    width: 50%;
    margin: 30px 25% 0;
}


.c{
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
}
.cir{
    border: 10px solid #f9b02a;
    width: 250px;
    height: 250px;

    border-radius: 50%;
}
.c strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.cir1{background: url(../images/cir1.webp) no-repeat center center;background-size: cover;}
.cir2{background: url(../images/cir2.webp) no-repeat center center;background-size: cover;}
.cir3{background: url(../images/cir3.webp) no-repeat center center;background-size: cover;}
.cir4{background: url(../images/cir4.webp) no-repeat center center;background-size: cover;}
.cir5{background: url(../images/cir5.webp) no-repeat center center;background-size: cover;}
.cir6{background: url(../images/cir6.webp) no-repeat center center;background-size: cover;}


.titulo{
    text-align: center;
    color: #f9b02a;
    font-weight: bold;
    font-size: 30px;
}
.subtitulo{
    text-align: center;
    font-size: 20px;
}

.contenido{
    padding-top: 30px;
    padding-bottom: 30px;
}
.contenido .seccion{
    background: white;
}


.imagen-servicios img{
    margin-bottom: 90px;
}

.imagenn img{
    width: 100%;
}


.s{
    background: #f6efe8;
    text-align: center;
    font-size: 23px;
    line-height: 32px;
    padding: 12px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.s p{
    margin-bottom: 0;
}
.s b{
    font-weight: bold;
}

.form-group{
    margin-bottom: 20px;
}


.galeria div{
    text-align: center;
    overflow: hidden;
    margin-bottom: 20px;
}
.galeria img{
    height: 300px;
    cursor: pointer;
}


.negro{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: none;
}
.cerrar{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 30px;
    padding: 5px 15px;
    cursor: pointer;

    border-radius: 50%;
}
.ii{
    height: 80vh;
    margin-top: 10vh;
}


footer{
    background: black;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}
footer a, footer a:hover{
    color: white;
}
footer img{
    width: 30px;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}


@media screen and (max-width:1400px){

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
    .ii{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:992px){
    .cuadro{
        margin-top: 0;
    }
}

@media screen and (max-width:768px){
    nav{
        margin: 12px 0 !important;
    }
    .imagen{
        height: 200px;
    }
    .texto .seccion{
        padding: 20px;
    }
    .logotipo img{
        width: 70%;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .logotipo img{
        width: 80%;
    }
    .efecto{
        display: none;
    }
    .efector{
        display: block;
    }
}