﻿.fondo {
    background-image: url("https://www.premaat.es/repository/premaat/landing/accidente/cabecera-landing-accidente.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 979px;
    padding-bottom: 100px;
}

@media screen and (max-width:1199px) {
    .fondo {
        background-image: url("https://www.premaat.es/repository/premaat/landing/accidente/cabecera-landing-accidente.png");
        min-height: 2440px;
        background-size: 102%;
        background-color: #FFF;
    }
}

.caja-izda {
    width: 100%;
}

.caja-izda p {
    text-align: left !important;
}

.caja-izda input[type=checkbox] {
    margin: 7px 0 0;
}

@media screen and (min-width:1705px) {
    .caja-izda {
        width: 80%;
    }
}

@media screen and (min-width:1800px) {
    .caja-izda {
        width: 69%;
    }
}

.posicion-caja-izda {
    padding-top: 12rem !important;
}

@media screen and (min-width:1499px) and (max-width:1704px) {
    .posicion-caja-izda {
        margin-left: -10em;
        margin-right: 10em;
    }
}

@media screen and (min-width:1200px) and (max-width:1498px) {
    .posicion-caja-izda {
        margin-left: -7em;
        margin-right: 7em;
    }
}

@media screen and (min-width:1200px) and (max-width:1498px) {
    .posicion-caja-izda {
        padding-top: 18rem !important;
    }
}

@media screen and (max-width:1199px) {
    .posicion-caja-izda {
        padding-top: 32rem !important;
    }
}

@media screen and (max-width:800px) {
    .posicion-caja-izda {
        padding-top: 29rem !important;
    }
}

@media screen and (max-width:700px) {
    .posicion-caja-izda {
        padding-top: 24rem !important;
    }
}

@media screen and (max-width:600px) {
    .posicion-caja-izda {
        padding-top: 21rem !important;
    }
}

@media screen and (max-width:500px) {
    .posicion-caja-izda {
        padding-top: 20rem !important;
    }
}

@media screen and (max-width:400px) {
    .posicion-caja-izda {
        padding-top: 13rem !important;
    }
}

.posicion-caja-dcha {
    padding-top: 12rem !important;
    margin-left: -8px;
}

@media screen and (max-width:1900px) {
    .posicion-caja-dcha {
        padding-top: 18rem !important;
        margin-left: 0px;
    }
}

@media screen and (max-width:1199px) {
    .posicion-caja-dcha {
        padding-top: 2rem !important;
    }
}



.caja-azul {
    background: #1E97B7 0% 0% no-repeat padding-box;
    border-radius: 24px !important;
    opacity: 1;
    margin-left: 15px;
    width: 100%;
    display: inline-flex;
}

    .caja-azul b {
        color: white;
        font-size: 20px;
    }

.caja-dcha {
    width: 100%;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    border-radius: 10px !important;
    opacity: 1;
}

.sky-form .label {
    color: #A81C3D !important;
}

.sky-form .input input:focus, .sky-form .select select:focus, .sky-form .textarea textarea:focus, .sky-form .radio input:focus + i, .sky-form .checkbox input:focus + i, .sky-form .toggle input:focus + i {
    border-color: #1E97B7 !important;
}

.sky-form .select select:focus {
    border-color: #1E97B7 !important;
}

.btn-u {
    background-color: #1E97B7 !important;
}

.radio, .checkbox {
    display: inline-block !important;
}

#popupInformacion p {
    font-size: 12px;
}

.continuar button[disabled], html input[disabled] {
    background-color: #B4B4B4 !important;
    border: 2px solid #B4B4B4 !important;
}
