@import "../css/bootstrap.min.css";

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Font weights: 400, 500, 600 , 700*/

body { 
    font-family: 'Open Sans', sans-serif;
}

.bg-test{
    background-color: #295089;
    height: 100vh;
}

.landing-demo .bg-test{
    background-color: #395f97;
    min-height: 100vh ;
    height: auto;
}

.bg-dgo{
    background-color: #274572;
    height: 100vh;
}

.logo-isp-cube{
    width: 118.3px;
    height: 36.1px;
}

.nav-isp{
    height: 80px;
    background-color:#395f97;
    padding: 0 100px !important;
}

.landing-demo .nav-isp{
    background-color: #294e85;

}

.dropdown .btn-nav{
    width: 108px;
    height: 40px;
    background-color: #f0f6ff;
    color: #395f97;
    font-weight: 600;
}

.dropdown-toggle::after {
    vertical-align: middle;
}

.btn-nav span{
    vertical-align: middle;
}

.dropdown ul{
    width: 108px;
    height: 40px;
    background-color: #f0f6ff;
    color: #395f97;
    font-weight: 600;
}

.dropdown li{
    background-color: #f0f6ff;
    vertical-align: middle;
}

.dropdown li.custom-border{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dropdown-item span{
    vertical-align: middle;
    color: #395f97;
    font-weight: 600;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: inherit;
}

.nav-flag{
    width: 28px;
    height: 20px;
    margin-right: 10px;
}

.main{
    padding: 0 100px !important;
    background-color: #295089;
}

.main-dgo{
    padding: 0 100px !important;
    background-color: #274572;
}

.carousel-indicators [data-bs-target] {
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    cursor: pointer;
    background-color: transparent;
    background-clip:border-box;
    border: 2px solid #f0f6ff;
    transition: none;
    margin-right: 12px;
}

.carousel-indicators .active{
    background-color: #f0f6ff;
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 30px;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-bottom: 1rem;
    list-style: none;
    left: 0;
    margin: 0 !important;
}

.vh75{
    min-height: calc(100vh - 200px);
}

.carousel-img{
    width: 450px;
    float: right;
    margin-right: 100px;
    max-width: 100% !important;
}

.carousel-img.app-tec-cus{
    margin-right: 20px;
    margin-left: 20px;
}

.carousel-img.all-func{
    width: 420px;
    margin-right: 40px;
    margin-left: 20px;
}

.img-1{
    width: 500px;
}

.h-65{
    height: 65%;
}

.h-5{
    height: 5%;
}

.h-30{
    height: 30%;
}

.isp-gutter{
    height: 60px;
}

.isp-gutter2{
    height: 60px;
}

.carousel-text{
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: nowrap;
    padding-top: 80px;
}

.carousel-text h2, .carousel-dgo h2{
    font-size: 50px;
    font-weight: 800;
    color: #ffffff;
}

.carousel-text a{
    border: 1px solid #cfdaeb;
    color: #cfdaeb;
    font-size: 13px;
    padding: 10px 20px;
    letter-spacing: 1.8px;
}

.carousel-text a:hover{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
    color: #cfdaeb;
}

.carousel-dgo h2{
    line-height: 60px;
}

.carousel-dgo p{
    font-size: 30px;
    color: #87a3cc;
    font-weight: 500;
    line-height: 35px;
}

.carousel-dgo p span{
    font-weight: 700;
}

.img-dgo{
    margin-right: 0;
    width: 500px;
}

.img-dgo.pc{
    width: 600px;
}

.isp-form-cont{
    background-color: #fcfdfe;
    color: #395f97;
    border-radius: 5px;
    border: 1px solid #707070;
}

.isp-form-cont h2{
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
}

.carousel-item{
    height: 450px;
}

.isp-submit{
    border-bottom: 1.5px solid #87a3cc;
}

.form-logo-cont{
    margin: 0 3px;
}

.form-logo{
    width: 35px;
    border-radius: 5px;
}

.form-logo:hover{
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.link-ispcube{
    text-decoration: none;
    letter-spacing: 4.5px;
    color: #7794c0;
    font-weight: 700;
    font-size: 14px;
}

.link-ispcube:hover{
    text-decoration: none;   
    color: #7794c0;
}

.isp-form p{
    color: #87a3cc;
    letter-spacing: 2.08px;
    font-weight: 600;
}

.isp-form .form-label{
    color: #87a3cc;
    font-size: 12px;
    letter-spacing: 1.8px;
    font-weight: 700;
    margin-bottom: .3rem;
    opacity: .5;
}

.isp-form .form-label.subtitle{
    font-size: 15px;
    color: #87a3cc;
}

.isp-form .form-check-label{
    color: #87a3cc;
    font-size: 14px;
    font-weight: 500;
}


.btn-submit{
    border-radius: 5px;
    background-color: #395f97;
    border: none;
    padding: 10px 0;
    letter-spacing: 1.8px;
    font-size: 15px;
}

.btn-submit:hover{
    background-color: #395f97;
    opacity: .9;
}

.landing-demo .btn-submit{
    background-color:#274572;
    color: #bbcbe3;
    font-weight: 500;
}

.landing-demo .btn-submit:hover{
    background-color: #244b86;
}

.landing-demo .btn-submit:active{
    background-color: #20457c;
}





.try-free{
    font-size: 28px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: 4.8px;
    color: #fff;
    padding-bottom: 20px;
}

.login-p{
    color: #cfdaeb;
    line-height: 1.52;
    letter-spacing: 1.05px;
    font-size: 18px;
}

.pr-100{
    padding-right: 100px;
}

.btn-beta{
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #87a3cc;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 0.76;
    letter-spacing: 3.15px;
    width: 90% !important;
    margin-right: auto !important;
    padding: 18px 0;
}

.btn-beta:hover{
    color: #fff;
    background-color: #87a3cc;
    opacity: .9;
}

.access-data{
    color: #cfdaeb;
    line-height: 1.52;
    letter-spacing: 1.05px;
    font-size: 18px;
}

.access-data .access-data-title{
    font-size: 20px;
    margin-bottom: 12px !important;
}

.access-data p{
    margin-bottom: 8px !important;
}

.access-data span{
    font-weight: 600;
}

.spacer{
    border-left: 1px solid #cfdaeb;
}

textarea {
    resize: none;
}

.form-control{
    color: #274572;
    line-height: 1.28;
    letter-spacing: 0.45px;
}

.form-control::placeholder{
    color: #274572;
    line-height: 1.28;
    letter-spacing: 0.45px;
    opacity: 0.2;
}

.form-control::placeholder{
    color: #274572;
    line-height: 1.28;
    letter-spacing: 0.45px;
}

.form-control:focus{
    color: #274572;
    line-height: 1.28;
    letter-spacing: 0.45px;
}

.trazado44{
    width: 40px;
}

.dropdown-item:active{
    background-color: #e9ecef;
}

.logo-dgo{
    width: 160px; 
    margin-bottom: 30px
}
.logo-dgo-mobile{
    width: 130px;
    margin: 20px 0 0 5px;
    display: none;
}

.radio-buttons {
    list-style-type: none;
    padding: 0;
    display: flex;
}

.radio-buttons li {
    width: 50%;
    height: 36px;
    position: relative;
    text-align: center;
}

.radio-buttons label,
.radio-buttons input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.radio-buttons input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    cursor: pointer;
}

.radio-buttons input[type="radio"]:checked+label,
.Checked+label {
    background: #ebeff4;
}

.radio-buttons label {
    padding: 5px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
}

.radio-buttons label:hover {
    background: #DDD;
}

.radio-buttons-right label {
    border-left: none;
    border-radius: 0 .25rem .25rem 0;
}
.radio-buttons-left label {
    border-radius: .25rem 0 0 .25rem;
}

.row.isp-submit.mobile{
    display: none;
}

.modal-confirm-dgo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1600;
    width: 500px;
    border-radius: 5px;
    display: none;
}

