*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1250px;
    margin: 0 auto;
}

.box {
    width: 100%;
    height: 90px;
    background: #000000;
    display: inline-block;
    position: fixed;
    z-index: 100;
}

.menu {
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-img img {
    width: 11%;
    height: 40px;
    position: absolute;
    top: 25px;
    left: 15%;
    right: 0;
}

.menu .navbar ul li {
    position: static;
    float: left;
}

.menu .navbar ul li a{
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 500;
    padding: 30px;
    color: #ffffff;
    display: block;
}

.menu .navbar ul li:hover{
    border-radius: 5px;
    margin-top: 10px;
    height: 70px;
    background-color: #f56349;
    animation: scale 0.7s ease-in infinite;
}

@keyframes scale {
    0% {
    transform: scale(1);
    }
    50% {
    transform: scale(1.1);
    }
    100% {
    transform: scale(1);
    }
}

#menu {
    display: none;
}

.menu-icono {
    width: 55px;
}

.menu label {
    cursor: pointer;
    display: none;
}

/*///////SLIDER CODE ///////*/
.slider-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: -10px;
}

.slider-box ul{
    display: flex;
    width: 400%;
    animation: slide 20s infinite;
}

.slider-box li {
    width: 100%;
    list-style: none;
    position: relative;
}

.texto {
    position: absolute;
    padding: 15% 5%;
    padding-bottom: 0;
    top: 40%;
    color: #000000;
}

.texto h2, .texto .size-m {
    font-size: 50px;
    font-family: Montserrat;
    font-style: ExtraBoldItalic ;
    font-weight: 800;
    background-color: #00000056;
    color: #ffffff;
    display: block;
}

.texto .size-m {
    font-size: 43px;
}

.texto strong {
    font-size: 65px;
    font-weight: 800;
    color: #f56349;
}

.slider-box img {
    width: 100%;
    height: 750px;
}

@keyframes slide {
	10% {margin-left: 0;}
	20% {margin-left: 0;}
	
	25% {margin-left: -100%;}
	45% {margin-left: -100%;}
	
	50% {margin-left: -200%;}
	70% {margin-left: -200%;}
	
	75% {margin-left: -300%;}
	95% {margin-left: -300%;}
}

/*///////HEADER///////*/

