@charset "UTF-8";

body{
    background-color: #E9EFF4;
}
.main_menu {
    margin: 0px;
    padding: 0px;
    text-align: right;
    font-family: 'Varela Round', sans-serif;

}
.main_menu li, .footer_menu li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.main_menu li a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    line-height: 30px;
    
}
.main_menu li a:hover {
    text-decoration: none;
    color: #00FFFF;
}

.main_menu li a.active {
    color: #FCEE21 !important;
}
.main_menu li .hvr-underline-from-left:before {
    background: #ffffff !important;
    height: 2px !important;
 
}

.footer_menu li a {
    text-decoration: none;
    color: #0010A2;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    line-height: 30px;
    
}
.footer_menu{
    text-align: center;
}
.footer_menu li a:hover {
    text-decoration: none;
    color: #00FFFF;
}
.footer_menu li .hvr-underline-from-left:before {
    background: #0010A2 !important;
    height: 2px !important;
 
}

.amco_button{
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    width: 210px;
    text-align: center; 
    overflow: hidden;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 10;
    vertical-align: -12px;

}
.amco_button:hover {
    color: #ffffff !important;
    background: rgba(102,45,145,0.60) !important;
    border: 2px solid #5E429B;
}
.arrow_button{
    border-radius: 25px;
    border: 2px solid #4989B0;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    width: 210px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 10;
    vertical-align: -12px;
    background-color: #81A3BE;
    font-weight: 600;
}
.arrow_button:hover {
    color: #ffffff !important;
    background: rgba(102,45,145,0.60) !important;
    border: 2px solid #5E429B;
    text-decoration: none;
}
.arrow_button_white{
    border-radius: 25px;
    border: 2px solid #ffffff;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 10px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Varela Round', sans-serif;
    width: 210px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 10;
    vertical-align: -12px;
    font-weight: 600;
}
.arrow_button_white:hover {
    color: #ffffff !important;
    border: 2px solid rgba(255,255,255,1.00);
    text-decoration: none;
    background-color: rgba(255,255,255,0.35);
}
.wave-1{
    background-image: url(../img/layout/wave-1.svg);
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 10%;
    
}

.wave-2{
    background-image: url(../img/layout/wave-2.svg);
    background-size: cover;
    background-position: center bottom;
}

.circle-deco {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: -webkit-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
}