.modal-confirm-dgo.show{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1600;
    width: 500px;
    border-radius: 5px;
}

.modal-confirm-dgo .upper-modal{
    position: relative;
    width: 100%;
    height: 190px;
    background-color: #b5dfc8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-confirm-dgo .upper-modal .modal-close-button{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-confirm-dgo img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    bottom: -20px;
}

.modal-confirm-dgo .lower-modal{
    height: 140px;
    background-color: #fff;
    padding-top: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.modal-confirm-dgo .lower-modal h3{
    color: #201f33;
    text-align: center;
}

.modal-confirm-dgo .lower-modal h5{
    color: #c8c8cc;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.2px;
}


@media all and (max-width: 1800px) {  
    .carousel-img{
        width: 400px;
    }
    .carousel-img.app-tec-cus{
        width: 400px;
    }
    
    .carousel-img.all-func{
        width: 400px;
    }
    .carousel-text h2{
        font-size: 45px;
    }
    .img-1{
        width: 450px;
    }
}

@media all and (max-width: 1680px) {  
    .isp-form-cont{
        padding: 20px !important;
    }
    .btn-beta{
        padding: 20px 0 !important;
    }
    .carousel-img{
        margin-right: 50px !important;
    }
    .carousel-text-button{
        padding-top: 30px;
    }
    .label-clientes{
        display: none;
    }
    .label-clientes-min{
        display: inline-block !important;
    }
    .carousel-dgo h2{
        line-height: 50px;
        font-size: 45px;
    }
    .carousel-dgo p{
        font-size: 25px;
        line-height: 30px;
    }
}

@media all and (max-width: 1410px) {  
    .nav-isp{
        padding: 0 50px !important;
    }
    .main{
        padding: 0 50px !important;
    }
    .carousel-img{
        width: 350px;
        margin-top: 20px;
        margin-right: 10px !important;
    }
    .carousel-img.app-tec-cus{
        width: 350px;
    }
    
    .carousel-img.all-func{
        width: 350px;
    }
    .img-1{
        width: 380px;
    }
    .carousel-text h2{
        font-size: 40px;
    }
    .carousel-text{
        padding-top: 40px;
    }
    .pr-100{
        padding-right: 50px;
    }
    .btn-beta{
        padding: 15px 0 !important;
    }
    .carousel-indicators {
        bottom: 70px;
    }
}

@media all and (max-width: 1200px) {  
    .carousel-img{
        width: 300px;
    }
    .carousel-img.app-tec-cus{
        width: 300px;
    }
    
    .carousel-img.all-func{
        width: 260px;
    }
    .img-1{
        width: 330px;
    }
    .carousel-text h2{
        font-size: 35px;
    }
    .pr-100{
        padding-right: 50px;
    }
    .try-free{
        font-size: 24px;
    }
    .h-65, .h-30, .h-5{
        height: auto !important;
    }
    .access-data {
        font-size: 16px;
    }
    .access-data .access-data-title {
        font-size: 18px;
    }
    .btn-beta{
        font-size: 16px;
    }
}

@media all and (max-width: 991px) {  
    .label-clientes{
        display: inline-block;
    }
    .label-clientes-min{
        display: none !important;
    }
    .carousel-item{
        height: 600px !important;
    }
    .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        justify-content: center;
        padding: 0;
        margin-bottom: 1rem;
        list-style: none;
        left: 0;
        margin: 0 !important;
    }
    .try-free{
        text-align: center;
    }
    .pr-100{
        padding: 0 !important;
        justify-content: center !important;
    }
    .login-p{
        text-align: center;
    }
    .btn-beta{
        margin: 0 !important;
    }
    .carousel-img-cont{
        display: flex !important;
        justify-content: center;
    }
    .nav-isp{
        padding: 0 100px !important;
    }
    .main{
        padding: 0 100px !important;
    }
    .isp-gutter{
        display: none !important;
    }
    .access-data{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 30px 0 60px 0;
    }
    .access-data p{
        text-align: center;
    }
    .access-data-title{
        padding: 20px 0;
    }
    .carousel-dgo h2{
        line-height: 40px;
        font-size: 35px;
    }
    .carousel-dgo p{
        font-size: 20px;
        line-height: 25px;
    }
    .main-dgo{
        padding: 10px !important;
    }
    .carousel-dgo{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .carousel-img-dgo{
        display: flex;
        justify-content: center;
    }
    .carousel-dgo h2{
        text-align: center;
    }
    .carousel-dgo p{
        text-align: center;
    }
    .img-dgo{
        width: 300px !important;
        margin: 0;
    }
    .logo-dgo{
        width: 120px;
    }
    .isp-form-cont.resolve form{
        display: none;
    }
    .isp-form-cont.resolve .row.isp-submit.mobile{
        display: flex;
    }
}

@media all and (max-width: 576px) {  
    .nav-isp{
        padding: 0px !important;
    }
    .main{
        padding: 0px !important;
    }
    .col-carousel{
        padding: 0 20px 60px 20px!important;
    }
    .isp-form-cont h2{
        font-size: 30px;
    }
    .isp-form-cont p{
        font-size: 15px;
    }
    .isp-form .form-label {
        font-size: 12px;
    }
    .label-clientes{
        display: none !important;
    }
    .label-clientes-min{
        display: inline-block !important;
    }
    .isp-form-cont{
        padding: 40px 20px !important;
        border-radius: 0;
    }
    .carousel-img{
        width: 250px;
    }
    .carousel-img.app-tec-cus{
        width: 250px;
    }
    
    .carousel-img.all-func{
        width: 230px;
    }
    .img-1{
        width: 300px;
    }
    .carousel-text h2{
        font-size: 30px;
    }
    .carousel-item{
        height: 550px !important;
    }
    .img-3{
        margin: 0;
    }
}

#submit-success{
    color: #274572;
    font-size: 14px;
    font-weight: 500;
}

