body {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-height: 100%;
    background: #ffffff;
    width: 100%;
    font-family: 'DINPro', sans-serif;
}

#main {
    /*Safari and Chrome old*/
    -webkit-transform: scale(1.0);
    -webkit-transform-origin: 0 0;

    /*Firefox*/
    -moz-transform: scale(1.0);
    -moz-transform-origin: 0 0;

    /*IE 9*/
    -ms-transform: scale(1.0);
    -ms-transform-origin: 0 0;

    /*Updated Browsers*/
    transform: scale(1.0);
    transform-origin: 0 0;
}

#main{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#box1 {
     -webkit-animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
         animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

#box2 {
     -webkit-animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
         animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
}

#box3 {
     -webkit-animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
         animation: fade-in-right 2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both
            
}

@-webkit-keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-right {
    0% {
      -webkit-transform: translateX(50px);
              transform: translateX(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  

/* Prevent Spaces */
    ul {
        padding: 0;
        text-decoration: none;
        margin-block-start: 0px;
        margin-block-end: 0px;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
    }

img {
    border: 0;
    height: auto;
    line-height: 100%;
    outline: none;
    text-decoration: none;
    -ms-interpolation-mode: bicubic;
}

.header {
    text-align:center;
    width: 100%;
    
}

.header img {
    width:100%;
    max-width:100%;
}


.header-text {
    width:100%; 
}


.page-title {
    font-size:2.2em; 
    line-height: 1.2;
    letter-spacing: .08em;
    color:#0066a5; 
    font-family: 'DINPro', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    padding-top: 35px;
   
}


.page-subtitle {
    font-size:2.2em; 
    line-height: 1.2;
    letter-spacing: .08em;
    color:#133256; 
    font-family: 'DINPro', sans-serif;
    text-transform: uppercase;
    font-weight: 400;    
}


.container-frm {
    width: 40%;
    display: flex;
    margin-top: 20px;
    justify-content: center;
    text-align: left;
}



.form-control:hover, 
.form-control:active, 
.form-control:focus,
.form-control-large:hover, 
.form-control-large:active, 
.form-control-large:focus,
.form-select:hover,
.form-select:active,
.form-select:focus  {
    border: none;
    box-shadow: 0 0 0 0.08rem #c5c5c5;
    border-radius: 2px;
}

.form-control {
    max-width: 100%;
    width: 100%;
    border: none;
    height: 40px;
    background:#f8f8f8 ;
    color: #133256;
    font-family: 'DINPro', sans-serif;   
}

.title {
    line-height: normal;
    font-size: 16px;
    margin: 2px;
    font-weight: bold;
    font-family: 'DINPro', sans-serif;
    color: #133256;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

label {
    text-transform: uppercase;
    line-height: normal;
    display: flex;
    align-items: center;
    margin: 2px;
    color: #133256;
    font-family: 'DINPro', sans-serif;
    padding: 5px 0;
}


label div {
    text-transform: none;
    padding: 5px;
    margin: 2px;
    width: 70%;
}

label span {
    text-transform: none;
    padding: 5px;
    margin: 2px;
    line-height: 1.5;
    color: #133256;

}

.form-group {
    padding: 10px 0;
}

.form-group input {
    padding: 0 10px;
}

.form-control input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    border: 0;
    padding: 0 10px;
    background: #f8f8f8;
    color: #133256;
}

label input {
    padding: 3px;
}

.text-span {
    text-transform: none;
    line-height: 1.5;
    color: #133256;
    font-family: 'DINPro', sans-serif;
    font-size: 12px;
    
}

.notice-text{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}


.text-agree {
    text-transform: none;
    line-height: 1.3;
    color: #133256;
    font-family: 'DINPro', sans-serif;
    font-size: .8rem;   
}

.error{
    font-size: .7rem;
    color: #2b71b8;

}
.checkbox, .btn {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 30px;
}

.checkbox {
    accent-color: #2b71b8;
    color: #ffffff;
    cursor: pointer;
}



.button {
    display: inline-block;
    box-sizing: border-box;
    border: none;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    background-color: #2b71b8;
    color: #fff;
}


.button:hover{
    color: #ffffff;
    background:#1d4c7b;
}

.redes-text{
    color: #133256;
    font-size: 1.3125em;
    font-weight: lighter;
    letter-spacing: .08em;
    text-align: center !important;
    text-transform: uppercase !important;
    line-height: 1.3;
    width: 40%;
}

/* :root {
    --facebook:#f3f3f3;
    --youtube:#541058;
    --instagram:#541058;
} */

.section-3 {
    width: 40%;
}

.redes-container{
    display: flex;
    height: 100%;
    width: 40%;
    align-items:center;
    justify-content:center;
    margin-bottom: 20px;
}

.redes-container ul li{
    display: inline-block;
    margin: 0 5px;
    padding: 0px;
    width: 24px;
    height: auto;
    text-align: center;
}

.redes-container ul li a{
    display: block;
    color: #133256;
    line-height: 50px;
    font-size: 30px;
    transition: .2s;
}

.redes-container ul:hover a{
    filter:blur(2px);
}

.redes-container ul li a:hover{
    color: #de027b;
    filter: none;
}


.loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display:flex;
    justify-content: center;
    align-items: center;
  }

  .loader {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: relative;
    animation: loader 2s infinite ease;
  }

  .loader-inner {
    vertical-align: top;
    display: inline-block;
    padding-right: 100px;
    width: 100%;
    animation: loader-inner 2s infinite ease-in;
    background-image: url(https://image.mail.dermabeauty.cl/lib/fe9413737564077b7d/m/6/80773b17-3e16-46d8-b558-f52cb1872a01.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 5em
  }

 
  @keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(360deg);}
  }
  
  @keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 100%;}
    100% { height: 0%;}
  }





/* Mobile Version */

@media screen and (max-device-width : 768px) {
    .container-frm {
        width: 80%;
        padding: 0 10px;
    }

    .page-title {
        font-size:1.5em; 
    }
    
    .page-subtitle {
        font-size:1.5em;    
    }
    
    .redes-text{
        color: #133256;
        font-size: 1.2em;
    }
    
    .section-3 {
        width: 100%;
    } 
    
    .redes-container ul li{
        margin: 0px;
        padding: 0 5px;
    }

    .hide {
        text-indent: -99999em;
        display: none !important;
      }

    .mobshow {
        display: inline-block !important;
        width: 100% !important;
        height: auto !important;
        overflow: visible !important;
        float: none !important;
        visibility: visible !important;
        border: none !important;
        mso-hide: all !important;
      }

   
    
}

@media (max-width: 480px) {
    .page-title {
        font-size:18px;     
    }
    
    
    .page-subtitle {
        font-size:18px; 
    }

    .title {
        font-size: 14px; 
    }
 
}