@font-face {
  font-family: "EuclidFlex";
  src: url("/fonts/EuclidFlex/EuclidFlex-Regular.ttf") format("ttf"),
       url("/fonts/EuclidFlex/EuclidFlex-Regular.otf") format("otf"),
       url("/fonts/EuclidFlex/EuclidFlex-Regular.otf") format("woff"),
       url("/fonts/EuclidFlex/EuclidFlex-Regular.otf") format("woff2");
}
@font-face {
  font-family: "EuclidFlex";
  src: url("/fonts/EuclidFlex/EuclidFlex-Bold.ttf") format("ttf"),
       url("/fonts/EuclidFlex/EuclidFlex-Bold.otf") format("otf"),
       url("/fonts/EuclidFlex/EuclidFlex-Bold.otf") format("woff"),
       url("/fonts/EuclidFlex/EuclidFlex-Bold.otf") format("woff2");
  font-weight: bold;
}

body{
    font-family: "EuclidFlex",sans-serif;
    font-weight: normal;
    line-height:1.25;
    overflow-x: hidden;
    opacity: 0;
    animation: fade-in 1.2s linear forwards;
    color: #000;
}

.noscroll {
    overflow: hidden;
}


select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance:none;
}

select::-ms-expand {
    display: none;
}

a[href="#contactform"]:hover {
        text-decoration: none;
}

.modal-dialog {
    max-width: 800px;
}
/* Codigo Politica Cookies */
#warning_EU_cookiemsg{
    position: fixed;
    width: 100%;
    z-index: 99;
    bottom: 0;
    left: 0;
}

.cookies{
    padding: 32px 0;
    background: rgba(113, 110, 111, 0.5);;
    color: #fff;
}

.cookies .wrapper{
    position: relative;
}

/* .wrapper{
    max-width: 1600px;
    padding: 0 4.68%;
    padding-top: 0px;
    padding-right: 4.68%;
    padding-bottom: 0px;
    padding-left: 4.68%;
} */

.wrap, .wrap-grid, .wrap-section, .wrapper{
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.cookies .text{
    width: 85%;
    font-size: 16px;
}

.cookies .button, .cookies .text{
    display: inline-block;
    vertical-align: middle;
    font-size:20px;
    margin-bottom: 0;
}

.cookies .button {
    display: block;
    float: right;
}

.cookies .button button:focus {
    outline: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.text a:link{
    text-decoration: none;
}

.text a{
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
}

.text a:hover{
    color: #bb1484;
}

#warning_EU_close.btn{
    padding: 0;
    transform: translateZ(0);
    margin-top: 0px;
}

.btn-txt-light{
    color: #333;
    background: transparent;

}

#btn-fechar{
    color: #000;
}

#btn-fechar:hover{
    color: #FFF;
    background: #000;
}

.mask img{
    height: 29px;
}

#politicacookies .modal-body{
    padding: 15px;
}

#politicacookies{
    color: #000;
}

@media (max-width: 767px) {
    .mask img {
        height: 20px;
    }
    
    .cookies .text,
    #Politica p {font-size: 12px;}
    
    #PoliticaLabel {font-size: 20px;}
}

/******* Código geral ********/


#partners {
    padding-top: 20px;
}
#partners P {
    font-weight: 700;
    font-size: 25px;
}
#partners img {
    max-width: 100%;
}