#submit-error{
    color: red;
    font-size: 14px;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #395f97;
    border-color: #395f97;
}

.btn-submit:active{
    background-color: #395f97;
    opacity: .9;
}

.btn-submit:focus{
    background-color: #395f97;
    opacity: .9;
}

.dropdown-menu.show {
    min-width: auto;
    width: 108px;
    border: none;
}

.dropdown-item {
    padding: 0.1rem 1rem;
}

.cookie-footer{
    background-color: #fcfdfe;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    margin-left: 0 !important;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    height: 300px;
    opacity: 0;
    pointer-events: none;
    z-index: 2000;
}

.cookie-footer.minimize{
    animation: fade-out .5s forwards;
}

@keyframes fade-out {
    to {
        opacity: 0;
        pointer-events: none;
    }
}

.cookie-footer.maximize{
    animation: modal-fade-in .5s forwards;
}

@keyframes modal-fade-in {
    to {
        opacity: 1;
        pointer-events: all;
    }
}

.cookie-mini{
    display: none;
}

.cookie-mini.appear{
    position: sticky;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 180px;
    bottom: 0;
    left: 20px;
    opacity: 0;
    pointer-events: none;
    animation: fade-in 2s forwards;
    color: #fcfdfe;
    font-size: 12px;
    background-color: #395f97;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border: none;
}

