﻿html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px; /* alto del header fijo */
}

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

.blanco{
    background: rgba(255, 255, 255, 1);
}
.blanco .logotipo img{
    border: 1px solid #4ba0ce;
    width: 65%;
}
.blanco .menu{
    color: #4ba0ce;
}

.cabecera{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 10px;
    padding-bottom: 10px;

    transition: all 1s;
}

.logotipo img{
    width: 100%;
    
    border-radius: 50%;

    transition: all 1s;
}


nav a{
    color: white;
    text-decoration: none;
}
nav ul{
    list-style: none;
    padding: 0;
}
nav ul li{
    width: 15.66%;
    float: left;
    margin: 0 0.5%;
    padding: 0 8px;
}
.menu-r{
    display: none;
    padding: 12px 0;
}
.menu, .menu-r{
    color: white;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    
    transition: all 1s;
}
.unoM{
    padding: 15px 0;
}





.uno{
    position: relative;
    color: white;
    text-align: center;
    padding-top: 195px;
    padding-bottom: 100px;
}
.uno a{
    color: white;
    text-decoration: none;
}
.uno .container{
    position: relative;
}

.imagen1{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
}
.imagen1 img{
    width: 100%;
}


.frase1{
    font-size: 40px;
    font-weight: bold;
}

.frase2{
    font-size: 44px;   
    font-weight: bold;
    margin-top: 150px;
}
.morado{
    background: #5C52E1;

    border-radius: 30px;
}
.verde{
    background: #7ED957;
    margin: 0 10px;
    padding: 0 20px;

    border-radius: 30px;
}


.frase3{
    font-size: 22px;
    font-weight: 400;
}


.frase4{
    background: #CCA33B;
    font-size: 20px;
    padding: 12px;
    display: inline-block;

    border-radius: 30px;
}


.dos{
    height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
}

.tituloMorado{
    text-align: center;
    margin-bottom: 30px;
}
.tituloMorado div{
    background: #5C52E1;
    color: white;
    text-shadow: 2px 2px 2px black;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    padding: 12px 20px;

    border-radius: 30px;
}


.cuadroVerde{
    position: relative;
    background: #7ED957;
    color: white;
    text-shadow: 1px 1px 10px #4ba0ce;
    font-weight: 500;
    text-align: center;
    font-size: 22px;
    padding: 40px;

    border-radius: 30px;
}


.imagen2{
    position: absolute;
    bottom: -100px;
    right: -100px;
    width: 300px;
}
.imagen2 img{
    width: 100%;
}



.tres{
    background: url(../images/fondoTres.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.cuadroTres{
    background: #00C4CC;
    color: white;
    font-size: 15px;
    padding: 20px;
}
.cuadroTres strong{
    font-size: 30px;
}


.cuatro{
    background: url(../images/fondoCuatro.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.cuadroCuatro{
    background: #5C52E1;
    color: white;
    font-size: 15px;
    padding: 20px;
}
.cuadroCuatro strong{
    font-size: 30px;
}



.cinco{
    background: url(../images/fondoCinco.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 200px;
}

.cuadroCinco{
    background: #00C4CC;
    color: white;
    font-size: 15px;
    padding: 20px;
}
.cuadroCinco strong{
    font-size: 30px;
}


.contacto{
    background: url(../images/fondoContacto.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
}


.negro{
    background: black;
    color: white;
    font-size: 17px;
    line-height: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.negro img{
    width: 40px;
}


.siete{
    background: url(../images/fondoSiete.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}

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

.imagen img{
    width: 100%;

    border-radius: 20px;
}

.seccion{
    font-size: 17px;
    line-height: 25px;
    color: white;
    text-align: justify;
}


footer{
    background: black;
    text-align:center;
    color:white;
    font-size: 17px;
    padding-top:5px;
    padding-bottom:5px;
}


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

}

@media screen and (max-width:1200px){
    .cabecera{
        position: relative;
    }
    .blanco{
        background: #4ba0ce;
    }
    .blanco .logotipo img{
        border: 1px solid #4ba0ce;
        width: 100%;
    }
    .blanco .menu{
        color: #4ba0ce;
    }
}

@media screen and (max-width:992px){
    .menu-r{
        display: block;
    }
    nav ul{
        display: none;
    }
    nav ul li{
        width: 100%;
    }
    .menu{
        padding: 12px 0;
    }
    .uno{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .frase2{
        margin-top: 0;
    }
    .imagen1{
        display: none;
    }
}

@media screen and (max-width:768px){
    .frase2{
        font-size: 26px;
    }
    .frase1{
        font-size: 26px;
    }
    .imagen2{
        bottom: 0;
        right: 0;
        z-index: -1;
    }
}

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


.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
}
