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


.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: 60%;
}


.cabecera-ayuda{
    position: relative;
    height: 149px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: url(../images/fondo-cabecera.jpg) no-repeat center center;
    background-size: cover;
}

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

    transition: all 0.7s;
}


.redes{
    text-align: center;
    margin-bottom:20px;
}

.red{
    display: none;
}


nav a{
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 25%;
    text-align: center;
    float: left;
}
.menu{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.datos{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}


.efecto{
    padding: 0;
    margin-bottom: 20px;
}


.seccion{
    background: #f2edeb;
    font-size: 20px;
    line-height: 30px;
    padding: 70px 40px;
}
.seccion strong{
    width: 100%;
    color: #05697d;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 12px;
}

.img1{
    background: url(../images/3.jpg) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/1.webp) no-repeat center center;
    background-size: cover;
}
.img4{
    background: url(../images/4.jpeg) no-repeat center center;
    background-size: cover;
}
.img5{
    background: url(../images/5.webp) no-repeat center center;
    background-size: cover;
}
.img6{
    background: url(../images/6.jpg) no-repeat center center;
    background-size: cover;
}
.img7{
    background: url(../images/7.jpg) no-repeat center center;
    background-size: cover;
}
.img8{
    background: url(../images/8.jpg) no-repeat bottom center;
    background-size: cover;
}
.img9{
    background: url(../images/9.jpg) no-repeat bottom center;
    background-size: cover;
}

.titulo{
    text-align: center;
    font-size:27px;
    color: #05697d;
    margin-bottom: 20px;
}


.i{
    font-size: 22px;
    text-align: center;
    margin-bottom: 40px;
}

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


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


footer{
    background: #f7f7f7;
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-top: 30px;
}


footer img{
    width: 35px;
}


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

}

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

@media screen and (max-width:992px){
    .blanco .logotipo img, .logotipo img{
        width: 70%;
    }
}

@media screen and (max-width:768px){
    .cabecera{
        padding: 12px 0;
    }
    nav{
        margin: 20px 0 !important;
    }
    nav ul li{
        width: 33.33%;
    }
    .desa{
        display: none;
    }
    .red{
        display: block;
        margin-top: 40px;
    }
    .img{
        height: 250px;
    }
    .seccion{
        padding: 14px !important;
    }
    .blanco .logotipo img, .logotipo img{
        width: 30%;
    }
}

@media screen and (max-width:576px){
    .blanco .logotipo img, .logotipo img{
        width: 40%;
    }
}