﻿@font-face {
    font-family: 'Soria';
    font-style: normal;
    font-weight: 400;
    src: url(fuentes/soria.ttf);
}

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


.dif{
    font-family: 'Soria';
}


.chat{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    background: #24d366;
    font-weight: bold;
    font-size: 20px;
    color: white;
    padding: 6px 17px;
    border-radius: 20px;

    animation-name: pulse;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0s;
    animation-iteration-count: 100;
}
@keyframes pulse {
    from,to {
        transform: scale3d(1,1,1)
    }

    50% {
        transform: scale3d(1.05,1.05,1.05)
    }
}
.pulse {
    animation-name: pulse
}


.usa{
    position: fixed;
    top: 45vh;
    right: 0;
    z-index: 1000;
    width: 70px;
}
.usa img{
    width: 100%;
}



.cabecera-ayuda{
    height: 72px;
}
.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: white;
    padding-top: 12px;
    padding-bottom: 12px;

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

.logotipo img{
    width: 80%;
}

.datos{
    text-align: center;
    font-weight: lighter;
}


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

.textoEfecto{
    position: absolute;
    bottom: 27%;
    right: 20%;
    z-index: 10;
    background: rgba(0, 0, 0, 0.6);
    width: 400px;
    font-size: 18px;
    color: white;
    padding: 30px;
}


.uno{
    position: relative;
    background: url(../images/fondo1.webp) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.uno .container{
    position: relative;
    z-index: 2;
}


.seccion strong{
    font-size: 24px;
}

.imagen img{
    width: 100%;
}



.leyenda{
    background: black;
    text-align: center;
    font-weight: lighter;
    color: white;
    font-size: 33px;
    padding-top: 20px;
    padding-bottom: 20px;
}



.servicios{
    background: black;
    padding-bottom: 40px;
}


.s{
    position: relative;
    height: 250px;
    cursor: pointer;
}

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

.s strong{
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: white;
    font-weight: lighter;
    font-size: 22px;
    padding: 0 30px;

    transition: all 1s;
}

.s:hover strong{
    top: 35%;
    font-size:28px;
    font-weight: bold;
}


.s1{background: url(../images/s1.jpeg) no-repeat center center;background-size: cover;}
.s2{background: url(../images/s2.jpeg) no-repeat center center;background-size: cover;}
.s3{background: url(../images/s3.png) no-repeat center center;background-size: cover;}
.s4{background: url(../images/s4.jpeg) no-repeat center center;background-size: cover;}
.s5{background: url(../images/s5.jpeg) no-repeat center center;background-size: cover;}
.s6{background: url(../images/s6.jpeg) no-repeat center center;background-size: cover;}
.s7{background: url(../images/s7.jpeg) no-repeat center center;background-size: cover;}
.s8{background: url(../images/s8.png) no-repeat center center;background-size: cover;}
.s9{background: url(../images/s9.jpeg) no-repeat center center;background-size: cover;}
.s10{background: url(../images/s10.jpeg) no-repeat center center;background-size: cover;}


.otraFuente{
    width: 100%;
    font-family: "Lobster Two", sans-serif;
    font-size: 30px !important;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px !important;
    display: inline-block;
}



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

}

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

@media screen and (max-width:992px){
    .textoEfecto{
        position: relative;
        bottom: auto;
        right: auto;
        background: black;
        width: 100%;
    }
}

@media screen and (max-width:768px){
    .datos{
        line-height: 30px;
    }
}

@media screen and (max-width:576px){
    .otraFuente{
        font-size: 26px !important;
    }
    .logotipo img{
        width: 100%;
    }
}