/*Generics*/
*{
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
}
html,body,figure,ul,li, fieldset{
    padding: 0;
    margin: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
}
img{
    display: block;
    width: 100%;
}
a{
    text-decoration: none;
}
body{
    font-family: Poppins;
    overflow-x: hidden;
}
main{
    position: relative;
    overflow: hidden;
    padding-top: 15px;
    margin-top: -15px;
    z-index: 1;
}

/* Preloader */
.preloader{
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 1000;
    flex-direction: column;
    padding: 20%;
    text-align: center;
    font-size: 14px;
    line-height: 141%;
                
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
}
.preloader img{
    width: auto;
    height: auto;
    margin-bottom: 30px;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d; 

    -webkit-animation: logo 2.5s infinite cubic-bezier(0.410, 0.060, 0.170, 1.550);
    -moz-animation: logo 2.5s infinite cubic-bezier(0.410, 0.060, 0.170, 1.550);
    -ms-animation: logo 2.5s infinite cubic-bezier(0.410, 0.060, 0.170, 1.550);
    -o-animation: logo 2.5s infinite cubic-bezier(0.410, 0.060, 0.170, 1.550);
    animation: logo 2.5s infinite cubic-bezier(0.410, 0.060, 0.170, 1.550);

    transition: all .2s;
}
.preloader span{
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #999;
    width: 270px;
    text-align: center;
    font: 300 1.2em Roboto;
}
.preloader span::after{
    content:'';

    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: loading-dots;
    animation-direction: linear;
}

