*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Raleway', sans-serif;
    
}

.background-img {
    background: url(../img/fondoweb.jpg); 
    background-position: center;
    background-repeat: no-repeat;

    background-size: cover;
    position: fixed;
    height: 100vh;
    width: 100vw;
      
}



.content {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}



/*HEADER*/

.header {
    margin-top: 3em;
    display: flex;
    justify-content: center;
}
.page-header {
    display: flex;
    width: 90%;
    justify-content: space-between;
    
}
.page-header__brandmark {
display: flex;
background-size: cover;
background-position: center;

    
}
.page-header__brandmark img {
    width: 100%;
    max-width: 300px;
    object-fit: contain;
     
}


.page-header__slogan {
    display: flex;
    align-items: center;
    justify-content: center;
    

}

.page-header__slogan h1 {
    text-align: center;
    font-style: italic;
    font-size: 6em;
    padding: 0 1em;
    
}

.page-header__cta {
   
   display: flex;
   align-items: center;  
}

.page-header__cta a {
   display: flex;
   padding: 1em 2em;
   background: transparent;
   text-decoration: none;
   border: 2px solid #000;
   color: #000;
   font-size: 1.4em;
   font-weight: bolder;
   text-align: center;
   
}

.page-header__cta a:hover {
    background-color: #000;
    color: #fff;
}


@media only screen and (max-width:1100px) {

    .page-header {
        flex-direction: column;
        align-items: center;
    }


    .page-header__slogan {
        display: none;
    }

    .header {
        margin-top: 1.5em;
    }

    .page-header__cta {
        margin: 1.5em 0;
    }


}

@media only screen and (max-width:750px){
    .page-header__cta a {
        font-size: 1.1em;
    }

    .page-header__brandmark img {
        max-width: 280px;
    }
}

/*FIN HEADER*/

/*CONTENIDO ACTUA*/
.container-min19 {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
    justify-content: center;
    text-align: center;
     
}

.notice {
    background: #f00;
    color: #fff;
    display: inline;
    line-height: 2.5em;
    font-size: 1em;
    padding: .3em .5em;
    border: 2px solid #fff;
    

    animation: pulsate 2.5s ease-out;
    animation-iteration-count: infinite;
    opacity: 0.3;
    
}

@keyframes pulsate {
    0% { opacity: 0.3;}
    50% { opacity: 1.0;}
    100% {opacity: 0.3;}
}


.cont-min19 {
    background: rgba(240, 224, 0, 0.774);
    width: 90%;
    max-width: 1400px;
    box-shadow: 6px 4px 15px rgba(0, 0, 0, 0.479);
    margin: 1em auto 0;
    font-weight: 550;
    text-align: center;
    justify-items: center;

}

.cont-min19__title {
    text-align: center;
    padding: .8em;
}

.cont-min19__download {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-min19__download a {
    color: #fff;
    font-weight: bold;
    background: #000;
    padding: .8em 1.5em;
    text-decoration: none;
    border: 3px solid #000;
    font-size: 1.1em;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.411);
 
}

.cont-min19__download a:hover {
    color: #000;
    font-weight: bold;
    background: transparent;
    
}

.cont-min19__list {
    margin: 0 0 1.3em;
}


.cont-min19__list .cont-min19__list__title {
    padding: 1em 1em .5em;
}

  
.cont-min19__list__points {
    font-style: italic;
    font-weight: 500;
    list-style: none;
    line-height: 1.5em;
    font-size: 1.4em;
    
}

.cont-min19__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    
    grid-gap: 10px;
    justify-self: center;
    align-items: center;
    padding: .5em 2.3em;

}

.cont-min19__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}

.cont-min19 p {
    padding: 1em;
    font-size: 1.4em;
    font-weight: bolder;
}


@media only screen and (max-width:2400px) and (min-width:1100px){


    .cont-min19__title {
        font-size: 2.5em;
    }

    
    .cont-min19__download a {
        font-size: 1.4em;
    }

    .cont-min19 p {
        font-size: 1.7em;
    }


    .notice {
       line-height: 3em;
        font-size: 2em;
    }

    .cont-min19__list__points {
        font-size: 1.7em;
        line-height: 2em;
    }


}

@media only screen and (max-width:1100px) and (min-width:750px) {

    .cont-min19 {
        width: 100%;
        margin: 0;
    }

    .cont-min19__title {
        font-size: 2.5em;
    }
    .cont-min19__download a {
        font-size: 1.4em;
    }

    .cont-min19 p {
        font-size: 1.7em;
    }
    .notice {
        line-height: 3em;
         font-size: 2em;
     }
 
     .cont-min19__list__points {
         font-size: 1.7em;
         line-height: 2em;
     }

}




@media only screen and (max-width:650px) {
    .cont-min19__list__points {
        padding: 0 .6em;
    }

    .cont-min19__grid {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .cont-min19__grid img:first-child {
        display: none;

    }

}




/*LIBERTAD*/
.container-libertad {
    width: 100%;
    background: #000;
    color: #fE0;
    margin-top: 2em;
    margin-bottom: 1em;
}

.cont-libertad {
    width: 85%;
    max-width: 1400px;
    overflow: hidden;
    margin: auto;
    padding: 3em 0 5em 0;
    
    
    
}
.cont-libertad__title {
    font-size: 2.3em;

    
       
    }
.container-text-main {
        margin: 0 0 2.5em 0; 
        display: flex;
        justify-items: center;
        align-items: center;
    }
    
.container-text-main img{
        width: 300px;
        height: 300px;
        padding: 20px;
        display: flex;
        
    
    }
.paragraph {
        font-size: 1.3em;
        color: #fff;
        padding: 1em 0;
               
    }

.cont-libertad__cta a {
        padding: 1em 2em;
        background: transparent;
        color: #fe0;
        text-decoration: none;
        border: 2px solid #fe0;
        font-size: 1.2em;
     
    }
    
.cont-libertad__cta a:hover {
        color: #000;
        font-weight: bolder;
        background: #fe0;

    }
    
.cont-libertad__brandmark img:hover {
    transform: scale(1.08);

    }



    @media only screen and (max-width:1100px) {
        .cont-libertad__title {
            text-align: center;
        }

        .container-text-main {
            flex-direction: column-reverse;
            justify-content: center;
            text-align: center;
            align-items: center;
        }
    

        .cont-libertad__cta {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .cont-libertad__cta a {
            text-align: center;
        }
        
        
    }
    
    
   
    
    @media only screen and (max-width:2400px) and (min-width:1100px) {
        
        .cont-libertad__title {
            font-size: 3em;
        }

        .container-text-main p {
            font-size: 1.6em;
            margin-right: 4em;
        }

        .cont-libertad__cta a {
            font-size: 1.5em;
        }
        .container-text-main img{
            width: 400px;
            height: 400px;
           
            display: flex;
        }
       
    }

    
    
    
    
 /*footer*/

 .container-footer {
    
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3em;
    margin-bottom: 4em;
}

.cont-footer__title {
    padding: .5em;
    justify-content: center;
    text-align: center;
}



.cont-footer__icons {

    text-align: center;
}

.cont-footer__icons img{
    width: 18%;
    padding: 0 10px;
    margin: 0 auto;
}

.cont-footer__icons img:hover {
    transform: scale(1.1);
}

@media only screen and (max-width:2400px) and (min-width:1400px) {
    .cont-footer__title {
        font-size: 1.5em;
    }
}

@media only screen and (max-width:750px) {
    
    .cont-footer__icons img {
        width: 16%;
        
    }
    
    .cont-footer__title h3 {
        font-size: 1em;
    }
}