.nopadding {
    padding: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.noselect {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
       -khtml-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; 
}

@media (min-width: 1200px) {
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 992px){
    .padding-desk{padding-top: 60px;}
    
}


/******* Código da LP ******/

.background-form-container {
    position: relative;
    background-color: #fff;
}

.container-banner {
    position: relative;
    z-index: 1;
    padding:0 0 20px 0;
}

.background-slider {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index:0;
    background-color: #000000;
}

.background-slider .slick-list, .background-slider .slick-track {
    height: 100%!important;
}

/*? SLIDES */
.slide {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: 0.6;
}

[data-slide="1"] {background-image: url('../img/Desktop_header_01.jpg');}
[data-slide="2"] {background-image: url('../img/Desktop_header_02.jpg');}
[data-slide="3"] {background-image: url('../img/Desktop_header_03.jpg');}
[data-slide="4"] {background-image: url('../img/Desktop_header_04.jpg');}
[data-slide="5"] {background-image: url('../img/Desktop_header_05.jpg');}

.banner-dots .slick-dots{
    padding: 0;
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin-top: 106px;
}
.banner-dots .slick-dots li {
    width: 16px;
    height: 16px;
    background-color: #fff;
    opacity: 0.25;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.banner-dots .slick-dots li.slick-active {
    opacity: 1;
}
.banner-dots .slick-dots li button {
    display: none;
}

.logo-container {
    padding: 30px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 0 10px;
}

.logo-left {
    max-width: 220px;
    width: 100%;
    display: block;
}

.logo-right {
    max-width: 50px;
    display: block;
}

.top-section-wrapper {
    padding-top: 60px;
    color: #ffffff;
    max-width: 100%;
    height:100%;
}

.top-section-title {
    font-size: 61px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
    position: relative;
}
.top-section-title span {
    font-size: 30px;
    position: absolute;
    bottom:15px;
}

.top-section-subtitle {
    font-size: 26px;
    line-height: 1.68;
    max-width: 456px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.destaque {
    font-size: 24px;
    color: #ffffff;
    padding: 0;
    line-height: 1;
    border-radius: 0;
    font-style:italic;
}
@media screen and (min-width:992px){
    .destaque{
        position:absolute;
        bottom:0;
    }
    .agradecimento .destaque{
        position:static;
        bottom:auto;
    }
}

/* Form */
#contactform {
    max-width: 430px;
    margin-left: auto;
}

.formbody {
    padding: 40px;
    opacity: 0.9;
    background-color: #fff;
}

.form-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 20px;
}

.inputs {
    font-size: 18px;
    line-height: 1.28;
    text-align: left;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    height: 45px;
}

select.inputs {
    color: rgba(0,0,0,0.4);
    text-indent: -1px;
}

.inputs::-webkit-input-placeholder { /* Edge */
  color: #999999;
}
.inputs:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.inputs::placeholder {
  color: #999999;
}
.privacy-policy a {
    text-decoration: underline;
    color: #000;
}

.privacy-policy::before {
    position: absolute;
    left: 0px;
    top: -3px;
}

.privacy-policy {
    font-size: 14px;
    line-height: 1.21;
    position: relative;
    margin-bottom: 15px;
    padding-left: 26px;
}

input[type="checkbox"] + label::before {
    font-family: 'FontAwesome';
    display: inline-block;
    content: "\f096";
    font-size: 20px;
    letter-spacing: 10px;
}

input[type="checkbox"]:checked + label::before {
    letter-spacing: 5px;
}

input[type="checkbox"]:checked + label::before {
    content: "\f046";
}

.btn-contact {
    background-color: #225568;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.28;
    text-align: center;
    padding: 16px 0;
    width: 100%;
    max-width: 232px;
    display: block;
    margin: 50px auto 0;
    border-radius: 52px;
    outline: none!important;
    color: #ffffff;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active {
    background-color: #000;
    color: #225568;
}

.servicos-section {
    padding: 80px 0 200px;
}

.p-section {
    padding: 40px 0 10px 0;
}

.title {
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.subtitle2 {
    font-weight: 22px;
    font-weight: 100;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
#p-logo {
    text-align: center;
    padding-top: 30px;
}
#p-logo img {
    max-width: 100%;
}

.servicos-title {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 100px;
}

.servico .image-wrapper {
    margin-bottom: 37px;
}

.servico .image {
    max-width: 95px;
}

.servico .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 20px;
}

.servico .subtitle {
    font-size: 18px;
    font-weight: 100;
    line-height: 1.28;
    text-align: center;
}

.mapa-section {
    position: relative;
    display: flex;
}
.mapa-section .fake-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1921px){
    .mapa-img {
        height: 100%;
    }
}

.fake-background .container-lg {
    background-clip: content-box;
    height: 100%;
}

.mapa {
    width: 50%;
    position: relative;
    z-index: 1;
}

.localizacoes {
    width: 50%;
    position: relative;
    z-index: 1;
    margin-top: 0;
    height: 100%;
    background-color: #000000;
    padding: 4vw 0 4.2vw 4vw;
}

.localizacoes .title {
    font-size: 4.3vw;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 3vw;
}

.localizacoes-list {
    padding: 0;
    font-size: 1.5vw;
    line-height: 4vw;
}

.localizacoes-list li {
    position: relative;
    padding-left: 10px;
    color: #ffffff;
    margin-left: 20px;
}

