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


.cabecera-ayuda{
    height: 110px;
    display: none;
}
.cabecera{
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;

    box-shadow: 0 0 10px gray;
}


.logotipo img{
    width: 100%;
}


.leyenda{
    color: gray;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 33px;
}


.datos{
    text-align: end;
}
.datos img{
    width: 30px;
}


.efecto{
    background: url(../images/efecto.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 380px;
    padding-bottom: 120px;

    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);

}
.fondo-negro{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;

}
.efecto .container{
    position: relative;
    z-index: 2;
}
.efecto strong{
    width: 100%;
    color: white;
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
}
.efecto span{
    font-size: 22px;
    font-weight: lighter;
    color: white;
    font-style: italic;
}



.uno{
    position: relative;
    z-index: -10;
    background: url(../images/fondo-blanco.webp) no-repeat center center fixed;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 270px;
    margin-top: -100px;

    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
}


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


.seccion{
    font-size: 20px;
    line-height: 30px;
    padding: 40px;
}
.seccion strong{
    font-size: 23px;
}
.imagen iframe, .imagen img{
    width: 100%;
}


.servicios{
    background: white;
    padding-top: 70px;
    padding-bottom: 70px;
}

.s{
    text-align: center;
    margin-bottom: 30px;
}
.s img{
    width: 85%;

    border-radius: 20px;
}
.s strong{
    width: 100%;
    text-align: center;
    font-size: 20px;
    display: inline-block;
    padding: 12px 0;
}

thead{
    background: white;
}
td{
    background: white !important;
}


footer{
    background: black;
    font-size: 19px;
    line-height: 29px;
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer img{
    width: 30px;
}
footer a{
    color: white;
}


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

}

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

}

@media screen and (max-width:992px){
    .datos{
        text-align: center;
    }
}

@media screen and (max-width:768px){
    .leyenda{
        padding: 20px 0;
    }
    
    .mailto{
        font-size: 14px;
    }
    .efecto{
        padding-top: 100px;
    }
    .seccion{
        padding: 12px;
    }
}

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