/* ------------------------- */
/* Estilos Generales */
/* ------------------------- */

:root {
  --animate-duration: 2200ms;
  --animate-delay: 0.9s;
  --rojo: #ff1655;
  --verde:  #60a93a;
  --gris: #666666;
}

* {
    box-sizing: border-box;
    margin: 0; 
    padding: 0;
}

body,html{
    overflow: hidden !important;
}

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

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    margin-bottom: 0;
}

:root {
    --amarillo: #F9EB00;
    --guinda: #6D2A0C;
}

.imgWhats {
  width: 65px;
}

.whatsApp{
  position:fixed; bottom: 45px; right: 23px; font-size: 20px; width:; transition:all .5s ease; z-index: 201; color: #fff; 
  font-size: 50px;
  text-decoration: none;
  border-radius: 5px;
  color: #00BB2D;
}

.imgWhats:hover {
  animation: bounce 1s;
}

.mt-5 {
    margin-top: 50px;
}

.mt-3 {
    margin-top: 30px;
}

.mb-3 {
    margin-bottom: 30px;
}

.mt-5 {
    margin-bottom: 50px;
}

#fp-nav ul li a span {
    background: #fff;
}

#fp-nav ul li .ft-tooltip {
    background: #fff;
}

.nav {
    position: fixed;
}


#img01 {
    background-image: url("../media/l01.png"); 
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#img02 {
    background-image: url("../media/l02.png"); 
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#img03 {
    background-image: url("../media/l03.png"); 
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#img04 {
    background-image: url("../media/l04.png"); 
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#img05 {
    background-image: url("../media/l05.png"); 
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section .logo {
    width: 45%;
}

.section .logo01 {
    width: 50%;
}

.primera h2 {
    color: #fff;
}

.segunda h2 {
    color: var(--rojo);
    font-weight: 600;
}

.segunda h3 {
    color: #fff;
}

.segunda .verde {
    color: var(--verde);
    font-weight: 600;
}

.cuarta h4 {
    color: var(--gris);
    font-size: 40px;
}

.cuarta h2 {
    color: var(--rojo);
    font-size: 80px;
    font-weight: 800;
}

.cuarta span {
    color: var(--verde);
}

.cuarta .red {
    color: var(--rojo);
    text-decoration: line-through;
}


.cuarta a {
    color: var(--gris);
    text-decoration: none;
    padding: 10px 40px;
    border: solid 1px var(--rojo);
    transition: .5s ease;
    border-radius: 5px;
    font-weight: 500;
}

.cuarta a:hover {
    background: var(--rojo);
    color: #fff;
    border: solid 1px var(--verde);
}



.tercera h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 800;
    color: var(--rojo);
    font-size: 80px;
}
.tercera h4 {
    font-size: 30px;
}
.tercera h5 {
    font-size: 30px;
}


#img03 span {
    color: #fff;
    font-weight: 800;
}

.promo {
    width: 40%;
    text-align: center;
}

.mat-5 {
    margin-top: 50px;
}

@media (max-width: 769px){
    #img01 {
    background-image: url("../media/l01m.png");
    }
    #img02 {
    background-image: url("../media/l02m.png");
    }
    #img04 {
    background-image: url("../media/l04m.png");
    }
    #img05 {
    background-image: url("../media/l05m.png");
    }
    .section .logo {
    width: 90%;
    }
    .section .logo01 {
    width: 90%;
    }
    .promo {
    width: 80%;
    }
}


@media (max-width: 400px){

    #img01 {
    background-image: url("../media/l01m1.png");
    }
    #img02 {
    background-image: url("../media/l02m1.png");
    }
    #img04 {
    background-image: url("../media/l04m1.png");
    }
    #img05 {
    background-image: url("../media/l05m1.png");
    }
    .primera h2 {
    padding: 0px 40px;
    }
    .tercera h2 {
    font-size: 40px;
    padding: 0px 40px;
    }
    .tercera h3 {
    padding: 0px 40px;
    }
    .tercera h4 {
    padding: 0px 40px;
    }
    .cuarta h4 {
    font-size: 24px;
    }
    .cuarta h2 {
    font-size: 50px;
    padding: 0px 40px;
    }
    .promo {
    width: 80%;
    }
    .mat-5 {
     margin-top: 50px;
    }
}

@media (max-width: 370px){

    #img01 {
    background-image: url("../media/l01m2.png");
    }
    #img02 {
    background-image: url("../media/l02m2.png");
    }
    #img04 {
    background-image: url("../media/l04m2.png");
    }
    #img05 {
    background-image: url("../media/l05m2.png");
    }
    .primera h2 {
    padding: 0px 35px;
    }
    .tercera h3 {
    font-size: 20px;
    }
    .tercera h4 {
    font-size: 20px;
    }
}