.mapa.animate_this {
    background-image: url('/img/mapa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
}
/*.localizacoes-list li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1.8vw;
    height: 1.8vw;
    background-image: url('/img/bulletPoint.svg');
    top: calc(50% - 0.9vw);
    left: 0;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}*/
li#mouzinho::before {
    /*background-image: url('/img/mouzinho.svg');*/
}
li#liberdade::before {
    /*background-image: url('/img/av-liberdade.svg');*/
}
li#castilho::before {
    /*background-image: url('/img/castilho.svg');*/
}
li#republica::before {
    /*background-image: url('/img/av-republica.svg');*/
}
li#nacoes::before {
    /*background-image: url('/img/parque-das-nacoes.svg');*/
}
.vantagens-section {
    padding: 80px 0 44px;
}

.vantagem {
    margin-bottom: 80px;
}

.vantagens-title {
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin-bottom: 105px;
}

.vantagem .image {
    max-width: 80px;
}

.vantagem .image-wrapper {
    margin-bottom: 20px;
}

.vantagem .title {
    font-size: 25px;
    line-height: 1.28;
    text-align: center;
}

.contact-section {
    background-image: url('/img/Desktop_footerBG.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 0;
}

.contact-section .txt {
    font-size: 50px;
    font-weight: bold;
    line-height: 62px;
    text-align: center;
    color: #ffffff;
}

.btn-cta {
    padding: 15px 0;
    margin-bottom: 0;
    border-radius: 52px;
    display: block;
    width: 100%;
    height: 62px;
    max-width: 100%;
    background-color: #000;
    color: #fff;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.btn-cta:hover,
.btn-cta:active,
.btn-cta:focus {
    color: #000;
    background-color: #fff;
    outline: none;
}

.anchor-container {
    display: flex;
    width: 100%;
    max-width: 870px;
    margin: auto;
}

.anchor-wrapper {
    max-width: 210px;
    width: 100%;
    margin: auto;
}

.telefone_button {
    background-image: url('/img/telefone_icon.svg');
}

.email_button {
    background-image: url('/img/email_icon.svg');
}

.anchors {
    font-size: 18px;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom:0;
}

.footer-maleo {
    background-color: #575756;
    padding: 50px 20px 10px 20px;
}

.widget{
    margin-bottom:30px;
}

.footer-maleo .logo-footer {
    margin-bottom: 30px;
    max-width: 240px;
    width: 100%;
}

.footer-maleo .row {
    max-width: 1600px;
    margin: auto;
    color: #ffffff;
}
a, a:hover {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}
.copyright a, .copyright a:hover {
    color: #ffffff;
}


ul.menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-item {
    font-size: 24px;
}

.menu li {
    padding-bottom: 10px;
}
.menu-item i {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 25px;
}

.facebook-icon {
    position: relative;
    float: left;
    width: 40px;
}
.widget-title {
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: bold;
}
.copyright {
    background-color: #1d1d1b;
}

.copyright p {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    margin-bottom:0;
}



@media screen and (max-width: 991px) {
    #partners {
        padding-bottom: 30px;
    }

    .menu-item {
        font-size: 20px;
    }
    .widget-title {
        font-size: 24px;
    }
    
    .footer-maleo .logo-footer {
        max-width: 210px;
    }
    
    
    .background-slider {
        height: 680px;
    }
    .top-section-wrapper {
        margin-top: 32px;
        max-width: 100%;
    }
    
    .destaque {
        font-size: 23px;
        padding-bottom: 20px;
        text-align: center;
    }
    
    .top-section-title {
        font-size: 55px;
        line-height: 1;
        margin-bottom: 15px;
    }
    
    .top-section-subtitle {
        max-width: 100%;
        font-size: 22px;
        line-height: 1.27;
    }
    
    .banner-dots .slick-dots {
        margin-top: 112px;
        margin-bottom: 20px;
    }
    
    .banner-dots .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
    
    #contactform {
        margin-right: auto;
    }
    
    .formbody {
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.16);
    }
    
    .servicos-section {
        padding: 50px 0 120px;
    }
    
    .servicos-title {
        font-size: 50px;
        line-height: 1.4;
        margin-bottom: 70px;
    }
    .subtitle2 {
        width: 90%;
    }
    .title {
        font-size: 50px;
        margin-bottom: 20px;
    }
    
    .servico {
        margin-bottom: 70px;
    }
    
    .servico .subtitle {
        max-width: 246px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .fake-background .container-lg {
        padding:0;
    }
    
    .mapa {
        width: 100%;
    }
    
    .mapa img {
        padding-top: 130px;
        min-width: 810px;
        background-color: #ffffff;
    }
    
    .localizacoes {
        position: absolute;
        height: auto;
        width: auto;
        padding: 50px 50px 70px;
        top: -110px;
        left: 50px;
        margin: 0;
        box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.16);
    }
    
    .localizacoes .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .localizacoes-list {
        padding: 0;
        font-size: 18px;
        line-height: 1.3;
    }
    
    .localizacoes-list li {
    }
    
    .localizacoes-list li::before {
        width: 30px;
        height: 30px;
        top: calc(50% - 15px);
    }
    
    .vantagens-section {
        padding: 70px 0 20px;
    }
    .vantagens-title {
        font-size: 50px;
        line-height: 1.4;
        margin-bottom: 70px;
    }
    
    .contact-section {
        padding: 70px 0 100px;
        background-size: 1920px;
    }
    
    .contact-section .txt {
        line-height: 1;
        max-width: 500px;
        margin: 0 auto 30px;
    }
    
    .btn-cta { 
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
    
    
    .mapa.animate_this {
        min-height: 707px;
    }
    
}