.header {
    background: linear-gradient(
        rgba(29,30,35,0.8),
        rgba(54, 55, 59, 0.369)
    ),
    url(images/img1.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: left;
    min-height: 20vh;
    padding: 20px 0;
}

.header-txt {
    text-align: center;
    padding: 20px 0;
}

.header-txt h1 {
    font-size: 50px;
    line-height: 0.5;
    color: #68ffff;
    font-family: Montserrat;
    font-style: ExtraBoldItalic;
    font-weight: 800;
    margin-bottom: 30px;
}

.header-txt p {
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}

.btn-1 {
    display: inline-block;
    padding: 10px 35px;
    font-size: 20px;
    font-family: Montserrat;
    font-style: Italic;
    font-weight: 200;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 15px;
    background: linear-gradient(
        90deg,
        #f56349 30%,
        rgb(251, 157, 79) 100%
    );
}

/*///////SOBRE NOSOTROS INICIO///////*/
.about {
    padding: 50px 0px;
    background-color: #ffffff;
}

.about-content {
    display: flex;
}

.about-txt {
    flex-basis: 50%;
    text-align: justify;
}

.about-txt span {   
    font-size: 17px;
    font-family: Montserrat;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
}

.about-txt h2 {
    font-size: 45px;
    font-family: Montserrat;
    font-style: ExtraBoldItalic ;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
    line-height: 1;
    letter-spacing: 2px;
}

.about-txt hr {
    border: 2px solid rgb(241, 88, 88);
    width: 50%;
    margin-bottom: 20px;
}

.about-txt p {
    color: #000000;
    font-size: 19px;
    font-family: Montserrat;
    font-weight: 400;
    padding: 10px 0;
}

.about-img {
    width: 50%;
    height: 120px;
    padding: 150px 0 0 50px;
}

/*///////FOOTER///////*/
.footer {
    padding: 100px 0 50px 0;
    background-color: #f56349;
}

.footer-link {
    display: flex;
}

.link {
    width: 100%;
}

.link h3 {
    font-size: 20px;
    font-family: Montserrat;
    font-style: bold;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.link a {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    color: rgb(255, 255, 255);
    display: block;
    margin-bottom: 20px;
}

.link a:hover {
    color: rgb(0, 255, 255) ;
}

.social {
    display: flex;
    text-align: center;
}

.social a {
    min-height: 50px;
    min-width: 70px;
    background-color: #ffa595a1;
    margin: 10px 0;
    margin-right: 30px;
    text-align: center;
    line-height: 70px;
    border-radius: 40%;
    color: #ffffff;
    font-size: 25px;
}   

.face:hover {
    background-color: #53528f              ;
}

.t:hover {
    background-color: #3972ce;
}

.w:hover {
    background-color: #2dfc7f;
}

.tik:hover {
    background-color: #242424;
}

.redes-icons {
    display: flex;
    background-color: #00000000;
    padding-left: 35%;
}

.footer-content hr {
    border: 1.5px solid rgb(255, 255, 255);
    width: 100%;
}

/*///////NOSOTROS///////*/


.header__about {
    padding: 0 0;
    background: linear-gradient(
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    ),
    url(images/img14.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 30vh;
}

.header__about-txt {
    text-align: left;
    padding: 100px 0;
}

.header__about-txt h2 {
    font-size: 70px;
    font-family: Montserrat;
    font-style: ExtraBoldItalic ;
    font-weight: 800;
    line-height: 0.5;
    color: #eee9e9f9;
    margin-top: 60px;
    text-transform: uppercase;
}

.btn-1 {
    display: inline-block;
    padding: 10px 35px;
    font-size: 20px;
    font-family: Montserrat;
    font-style: Italic;
    font-weight: 200;
    letter-spacing: 5px;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 15px;
    background: linear-gradient(
        90deg,
        #f56349 30%,
        rgb(251, 157, 79) 100%
    );
}

.about-alero {
    padding-top: 50px;
    background-color: #ffffff;
}

.about-alero-content {
    display: flex;
    align-items: left;
}

.about-alero-txt {
    flex-basis: 50%;
    text-align: justify;
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 400;
}

.about-alero-txt span {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-family: Montserrat;
    font-style: ExtraLightItalic;
    font-weight: 400;
}

.about-alero-txt h2 {
    font-size: 45px;
    font-family: Montserrat;
    font-style: ExtraBoldItalic ;
    font-weight: 600;
    color: #000000;
    margin: 15px 0;
    line-height: 1;
    letter-spacing: 2px;
}

.about-alero-txt hr {
    border: 2px solid rgb(241, 88, 88);
    width: 50%;
    margin-bottom: 20px;
}

.about-alero-img {
    flex-basis: 40%;
    padding: 0;
    padding-left: 50px;
    padding-top: 50px;
}

.misionimg {
    padding: 60px 0 0 0;
    background-color: #ffffff;
    text-align: center;
}

.misionimg-content {
    display: flex;
    justify-content: space-between;
}

.logoN {
    width: 150px;
    height: 150px;
}

.content-nosotros {
    background: #ffffff;
    display: inline-flex;
    margin: 80px 40px;
}

.mision {
    position: relative;
    width: 27%;
    height: 100%;
    background: #e2e2e2;
    margin: auto;
    box-shadow: 0 0 40px 0 #0007;
}

.mision h2 {
    color: #000000;
    font-size: 30px;
    font-family: Montserrat;
    font-style: ExtraBoldItalic ;
    font-weight: 800;
    text-align: center;
    padding: 10px;
}

.mision p {
    font-size: 20px;
    font-family: Montserrat;
    font-weight: 300;
    color: #000000;
    list-style: inside;
    padding: 20px 20px;
    text-align: justify;
}

.mision ul li {
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 300;
    color: #000000;
    text-align: justify;
    list-style: inside;
    padding: 5px 20px;
}

/*///////TERMINOS///////*/

.contenedor {
    margin: 0;
    position: relative;
    display: flex;
}

.indice {
    width: 100%;
    padding: 0 100px;
    padding-right: 0;
    margin-top: 20vh;
}

.indice p {
    color: #000;
    font-size: 25px;
    font-family: Montserrat;
    font-style: bold;
    font-weight: 600;
    text-align: center;
    padding: 0 0 30px;
}

.indice a {
    color: #000;
    border-bottom: 1px solid #000;
    display: block;
    padding: 15px;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
}

.contenido {
    padding: 0 10vw;
    position: relative;
    margin-top: 20vh;
}

.contenido h2 {
    color: #000;;
    display: block;
    padding: 10px 0 30px ;
    font-size: 35px;
    font-family: Montserrat;
    font-weight: 600;
    text-align: center;
}

.contenido h3 {
    color: #000;;
    display: block;
    font-size: 25px;
    padding: 10px 0;
    font-family: Montserrat;
    font-weight: 500;
}

.contenido p {
    color: #000;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: justify;
    padding: 15px 0;
}


/*PRIVACY*/

.privacy {
    max-width: 1200px;
    padding: 90px 30px;
    margin: 0 auto;
    box-shadow: 0px 26px 87px -11px rgba(0,0,0,0.11);
}

.privacy-container {
    padding: 100px 0;
}

.privacy-container h2 {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    font-family: Montserrat;
    font-weight: 400;
}   

.term {     
    padding: 10px 0 ;
}

.term strong {
    color: #000;
    font-size: 25px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: justify;
    padding: 15px 0;
}

.term p {
    color: #000;
    font-size: 15px;
    font-family: Montserrat;
    font-weight: 400;
    text-align: justify;
    padding: 15px 0;
}

@media (max-width:991px) {

    .menu {
        padding: 20px;
    }

    .logo-img img {
        left: 10px;
        width: 35%;
        height: 40px;
    }

    .menu label {
        display: initial;
        margin-right: 40px;
    }

    .menu .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #1f1d1db9;
        display: none;
    }

    .navbar ul li {
        width: 100%;
    }

    .menu .navbar ul li a{
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        padding: 25px;
        color: #ffffff;
        display: block;
    }    

    .menu .navbar ul li:hover{
        padding-left: 20px;
        margin: 0;
        margin-left: 20px;
        width: 90%;
        height: 70px;
        background-color: #f56349;
        animation: scale 0.9s infinite;
        border: 2px solid#ffffff;
    }

    #menu:checked ~ .navbar {
        display: initial;
    }

    .slider-box {
        width: auto;
        padding-top: 90px;
    }

    .texto {
        top: 60%;
        padding: 0 30px;
        text-align: center;
    }

    .texto h2 {
        background-color: rgba(40, 40, 40, 0.4);
        font-size: 25px;
        line-height: 1;
    }

    .texto .size-m {
        background-color: rgba(40, 40, 40, 0.4);
        font-size: 25px;
        line-height: 1;
    }

    .texto strong {
        display: none;
    }

    .slider-box ul li img {
        width: auto;
        height: auto;
        flex-direction: column;
    }

    .header {
        min-height: 0vh;
        padding: 100px 30px;
    }

    .header-txt {
        text-align: center;
        padding: 0;
    }

    .header-txt h1{
        padding: 10px 0;
        font-size: 40px;
        text-align: center;
        line-height: 1;
    }

    .header-txt p{
        padding: 0;
        font-size: 20px;
        text-align: center;
        line-height: 1;
    }

    .header {
        background: linear-gradient(
            rgba(29,30,35,0.8),
            rgba(54, 55, 59, 0.369)
        ),
        url(images/img9.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: left;
        min-height: 20vh;
        padding: 20px 0;
    }

    .about {
        padding: 30px;
    }

    .about-content {
        flex-direction: column;
    }

    .about-txt {
        text-align: center;
        padding: 0;
    }

    .about-txt hr {
        border: 2px solid rgb(241, 88, 88);
        width: 50%;
        margin-bottom: 20px;
        margin-left: 25%;
    }
    .about-img {
        flex-basis: 40%;
        width: 100%;
        padding: 10px 5px;
    }
    .footer {
        padding: 30px;
        flex-direction: column;
    }

    .footer-content {
        flex-direction: column;
        text-align: left;
    }

    .footer-link {
        flex-direction: column;
    }

    .redes-icons {
        padding-left: 0;
        display: flex;
    }

    .header__about {
        min-height: 0vh;
        padding: 100px 30px;
        flex-direction: column;
    }

    .header__about-txt {
        text-align: center;
        padding: 0;
    }

    .header__about-txt h2 {
        line-height: 1;
        font-size: 50px;
    }

    .about-alero {
        padding: 30px;
    }

    .about-alero-content {
        flex-direction: column;
    }

    .about-alero-txt {
        padding: 0;
    }

    .about-alero-txt span {
        padding: 0;
        padding-left: 18%;
        font-size: 20px;
    }

    .about-alero-txt h2 {
        padding: 0;
        text-align: center;
        font-size: 40px;
    }

    .about-alero-txt hr {
        margin-left: 25%;
    }

    .about-alero-txt p {
        color: #000000;
        font-size: 19px;
        font-family: Montserrat;
        font-weight: 400;
        padding: 10px 0;
        text-align: left;
    }

    .about-alero-img {
        text-align: center;
        padding: 0;
    }

    .nosotros {
        padding: 30px;
    }
    
    .content-nosotros {
        flex-direction: column;
        
    }

    .mision {
        flex-direction: column;
        width: 100%;
        height: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .mision h2  {
        font-size: 20px;
        text-align: center;
    }

    .mision p {
        font-size: 18px;
        text-align: center;
    }

    .mision ul li {
        font-size: 15px;
        text-align: center;
    }

    .mision .face {
        width: 100%;
        height: 200px;
    }

    .box-redes {
        flex-direction: column;
        margin-left: 1%;
        width: 20%;
        height: 40px;
    }

    .social a {
        margin: 10px 5px;
        text-align: center;
        line-height: 70px;
        font-size: 25px;
    }

    /*///////TERMINOS////////*/

    .contenedor {
        flex-direction: column;
        position: relative;
        display: flex;
        margin: 0 20px;
        margin-bottom: 20px;
    }
    
    .indice {
        padding: 0;
        margin-top: 20vh;
    }
    
    .indice p {
        font-size: 20px;
        text-align: center;
        padding: 0;
    }
    
    .indice a {
        border-bottom: 1px solid #00000043;
        padding: 8px;
        font-size: 12px;
    }
    
    .contenido {
        padding: 10px;
        position: relative;
        margin-top: 10px;
    }
    
    .contenido h2 {
        padding: 30px 0;
        font-size: 30px;
    }
    
    .contenido h3 {
        font-size: 20px;
        padding: 20px 0;
    }
    
    .contenido p {
        font-size: 12px;
        padding: 0;
    }
}