@keyframes loading-dots{
    0%{content: '';}
    25%{content: '.';}
    50%{content: '..';}
    90%{content: '...';}
    100%{content: '';}
};
@-webkit-keyframes loading-dots{
    0%{content: '';}
    25%{content: '.';}
    50%{content: '..';}
    90%{content: '...';}
    100%{content: '';}
};
@keyframes logo{
    0%{
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    70%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@-webkit-keyframes logo{
    0%{
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    70%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
    100%{
        -webkit-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}


.contact__button{
    border: 1px solid #0000005e;
    padding: 4px 8px;
    font-size: 20px;
    color:#000;
    margin-top: 20px;
    transition: all .3s ease;
}

.contact__button:hover{
    transform: scale(1.1);
}


/*Components*/

/* TOP BAR */
.top-bar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #417D3B;
    z-index: 10;
}
.top-bar .container{
    padding-left: 350px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}
.top-bar .logo{
    position: absolute;
    left: 0;
    height: 100%;
}
.top-bar .logo::before {
    content: '';
    position: absolute;
    right: 0;
    height: 75px;
    background: #f9f9f9;
    width: 3000px;
    transform: skew(-40deg, 0deg);
}
.top-bar .logo figure{
    width: 320px;
    padding-right: 35px;
    z-index: 10;
    position: relative;
    padding-top: 13px;
}
.top-bar .logo figure img{}
.top-bar .nav-ctrl,
.top-bar .nav-ctrl ~ .fa-bars,
.top-bar .nav-ctrl ~ .fa-times{
    display: none;
}
.top-bar .nav{}
.top-bar .nav .btn-xchange-converter{
    display: none;
}
.top-bar .nav nav{}
.top-bar .nav nav ul{
    display: flex;
}
.top-bar .nav nav ul li{}
.top-bar .nav nav ul li a, select{
    color: #fff;
    padding: 0 10px;
    margin: 0 5px;
}
.top-bar .nav nav ul li:first-child a{
    padding: 0;
    padding-right: 10px;
}
.sedes {
    background: #333;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    position: fixed;
    overflow: hidden !important;
    cursor: pointer;
}
.top-bar .btn-xchange-converter{
    display: block;
    color: #333;
    justify-self: unset;
    background-color: #fff;
    border-radius: 60px;
    padding: 3px 17px;
    font: 600 13px Poppins;
    cursor: pointer;
}
.top-bar .dian-auth{
    text-indent: 40px;
    font-size: 12px;
    line-height: 42%;
    color: #fff;
    float: right;
}
.top-bar .dian-auth img{
    width: 110px;
}
.top-bar .social{
    display: flex;
}
.top-bar .social a{
    display: flex;
    color: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    margin: 0 2px;
}
.top-bar .social i{}
.top-bar .social .fb{}
.top-bar .social .insta{}



.top-bar.shrink{
    height: 40px;
}
.top-bar.shrink .container{
    padding-left: 280px;
}
.top-bar.shrink .logo::before{
    height: 50px;
}
.top-bar.shrink .logo figure{
    width: 255px;
    padding-top: 8px;
}
.top-bar.shrink .btn-xchange-converter{
    font-size: 12px;
    padding: 2px 12px;
    font-weight: 600;
}
.top-bar.shrink .dian-auth{
    font-size: 11px;
    text-indent: 35px;
    padding-top: 8px;
}
.top-bar.shrink .dian-auth img{
    width: 95px;
}




/* HEADER */

header{
    height: 620px;
}
header .slider{
    height: 100%;
    position: relative;
    width: 100%;
    background-color: #000;
}
header .slider .slide{
    display: flex;
    align-items: flex-end;
    height: 100%;
}
header .slider .slide .graph{
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;

    animation: slide2Bg 15s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
header .slider .slide .graph img{
    display: none;
}
header .slider .slide .caption{
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding-bottom: 80px;
    padding-top: 70px;    
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.7525385154061625) 40%, rgba(0,0,0,0) 100%);
}
header .slider .slide .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header .slider .slide h4 b{
    color: #A6CE39;
}
header .slider .slide h4{
    text-transform: uppercase;
    font-weight: 100;
    font-size: 70px;
    border-bottom: 1px solid #ca9f4b;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
header .slider .slide p{
    font-size: 30px;
    font-weight: 100;
    letter-spacing: 10px;
}

.header-inner{
    height: 250px;
}
.header-inner .slider .slide h4 {
    font-size: 27px;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.header-inner .slider .slide p {
    font-size: 14px;
    letter-spacing: 3px;
}
.header-inner .slider .slide .caption{
    padding-bottom: 30px;
    padding-top: 30px;
}


@keyframes slide2Bg{
    0%{
        background-image: url(../images/IMG_0172.webp);
    }
    20%{
        background-image: url(../images/IMG_0172.webp);
    }
    25%{
        background-image: url(../images/IMG_0275.webp);
    }
    45%{
        background-image: url(../images/IMG_0275.webp);
    }
    50%{
        background-image: url(../images/IMG_0280.webp);
    }
    75%{
        background-image: url(../images/IMG_0280.webp);
    }
    80%{
        background-image: url(../images/IMG_0258.webp);
    }
    100%{
        background-image: url(../images/IMG_0258.webp);
    }
}

.list-padlock > .bc::before{
    content: "";
    width: 0px;
    height: 0px;
}


.metodos__pago{
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  @media (min-width: 767px) {
    .metodos__pago{
      flex-direction: row;
      gap: 40px;
      margin-bottom: 80px;
      max-width: 1200px;
    }
    .metodos__pago h2{
      text-align: left;
    }
  }
  
  .metodos__pago h2{
    max-width: 400px;
    text-align: center;
  }


/* CONTENT */

.container{
    position: relative;
    width: 90%;
    max-width: 1260px;
    margin: 0 auto;
}
main > .container{
    margin-bottom: 80px;
}
main > .container:first-child{
    margin-top: 60px;
}
.center{text-align: center}
.center-obj{
    margin-left: auto;
    margin-right: auto;
}
.side-pad-100{
    padding: 0 100px;
}
.side-pad-50{
    padding: 0 50px;
}


.title{    
    line-height: 120%;
    display: block;
    margin-bottom: 60px;
}
.title-lg{
    font-size: 40px;
    font-weight: 600;
}
.title + .txt-s,
.title + .txt-m,
.title + .txt-l{
    margin-top: -50px;
    margin-bottom: 60px;
}

.txt{
    line-height: 160%;
    display: block;
    margin-bottom: 30px;
}
.txt-s{
    font-size: 14px;
}
.txt-m{
    font-size: 17px;
}
.txt-l{
    font-size: 20px;
}

.txt-color-main{
    color: #A6CE39;
}
.txt-color-gray{
    color: #666;
}

.list{}
.list-padlock{
    padding-left: 30px;
    padding-top: 60px;
}
.list-padlock > *{
    margin-bottom: 20px;
    position: relative;
    font-size: 15px;
}
.list-padlock > *::before{
    content: "\f023";
    font: 16px FontAwesome;
    display: block;
    position: absolute;
    left: -26px;
    top: 4px;
    color: #417D3B;
}




.content{}
.content figure{}
.content figure img{}
.content figure figcaption{
    text-align: center;
    margin-top: 10px;
}
.content figure figcaption span{
    display: block;
}
.content figure figcaption span b{}

.side-img{
    display: flex;
    justify-content: space-between;
}
.side-img > *{
    width: 47%;
}

.schedule-block{
    padding: 25px 0;
    position: relative;
    display: block;
    background-color: #A6CE39;
    margin-bottom: 90px;
}
.schedule-block::before,
.schedule-block::after{
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    height: 15px;
    background: inherit;
    transform: skew(55deg, 0deg);
}
.schedule-block::before{
    left: 0;
    bottom: 100%;
    margin-left: -60px;
}
.schedule-block::after{
    top: 100%;
    right: 0;
    margin-right: -60px;
}
.schedule-block .container{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-block .schedule-title{
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-right: 25px;
}
.schedule-block .schedule-items{
    color: #222;
    font-size: 19px;
}
.schedule-block .schedule-items span{
    padding-right: 20px;
}
.schedule-block .schedule-items span b{}

.content .side-img{}
.content .side-img > *{}

.xchanges{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xchanges .xchange{
    width: 48%;
    display: flex;
    background-color: #f1f1f1;
    border-radius: 6px;
    margin-bottom: 3%;
    padding: 15px 15px;
}
.xchanges .xchange figure{
    width: 70px;
}
.xchanges .xchange figure img{}
.xchanges .xchange .caption{
    margin-left: 20px;
}
.xchanges .xchange .caption .from{
    position: relative;
    font-size: 18px;
    color: #555;
}
.xchanges .xchange .caption .from .init{
    position: absolute;
    top: 5px;
    left: 100%;
    margin-left: 12px;
    padding: 0 8px;
    background: #333;
    color: #fff;
    border-radius: 70px;
    font-size: 12px;
}
.xchanges .xchange .caption .values{
    font-size: 13px;
    margin-top: 2px;
    font-weight: bold;
}
.xchanges .xchange .caption .values .buy{color: red;}
.xchanges .xchange .caption .values .sell{color: green;}


.xchanges-converter{}



/* FOOTER */

footer{
    border-bottom: 45px solid #A6CE39;
}
footer .map{
    height: 400px;
    width: 100%;
    background-color: #f1f1f1;
}
footer .map iframe{
    width: 100%;
    height: 100%;
}
footer .contact{
    margin-top: -90px;
}
footer .contact .info{
    padding: 35px 0 20px;
    bottom: -45px;
    position: relative;
    color: #fff;
}
footer .contact .info::before,
footer .contact .info::after{
    content: '';
    display: block;
    width: 3000px;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    background-color: #417D3B;
    z-index: 1;
    transform: skew(35deg, 0deg);
}
footer .contact .info::before{}
footer .contact .info::after{
    background-color: #A6CE39;
    z-index: 0;
    top: -25px;
    margin-right: 110px;
}

footer .contact .info .footer-title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    z-index: 2;
    position: relative;
    display: block;
}
footer .contact .info .info-block{
    margin-bottom: 12px;
    max-width: 350px;
    line-height: 125%;
    font-size: 16px;
    z-index: 2;
    position: relative;
}
footer .contact .info .info-block b{}
footer .contact .footer-logo{
    position: absolute;
    width: 480px;
    bottom: 50px;
    right: 0px;
}
footer .contact .footer-logo img{}

.google-form-wrapper{}
.google-form-wrapper iframe {
    width: 100%;
    height: 920px;
}




.wa{
    display: flex;
    z-index: 2;
    position: relative;
    margin-top: 10px;
}
.wa b i{
    margin-right: 10px;
    color: #0ac60a;
}
.wa b{
    color: #0ac60a;
}
.wa .input{
    position: relative;
    margin-top: 4px;
}
.wa .input input{
    padding: 11px 20px;
    padding-right: 50px;
    border-radius: 100px;
    border: none;
    background-color: #f4f4f4;
    width: 320px;
    font: 400 14px Poppins;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    border: 1px solid transparent;

    transition: all .2s;
}
.wa .input input:hover{
    transform: translate(1px,1px);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.wa .input input:focus{
    transform: translate(1px,1px);
    box-shadow: 0px 0px 0px rgba(0,0,0,0);
    background: #fff;
    border: 1px solid #ccc;
}
.wa .input a{
    position: absolute;
    background-color: #fff;
    border-radius: 100px;
    width: 31px;
    height: 31px;
    top: 6px;
    right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0ac60a;
}
.wa .input a i{}
.wa small{
    text-align: right;
    display: block;
    font-weight: 600;
    font-size: 18px;
    margin-right: 16px;
    margin-top: 5px;
    color: #fff;
}



.xchanges-converter{
    margin-top: 110px;
}
.xchanges-converter .converter-block{
    display: flex;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
}
.xchanges-converter .converter-block .amount{
    position: relative;
    width: 15%;
}
.xchanges-converter .converter-block .amount span{
    position: absolute;
    font-size: 14px;
    color: #333;
    margin: -23px 0 0 0px;
}
.xchanges-converter .converter-block .amount .form-group{}
.xchanges-converter .converter-block .amount .form-group input{
    height: 40px;
    border-bottom: 1px solid #ca9f4b;
    background-color: #fffaf4;
    width: 100%;
    padding: 5px 10px;
    font: 300 16px Poppins;
}
.xchanges-converter .converter-block .currencies-block{
    width: 25%;
    height: 40px;    
}
.xchanges-converter .converter-block .currencies-block .currency{}
.xchanges-converter .converter-block .currencies-block .flag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 100%;
    color: #333;
    padding: 0 15px;
}
.xchanges-converter .converter-block .currencies-block .flag > span{
    display: flex;
    align-items: center;
}
.xchanges-converter .converter-block .currencies-block .flag > span i{
    margin-right: 8px;
}
.xchanges-converter .converter-block .currencies-block .flag > b{
    margin-left: 10px;
    font-size: 16px;
}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options{
    width: 100%;
}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options > input{
    width: 100%;
    margin: 0;
    padding: 0px 10px 5px;
    font: 15px Poppins;
    border-bottom: 1px Solid #dedede;
    margin-bottom: 7px;
}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options .listbox{}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options .listbox .option{
    width: 100%;
}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options .listbox .option > li{}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options .listbox .option > li > a{
    font-size: 14px;
    height: 25px;
    display: flex;
    align-items: center;
}
.xchanges-converter .converter-block .currencies-block .bfh-selectbox-options .listbox .option > li > a i{
    margin-right: 8px;
}
.xchanges-converter .converter-block .convert-to{
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    font: 600 14px Poppins;
    white-space: nowrap;
}
.xchanges-converter .converter-block .result{
    width: 15%;
    position: relative;
}
.xchanges-converter .converter-block .result span{
    position: absolute;
    font-size: 14px;
    color: #333;
    margin: -23px 0 0 0px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #ca9f4b;
    padding-bottom: 2px;
}
.xchanges-converter .converter-block .result .form-group{}
.xchanges-converter .converter-block .result .form-group input{
    font: 22px/100% Poppins;
    height: 40px;
    width: 100%;
    color: #ca9f4b;
}
.xchanges-converter .disclaimer{
    max-width: 750px;
    margin: 0 auto;
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    line-height: 145%;
    color: #888;
}




@media only screen and (min-width: 1200px){}
@media only screen and (max-width: 1100px){
    .top-bar{}
    .top-bar .container{
        padding-left: 370px;
    }
    .top-bar .logo{}
    .top-bar .logo figure{
        width: 330px;
        padding-right: 30px;
        padding-left: 40px;
    }
    .top-bar .logo figure img{}
    .top-bar .nav-ctrl,
    .top-bar .nav-ctrl ~ .fa-bars,
    .top-bar .nav-ctrl ~ .fa-times{
        display: block;
        position: absolute;
        left: 0;
        font-size: 22px;
    }
    .top-bar .nav-ctrl{
        z-index: 110;
        padding: 0;
        margin: 0;
        height: 30px;
        width: 30px;
        opacity: 0;
        left: -5px;
        margin-top: 0px;
    }
    .top-bar .nav-ctrl ~ .fa-bars{}
    .top-bar .nav-ctrl ~ .fa-times{
        color: #fff;
        display: none;
    }

    .top-bar .nav{
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 100;
        background-color: rgba(0,0,0,0.8);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        visibility: hidden;
    }
    .top-bar .nav nav{}
    .top-bar .nav nav ul{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .top-bar .nav nav ul li{}
    .top-bar .nav nav ul li a, select{
        display: block;
        font-size: 25px;
        padding: 10px 30px;
        min-width: 200px !important;
        margin: 0 auto !important;
        background: none !important;
}
    }

    .top-bar .nav-ctrl:checked{
        z-index: 112;
    }
    .top-bar .nav-ctrl:checked ~ .fa-bars{
        display: none;
    }
    .top-bar .nav-ctrl:checked ~ .fa-times{
        display: block;
        z-index: 111;
    }
    .top-bar .nav-ctrl:checked ~ .nav{
        opacity: 1;
        visibility: visible;
    }


    .top-bar .btn-xchange-converter{}
    .top-bar .dian-auth{}
    .top-bar .dian-auth img{}
}
@media only screen and (max-width: 1025px){
    .schedule-block .container{
        display: flex;
        flex-direction: column;
    }
    .schedule-block .schedule-title{
        margin-right: 0;
    }
    .schedule-block .schedule-items span {
        padding-right: 0;
        display: block;
        text-align: center;
    }
}
@media only screen and (max-width: 770px){

    .xchanges-converter.xchanges-converter.xchanges-converter .converter-block > * {
        width: 100%;
        margin-bottom: 20px;
    }
    .xchanges-converter .converter-block {
        flex-wrap: wrap;
    }
    .xchanges-converter .converter-block .result {
        margin-top: 30px;
    }

    .xchanges-converter {
        margin-top: 50px;
    }




    .title-lg{
        font-size: 30px;
    }
    .txt{
        line-height: 160%;
        display: block;
        margin-bottom: 30px;
    }
    .txt-s{
        font-size: 12px;
    }
    .txt-m{
        font-size: 15px;
    }
    .txt-l{
        font-size: 18px;
    }
    .side-pad-100 {
        padding: 20px;
    }
    header {
        height: 380px;
    }
    header .slider .slide .caption {
        padding-bottom: 40px;
    }
    header .slider .slide h4 {
        font-weight: 100;
        font-size: 40px;
        margin-bottom: 20px;
        padding-bottom: 5px;
    }
    header .slider .slide p {
        font-size: 16px;
        letter-spacing: 7px;
    }


    .content figure {
        margin-bottom: 40px;
    }
    .side-img > * {
        width: 100%;
    }    
    .side-img {
        flex-direction: column-reverse;
    }

    .xchanges .xchange {
        width: 100%;
    }
    footer .contact .info::before,
    footer .contact .info::after {
        display: none;
    }

    
    footer .contact .footer-logo {
        display: none;
    }
    footer {
        background-color: #333;
        border-bottom: 15px solid #ca9f4b;      
    }
    footer .contact {
        margin-top: 0px;
    }
    footer .contact .info {
        bottom: 0px;          
    }


    .top-bar.shrink .btn-xchange-converter{
        display: none;
    }
    .top-bar.shrink .nav .btn-xchange-converter{
        display: block;
    }
    .top-bar.shrink .nav .btn-xchange-converter a{
        display: block;
        color: #333;
        font-size: 20px;
    }
}
@media only screen and (max-width: 550px){
    .top-bar.shrink .logo figure {
        width: 190px;
        padding-right: 15px;
        padding-left: 30px;
        padding-top: 12px;
    }
    .top-bar.shrink .container {
        padding-left: 190px;
    }
    .top-bar.shrink .dian-auth {
        font-size: 10px;
        text-indent: 22px;
        padding-top: 8px;
    }
    .top-bar.shrink .dian-auth img {
        width: 75px;
    }
    .google-form-wrapper iframe {
        height: 1050px;
    }
}
@media only screen and (max-width: 400px){}
@media only screen and (max-width: 321px){}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.modal .bg-modal {
    background: rgba(0,0,0,0.5);
    position: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: rgb(235, 66, 66);
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 0;
    margin: 0;
}

.mcripto {
    position:fixed;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 600px;
    margin:auto;
    background:#fff;
    padding:70px;
    border-radius:5px;
}

.mcripto h4 {
    font-size: 25px;
}

.mcripto img {
    width: 250px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 600px){
    .mcripto {
        width: 90%;
    }
}
@media only screen and (max-width: 321px){}