/* GENERAL */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
    scroll-behavior: smooth;
}

body{
    background-color: var(--negro-claro);
}

/* VARIABLES */
:root{
    --negro-claro: #403d52;
    --salmon:rgb(253, 148, 148);
}

/* HEADER */
.header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--negro-claro);
    position: relative;
    z-index: 5;
}

.header .header-box-logo .header-box-logo_logo{
    width: 150px;
    height: 150px;
}

.header .header-box-menuBtn .header-box-menuBtn_menuBtn{
    font-size: 30px;
    margin: 10px 0;
    color: #fff;
}

.header .header-nav{
    width: 100%;
    height: 0;
    background-color: var(--negro-claro);
    position: absolute;
    top: 203px;
    z-index: -5;
    display: flex;
    flex-direction: column;
    text-align: center;
    overflow: hidden;
    transition: all .5s linear;
}

.header .header-nav a{
    text-decoration: none;
    color: #fff;
    margin: auto;
    background-color: var(--negro-claro);
    font-family: "Bellefair";
    font-size: 18px;
}

.header .header-nav-open{
    height: 200px;
    z-index: 1;
    transition: all .5s linear;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

/* SECTION 1: INICIO */
.section1-inicio{
    width: 100%;
    height: 450px;
}

.section1-inicio video{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

/* SEPARADORES */
*:before, *:after { content: ''; }
hr {
    background-color: var(--negro-claro);
  border: 0;
  margin: .5em auto;
  background-position: 50%;
  box-sizing: border-box;
}
.charlie {
    position: relative;
    font-size: 1.5em;
    height: 1em;
    border: 0;
    width: 100%;
  }
  
  .charlie:before,
  .charlie:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-size: 1em 100%;
    height: inherit;
  }
  
  .charlie:before {
    background-image:
      linear-gradient(315deg, hsla(0, 0%, 100%, 0.75) 25%, transparent 25%),
      linear-gradient(45deg, hsla(0, 0%, 100%, 0.75) 25%, transparent 25%);
    background-position: 50%;
    top: -0.5em;
  }
  
  .charlie:after {
    background-image: 
      linear-gradient(135deg, hsla(0, 0%, 100%, 0.75) 25%, transparent 25%),
      linear-gradient(225deg, hsla(0, 0%, 100%, 0.75) 25%, transparent 25%);
    background-position: -webkit-calc(50% - 0.5em);
    top: 0.5em;
  }

/* SECTION 2 */
.section2{
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--negro-claro);
}

.section2 .section2-titulo,.section2 .section2-texto{
    text-align: center;
    padding: 25px;
    color: #fff;
}

.section2 .section2-titulo{
    font-family: 'Playfair Display';
    font-weight: 900;
    font-size: 40px;
}

.section2 .section2-texto{
    font-size: 20px;
    font-family: "Bellefair";
}

.section2 .section2-img{
    max-width: 280px;
    max-height: 380px;
    object-fit: cover;
    margin: 25px auto;
    border-radius: 20px;
}

/* SECTION 3 */
.section3{
    width: 100%;
    background-color: var(--negro-claro);
}

.section3 .section3-titulo{
    text-align: center;
    font-size: 35px;
    margin: 15px 0;
    color: #fff;
    font-family: 'Merriweather';
}

.section3 .section3-boxImg{
    width: 100%;
    margin: 40px auto;
    text-align: center;
    color: #fff;
}

.section3 .section3-boxImg img{
    width: 180px;
    height: 250px;
    object-fit: cover;
    border-radius: 20px;
}

.section3 .section3-boxImg h3{
    font-size: 24px;
    padding-top: 10px ;
    font-family: 'Merriweather';
    font-weight: 100;
}

/* SECTION 4 */
.section4{
    width: 100%;
    position: relative;
    color: #fff;
    background-color: var(--negro-claro);
    overflow: hidden;
}

.section4 .section4-titulo{
    font-size: 34px;
    text-align: center;
    margin: 20px 0;
    font-family: 'Merriweather';
}
.section4 .section4-boxImg{
    width: 100%;
    text-align: center;
    position: relative;
}

.section4 .section4-img{
    width: 250px;
    height: 337px;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    margin: 20px auto;
}

.section4 .section4-boxImgContent{
    position: relative;
    width: 100%;
}

.section4 .section4-boxImg2{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50px;
    top: 200px;
    background: none;
}

.section4 .section4-boxImg2 h3{
    font-size: 17px;
    font-family: 'Merriweather';
}

.section4 .section4-boxImg2 .section4-img2{
    width: 160px;
    height: 247px;
    margin-bottom: 10px;
}

.section4 .section4-texto{
    text-align: center;
    margin-top: 190px;
    padding: 0px 15px;
    font-size: 18px;
    font-family: 'Merriweather';
}

/* SECTION 5 */
.section5{
    width: 100%;
}
.section5-fondo{
    width: 100%;
    max-height: 520px;
    position: absolute;
    z-index: -10;
    object-position: center;
}

.section5 .section5-titulo{
    color: #fff;
    text-align: center;
    padding: 40px 0px;
    font-size: 34px;
    font-family: 'Merriweather';
}

.section5 .section5-texto{
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    font-size: 20px;
    font-family: 'Merriweather';
}