@media screen and (min-width: 931px) and (max-width: 991px){
    .mapa.animate_this {
        min-height: 753px;
    }
}
@media screen and (max-width: 767px) {
    
    .mapa.animate_this {
        background-size: contain;
        min-height: 81vw;
    }
    
    .widget-title {
        padding-top: 20px;
    }
    
    .background-slider {
        height: 530px;
    }
    
    .logo-left {
        max-width: 130px;
        margin: 0 auto;
        padding-top: 20px !important;
    }
    
    .logo-right {
        max-width: 30px;
    }
    #list-m p{
        margin: 0;
        padding-bottom: 5px;
    }
    #partners P {
        font-size: 20px;
    }
    .top-section-wrapper {
        margin-top: 0;
        text-align: center;
        padding-top: 20px;
    }
    
    .destaque {
        font-size: 15px;
    }
    .top-section-title {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
    }
    
    .top-section-title span {
        font-size: 15px;
        position: absolute;
        bottom: 12px;
    }
    
    .top-section-subtitle {
        font-size: 16px;
        line-height: 1.2;
        max-width: 246px;
    }
    
    .banner-dots .slick-dots {
        margin-top: 68px;
    }
    
    .formbody {
        padding: 20px 30px 40px;
    }
    
    .form-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }
    
    .inputs {
        font-size: 14px;
        line-height: 1.36;
        text-align: left;
        margin-bottom: 10px;
        height: 38px;
    }
    
    .privacy-policy {
        font-size: 11px;
        margin-bottom: 25px;
    }
    
    .btn-contact {
        font-size: 16px;
        padding: 14px 0;
        margin: 0 auto;
    }
    
    .servicos-section {
        padding: 30px 0 40px;
    }
    
    .servicos-title {
        font-size: 30px;
        line-height: 1.13;
        margin-bottom: 40px;
    }
    .subtitle2 {
        font-size: 16px;
        width: 90%;
    }
    .title {
        font-size: 30px;
        margin-bottom: 20px;
    }
    
    .servico {
        margin-bottom: 30px;
    }
    .servico .image-wrapper {
        margin-bottom: 20px;
    }
    
    .servico .title {
        font-size: 22px;
        line-height: 1.09;
        margin-bottom: 10px;
    }
    
    .mapa-section {
        display: flex;
        flex-direction: column-reverse;
    }
    .mapa-section .fake-background {
        display: none;
    }
    
    .localizacoes {
        position: static;
        padding: 30px;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    
    .localizacoes .title {
        font-size: 30px;
    }
    
    .localizacoes-list {
        font-size: 17px;
        line-height: 3.1;
    }
    
    .mapa {
        margin-top: -110px;
    }
    
    .mapa img {
        max-width: 100%;
        min-width: 400px;
        padding-top: 105px;
    }
    
    .vantagens-section {
        padding: 50px 0 20px;
    }
    .vantagens-title {
        line-height: 1;
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .vantagem {
        margin-bottom: 30px;
    }
    
    .vantagem .image-wrapper {
        margin-bottom: 27px;
    }
    
    .vantagem .title {
        font-size: 22px;
        line-height: 1.09;
    }
    
    .contact-section {
        padding: 50px 0 60px;
        
    }
    
    .contact-section .txt {
        max-width: 300px;
        font-size: 30px;
    }
    
    .btn-cta {
        max-width: 260px;
        font-size: 20px;
    }
    .logo-right {
        margin-left: auto;
        max-width: 40px;
        max-height: 40px;
    }
    .menu-mobile {
        width: 100%;
    }
    
    .contacts-mobile {
        margin-top: 15px;
    }
    .menu-mobile .anchors{
        font-size:14px;
        background-size: 16px 16px;
        margin-bottom:15px;
    }
    .logo-container {
        padding: 15px 15px 0;
    }
    
    
}

/*******! ANIMATIONS *********/

@keyframes slide-up {
    to { transform: translateY(0); }
}

@keyframes slide-sideways {
    to { transform: translateX(0); }
}

@keyframes fade-in {
    to { opacity: 1; }
}

@media (min-width: 992px) {
    /*STOPPED ANIMS*/
    /**SLIDE UP**/
    .animate_this.slide-up {
        transform: translateY(100px);
    }
    
    /**SLIDE TO LEFT**/
    .animate_this.slide-left {
        transform: translateX(200px);
    }
    
    /**SLIDE TO RIGHT**/
    .animate_this.slide-right {
        transform: translateX(-200px);
    }
    
    /**FADE IN**/
    .animate_this.fade-in {
        opacity: 0;
    }
    
    /*START ANIMS*/
    
    /**SLIDE UP**/
    .animate_this.start-anim.slide-up {
        transform: translateY(100px);
        animation: slide-up 0.5s linear forwards;
    }
    
    /**SLIDE TO LEFT**/
    .animate_this.start-anim.slide-left {
        transform: translateX(200px);
        animation: slide-sideways 0.5s linear forwards;
    }
    
    /**SLIDE TO RIGHT**/
    .animate_this.start-anim.slide-right {
        transform: translateX(-200px);
        animation: slide-sideways 0.5s linear forwards;
    }
    
    /**FADE IN**/
    .animate_this.start-anim.fade-in {
        opacity: 0;
        animation: fade-in 0.5s linear forwards;
    }
    
    /** FADE IN WHILE SLIDING UP **/
    .animate_this.start-anim.slide-up.fade-in {
        animation: slide-up 0.5s linear forwards, fade-in 1s linear forwards;
    }
    
    /** FADE IN WHILE SLIDING SIDEWAYS **/
    .animate_this.start-anim.slide-left.fade-in,
    .animate_this.start-anim.slide-right.fade-in {
        animation: slide-sideways 0.5s linear forwards, fade-in 1s linear forwards;
    }
}


/* MODAL VIDEO */

.modal-background {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    z-index: 101;
    display: none;
}

.modal-background.open {
    display: block;
    opacity: 0;
    animation: fade-in 0.4s linear forwards;
}

.modal-inner {
    height: 720px;
    width: 1280px;
    position: absolute;
    display: block;
    top: calc(50% - 360px);
    left: calc(50% - 640px);
}

.modal-close {
    height: 36px;
    width: 36px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    right: -18px;
    top: -18px;
    cursor: pointer;
}

.modal-close::before, .modal-close::after {
    content: '';
    height: 2px;
    width: 16px;
    background-color: #fff;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
}

.modal-close::before {
    transform: rotate(-45deg);
}

.modal-close::after {
    transform: rotate(45deg);
}

@media (max-width: 1400px) {
    .modal-inner {
        height: 270px;
        width: 960px;
        top: calc(50% - 360px);
        left: calc(50% - 480px);
    }
}

@media (max-width: 991px) {
    .modal-inner {
        height: 360px;
        width: 640px;
        top: calc(50% - 180px);
        left: calc(50% - 320px);
    }
}

@media (max-width: 767px) {
    .modal-inner {
        height: 270px;
        width: 480px;
        top: calc(50% - 135px);
        left: calc(50% - 240px);
    }
}

@media (max-width: 414px) {
    .modal-inner {
        height: 180px;
        width: 320px;
        top: calc(50% - 90px);
        left: calc(50% - 160px);
    }
}

@media (max-width: 320px) {
    .modal-inner {
        height: 135px;
        width: 240px;
        top: calc(50% - 67.5px);
        left: calc(50% - 120px);
    }
}

.human{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

