html { font-family: 'Lato', sans-serif; }

body {
    margin: 0;
    overflow-x: hidden;
    height: 100vh;
    width: 100vw;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.msg {
    font-family: 'Pacifico', cursive;
    font-size: 3vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    align-items: center;
    color: #FEFEFE;
    background-color: #1184F0;
}

menu, menu label {
    position: absolute;
    top: 0;
    right: 0;
}

menu { margin: 0; }

menu input[type=checkbox] { display: none; }



menu input[type=checkbox] ~ hamburger > i {
    transition:all 0.2s;

}

menu input[type=checkbox]:checked + .drawer-list {
    transform: translatex(0);
    border-bottom-left-radius: 0;


}

menu input[type=checkbox]:checked + .drawer-list li { transform: translatex(0); }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(1) { transition: transform 0.5s 0.02s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(2) { transition: transform 0.5s 0.04s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(3) { transition: transform 0.5s 0.06s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(4) { transition: transform 0.5s 0.08s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(5) { transition: transform 0.5s 0.1s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(6) { transition: transform 0.5s 0.12s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(7) { transition: transform 0.5s 0.14s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(8) { transition: transform 0.5s 0.16s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(9) { transition: transform 0.5s 0.18s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(10) { transition: transform 0.5s 0.2s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(11) { transition: transform 0.5s 0.22s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(12) { transition: transform 0.5s 0.24s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(13) { transition: transform 0.5s 0.26s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(14) { transition: transform 0.5s 0.28s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(15) { transition: transform 0.5s 0.3s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(16) { transition: transform 0.5s 0.32s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(17) { transition: transform 0.5s 0.34s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(18) { transition: transform 0.5s 0.36s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(19) { transition: transform 0.5s 0.38s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(20) { transition: transform 0.5s 0.4s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(21) { transition: transform 0.5s 0.42s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(22) { transition: transform 0.5s 0.44s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(23) { transition: transform 0.5s 0.46s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(24) { transition: transform 0.5s 0.48s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(25) { transition: transform 0.5s 0.5s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(26) { transition: transform 0.5s 0.52s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(27) { transition: transform 0.5s 0.54s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(28) { transition: transform 0.5s 0.56s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(29) { transition: transform 0.5s 0.58s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(30) { transition: transform 0.5s 0.6s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(31) { transition: transform 0.5s 0.62s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(32) { transition: transform 0.5s 0.64s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(33) { transition: transform 0.5s 0.66s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(34) { transition: transform 0.5s 0.68s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(35) { transition: transform 0.5s 0.7s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(36) { transition: transform 0.5s 0.72s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(37) { transition: transform 0.5s 0.74s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(38) { transition: transform 0.5s 0.76s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(39) { transition: transform 0.5s 0.78s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(40) { transition: transform 0.5s 0.8s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(41) { transition: transform 0.5s 0.82s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(42) { transition: transform 0.5s 0.84s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(43) { transition: transform 0.5s 0.86s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(44) { transition: transform 0.5s 0.88s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(45) { transition: transform 0.5s 0.9s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(46) { transition: transform 0.5s 0.92s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(47) { transition: transform 0.5s 0.94s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(48) { transition: transform 0.5s 0.96s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(49) { transition: transform 0.5s 0.98s ease; }

menu input[type=checkbox]:checked + .drawer-list li:nth-child(50) { transition: transform 0.5s 1s ease; }

menu input[type=checkbox]:checked + .drawer-list li a {
    text-align: left;
    margin-left: 25px;
    margin-right: 20px;
    border-bottom: 2px solid #0e2b44!important;
    padding-left: 20px;
    text-transform: capitalize;
}

menu input[type=checkbox]:checked ~ hamburger > i {
    background-color: transparent;
    transform: rotate(0deg);
}

menu input[type=checkbox]:checked ~ hamburger > i:before { transform: translate(-50%, -50%) rotate(-45deg); }

menu input[type=checkbox]:checked ~ hamburger > i:after { transform: translate(-50%, -50%) rotate(45deg); }

menu input[type=checkbox]:checked ~ hamburger close {
    color: #FEFEFE;
    width: 100%;
}

menu input[type=checkbox]:checked ~ hamburger open {
    color: transparent;
    width: 0;
}

menu .drawer-list {
    position: fixed;
    right: -25px;
    /*top: -90px;*/
    height: 100vh;
    width: 100vw;
    padding-right: 14vh;
    transform: translate(100vw, 0);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
    box-sizing: border-box;
    pointer-events: none;
    padding-top: 125px;
    transition: width 475ms ease-out, transform 450ms ease, border-radius .8s .1s ease;
    /*border-bottom-left-radius: 100vw;*/
    background-color: #3d81c0;
    background-color: rgba(241, 241, 241,.85);
}


.drawer-list > ul {
    position: relative;
    top: -84px;
}

@media (min-width: 768px) {

    menu .drawer-list {     width: 363px; }

}

@media (max-width: 768px) {

    .social-menu{
        text-align: center!important;
        padding-right: 0px!important;
    }

    menu input[type=checkbox]:checked + .drawer-list li a { padding-right: 0px; }

}
.aviso{
    margin-top: auto;
    margin-bottom: auto;
}

@media (max-width: 991px) {

    .aviso{
        margin-top: 25px!important;
    }


}



menu .drawer-list ul {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    overflow-x: hidden;
    pointer-events: auto;
}

menu .drawer-list li {
    list-style: none;
    text-transform: uppercase;
    pointer-events: auto;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translatex(100vw);
    /* ie workaround */
    -ms-transform: translatex(-100vw);
}

menu .drawer-list li:last-child { margin-bottom: 2em; }

menu .drawer-list li a {
    text-decoration: none;
    color: #0e2b44;
    text-align: center;
    display: block;
    padding: 0;
    padding-top: 10px;
    font-size: 1.2em;
}
@media (min-width: 768px) {

    menu .drawer-list li a {
        font-size: 1rem;
        text-align: right;
    }


}

menu .drawer-list li a:hover {
    cursor: pointer;
    background-color: #88c2f8;
    background-color: rgba(17, 132, 240, 0.5);
}

menu hamburger {
    position: fixed;
    display: block;
    top: 30px;
    right: 54px;
    height: 50px;
    width: 50px;
}

menu hamburger:hover { cursor: pointer; }

menu hamburger text close, menu hamburger text open {
    text-transform: uppercase;
    font-size: .8em;
    align-text: center;
    position: absolute;
    transform: translateY(50px);
    text-align: center;
    overflow: hidden;
    transition: width .25s .35s, color .45s .35s;
}

menu hamburger text close {
    color: transparent;
    right: 0;
    width: 0;
}

menu hamburger text open {
    color: #FEFEFE;
    width: 100%;
}

menu hamburger > i {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    background-color: rgb(209, 152, 74);
    pointer-events: auto;
    transition-duration: .35s;
    transition-delay: .35s;
}

menu hamburger > i:before, menu hamburger > i:after {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    left: 50%;
    background-color: rgb(209, 152, 74);
    content: "";
    transition: transform 0.35s;
    transform-origin: 50% 50%;
}

menu hamburger > i:before { transform: translate(-50%, -10px); }

menu hamburger > i:after { transform: translate(-50%, 10px); }

.circle{
    position: fixed;
    display: block;
    top: 30px;
    right: 45px;
    height: 50px;
    background-color: rgba(14, 43, 68, 1);
    width: 70px;
    /* border-radius: 30px; */
    z-index: 16;
}

.circle :after{
    position: fixed;
    display: block;
    top: 20px;
    right: 20px;
    height: 50px;
    background-color:blue;
    width: 70px;
    /* border-radius: 30px; */
    z-index: 16;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0e2b44;
}

.lds-roller {
    display: inline-block;
    width: 64px;
    height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
    background-color: white;
}
.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
    background-color: #EDD9BA;

}
.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
    background-color: #E9CFA9;

}
.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
    background-color: #E5C698;

}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
    background-color: #E1BC87;

}
.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
    background-color: #DCB376;

}
.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
    background-color: #D4A054;

}
.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
    background-color: #d09743;

}
@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.logo {
    max-width: 260px !important;

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    .logo {
        max-width: 170px !important;

    }

    .drawer-list > ul {

        top: 0px!important;
    }

    menu .drawer-list{
        right: 0!important;
        top: 0 !important;
    }
    .drawer-list > ul{

        top: -90px;
        position: relative;

    }
}


.social-menu > a:nth-child(1){
    margin-left: 0px!important;

}
.social-menu > a:nth-child(2){
    margin-left: -3px!important;

}
.social-menu > a:nth-child(3){
    margin-left: 0px!important;

}

.social-menu{
    text-align: left!important;
    margin-left: 25px!important;
}

.social-menu > a:nth-child(1) > img {
    width: 30px!important;
}
.social-menu > a:nth-child(2) > img {
    width: 25px!important;
}
.social-menu > a:nth-child(3) > img {
    width: 25px!important;
}


.se-pre-con-1{
     left: 0px;

}

.lds-roller-1{
    display: inline-block;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}



.lds-roller-1 div {
    animation: lds-roller-1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 32px 32px;
}
.lds-roller-1 div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    margin: -3px 0 0 -3px;
}
.lds-roller-1 div:nth-child(1) {
    animation-delay: -0.036s;
}
.lds-roller-1 div:nth-child(1):after {
    top: 50px;
    left: 50px;
    background-color: white;
}
.lds-roller-1 div:nth-child(2) {
    animation-delay: -0.072s;
}
.lds-roller-1 div:nth-child(2):after {
    top: 54px;
    left: 45px;
    background-color: #EDD9BA;

}
.lds-roller-1 div:nth-child(3) {
    animation-delay: -0.108s;
}
.lds-roller-1 div:nth-child(3):after {
    top: 57px;
    left: 39px;
    background-color: #E9CFA9;

}
.lds-roller-1 div:nth-child(4) {
    animation-delay: -0.144s;
}
.lds-roller-1 div:nth-child(4):after {
    top: 58px;
    left: 32px;
    background-color: #E5C698;

}
.lds-roller-1 div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller-1 div:nth-child(5):after {
    top: 57px;
    left: 25px;
    background-color: #E1BC87;

}
.lds-roller-1 div:nth-child(6) {
    animation-delay: -0.216s;
}
.lds-roller-1 div:nth-child(6):after {
    top: 54px;
    left: 19px;
    background-color: #DCB376;

}
.lds-roller-1 div:nth-child(7) {
    animation-delay: -0.252s;
}
.lds-roller-1 div:nth-child(7):after {
    top: 50px;
    left: 14px;
    background-color: #D4A054;

}
.lds-roller-1 div:nth-child(8) {
    animation-delay: -0.288s;
}
.lds-roller-1 div:nth-child(8):after {
    top: 45px;
    left: 10px;
    background-color: #d09743;

}

img[src*="assets/img/logo2.png"] {
    max-width: 160px;
}


img[src*="./assets//img/logo2.png"] {
    max-width: 160px;
}

.t-cont{
    position: absolute!important;
    top: 50%!important;
    transform: translateY(-50%)!important;

}

.bgblue{
    height: 1554px;
}
@media screen and (orientation:landscape) {
    .bgblue{
        display: block!important;
    }
}


.close-modal{
    position: absolute;
    background-color: #061c2fb5;
    font-weight: bold;
    display: table;
    width: 25px;
    height: 25px;
    font-size: 13px;
    cursor: pointer;
}

.close-modal-sp{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.modal-backdrop {
    background-color: transparent;
}

@media (max-width: 1666px) {
    .close-modal {
        right: 18vw!important;
    }
}

@media (max-width: 1210px) {
    .close-modal {
        right: 9vw!important;
    }
}

.modal-body{
    background-color: rgba(26, 54, 78, .5)!important;
}

.modal-content{
    background-color: rgba(26, 54, 78, .5)!important; 
}


.captchat{
    margin-top: 20px;

}

.grecaptcha-logo{
    display: none!important;
}
.rc-anchor-logo-portrait{
    margin: 0!important;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;

    }
    .captchat{
        transform: scale(0.84);
        transform-origin: 0 0;
    }

}


.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}