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


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
}
.chat img{
    width: 100%;
}

.blanco{
    background: white !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.efecto{
    position: relative;
    padding: 0;
}


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

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(20%, rgba(255,255,255,0.8)), color-stop(40%, rgba(255,255,255,0.6)), color-stop(60%, rgba(255,255,255,0.4)), color-stop(80%, rgba(255,255,255,0.2)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.8) 20%, rgba(255,255,255,0.6) 40%, rgba(255,255,255,0.4) 60%, rgba(255,255,255,0.2) 80%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
    padding-top: 10px;
    padding-bottom: 130px;

    transition: all 0.8s;
}

.cabecera-ayuda{
    height: 99px;
}


.logotipo img{
    width: 100%;
}

.menu-r{
    display: none;
}

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

.menu, .menu-r{
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.menu:hover, .activo, .menu-r:hover{
    background: rgb(62,192,194,0.9);
    color: white;
    font-weight: bold;
}

.datos{
    background: white;
    text-align: center;
    font-size: 17px;
}
.datos img{
    width: 30px;
}


.btn-verde{
    background: #3ec0c2;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 2px black;
}
.btn-verde:hover{
    color: white;
    font-weight: bold;
}


.leyenda{
    border-left: 10px solid #3ec0c2;
    background: #23485d;
    color: white;
    font-size: 30px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}
.leyenda img{
    height: 50px;
}


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


.titulazo{
    background: #3ec0c2;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.s{
    position: relative;
    width: 24.5%;
    display: inline-block;
    cursor: pointer;
}
.s strong{
    position: absolute;
    top: 45%;
    left: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.7);
    width: 100%;
    text-align: center;
    color: #3ec0c2;
    color: black;
}
.s:hover strong{
    background: #3ec0c2;
    color: white;
}
.s img{
    width: 100%;
}


.seccion{
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.img1{
    background: url(../images/1.jpg) no-repeat center center;
    background-size: cover;
}
.img2{
    background: url(../images/contacto.webp) no-repeat center center;
    background-size: cover;
}


.t{
    text-align: center;
}
.t strong{
    width: 100%;
    font-size: 27px;
    display: inline-block;
}
.t p{
    font-size: 18px;
    font-weight: lighter;
}
.t img{
    width: 100%;
}

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


footer{
    border-left: 10px solid #3ec0c2;
    background: #23485d;
    color: white;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer iframe{
    width: 100%;
    height: 230px;
}
footer strong{
    width: 100%;
    font-size: 23px;
    text-shadow: 2px 2px 2px black;
    margin-bottom: 10px;
    display: inline-block;
}
footer img{
    width: 25px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera-ayuda{
        display: none;
    }
    .blanco, .cabecera{
        position: relative;
        padding-bottom: 0;
    }
}

@media screen and (max-width:992px){
    .titulazo{
        padding: 10px 0;
    }
}

@media screen and (max-width:768px){
    nav{
        margin: 20px 0 !important;
    }
    .boton button{
        position: relative !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100%;
    }
    .s{
        width: 49%;
    }
    .img{
        height: 250px;
    }
}

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