@charset "utf-8";
/* CSS Document */



@font-face {
    font-family: 'MontBold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
   
    font-style: normal;

}



@font-face {
    font-family: 'MontBold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
   
    font-style: normal;

}

@font-face {
    font-family: 'MontExtrabold';
    src: url('../fonts/Montserrat-ExtraBold.woff2') format('woff2'),
        url('../fonts/Montserrat-ExtraBold.woff') format('woff');
  
    font-style: normal;

}

@font-face {
    font-family: 'MontRegular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MontLight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');

  
}



@font-face {
    font-family: 'MontBlack';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff');

    font-style: normal;
 
}

@font-face {
    font-family: 'MontSemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');

    font-style: normal;

}





@font-face {
    font-family: 'MontMedium';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff');

    font-style: normal;
    
    }

.button2 {
    background-color:#D28D6C;
    width:80px;
    height: 30px;
    max-width: 80px;
        
      font-family: 'MontSemibold';
                    font-size: 15px;
                    color: #211C3B;  
    margin: -20px;
    padding: 0px;
        
        }
    .button2:hover {
    background-color:#ffffff;
    width:80px;
    height: 30px;
    max-width: 80px;
        
      font-family: 'MontSemibold';
                    font-size: 15px;
                    color: #211C3B;     
        
        }
        .campo {
    background-color:#ffffff;
            border:1px solid #D28D6C;
            height: 30px;
            max-height: 30px;
            padding: 0px;
            margin: 0px;
        }
                .tituloregistro {
   font-family: 'MontSemibold';
                    font-size: 15px;
                    color: #211C3B;
        }

        
/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


div.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
z-index: 40;
  padding: 0px;
  

}


ul{
    list-style: none;
}

/* Header */
.header{
    
    width: 100%;
   display: flex;
     z-index: 5;
   height: 60px;
     background-color: #231C3B;

      align-items: center;
   justify-content: center;
    }

    


/* Logo */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 60px;
    margin-left: 10px;
    margin-top: 5px;

}
.menucaja{
  width: 100%;
    max-width: 1200px;
    

}
/* Nav menu */
.nav{
    width: 100%;
    max-width: 1200px;
    height: 100%;
    position: fixed;
    background-color:#E0F0FF;
    overflow: hidden;
    
}

.menu a{
    display: block;
    padding-top: 30px;
        padding-bottom: 30px;
     padding-left: 12px;
         padding-right: 12px;
    color: #ffffff;
    text-decoration: none;

}

.menu a:hover{
   color: #F48884;
}

.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
    top:60px;

}

/* Menu Icon */

.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}


.hamb-line {
    background: #ffffff;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;
    
}

.hamb-line::before,
.hamb-line::after{
    background: #ffffff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before{
    top: 5px;
}

.hamb-line::after{
    top: -5px;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav{
    max-height: 100%;
}

.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}

.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;

}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}



/* Responsiveness */
@media (max-width: 899px) {
    
.menu a{
    display: block;
    padding-top: 10px;
        padding-bottom: 10px;
     padding-left: 12px;
         padding-right: 12px;
    color: #231C3B;
    text-decoration: none;
    font-size: 20px;

}

     }





@media (min-width: 900px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
        background-color: transparent;

    }

    .menu li{
        float: left;
    }

    .menu a:hover{
        background-color: transparent;
        color: #D28D6C;
        
    }
    
    .hamb{
        display: none;
    }

}.itemmenu{
    text-align: center;
    font-family:'MontBold';
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;

    
    }
.itemmenu:active{

    text-decoration: none;

    
    }
.itemmenu:hover{

      color:#D28D6C;

    
    }
.containerfooter{
width: 100%;
   display: flex;

   height: auto;
   background-color: #231C3B;

   flex-direction: column;
      align-items: center;
   justify-content: center;
    }
.cajaregistro{
width: 100%;
   display: flex;
flex-direction: row;
   height: auto;
   background-color: #DFEFFE;
padding: 10px;
      align-items: center;
   justify-content: center;
    text-align: center;
    }

