* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Comfortaa', cursive, sans-serif;
}

.security-screen {
    margin-top: 130px;
}

body {
    background-color: #FFFFFF;
}

.login-body {

    /* background-image: linear-gradient(#007DB8, #045E8F); */
   /*  background-image: url(../img/plastico/frineds.jpg), linear-gradient(#F3BA33, rgb(87, 62, 5)); */
    background-image: linear-gradient(rgba(255,255,255,.5), rgba(0,0,0,.8)), url(../images/frineds.jpg);
    /* background-image: linear-gradient( rgb(87, 62, 5, .5),rgba(243, 186, 51, .6)), url(../img/plastico/frineds.jpg); */

    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    min-height: 100vh;
    overflow: hidden;

}

.fa-lock, .fa-eye, .fa-eye-slash, .fa-user, .fa-envelope, .fa-calendar-alt, .fa-flag {
    color: #727170;
    font-size: 20px;
}

.solid-buttons,
.ghost-buttons,
.btn-solid,
.btn-ghost,
#exit-modal-btn-exit,
#exit-modal-btn-close,
.exit-modal-btn-close,
.exit-modal-btn {
    border-radius: 5px;
    font-size: 13px;
    padding-left: 24px;
    padding-right: 24px;
    height: 35px;
    transition: all 0.3s ease-in-out;

}

.login-msg {
    font-size: 80%;
    color: #e21f1d;
    margin-top: 5px;
    padding-bottom: 3%;
    text-align: center;
    font-weight: 700;
    text-align: left;
}

#login_msg {
    position: absolute;
    bottom: 132px;
    color: #e21f1d;
    font-size: 12px;
    font-weight: 700;
}

.recover-text {
    left: 0;
    right: 0;
    padding: 0 12px;
    line-height: 16px;
    color: #e21f1d;
    position: absolute;
    font-size: 12px;
    display: none;
    margin-left: 18px;
}

.msg {
    z-index: 1000;
    padding: 0.5rem 1.25rem;
}