.section5 .section5-btn{
    font-size: 15px;
    padding: 12px 24px;
    display: block;
    margin: 0px auto;
    border-radius: 8px;
    font-family: 'Merriweather';
}

.section5 .section5-btn:hover{
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
}

.section5 .section5-info{
    color: #fff;
    list-style: none;
    margin: 30px;
    font-size: 16px;
}
.section5 .section5-info li{
    margin: 15px 0px;
    font-family: 'Merriweather';
}

.section5 .section5-info li i{
    margin-right: 15px;
}

.footer{
    width: 100%;
}

.footer .footer-redes{
    display: flex;
    justify-content: space-around;
    color: #fff;
    padding-top: 45px;
    padding-bottom: 20px;
    font-size: 30px;
}

.footer .footer-logo{
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}

.footer .footer-texto{
    color: #fff;
    text-align: center;
    padding: 15px;
    font-family: 'Merriweather';
}

.footer .footer-divisor{
    height: 1px;
    width: 95%;
    background-color: #fff;
    margin: auto;
}

.footer .footer-texto .footer-texto-resaltado{
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    font-family: 'Merriweather';
}

@media screen and (min-width:471px){
    /* SECTION 2*/
    .section2 .section2-img{
        max-width: 300px;
        max-height: 400px;
    }
    
    /*SECTION 3*/
    .section3 .section3-boxImg img{
        width: 200px;
        height: 270px;
    }

    /*SECTION 5*/
    .section5 .section5-fondo{
        object-fit: cover;
    }

    /* FOOTER */
    .footer{
        padding-top:20px;
    }
}

@media screen and (min-width:613px){
    /* FOOTER */
    .footer{
        padding-top:40px;
    }
}

@media screen and (min-width:768px){
    /* SECTION 1 */
    .section1-inicio{
        height: 60vh;
    }

    .section1-inicio video{
        height: 100%;
    }
    
    /* SECTION 2 */
    .section2{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section2 .section2-titulo {
        font-size: 44px;
    }

    .section2 .section2-texto {
        font-size: 23px;
    }

    /* SECTION 3 */
    .section3{
        display: flex;
        flex-wrap: wrap;
    }

    .section3 .section3-titulo{
        width: 100%;
        margin: auto;
    }

    .section3 .section3-boxImg{
        width: auto;
    }

    /* SECTION 4 */
    .section4{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        height: 580px;
    }

    .section4 .section4-titulo{
        width: 100%;
        max-height: 42px;
        margin: 10px auto;
    }

    .section4 .section4-boxImgContent{
        max-width: 380px;
        bottom: 75px;
    }

    .section4 .section4-texto{
        max-width: 380px;
        margin-top: 80px;
    }
}

@media screen and (min-width:842px){
    /* FOOTER */
    .footer{
        padding-top: 70px;
    }
}

@media screen and (min-width:1024px){
    /* HEADER */
    .header{
        display: flex;
        flex-direction: row;
        height: 100px;
        position: sticky;
        top: 0;
    }

    .header .header-box-menuBtn{
        display: none;
    }

    .header .header-nav{
        height: auto;
        top: 0;
        flex-direction: row;
        width: auto;
        right: 0;
    }

    .header .header-nav a{
        margin: 38px 30px;
        font-size: 20px;
    }

    .header .header-nav a:hover{
        font-weight: 700;
        color: #fff;
        text-shadow:
        0 0 7px #fff,
        0 0 10px #fff;
        transition: all .6s linear;
    }
    
    .header .header-nav a.active{
        font-weight: 700;
        color: #fff;
        text-shadow:
        0 0 7px #fff,
        0 0 10px #fff;
    }

    /* SECTION 1 */
    .section1-inicio{
        height: 80vh;
    }

    /* SECTION 2 */
    .section2 {
        padding: 100px 0px;
    }
    .section2 .section2-titulo {
        font-size: 48px;
    }

    .section2 .section2-texto {
        font-size: 26px;
    }

    /* SECTION 3 */
    .section3{
        padding: 100px 0px;
    }

    /* SECTION 4 */
    .section4{
        padding: 100px 0px;
    }

    .section4 .section4-boxImg2 .section4-img2 {
        width: 200px;
        height: 270px;
    }

    .section4 .section4-texto{
        max-width: 550px;
        text-align: start;
        font-size: 20px;
    }

    /* SECTION 5 */
    .section5{
       padding-top: 100px; 
    }

    .section5 .section5-titulo,.section5 .section5-texto{
        text-align: start;
    }

    .section5 .section5-titulo{
        margin-left: 120px;
    }

    .section5 .section5-texto{
        padding: 10px 120px;
    }

    .section5 .section5-btn{
        margin: 0px 0px 0px 120px;
    }

    .section5 .section5-info {
        font-size: 18px;
        margin-left: 120px;
    }
}

@media screen and (min-width:1440px){
    /* SECTION 5 */
    .section5 .section5-info {
        font-size: 20px;
    }

    /* FOOTER */
    .footer .footer-redes{
        font-size: 40px;
    }

    .footer .footer-logo {
        width: 150px;
        height: 150px;
    }

    .footer .footer-texto{
        font-size: 18px;
    }
}

@media screen and (min-width:1440px){
    /* SECTION 2 */
    .section2 .section2-titulo, .section2 .section2-texto{
        width: 100%;
    }
}