.textoregistro{
font-family: 'MontMedium';
    font-size: 14px;
    color: #231C3B;
}


.cajafooter{
    
       display: flex;
     flex-direction: row;
width: 100%;
    max-width: 1200px;
   text-align: center;
    padding-left: 30px;
     padding-top: 30px;
     padding-right: 30px;
     align-items: center;
   justify-content: center;
    
    }
.botonregistro{
  display: inline-block;
  color: #ffffff;
    font-family: 'MontBold';
  font-size: 13px;
padding: 8px;
    background-color: #D28D6C;

    cursor: pointer;
    height: 30px;
    position: relative;
    text-decoration: none;
}

.botonregistro:hover{

    background-color: #9994B4;

}
.caja1{
    text-align: left;

width: 33.3333%;

  
    
    }
.caja2{
    

width: 33.3333%;

 text-align: center; 
    
    }
.caja3{
    
text-align: right;
width: 33.3333%;

  
    
    }
.health {
font-family: 'MontLight';
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;

}
.instagrambutton {
 width:33px;
    height: 33px;
    background-color: #D28D6C;
    display: inline-block;
    max-width: 33px;
    margin-right:10px;
    border-radius: 50%;
    background-image: url("../img/ig_icon1.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.instagrambutton:hover {

    background-color: #312E41;
   
}
.tiktokbutton {
 width:33px;
    height: 33px;
    background-color: #D28D6C;
    display: inline-block;
    max-width: 33px;
    margin-right:10px;
    border-radius: 50%;
    background-image: url("../img/tiktok_icon1.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
}
.tiktokbutton:hover {

    background-color: #312E41;
   
}
.instagrambutton2 {
 width:26px;
    height: 26px;
    background-color: #D28D6C;
    display: inline-block;
    max-width: 26px;
    border-radius: 50%;
    background-image: url("../img/ig_icon1.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top:-8px;
     margin-bottom:-8px;
}
.instagrambutton2:hover {

    background-color: #312E41;
   
}

.tiktokbutton2 {
 width:26px;
    height: 26px;
    background-color: #D28D6C;
    display: inline-block;
    max-width: 26px;
    border-radius: 50%;
    background-image: url("../img/tiktok_icon1.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    cursor: pointer;
        margin-top:-8px;
     margin-bottom:-8px;
}
.tiktokbutton2:hover {

    background-color: #312E41;
   
}
@media (max-width: 899px) {
    .textoregistro{
        padding-top:30px;
font-family: 'MontMedium';
    font-size: 12px;
    color: #231C3B;
}

    
    .cajaregistro{

flex-direction: column;
   
    }
    
    .cajafooter{
    
       display: flex;
     flex-direction: column;
width: 100%;
    max-width: 1200px;
   text-align: center;
    padding: 30px;
     align-items: center;
   justify-content: center;
    
    }
    .caja1{
    text-align: center;

width: 100%;

  padding-bottom:20px;
    
    }
.caja2{
    

width: 100%;

 text-align: center; 
      padding-bottom:20px;
    }
.caja3{
    
text-align: center;
width: 100%;

  
    
    }
.health {
font-family: 'MontLight';
    font-size: 18px;
    color: #ffffff;
    font-weight: 100;

}
    }
.cajapoliticas{
    display: flex;
    align-items: center;
    align-content: center;
    text-align: center;
font-family: 'MontRegular';
    font-size: 12px;
    color: #ffffff;
    font-weight: 100;
    flex-direction: column;

}
.privacidad{
  display: inline-block;
  color: #ffffff;
    font-family: 'MontRegular';
  font-size: 11px;
  position: relative;
padding: 6px;
    text-decoration: none;
    cursor: pointer;
}
.privacidad:link{
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  position: relative;
padding: 6px;
    text-decoration: none;
    cursor: pointer;
}
.privacidad:hover{
  display: inline-block;
  color: #D28D6C;
  font-size: 11px;
  position: relative;
padding: 6px;
    text-decoration: underline;
}