.solid-buttons {
    /* width: 155px; */

    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.ghost-buttons,
#exit-modal-btn-close,
.btn-ghost {
    /*   width: 100px; */
    background-color: #FFFFFF;
    border: 1px solid #32215D;
    color: #32215D;
}

.ghost-buttons:hover {
    background-color: #32215D;
    color: #FFFFFF;
}

.solid-buttons:hover {
    background-color: #32215D;
    border: 1px solid #32215D;
    color: #FFFFFF;
}

input:focus,
select:focus {
    box-shadow: none !important;
    border-color: #32215D !important;
}


/* input {
    border:solid 1px blue;
    box-shadow:none;
} */

input:-moz-placeholder {
    box-shadow:none !important;
}

input:invalid {
    box-shadow: none;
}


.btn-solid,
#exit-modal-btn-exit,
.exit-modal-btn-close {
    color: #FFFFFF;
    border: 1px solid transparent;
    background-color: #32215D;
    border: 1px solid #32215D;
}


.orange-color {
    background-color: #32215D;
    border: 1px solid #32215D;
}

/* .loader {
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-image: url(../img/marca/mapa_mundi_03.png);
    background-size: cover;
    background-position: 50% 10%;
    background-attachment: fixed;
} */

.blockOverlay {
    z-index: 1000;
    font-family: "Font Awesome\ 5 Free";
    border: medium none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0% / 16px 16px;
    opacity: 0.6;
    cursor: wait;
    position: absolute;
}

.blockUI:before {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome\ 5 Free;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 50px;
    line-height: 30px;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    font-weight: 600;
}

.text-secondary {
    color: #003c71 !important;
}

.spinner-border {
    width: 6rem !important;
    height: 6rem !important;
    border: 0.45em solid currentColor !important;
    border-right-color: transparent !important;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 160px;
    width: 100%;
    padding: 15px 0;
    /* background-color: white; */
    background-image: linear-gradient(to right,#32215D, #5C3489);
    overflow: hidden;
    /* background-image: url(../img/mundo_web.png), linear-gradient(#003c71, #00003e);
    background-size: cover;
    background-position: center; */
}

.main-header-alt {
    height: 120px;
}

.poll-header {
    height: 145px !important;
}

.main-header-register {
    position: fixed;
    top: 0;
    z-index: 100;
    height: 125px;
    width: 100%;
    padding: 15px 0;
    /* background-color: white; */
    background-image: linear-gradient(to right,#32215D, #5C3489);
    overflow: hidden;
    /* background-image: url(../img/mundo_web.png), linear-gradient(#003c71, #00003e);
    background-size: cover;
    background-position: center; */
}


.section-info {
    background-color: #FFFFFF;
    margin-top: 30px;

}

.section-info-register {
    background-color: #FFFFFF;
    margin-top: 27px;
}

.login-header {
    /* width: 100%;
    position: absolute;
    text-align: center;
    top: 40px */
    width: 100%;
    position: relative;
    top: 40px;
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}

.login-main-section .container .row {
    min-height: 50vh;
    overflow: hidden;
}

.login-footer {
    /* width: 100%;
    position: fixed;
    bottom: 0;
    color: white;
    font-size: 12px;
    text-align: center; */

    width: 100%;
    position: fixed;
    margin-top: 100px;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    bottom: 0;


}

.login-footer .footer-paragraph,
.main-footer .footer-paragraph {
    margin: 0 15px 1rem 15px;

}

.footer-paragraph {
    font-size: 12px;
}

.btn_password_recovery {
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;

}

.btn_password_recovery:hover {
    text-decoration: underline;

}


.login-logo-ppal {
    margin-top: 20px;
    width: 270px;
}

.logo-ppal {
   /*  margin-top: 20px; */
    width: 240px;
}


.header-elements {
    position: relative;
}

.logo-container {
    margin-left: 40px;
}


.user-container {
    margin-right: 40px;
}


.logo-container .logo-ppal {
    width: 180px;
}

.logo-container .logo-ppal-movil {
    width: 140px;
}

.logo-container .logo-ppal-movil-register {
    width: 86px;
}

.login-logo-container .login-logo-ppal-movil{
    width: 200px;
}


.logo-ppal-movil,
.login-logo-ppal-movil, .logo-ppal-movil-register  {
    display: none;
}

/* .fa-sign-out-alt {
    font-size: 30px;
    color: #0e3e67;
    margin-top: 10px;
    cursor: pointer;
} */

.fa-power-off {
    font-size: 30px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
}

.fa-eye,
.fa-eye-slash {
    cursor: pointer;
}

.welcome {
    margin-top: 120px;
    color: #32215D;
}

#accept-terms-btn {
    color: #FFFFFF !important;
}

.terms-title,
.terms-subtitle {
    font-size: 15px;
    font-weight: bold;
    color: #32215D;
}

.terms-and-conditions {
    text-align: justify;
}


/* Poll styles */

.first-pair,
.second-pair {
    /* width: 144.700px; */
    width: 146.700px;
}

.option {
    margin-top: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: #32215D;
    padding: 12px 24px;
    cursor: pointer;
    color: #ffffff;
    box-shadow: 0 3px 15px grey;
}

.option label {
    color: #ffffff !important;
    cursor: pointer;
}

.option-selected {
    background-color: grey;
}

.option:hover,
.btn-success:hover,
.button-next:hover {
    background-color: #5C3489;
}

/* End poll styles */


.main-section {
    margin-top: 180px;
    margin-bottom: 50px;
   /*  background-image: url(../img/marca/mapa_mundi_03.png); */
    background-size: cover;
    background-position: 50% 10%;
    background-attachment: fixed;
    overflow: auto;
}


.centered-main-section {
    height: 80vh;
    margin-top: 50px;
   /*  background-image: url(../img/marca/mapa_mundi_03.png); */
  /*   background-image: linear-gradient(#007DB8, #045E8F); */
    /* background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(../img/plastico/frineds.jpg); */
  /*   background-image: linear-gradient(rgba(255,255,255,.4), rgba(255,255,255,.4)), url(../img/plastico/plastico_logo.png); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 10%;
    background-attachment: fixed;
    overflow: auto;
}


.login-form-card {
   /*  background-image: linear-gradient(#007DB8, rgb(13, 69, 99)); */
    /* background-image: linear-gradient(rgba(60, 148, 189, 0.7), rgba(30, 72, 100,0.7)); */
   /*  background-color: rgba(30, 72, 100, 0.4); */
    background-color: rgba(50, 33, 93, 0.4);
   /*  background-color: rgba(0, 125, 184,  0.4); */
    border-radius: 20px;
    padding: 40px 30px;
    border: 0 !important;
}

.login-form-card .form-login label {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 500;
    font-size: 12px;
    color: #FFFFFF;
}


.error-color {
    border-color: red !important;
    box-shadow: 0 0px 1px red inset, 0 0 8px red !important;
    outline: 0 none;
  }



.centered-form-card {
    height: 80vh;
}

.selection-buttons-form {
    margin-top: 130px;
}

.otp-input-container,
.mail-validate {
    margin-top: 150px;
}

.selection-buttons-form-passport-id {
    margin-top: 120px;
}

.passport-message-container {
    position: relative;
    top: 8px;
    margin-bottom: -38px;
}

.form-card,
.card-footer-buttons,
.centered-form-card {
    padding: 0 50px;
    /* background-color: rgba(255, 255, 255, 0.7); */
  /*   background-color: inherit; */

}

/* .form-card, .centered-form-card {
    background-color: rgba(255, 255, 255, 0.7);
} */

.header-card {
    padding: 0 50px;
}

input,
select {
    background-color: #F9F9F9 !important;
}


.form-bread-crumb {
    margin-top: 13px;
    margin-bottom: 20px;
    position: relative;
}

.progress {
    height: 10px;
    background-color: #32215D;
    position: relative;
}

.rocket_fumes {
    background-image: linear-gradient(to right,#32215D, #328598 70%);
}

.rocket_container {
    position: absolute;
    z-index: 1;
    top: -23px;
}

.rocket_container img {
    display: inline-block;
    width: 70px;
}

.form-title h5 {
    color: #32215D;
    font-weight: bold !important;
    padding-top: 10px;
}

.main-container label {
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: 500;
    font-size: 12px;
    color: #003c71;
}



.form-control {
    border-color: #32215D;
}

.input-group-text {
    background-color: #FFFFFF !important;
    padding: 0.375rem 0.50rem;
    border: 1px solid #32215D;
    color: #32215D;
}



.choose-questions {
    margin-bottom: 100px;
}

.questions-title {
    font-weight: bold;
    color: #32215D;
}

.security-subtitle {
    color: #32215D;
}

.buttons-container {
    margin-top: 10px;
}

.login-buttons-container {
    margin-top: 30px;
}

#alternative-address-container,
#us-cityzen,
#none-us-cityzen,
#passport,
#passport-file-camera,
.mail-validate,
.otp-input-container,
#group_password {
    display: none;
}


/* Register password styles */


#myform input[type="password"],
#myform input[type="text"] {
    background: transparent;
    border: 2px solid #46AC84;
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 9px 5px;
    height: 21px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    width: 100%;
}

#myform input[type="password"]:focus,
#myform input[type="text"]:focus {
    outline: 0;
}