.circle-deco2 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    right: 10%;
    top: -10px;
    background-image: -webkit-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: -moz-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: -o-linear-gradient(180deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
    background-image: linear-gradient(270deg,rgba(255,218,10,1.00) 0%,rgba(255,11,136,1.00) 100%);
}
.bean{
    width: 17%;
    height: auto;
    position: absolute;
    right: 10%;
}
.main_menu_box {
    max-width: 1100px;
}
.foot_deco {
    background-color: #00CEED;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 15px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.close_responsive:before{
     border: #e1e1e1 solid 2px !important;
}
.close_responsive{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 45px;
    color: #ffffff;
    position: fixed !important;
    top: 30px;
    right: 30px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.close_responsive:hover{
    text-decoration: none;
}

.open_responsive:before{
     border: #e1e1e1 solid 2px !important;
}
.open_responsive{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    vertical-align: middle;
    font-size: 45px;
    color: #ffffff;
    position: fixed !important;
    top: 30px;
    right: 30px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    z-index: 100;
}
.open_responsive:hover{
    text-decoration: none;
}
.amco_foot {
    background-color: #F2F7FC;
    border-radius: 15px;
    text-align: center;
}
.round_button {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    background-color: #FD257E;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
}
.bg-aqua {
    background-color: #00B3C1;
}
.ss_box {
    background-image: url(../img/layout/dot.png);
    background-repeat: repeat-x;
    background-position: center center;
}
.social_button {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-color: #FD257E;
    border-radius: 25px;
    text-align: center;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;    
}
.social_button:hover {
    background-color: #950B44;
}
.whats_padding {
    padding-top: 9px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
}
.round-image {
    border-radius: 3vw;
}
.purple_wave {
    background-image: url(../img/layout/purple_wave.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.bicolor_back {
    background-image: -webkit-linear-gradient(270deg,rgba(233,239,244,1.00) 0%,rgba(233,239,244,1.00) 45.75%,rgba(255,255,255,1.00) 45.89%);
    background-image: -moz-linear-gradient(270deg,rgba(233,239,244,1.00) 0%,rgba(233,239,244,1.00) 45.75%,rgba(255,255,255,1.00) 45.89%);
    background-image: -o-linear-gradient(270deg,rgba(233,239,244,1.00) 0%,rgba(233,239,244,1.00) 45.75%,rgba(255,255,255,1.00) 45.89%);
    background-image: linear-gradient(180deg,rgba(233,239,244,1.00) 0%,rgba(233,239,244,1.00) 45.75%,rgba(255,255,255,1.00) 45.89%);
}
.spot_back {
    background-image: url(../img/index/spot_back.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%;
}
.blue_back {
    background-color: #02186D;
    background-image: url(../img/layout/triangle_back.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}
.general_text {
    font-family: 'Syne', sans-serif;
    font-size: 17px;
    line-height: 24px;
}
.tittle_general{
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 0px;
}
.midtittle_general{
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}
.subtittle_general{
    font-family: 'Varela Round', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}
.text-purpple {
    color: #662D91;
}
.text-gray {
    color: #6D6D6D;
}
.text-bluelight {
    color: #708EA7;
}
.text-yellow {
    color: #EFA707;
}
.text-pink {
    color: #ED1E79;
}
.text-blue {
    color: #0093FF;
}
.text-barkblue {
    color: #00306C;
}
.text-black {
    color: #000000;
}
.text-lime {
    color: #E6FF45;
}
.text-green {
    color: #8CC63F;
}
.clearflex {
    
  flex-basis: 100%;
  height: 0;
}
.total_content {
}
.back_aqua {
    background-color: #00B3C1;
}
.obligatory_box {
    padding-left: 30px;
}
.obligatory_mark {
    float: left;
    margin-left: -19px;
    color: #81A3BE;
    font-size: 24px;
}
.enviar_button{
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(0deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    width: 150px;
    height: 150px;
    border-radius: 76px;
    color: #ffffff;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
      transition: background-image 0.5s linear;
    border: none;

    
}
.enviar_button:hover{
      transition: background-image 0.5s linear;

    display: block;
    margin-left: auto;
    margin-right: auto;
    background-image: -webkit-linear-gradient(270deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(255,14,133,1.00) 0%,rgba(255,198,18,1.00) 100%);
    width: 150px;
    height: 150px;
    border-radius: 76px;
    color: #ffffff;
    font-family: 'Varela Round', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    
}
::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #81A3BE !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #81A3BE !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #81A3BE !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.boletin_field {
    border-bottom: 1px solid #FFFFFF;
    background-color: transparent;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    width: 100%;
    line-height: 30px;
    color: #FFFFFF;
    outline: none;
}
.boletin_button {
    border-style: none;
    background-color: #E6FF45;
    line-height: 16px;
    font-size: 16px;
    margin-top: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 7px;
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
}
.boletin_button:hover {
    border-style: none;
    background-color: #9FB032;
    color: #ffffff;
    line-height: 16px;
    font-size: 16px;
    margin-top: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 7px;
}
.validation_newsletter {
    color: #FF296B;
}
@media screen and (max-width:992px){
    
.top-move{
    display: block !important;
    height: 0px;
    -moz-transform: translate(0px, -75px);
    -webkit-transform: translate(0px, -75px);
    -o-transform: translate(0px, -75px);
    -ms-transform: translate(0px, -75px);
    transform: translate(0px, -75px);

}
    
    
}

@media screen and (max-width:768px){
    
.main_logo {
    width: 80%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
    
.top-move{
    display: block!important;
    height: auto;
    margin-top: 20px;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
} 

.main_menu{
    text-align: center;
    margin-top: 45px;
        
    }  
.foot_deco{
    width: 100%;
        
    }    
.main_menu   {

    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    display: block;
}
.main_menu li {
    width: 100%;
    display: block;
    font-size: 28px;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    
    }   
.menu_responsive{
    background-color: rgba(8,1,16,0.85);
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    }   
.amco_button{
    width: 100%;
    font-size: 22px;
    margin-top: 20px;
}
    
}


.floating {   
    -webkit-animation-name: floating;   
            animation-name: floating; 
    -webkit-animation-duration: 5s; 
            animation-duration: 5s; 
    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite; 
    -webkit-animation-timing-function: ease-in-out; 
            animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
} 
.floating_slider {   
    -webkit-animation-name: floating_slider;   
            animation-name: floating_slider; 
    -webkit-animation-duration: 9s; 
            animation-duration: 9s; 
    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite; 
    -webkit-animation-timing-function: ease-in-out; 
            animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
} 

.floating-2 {   
    -webkit-animation-name: floating-2;   
            animation-name: floating-2; 
    -webkit-animation-duration: 7s; 
            animation-duration: 7s; 
    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite; 
    -webkit-animation-timing-function: ease-in-out; 
            animation-timing-function: ease-in-out; 
} 

.floating-rotate {   
    -webkit-animation-name: floating-rotate;   
            animation-name: floating-rotate; 
    -webkit-animation-duration: 15s; 
            animation-duration: 15s; 
    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite; 
    -webkit-animation-timing-function: ease-in-out; 
            animation-timing-function: ease-in-out; 
    margin-left: 30px; 
    margin-top: 5px; 
} 
  
@keyframes floating { 
    0% { 
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    } 
    
    50%  { 
        -moz-transform: translate(0px, 20px);
        -webkit-transform: translate(0px, 20px);
        -o-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    } 
    
    100%   {
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    
    }     
} 
@keyframes floating_slider { 
    0% { 
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    } 
    
    50%  { 
        -moz-transform: translate(10px, 20px);
        -webkit-transform: translate(10px, 20px);
        -o-transform: translate(10px, 20px);
        -ms-transform: translate(10px, 20px);
        transform: translate(10px, 20px);
    } 
    
    100%   {
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    
    }     
} 
@keyframes floating-2 { 
    0% { 
        -moz-transform: translate(0px, 10px);
        -webkit-transform: translate(0px, 10px);
        -o-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    } 
    
    50%  { 
        -moz-transform: translate(20px, 0px);
        -webkit-transform: translate(20px, 0px);
        -o-transform: translate(20px, 0px);
        -ms-transform: translate(20px, 0px);
        transform: translate(20px, 0px);
    } 
    
    100%   {
        -moz-transform: translate(0px, 10px);
        -webkit-transform: translate(0px, 10px);
        -o-transform: translate(0px, 10px);
        -ms-transform: translate(0px, 10px);
        transform: translate(0px, 10px);
    }     
} 
@-webkit-keyframes floating-rotate { 
    0% { 
        -moz-transform: translate(1px, 0px);
        -webkit-transform: translate(1px, 0px);
        -o-transform: translate(1px, 0px);
        -ms-transform: translate(1px, 0px);
        transform: translate(1px, 0px);
    } 
    
    50%  { 
        -moz-transform: rotate(16deg) translate(8px, 25px);
        -webkit-transform: rotate(16deg) translate(8px, 25px);
        -o-transform: rotate(16deg) translate(8px, 25px);
        -ms-transform: rotate(16deg) translate(8px, 25px);
        transform: rotate(16deg) translate(8px, 25px);

    } 
    
    100%   {
        -moz-transform: translate(1px, 0px);
        -webkit-transform: translate(1px, 0px);
        -o-transform: translate(1px, 0px);
        -ms-transform: translate(1px, 0px);
        transform: translate(1px, 0px);
       }     
} 

@media screen and (max-width:575px){
.main_logo {
    width: 80%;
    margin-top: 61px;
}
}
