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

.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 10;
    background: #2eb741;
    text-align: center;
    color: white;
    font-size: 17px;
    line-height: 21px;
    font-weight: bold;
    padding: 5px 10px;

    box-shadow: 2px 2px 2px black;

    border-radius: 10px;
}


.blanco .logotipo img{
    width: 70%;
}


.cabecera-ayuda{
    height: 134px;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;

    box-shadow: 2px 2px 2px #ddd;
}

.logotipo img{
    width: 90%;

    transition: all 1s;
}


.datos{
    font-size: 18px;
    text-align: center;
}
.datos a{
    font-size: 15px;
}



.menuP{
    background: black;
}
.menuP a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 16.66%;
    float: left;
}
.menu-r{
    display: none;
}
.menu, .menu-r{
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 3px 0;
    cursor: pointer;
}
.menu:hover, .activo{
    background: rgb(166,115,34);
    background: linear-gradient(90deg, rgba(166,115,34,1) 0%, rgba(204,152,66,1) 35%, rgba(223,187,92,1) 59%, rgba(204,152,66,1) 82%, rgba(166,115,34,1) 100%);
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}


.efecto{
    margin: 12px 0;
    padding: 0;
}


.seccion{
    background: url(../images/fondoNegro.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.seccion strong{
    width: 100%;
    font-size: 26px;
    display: inline-block;
    margin-bottom: 20px;
}


.imagen img{
    width: 100%;
}


.imgGrande{
    height: 210px;
    margin-bottom: 20px;
}


.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/2.jpg) no-repeat center center;
    background-size: cover;
}
.img3{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.png) no-repeat center center;
    background-size: cover;
}



.logotipos{
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titulo{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.imagenes img{
    height: 100px;
    margin: 0 60px;
}


.valores{
    background: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.valor{
    background: white;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    margin-bottom: 12px;
}
.valor strong{
    font-size: 23px;
}
.valor img{
    height: 50px;
}



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

.accordion-button{
    font-weight: bold;
    font-size: 22px;
}
.accordion-button:not(.collapsed){
    background: #e2be5f;
    color: white !important;
    text-shadow: 2px 2px 2px black;
    color: black;
}


.socios{
    /* background: rgb(166,115,34);
    background: linear-gradient(90deg, rgba(166,115,34,1) 0%, rgba(204,152,66,1) 35%, rgba(223,187,92,1) 59%, rgba(204,152,66,1) 82%, rgba(166,115,34,1) 100%); */
    background: black;
    color: white;
    font-size: 19px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.socios .titulo{
    color: white;
}


.subtitulo{
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
}


.logos{
    padding-top: 50px;
    padding-bottom: 50px;
}
.imagenes2{
    text-align: center;
}
.imagenes2 img{
    height: 80px;
    margin:0 30px 30px;
}


.servicios{
    background: #f7f7f7;
}

.s1{
    background: url(../images/s1.png) no-repeat center center;
    background-size: cover;
}


footer{
    position: relative;
    background: url(../images/fondo-footer.jpg) no-repeat center center;
    background-size: cover;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
}
footer .container{
    position: relative;
    z-index: 2;
}
footer strong{
    width: 100%;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 12px;
}

footer iframe{
    width: 100%;
    height: 200px;
}

footer a{
    color: white;
}


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

}

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

@media screen and (max-width:992px){
    nav ul li{
        width: 33.33%;
    }
    .blanco .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .img{
        height: 250px;
    }
    .seccion{
        padding: 12px;
    }
    .blanco .logotipo img{
        width: 100%;
    }
}

@media screen and (max-width:576px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu, .menu-r{
        padding: 12px 0;
    }
    footer a{
        font-size: 14px;
    }
    .blanco .logotipo img{
        width: 100%;
    }
}