#myform {
    width: 500px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 60px;
}

.strength_meter {
    position: absolute;
    left: 0px;
    top: 115%;
    width: 100%;
    height: 25%;
    z-index: 100;
    border-radius: 5px;
    /* padding-right:13px; */
}

.button_strength {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}

.strength_meter div {
    width: 0%;
    height: 100%;
    text-align: right;
    color: #000;
    line-height: 43px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 12px;
    border-radius: 5px;
}

.strength_meter div p {
    position: absolute;
    top: -3px;
    right: 0px;
    /* color: #FFF; */
    font-size: 13px;
}

.pass-input {
    margin-bottom: 35px;
}

.veryweak {
    background-color: #e31d1a;
    border-color: #e31d1a !important;
    width: 25% !important;
}

.weak {
    background-color: #FFB78C;
    border-color: #FF853C !important;
    width: 50% !important;
}

.medium {
    background-color: #FFEC8B;
    border-color: #FC0 !important;
    width: 75% !important;
}

.strong {
    background-color: #007851;
    border-color: #007851 !important;
    width: 100% !important;
}

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

/* #pswd_info {
    position: absolute;
    bottom: -52px;
    right: -265px;
    width: 55%;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
} */
#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
}

#pswd_info::before {
    /* content: "\25B2"; */
    content: "\25C0";
    position: absolute;
    /* top: -15px; */
    top: 9px;
    /* left: 45%; */
    left: -6%;
    font-size: 20px;
    line-height: 14px;
    color: #c0c0c0;
    text-shadow: none;
    display: block;
}