@keyframes fade-in {
    to {
        opacity: 1;
        pointer-events: all;
    }
}

.cookie-mini.appear:hover{
    background-color:#4d72a8;
}

.cookie-footer-msg{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cookie-footer-msg span{
    font-weight: 700;
    display: block;
    color: #395F97;
    font-size: 20px;
    padding-bottom: 15px;
}

.cookie-footer-msg p{
    color: #141921;
    font-size: 14px;
    padding-bottom: 15px;
}

.cookie-footer-msg p a{
    font-weight: 600;
    color: #141921;
}

.cookie-confirmation button{
    margin: 5px;
}

.btn-accept-cookies{
    border-radius: 5px;
    background-color: #395F97;
    color: #fcfdfe;
    width: 160px;
    border: 1px solid #cfdaeb;
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 1.8px;
}

.btn-accept-cookies:hover{
    background-color: #395F97;
    border: 2px solid #cfdaeb;
    padding: 6px 0;
}

.btn-accept-cookies:focus{
    background-color: #284c81;
    border: 2px solid #cfdaeb;
    padding: 6px 0;
}

.btn-customize-cookies{
    border-radius: 5px;
    background-color: #87a3cc;
    color: #fcfdfe;
    width: 160px;
    border: 1px solid #87a3cc;
    padding: 8px 0px;
    font-size: 12px;
    letter-spacing: 1.8px;
}

.btn-customize-cookies:hover{
    background-color: #acbfda;
    border: 1px solid #acbfda;
}

.btn-customize-cookies:focus{
    background-color: #7794c0;
    border: 1px solid #7794c0;
}

@media(max-width:767px){
    .cookie-footer{
        flex-direction: column;
        height: 400px;
    }
    .cookie-confirmation{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cookie-confirmation button{
        width: 100%;
    }
    .cookie-footer-msg{
        padding-top: 10px;
        padding-bottom: 15px;
    }
}

.cookie-customization{
    position: fixed;
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f0f0f0;
    padding: 40px;
    flex-direction: column;
    border-radius: 5px;
    background-color: #fcfdfe;
    max-width: 600px;
    z-index: 5000;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
    display: none;
}

/* SLIDER PERSO */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 14px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cfcfd3;
    opacity: 0.5;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: -4px;
    bottom: -2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
}

input:checked + .slider {
    opacity: 0.5;
    background-color: #395f97;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* SLIDER PERSO */

.cookie-customization h3{
    color: #395f97;
    font-weight: 900;
    letter-spacing: 1.8px;
    font-size: 18px;
}

.cookie-customization p{
    letter-spacing: 0.15px;
    color: #141921;
    font-size: 14px;
    font-weight: 400;
    max-width: 60%;
}

.cookie-customization p a{
    font-weight: 600;
    color: #141921;
}

.cookie-customization .custom-p{
    max-width: 100% !important;
}

.cookie-customization h4{
    color: #7794c0;
    font-weight: 500;
    font-size: 16px;
}

.cookie-customization .necessary{
    font-size: 15px;
    color: #141921;
}

.cookie-customization .separator{
    font-size: 16px;
    color: #141921;
    border-top: solid 1px #bbcbe3;
}


@media(max-width:767px){
    .cookie-customization{
        padding: 20px;
        background-color: #fcfdfe;
        min-width: 100vw;
        min-height: calc(100vh - 80px);
        transform: translateX(-50%);
        top: 80px;
        justify-content: space-around;
    }
    .buttons-custom-settings-cont{
        flex-direction: column;
        width: 100%;
    }
    .buttons-custom-settings-cont .btn-customize-cookies, .buttons-custom-settings-cont .btn-accept-cookies{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .custom-nav-fixed.real-fixed{
        top: 0;
        background-color: rgba(0,78,140);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: all 0.1s ease-in-out;
    }
    .custom-nav-fixed-white.real-fixed{
        top: 0;
        background-color: rgba(255,255,255);
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: all 0.1s ease-in-out;
    }
    .navbar-toggler.hidden{
        display: none;
        pointer-events: none;
    }
    .cookie-mini.appear{
        left: auto;
        margin: auto;
    }
    .logo-isp-cube{
        margin-left:20px;
        width: 140px;
        height: 50px;
    }
}

@media all and (max-width: 576px)  { 
    .cookie-footer{
        width: 100%;
    }
}

.cookie-overlay{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
}

.modal-overlay{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: none;
}

.modal-overlay.show{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: block;
}

.cookie-overlay.show{
    background-color: #395f9784;
    z-index: 1500;
    position: fixed;  
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    opacity: 1;
    pointer-events: all;
}

@media all and (max-width: 330px)  { 
    .logo-isp-cube {
        width: 100px;
        height: auto;
    }
}

@media all and (max-width: 576px)  { 
    .modal-overlay.show{
        min-width: 150vw;
        min-height: 150vh;
    }
    .modal-confirm-dgo{
        width: 400px;
        margin: auto;
    }
}

@media all and (max-width: 400px)  { 
    .modal-confirm-dgo.show{
        width: 350px;
        margin: auto;
    }
}

@media all and (max-width: 330px)  { 
    .modal-confirm-dgo.show{
        width: 300px;
        margin: auto;
    }
}

@media all and (max-width: 300px)  { 
    .modal-confirm-dgo.show{
        width: 260px;
        margin: auto;
    }
    .modal-confirm-dgo.show .lower-modal {
        height: 170px;
    }
}

.carousel-img-dgo{
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: end;
}

@media all and (max-width: 1200px) {
    .col-carousel {
      padding: 0 20px 60px 20px !important;
    }
}

@media all and (min-width: 991px) and (max-width: 1550px) {
    .img-dgo {
        width: 400px;
    }
    .img-dgo.pc{
        width: 500px;
    }
}

@media all and (max-width: 991px) {
    .carousel-dgo{
        align-items: start;
    }
    .carousel-dgo h2{
        text-align: start;
    }
    .carousel-dgo p{
        text-align: start;
    }
    .carousel-img-dgo{
        display: none;
    }
    .carousel-item.d-go-carousel-item{
        height: 300px !important;
    }
    .carousel-item.d-go-carousel-item .row{
        height: 100%;
    }
    .carousel-item.d-go-carousel-item.dgo-bg-img-1{
        background: url("../img/dgo-1-1.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .carousel-item.d-go-carousel-item.dgo-bg-img-2{
        background: url("../img/dgo-2-2.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .carousel-item.d-go-carousel-item.dgo-bg-img-3{
        background: url("../img/dgo-3-3.png");
        background-position: right center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .logo-dgo-mobile{
        display: block;
    }
    .logo-dgo{
        display: none;
    }
}

@media all and (max-width: 380px) {
    .carousel-dgo h2{
        font-size: 29px;
    }
    .carousel-dgo p{
        font-size: 15px;
    }
}

@media all and (max-width: 300px) {
    .carousel-dgo h2{
        font-size: 25px;
    }
    .carousel-dgo p{
        font-size: 13px;
    }
}

.container-landing-demo{
    max-width: 768px;
}

.landing-demo .isp-form .form-label{
    opacity: 1;
}

.landing-demo .isp-form h2{
    color: #fcfdfe;
    font-weight: 800;
    font-size: 45px;
}

.landing-demo .isp-form .descript{
    color: #fcfdfe;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 18px;
}

.landing-demo .demo-vivo img{
    width: 50px;
}

.landing-demo .demo-vivo p{
    color: #fcfdfe;
    font-weight: 500;
    font-size: 14px;
}

.landing-demo .btn-submit[disabled]{
    background-color: #294e85;
    color: #7794c0;
}

.landing-demo .demo-vivo .demo-submit{
    background-color: #87a3cc;
    color: #ffffff;
    border: none;
}

.landing-demo .demo-vivo .demo-submit:hover{
    background-color: #a5bfe6;
}

.landing-demo .demo-vivo .demo-submit:active{
    background-color: #7794c0;
}

.landing-demo .demo-vivo .demo-submit:focus{
    outline: 0;
    box-shadow: 0 0 0 0;
}

.landing-demo .form-check-input[type="checkbox"]{
    height: 18px;
    width: 18px;
    border: none;
}

.landing-demo .form-check-input:focus[type="checkbox"]{
    outline: 0;
    box-shadow: 0 0 0 0;
}

.landing-demo .form-check-input:checked[type="checkbox"]{
    background-image: url("../img/checkbox-checked.png");
}

.landing-demo .form-check-input:checked:hover[type="checkbox"]{
    background-image: url("../img/checkbox-checked-hover.png");
}

.landing-demo .form-check-input:focus:not(:checked):hover[type="checkbox"]{
    box-shadow: 0 0 2px 0 #9ec2f7;
}