﻿body{
    background: url(../images/fondo.jpeg) no-repeat center center fixed;
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100;
    width: 50px;
}
.chat img{
    width: 100%;
}
.chat span{
    position: absolute;
    top: 12px;
    left: -200%;
    border: 0px solid red;
    background: white;
    font-weight: bold;
    color: gray;
    padding: 4px 10px;

    border-radius: 10px;

    box-shadow: 2px 0px 10px gray;
}


.cabecera-ayuda{
    height: 142px;
}


.blanco{
    background: rgba(255, 255, 255, 1);
    padding-top: 2px !important;
    padding-bottom: 2px !important;

    box-shadow: 2px 2px 10px gray;
}
.blanco .logotipo img{
    width: 50%;
}
.blanco .datos p{
    margin-bottom: 0;
}
.blanco .menu{
    font-size: 16px;
    padding: 9px 0;
}
.blanco .dosM{
    padding: 0 10px;
}


.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 12px;
    padding-bottom: 12px;

    transition: all 0.5s;
}

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

    transition: all 0.5s;
}


nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    position: relative;
    width: 20%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    width: 100%;
    text-align: center;
    color: #60605f;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    padding: 12px 0;
    cursor: pointer;
}
.dosM{
    padding: 3px;
}
.menu:hover, .activo, .menu-r:hover{
    background: #4da92c;
    color: white;
}

.datos{
    font-size: 18px;
    text-align: center;
}
.datos p{
    margin-bottom: 4px;
}
.datos img{
    width: 30px;
}

.efecto{
    padding: 0;
}


.clientes{
    padding-top: 40px;
    padding-bottom: 100px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    color: #4da92c;
    margin-bottom: 40px;
}
.titulo-blanco{
    color: white;
    text-shadow: 2px 2px 2px black;
    font-weight: bold;
}

.clientes{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
.clientes img{
    height: 80px;
}
.clientes strong{
    width: 100%;
    display: inline-block;
}


.banner{
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.fondo-banner{
    position: absolute;
    top: 0;
    left: 0;
    background: #4da92c;
    background: #397e20;
    width: 100%;
    height: 100%;
}

.banner .container{
    filter: blur(0);
}


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

.circulo{
    border: 5px solid white;
    width: 250px;
    height: 250px;
    color: white;
    padding: 5px;
    display: inline-block;

    transition:  all 0.2s;

    border-radius: 50%;
}
.circulo:hover{
    box-shadow: 5px 5px 5px black;
}
.circulo strong{
    background: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    display: inline-block;
    margin-top:90px;
    padding: 0 10px;
}


.c{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    border-radius: 50%;
}
.c1{
    background: url(../images/c1.jpg) no-repeat center center;
    background-size: cover;
}
.c2{
    background: url(../images/c2.jpeg) no-repeat center center;
    background-size: cover;
}
.c3{
    background: url(../images/c3.jpeg) no-repeat center center;
    background-size: cover;
}
.c4{
    background: url(../images/c4.jpg) no-repeat center center;
    background-size: cover;
}
.c5{
    background: url(../images/c5.jpg) no-repeat center center;
    background-size: cover;
}
.c6{
    background: url(../images/c6.png) no-repeat center center;
    background-size: cover;
}
.c7{
    background: url(../images/c7.jpeg) no-repeat center center;
    background-size: cover;
}
.c8{
    background: url(../images/c8.jpg) no-repeat center center;
    background-size: cover;
}


.leyenda{
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.leyenda img{
    width: 40px;
}


.contenido{
    padding-top: 40px;
    padding-bottom: 40px;
}

.seccion{
    font-size: 22px;
    line-height: 32px;
}
/* .seccion span{
    font-weight: lighter;
} */

.imagen img{
    width: 100%;
}

.card-body{
    padding-bottom: 0;
}
.card-text{
    text-align: center;
    font-size: 15px;
    line-height: 23px;
}

.card-icono{
    min-height: 270px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.card-icono img{
    width: 100px !important;
    height: 100px;
}
.card-title{
    font-size: 19px;
    font-weight: bold;
    color: #2c477c;
    text-align: center;
}


.nosotros{
    position: relative;
    background: url(../images/banner-nosotros.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contacto{
    position: relative;
    background: url(../images/fondo-contacto.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.porque{
    position: relative;
    background: url(../images/banner-porque.jpeg) no-repeat center center;
    background-size: cover;
    text-align: left;
    color: white;
    padding-top: 100px;
    padding-bottom: 100px;
}
.nosotros .container, .porque .container, .contacto .container{
    position: relative;
    z-index: 2;
}
.nosotros .fondo-negro, .porque .fondo-negro, .contacto .fondo-negro{
    background: rgb(56,81,131,0.6);
}

.porque .seccion p{
    background: rgb(77,169,44, 0.9);
    padding: 15px;
}


.equipo{
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
.equipo img{
    width: 50px;
}


footer{
    position: relative;
    background: url(../images/fondo-banner.webp) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgb(56,81,131,0.9);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer strong{
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.form-group{
    margin-bottom: 5px;
}
textarea{
    height: 70px;
}
footer iframe{
    width: 100%;
    height: 235px;
}
footer img{
    width:30px;
}
footer a{
    color: white;
}


@media screen and (max-width:1400px){
    .cabecera-ayuda{
        display: none;
    }
    .cabecera{
        position: relative;
    }
}

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

}

@media screen and (max-width:992px){
    .logotipo img{
        width: 30%;
    }
    nav{
        margin-top: 20px !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:768px){
    .logotipo img{
        width: 40%;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu, .dosM{
        padding: 6px 0;
    }
    .menu-r{
        display: block;
    }
}

@media screen and (max-width:576px){
    .logotipo img{
        width: 50%;
    }
    .card{
        margin-bottom: 30px;
    }
}