.invalid {
    /* background: url(../images/invalid.png) no-repeat 0 50%; */
    padding-left: 22px;
    line-height: 24px;
    color: #ec3f41;
}

.valid {
    /* background: url(../images/valid.png) no-repeat 0 50%; */
    padding-left: 22px;
    line-height: 24px;
    color: #3a7d34;
}

/* End Register password Styles */

/* Passport and ID Styles */


#passport-container {
    text-align: center;
}

.pic-frame {
    width: 250px;
    height: 200px;
    background-color: gainsboro;
}

.custom-file-input~.custom-file-label::after {
    content: "Examinar" !important;
}

.camera-button {
    border-radius: 100%;
    height: 55px;
    width: 55px;
    background-color: #808080;
    font-size: 25px;
    cursor: pointer;
    float: right;
    display: none;
    box-shadow: 0px 8px 10px black;
}

.camera-button:hover {
    background-color: #808080;
}

.fa-camera {
    position: relative;
    top: 7px;
    left: 15px
}

#form-identification {
    display: none;
}

/* End Passport and ID Styles */

/* Avatars Styles */

#avatars {
    margin-bottom: 20px;
}

.features-icons-icon {
    border: 1px solid grey;
    border-radius: 8px;
    padding: 5px;
}

.marco img {
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.avatar-selected {
    filter: grayscale(100%);
}

.features-icons-icon:hover {
    filter: grayscale(100%);
}

.fa-check-circle {
    font-size: 30px;
    color: #007851;
    position: absolute;
    left: 148px;
    top: 95px;
}

/* End Avatars Styles */

.stores-container img {
    width: 65%;
}

.appstore,
.googleplay {
    cursor: pointer;
}

.success-msg {
    font-size: 16px !important;
}

.main-footer {
    position: fixed;
    width: 100%;
    z-index: 100;
    bottom: 0;
    background-color: #FFFFFF;
    /* background-image: linear-gradient(to right,#EBCF4B, #CD9104); */
    height: 79px;
    overflow: hidden;

}

/* Modales */

.modal-exit-leyends {
    text-align: justify;
}


/* Media Queries */

@media screen and (min-width: 320px) {

    .main-header-register {
        height: 120px;
    }


}

@media screen and (max-width: 320px) {

    .fa-check-circle {
        left: 215px;
    }

    .login-main-section .container .row {
        min-height: 40vh;
    }

    .footer-paragraph {
        font-size: 10px;
    }

    .login-header {
        margin-bottom: 70px;
    }

    .login-logo-ppal {
        width: 200px;
    }

    .buttons-container button {
        font-size: 11px;
    }


}

@media screen and (max-width: 320px) and (max-height: 565px) {
    .login-header {
        margin-bottom: 40px;
        top: 20px;
    }

    .login-logo-ppal {
        width: 180px;
    }

    /* .login-footer {
        margin-top: 80px;
    } */

}

@media screen and (min-width: 360px) {
    .fa-check-circle {
        left: 235px;
    }


  /*   .login-footer {
        margin-top: 145px;
    } */


    .login-main-section .container .row {
        min-height: 40vh;
    }
}




@media screen and (min-width: 375px) {
    .fa-check-circle {
        left: 245px;
    }

    .login-main-section .container .row {
        min-height: 40vh;
    }
}

@media screen and (min-width: 375px) and (min-height: 812px) {
    /* .login-footer {
        margin-top: 220px;
    } */

    .login-main-section .container .row {
        min-height: 40vh;
    }
}


@media screen and (min-width: 414px) {
    .fa-check-circle {
        left: 265px;
    }

    .login-main-section .container .row {
        min-height: 40vh;
    }


}

@media screen and (max-width: 414px) {
    /* .login-footer {
        top: 35px;
    } */
    .mod-title {
        font-size: 15px !important;
    }

    .form-bread-crumb {
        margin-top: 16px;
    }
}




@media screen and (max-width: 800px) {
    .login-body {
        /* background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 35%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }

}




@media screen and (max-width: 800px) and (min-height: 768px) {
    .fa-check-circle {
        left: 165px;
    }

}


@media screen and (max-width: 568px) and (orientation: landscape) {
    .fa-check-circle {
        left: 340px;
    }
}

@media screen and (max-width: 740px) and (min-width: 667px) and (orientation: landscape) {
    .fa-check-circle {
        left: 130px;
    }
}

@media screen and (max-width: 896px) and (min-width: 812px) and (orientation: landscape) {
    .fa-check-circle {
        left: 175px;
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .fa-check-circle {
        left: 118px;
    }
}

@media screen and (min-width: 1280px) and (orientation: landscape) {
    .fa-check-circle {
        left: 148px;
    }
}

@media screen and (max-width: 414px) {
    .main-header {
  /*       background-image: url(../img/marca/mapa_mundi_03.png); */
        /* background-image: url(../img/marca/mapa_mundi_azul.png); */

        background-size: cover;
        background-position: center;
        z-index: 100;
    }

    .section-info-register {
        margin-top: 28px;
    }

    .main-header-alt {
        height: 110px;
    }

    .login-buttons-container {
        justify-content: center !important;
    }

    /* .main-footer, .login-footer {
        position: relative;
    } */

    .main-footer {
        position: relative;
    }

    .main-section {
        margin-top: 160px;
    }

    .main-section,
    .centered-main-section,
    .loader {
        background-image: none;
    }

    .form-card,
    .card-footer-buttons,
    .centered-form-card {
        padding: 0 30px;
    }

    .first-pair {
        margin-right: 15px;
    }

    .option {
        padding: 12px 19px;
    }



    .logo-ppal-movil, .logo-ppal-movil-register, .login-logo-ppal-movil {
        display: block;
    }

    .logo-ppal-movil {
        position: relative;
        top: 7px;
        right: 20px;
    }

    .logo-ppal, .login-logo-ppal {
        display: none;
    }

    .form-title {
        text-align: center;
    }

    /* .header-elements {
        justify-content: center !important;
    } */

    .user-botton {
        position: absolute;
        right: 20px;
    }

    .header-card {
        background-color: transparent;
    }

    .login-body {
       /*  background-image: url(../img/marca/mapa_mundi_03.png), linear-gradient(#003c71, #00003e); */
       background-image: linear-gradient(to bottom,#32215D, #5C3489);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }

    .login-form-card {
        background-color: transparent !important;
        border: 0 !important;
    }

    .buttons-container {
        margin-top: 0;
    }

    .main-footer-paragraph {
        font-size: 10px;
    }

    .centered-main-section {
        height: 77vh;
        margin-top: 40px;
        overflow: hidden;
    }

    .main-footer {
        margin-top: 5px;
    }

    .reg-section {
        overflow: auto !important;
    }


}




@media all and (min-width: 1440px) and (height: 900px) {
    .login-body {
       /*  background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 45%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }

}

@media screen and (min-width: 1680px) and (max-height: 1080px) {

    .main-header {
        height: 260px;
    }


    .main-header-alt {
        height: 120px;
    }

    .section-info {
        padding-top: 90px;
    }

    .centered-main-section {
        margin-top: 140px;
        background-position: 50% 80px;
    }

    /* .section-info {
        margin-top: 125px;
    } */

    .section-info {
        padding-top: 90px;
    }

    .main-section {
        margin-top: 270px;
        background-position: 50% 80px;
    }


}



@media screen and (min-width: 1920px) and (height: 1200px) {


    .main-section,
    .centered-main-section {
        background-image: none;
    }

    body {
       /*  background-image: url(../img/marca/mapa_mundi_03.png); */
        background-position: 50% 70px;
        background-size: cover;
        background-attachment: fixed;

    }


    .main-header {
        height: 260px;
    }


    .main-header-alt {
        height: 120px;
    }

    .centered-main-section {
        margin-top: 140px;
        background-position: 50% 80px;
    }

    /* .section-info {
        margin-top: 125px;
    } */

    .section-info {
        padding-top: 90px;
    }


    .main-section {
        margin-top: 270px;
        background-position: 50% 80px;
    }

    .col-lg-7 {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

}



@media screen and (min-width: 1680px) and (max-width: 1920px) {

    .login-body {
        /* background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 42%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }

}


@media all and (min-width: 1920px) and (max-height: 1200px) {
    .login-body {
        /* background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 40%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }
}



@media screen and (min-width: 2560px) and (height: 1440px) {
    .login-body {
        /* background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 35%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }


    .main-section,
    .centered-main-section {
        background-image: none;
    }

    body {
      /*   background-image: url(../img/marca/mapa_mundi_03.png); */
        background-position: 50% 70px;
        background-size: cover;
        background-attachment: fixed;

    }


    .main-header {
        height: 315px;
    }

    .main-header-alt {
        height: 120px;
    }

    .centered-main-section {
        margin-top: 240px;
        background-position: 50% 70px;
    }

    /* .section-info {
        margin-top: 190px;
    } */

    .section-info {
        padding-top: 155px;
    }

    .main-section {
        margin-top: 350px;
        background-position: 50% 70px;
    }

    .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


}

@media screen and (min-width: 3480px) and (height: 2160px) {
    .login-body {
      /*   background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 30%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }



    .main-section,
    .centered-main-section {
        background-image: none;
    }

    body {
      /*   background-image: url(../img/marca/mapa_mundi_03.png); */
        background-position: 50% 70px;
        background-size: cover;
        background-attachment: fixed;

    }


    .main-header {
        height: 450px;
    }

    .main-header-alt {
        height: 120px;
    }

    .centered-main-section {
        margin-top: 375px;
        background-position: 50% 70px;
    }

    /* .section-info {
        margin-top: 320px;
    } */

    .section-info {
        padding-top: 285px;
    }

    .main-section {
        margin-top: 475px;
        background-position: 50% 70px;
    }

    .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }



}

@media screen and (min-width: 4096px) and (max-width: 5120px) {
    .login-body {
       /*  background-image: url(../img/marca/mapa_mundi_03.png), radial-gradient(circle at center 27%, #3f84aa 0%, #16445e 6%, #00003e 35%); */
    }

    .main-section,
    .centered-main-section {
        background-image: none;
    }

    body {
      /*   background-image: url(../img/marca/mapa_mundi_03.png); */
        background-position: 50% 70px;
        background-size: cover;
        background-attachment: fixed;

    }


    .main-header {
        height: 460px;
    }

    .main-header-alt {
        height: 120px;
    }

    .centered-main-section {
        margin-top: 390px;
        background-position: 50% 50px;
    }

    /* .section-info {
        margin-top: 335px;
    } */

    .section-info {
        padding-top: 300px;
    }

    .main-section {
        margin-top: 485px;
        background-position: 50% 50px;
    }

    .col-lg-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }


}
