@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&family=Work+Sans:wght@100;300;400;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

@media (min-width:360px){
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-area: footer;
    gap: 24px;
    width: auto;
    height: 464px;
    left: 0px;
    top: 0px;
    background: #0e0e0e;
  }
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 16px;
    gap: 24px;
    width: 328px;
    height: 384px;
    left: 0px;
    top: 0px;
  }

  .footer_banner_brokenleaf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    height: 70px;
    position: absolute;
    width: 360px;
    left: calc(50% - 360px / 2);
    top: 0%;
    bottom: 0%;
    left: 0px;
    top: 4693px;
  }

  .footer_logo_redes_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 328px;
    height: 144px;
  }

  .footer_logo {
    width: 299px;
    height: 82px;
  }

  .footer_redes_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    gap: 20px;
    width: 153px;
    height: 4px;
  }

  .footer_contact_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 328px;
    height: 144px;
  }

  .footer_contact_text {
    width: 81px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fffffd;
    text-transform: uppercase;
  }

  .footer ul {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 16px;
    width: 328px;
    height: 24px;
  }

  .footer ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 302px;
    height: 24px;
  }

  .footer li p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;

    width: 302px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fffffd;
  }

  .footer_legal_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 328px;
    height: 48px;
  }

  .footer_legal_container p {
    width: 328px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fffffd;
    justify-self: center;
  }

  .footer_legal_container p a {
    color: white;
  }
  .body_container {  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
   
    gap: 0px 20px;
    grid-auto-flow: row;
    grid-template-areas:
      "header header header header header header header header header header header header"
      "main main main main main main main main main main main main"
      "footer footer footer footer footer footer footer footer footer footer footer footer";
  }
  
  .header { grid-area: header; }
  
  .main { grid-area: main; 
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 220px;
    gap: 80px;
    
    width: auto;
    height: auto;
    
    /* Amarillo */
    
    background: #FDE801;}

.terminos_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 60px 108px;
gap: 24px;
width: auto;
height: 2923px;
background: #FFFFFA;
box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
transform: rotate(-0.75deg);
align-self: center;
}
.terminos_title{
width: 577.78px;
height: 66.5px;
background: #0E0E0E;
box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
transform: rotate(-1deg);
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 44px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
color: #FDE801;
transform: rotate(-1deg);
justify-content: center;
text-transform: uppercase;

}
.terminos_info_title{
  width: 482.76px;
height: 46.95px;
background: #0E0E0E;
box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
transform: matrix(1, 0, 0, 1, 0, 0);
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFD;
text-transform: uppercase;
transform: matrix(1, 0, 0, 1, 0, 0);
justify-content: center;
}
.terminos_text{
  width: 680px;
height: 3136px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
/* or 133% */


/* Negro */

color: #0E0E0E;
}
}
@media (min-width:1024px){
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: auto;
    height: auto;
  }

  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 140px;
    gap: 24px;
    width: auto;
    height: 300px;
    background: #0E0E0E;
    align-self: center;

  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;
    align-self: center;
    width: 744px;
    height: 228.88px;
  }

  .footer_legal_container {
    align-self: center;
  }
}
@media (min-width: 1336px){
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
    .body_container {  display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: auto;
       
        gap: 0px 20px;
        grid-auto-flow: row;
        grid-template-areas:
          "header header header header header header header header header header header header"
          "main main main main main main main main main main main main"
          "footer footer footer footer footer footer footer footer footer footer footer footer";
      }
      
      .header { grid-area: header; }
      
      .main { grid-area: main; 
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 120px 220px;
        gap: 80px;
        
        width: auto;
        height: auto;
        
        /* Amarillo */
        
        background: #FDE801;}
    

.terminos_container{
  display: flex;
flex-direction: column;
align-items: flex-start;
padding: 60px 108px;
gap: 24px;
width: auto;
height: 2923px;
background: #FFFFFA;
box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.25);
transform: rotate(-0.75deg);
align-self: center;
}
.terminos_title{
width: 577.78px;
height: 66.5px;
background: #0E0E0E;
box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.25);
transform: rotate(-1deg);
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 36px;
line-height: 44px;
/* identical to box height */
display: flex;
align-items: center;
text-align: center;
color: #FDE801;
transform: rotate(-1deg);
justify-content: center;
text-transform: uppercase;
margin-left: 319px;
}
.terminos_info_title{
  width: 482.76px;
height: 46.95px;
background: #0E0E0E;
box-shadow: 0px 4px 6px rgba(138, 138, 138, 0.25);
transform: matrix(1, 0, 0, 1, 0, 0);
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 39px;
display: flex;
align-items: center;
text-align: center;
color: #FFFFFD;
text-transform: uppercase;
transform: matrix(1, 0, 0, 1, 0, 0);
justify-content: center;
}
.terminos_text{
  width: 680px;
height: 3136px;

font-family: 'Work Sans';
font-style: normal;
font-weight: 400;
font-size: 24px;
line-height: 32px;
/* or 133% */


/* Negro */

color: #0E0E0E;
}
   /* FOOTER */
   .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    background-color: #0E0E0E;
    width: auto;
    height: 460.88px;
    left: 0px;
    top: 4240px;

  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;

    width: 1056px;
    height: 228.88px;
  }
  .footer {
    grid-area: footer;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: auto;
    height: 460.88px;
    left: 0px;
    top: 4240px;

  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;

    width: 1056px;
    height: 228.88px;
  }

}
@media (min-width: 1920px) {
  footer a{
    font-family: 'Work Sans';
    color: white;
    font-size: 12px;
  }
  .footer {
    grid-area: footer;
background-color: #0e0e0e;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 220px;
    gap: 24px;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 300px;

  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;

    width: 1479px;
    height: 228.88px;
  }

  .footer_logo_redes_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 299px;
    height: 228.88px;
    align-items: center;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 80px 140px;
    gap: 24px;
    width: auto;
    height: 300px;
    background: #0E0E0E;
    align-self: center;

  }

  .footer_logo_contact_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 68px;
    align-self: center;
    width: 744px;
    height: 228.88px;
  }

  .footer_legal_container {
    align-self: center;
  }
  .footer_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 16px;
    gap: 24px;
    width: 328px;
    height: 384px;
    left: 0px;
    top: 0px;
  }

  .footer_banner_brokenleaf {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    height: 70px;
    position: absolute;
    width: 360px;
    left: calc(50% - 360px / 2);
    top: 0%;
    bottom: 0%;
    left: 0px;
    top: 4693px;
  }

  .footer_logo_redes_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 328px;
    height: 144px;
  }

  .footer_logo {
    width: 299px;
    height: 82px;
  }

  .footer_redes_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    gap: 20px;
    width: 153px;
    height: 4px;
    align-self: center;
  }

  .footer_contact_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;

    width: 328px;
    height: 144px;
  }

  .footer_contact_text {
    width: 81px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #fffffd;
    text-transform: uppercase;
  }

  .footer ul li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    width: 302px;
    height: 24px;
  }

  .footer li p {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;

    width: 302px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fffffd;
  }

  .footer_legal_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;

    width: 328px;
    height: 48px;
  }

  .footer_legal_container p {
    width: 328px;
    height: 24px;
    font-family: "Work Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fffffd;
    justify-self: center;
  }

  .footer_legal_container p a {
    color: white;
  }
}
/* ---------------------------------- */
/* navbar */
nav{
    background: #EC1B84;
    height: 80px;
    width: 100%;
    
  }
  .plantillas:hover{
    color: #FDE801!important;
    background-color: #000!important;
  }
  .enlace{
    position: absolute;
    padding: 20px 50px;
  }
  .logo{
    height: 40px;
  }
  nav .ulnav{
    float: right;
    
  }
  
  nav .ulnav li{
    display: inline-block;
    line-height: 80px;
    margin: 0 44px 0 0;
  }
  
  nav .ulnav li a{
    
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #0E0E0E;
    text-transform: uppercase;
    text-decoration: none;
    list-style: none;
  padding: 0px 16px;
  width: 100px;
  height: 24px;
  JUSTIFY-CONTENT: CENTER;
  background: #FFFFFD;
  
  }
  nav .ulnav li a:hover{
    background-color: #000;
    color: white;
  }
  .checkbtn{
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
  }
  #cerrar{
    display: none;
  }
  @media (max-width: 952px){
    .enlace{
        padding-left: 20px;
    }
    nav .ulnav li a{
        font-size: 16px;
    }
  }
  
  @media (max-width: 1335px){
    .checkbtn{
        display: block;
    }
    .ulnav{
        position: absolute;
        
        background: black;
        top: 80px;
        left: 135%;
        text-align: center;
        transition: all .5s;
        overflow-x: auto;
  width: -webkit-fill-available;
  height: 100%;
  z-index: 1;
  
    }
  
    nav .ulnav li{
        display: block;
        margin: 50px 0;
        line-height: 6px;
        text-align: end;
  
    }
  
    nav .ulnav li a{
        font-size: 20px;
        text-decoration: none;
        list-style: none;
        color: white;
        background: none;
    }
  
    li a:hover, li a.active{
        background: none;
    }
    
    #check:checked ~ ul{
      left: 21px;
      padding-right: 24px;
      padding-top: 116px;
    }
    .plantillas{
      color: black !important;
    }
  }