@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

    /* font-family: "Roboto Condensed", sans-serif; */
}

/* HEADER */

.content-header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 15px 15px 0;
}

.btn_header{
    width: 35px;
    float: right;
}
  
.line1,
.line2,
.line3 {
    z-index: 1;
    width: 35px;
    height: 3px;
    margin: 8px 0;
    transition: .6s;
    border-radius: 2px;
    background-color:#FFFFFF;
}
  
.change .line1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
  
.change .line2 {
    opacity: 0;
}
  
.change .line3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

.nav{    
    width: 79%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 25px 25px 81px;
    transform: translateX(-110%);
    background-color: white;    
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -webkit-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -moz-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -ms-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
    -o-transition: 0.35s all cubic-bezier(0.65, 0.05, 0.36, 1);
}

.nav a{
    display: block;
    color: #707070;
    padding: 11px 0 11px 7px;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
    text-decoration: none;
}

.nav a:hover{
    color: #FFFFFF;
}

.open {
    transform: translateX(0);
}

/* HEADER */


/* PORTADA */

.content-portada{
    width: 100%;
    padding-bottom: 83px;
    background-size: cover;
    background-position: center;
    background-image: url(../images/BG-PORTADA2.jpg);
}

.portada{
    width: 83%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 99px;
}

.img__portada{
    width: 85%;
    margin: 0 auto;
}

.img__portada img{
    display: block;
    width: 100%;
    margin-bottom: 11px;
}


.img__portada_ayme{
    width: 85%;
    margin: 0 auto;
}

.img__portada_ayme p{
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 11px;
}

.img__portada_ayme p img{
    display: block;
    width: 100%;
}

.title__portada{
    max-width: 817px;
    margin: 45px auto 0;
}

.title-int__portada {
    max-width: 970px;
}

.title__portada h2{
    font-size: 39px;
    color: #FF0000;
    text-align: center;
    line-height: 37px;
    font-weight: 900;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.title__portada p{
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    line-height: 19px;
}

.video__portada{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 45px;
}

.video__portada button{
    font-size: 18px;
    color: #FF0000;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 25px;
    border: 0;
    background-color: transparent;
}

.video__portada button:hover{
    color: #FF0000;
    background-color: transparent;
}

.video__portada button img{
    display: block;
    width: 61px;
    margin-right: 15px;
}

.video__portada a{
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 15px 29px;
    border-radius: 101px;
    text-decoration: none;
    background-color: #FF0000;
}

.video__portada a:nth-child(1){
    display: none;
}

.video__portada a:hover{
    color: #FFFFFF;
}

/* PORTADA */

/*DETAILS */

.content-details{
    width: 81%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 0;
}

.content-details img{
    display: block;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.title__details{
    width: 100%;
    max-width: 655px;
    margin: 0 auto 65px;
}

.title__details h2{
    font-size: 39px;
    color: #FF0000;
    text-align: center;
    line-height: 37px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
}

.title-left__details{
    margin: 65px 0 0;
}

.title-left__details h2{
    text-align: left;
}

.img__details{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}

.img__details img{
    display: block;
    width: 100%;
}

.txt__details{
    margin-top: 55px;
}

.txt__details p{
    font-size: 18px;
    color: #707070;
    text-align: justify;
    margin: 15px 0;
}

/*DETAILS */

@media screen and (min-width: 768px){

    /* PORTADA */

    .content-portada {
        padding-bottom: 141px;
    }

    .img__portada{
        width: 100%;
        margin-bottom: 33px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }    

    .img__portada img{
        width: 47%;
    }

    .img__portada_ayme{
        width: 100%;
        margin-bottom: 33px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .img__portada_ayme p{
        width: 47%;
    }

    .video__portada {
        flex-direction: row;
        justify-content: center;
    }

    .video__portada button {
        margin-bottom: 0;
        margin-right: 35px;
    }

    .modal-dialog{
        max-width: 759px !important;
    }

    /* PORTADA */

}

@media screen and (min-width: 1024px){

    /* HEADER */

    .content-header{
        padding: 0;
        position: absolute;
    }

    .nav {
        width: 100%;
        max-width: 790px;
        margin: 0 auto;
        display: flex;
        justify-content: space-evenly;
        position: initial;
        background-color: transparent;
        transform: translateX(0) !important;
    }

    .btn_header{
        display: none;
    }

    .nav a {
        padding: 11px 0 11px 7px;
        border-bottom: 0;
        color: #FFFFFF;
        font-size: 19px;
    }

    /* HEADER */

    /* PORTADA */

    .portada {
        padding-top: 149px;
    }

    .img__portada {
        justify-content: space-between;
    }

    .img__portada img {
        width: 31%;
    }

    .img__portada_ayme p{
        width: 31%;
    }

    .title__portada h2 {
        font-size: 57px;
        line-height: 49px;
    }
    
    .title__portada p {
        padding: 0 55px;
    }

    /* PORTADA */

}