@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,400;0,700;1,300;1,400;1,700&display=swap");

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 14px;
    color: #7d7d80;
    margin: 0px;
}

h1 span {
    color: #0099d8
}

h2 {
    font-size: 1.4em;
    margin: 20px 0
}

.container {
    max-width: 1170px;
    margin: auto
}

header .top_logo {
    width: 100%;
    height: 90px;
    border-bottom: 5px solid #ed145b;
    padding: 2px 0
}

@media only screen and (max-width: 768px) {
    header .top_logo {
        width: 100%;
        height: 120px;
        border-bottom: 5px solid #ed145b;
        padding: 2px 0
    }

    header .top_logo .menu-center {
        text-align: center !important;
    }
}

header .top_logo .logo {
    width: 100%;
    height: 88px;
    background-image: url("../images/logo_skw_blanco_wide.png");
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat
}

@media only screen and (max-width: 768px) {
    header .top_logo .logo {
        width: 100%;
        height: 88px;
        background-image: url("../images/logo_skw_blanco_wide.png");
        background-position: top center;
        background-size: contain;
        background-repeat: no-repeat
    }
}

header .top_cintillo {
    width: 100%;
    height: 70px;
    background-image: url("../images/header-mix-colores.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

header .top_cintillo .encabezado {
    background-color: #ffffff;
    width: 100%;
    padding: 10px 20px 0px 20px
}

header .top_cintillo .encabezado h1 {
    font-weight: 400;
    font-size: 2.5em
}

header .top_cintillo .encabezado h1 span {
    color: #0099d8
}

.center {
    text-align: center
}

section.menu_siniestro {
    width: 100%
}

section.menu_siniestro .instrucciones {
    width: 100%;
    padding: 10px
}

section.menu_siniestro .box_selection {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
    padding: 30px
}

section.menu_siniestro .box_selection .box_elementor {
    margin: 50px;
    padding: 0px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(300px) [ 2 ];
    grid-template-columns:repeat(2, 300px);
    -ms-grid-rows:(1fr) [ 2 ];
    grid-template-rows:repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width: 768px) {
    section.menu_siniestro .box_selection .box_elementor {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns:(350px) [ 1 ];
        grid-template-columns:repeat(1, 350px);
        -ms-grid-rows:(1fr) [ 4 ];
        grid-template-rows:repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

section.menu_siniestro .box_selection .box_elementor .box_selector {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
    position: relative
}

section.menu_siniestro .box_selection .box_elementor .box_selector i {
    position: absolute;
    right: 20px;
    font-size: 1.8em;
    color: #ed145b
}

section.menu_siniestro .box_selection .box_elementor .box_selector.select {
    cursor: pointer
}

section.menu_siniestro .box_selection .box_elementor .box_selector.select:hover {
    background-color: #0099d8;
    color: #fff
}

section.menu_siniestro .box_selection .box_elementor .box_selector.select:hover i {
    color: #fff
}

section.menu_siniestro .box_selection a {
    cursor: pointer;
    text-decoration: none;
    color: #7d7d80
}

section.menu_siniestro .box_selection a:hover > .box_selector {
    background-color: #0099d8;
    color: #fff
}

section.menu_siniestro .box_selection a:hover > .box_selector i {
    color: #fff
}

section.menu_siniestro .box_selection .box_cintillo {
    width: 100%;
    background-color: #0099d8;
    color: #fff;
    padding: 20px;
    font-size: 1.1em;
    position: relative
}

section.menu_siniestro .box_selection .box_cintillo i {
    font-size: 1.4em;
    margin-right: 10px
}

section.menu_siniestro .box_selection .box_cintillo .back {
    position: absolute;
    right: 20px
}

section.menu_siniestro .box_selection .box_cintillo .back a {
    color: #fff
}

section.menu_siniestro .box_selection .box_cintillo .back a:hover {
    font-weight: 900
}

section.menu_siniestro .box_selection .documents {
    background-color: #fff;
    padding: 10px 30px 30px 30px;
    border-top: 5px solid #0099d8;
    -webkit-box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.1);
    box-shadow: 0px 0px 5px rgba(100, 100, 100, 0.1);
    position: relative
}

section.menu_siniestro .box_selection .documents i.top {
    color: #0099d8;
    border: 5px solid #0099d8;
    font-size: 1.7em;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    position: absolute;
    top: -29px;
    background-color: #fff
}

section.menu_siniestro .box_selection .documents h1 {
    color: #0099d8;
    margin: 30px 0 20px 0
}

section.menu_siniestro .box_selection .documents p {
    line-height: 1.5em;
    margin-bottom: 1.5em
}

section.menu_siniestro .box_selection .documents .box_document {
    background-color: #f6f6f6;
    padding: 12px;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.menu_siniestro .box_selection .documents .box_document .icono {
    color: #0099d8;
    font-size: 1.4em;
    width: 40px;
    display: inline-block;
    text-align: center
}

section.menu_siniestro .box_selection .documents .box_document .document {
    display: inline-block;
    width: calc(100% - 45px)
}

section.menu_siniestro .box_operation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

section.menu_siniestro .box_operation .box_firma {
    width: 100%;
    border: 2px dashed #7d7d80;
    margin: 20px 0;
    padding: 8px
}

section.menu_siniestro .box_operation .box_firma .frame_firma {
    width: 100%;
    height: 70px;
    background-color: #fff
}

section.menu_siniestro .box_operation .notificacion {
    padding: 50px 20px 20px 20px
}

section.menu_siniestro .box_operation .frame_color {
    width: 50px;
    height: 100vh;
    background-color: #0099d8
}

section.menu_siniestro .box_operation .box_steps {
    width: 400px;
    height: 100%;
    background-color: #0099d8
}

@media only screen and (max-width: 768px) {
    section.menu_siniestro .box_operation .box_steps {
        display: none;
    }
}

section.menu_siniestro .box_operation .box_steps .list_steps {
    width: 350px;
    height: 100%;
    margin-left: 50px;
    background-color: #fff;
    padding: 60px 0 100px 0;
    position: relative
}

section.menu_siniestro .box_operation .box_steps .list_steps .step {
    padding: 20px 10px 20px 40px
}

section.menu_siniestro .box_operation .box_steps .list_steps .step .icono {
    position: absolute;
    left: -20px
}

section.menu_siniestro .box_operation .box_steps .list_steps .step .icono i {
    border: 5px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    color: #ddd;
    font-size: 1.2em
}

section.menu_siniestro .box_operation .box_steps .list_steps .step .step_item {
    font-size: 1.3em;
    color: #ddd
}

section.menu_siniestro .box_operation .box_steps .list_steps .step .step_item span {
    color: #ddd;
    font-weight: 900
}

section.menu_siniestro .box_operation .box_steps .list_steps .step.active .icono i {
    border: 5px solid #ed145b;
    background-color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    color: #ed145b;
    font-size: 1.2em
}

section.menu_siniestro .box_operation .box_steps .list_steps .step.active .step_item {
    font-size: 1.3em;
    color: #7d7d80
}

section.menu_siniestro .box_operation .box_steps .list_steps .step.active .step_item span {
    color: #ed145b;
    font-weight: 900
}

section.menu_siniestro .box_operation .box_forms {
    width: calc(100% - 400px);
    padding-top: 50px
}

@media only screen and (max-width: 768px) {
    section.menu_siniestro .box_operation .box_forms {
        width: 100%;
        padding-top: 25px
    }
}

section.menu_siniestro .box_operation .box_forms .head {
    height: 5px;
    width: 100%;
    background-color: #ed145b
}

section.menu_siniestro .box_operation .box_forms .block_form {
    width: 100%;
    background-color: #f6f6f6;
    padding: 20px;
    margin-bottom: 20px
}

section.menu_siniestro .box_operation .box_forms .block_form .group_result {
    display: inline-block;
    margin: 50px 20px 0 0;
    position: relative;
    height: 30px
}

section.menu_siniestro .box_operation .box_forms .block_form .group_result label {
    position: absolute;
    bottom: 25px;
    font-weight: 900
}

section.menu_siniestro .box_operation .box_forms .block_form .group_form {
    display: inline-block;
    margin: 50px 20px 0 0;
    position: relative;
    height: 40px;
    background-color: #fff;
    border: 1px solid #bbb
}

section.menu_siniestro .box_operation .box_forms .block_form .group_form span {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #0099d8;
    cursor: pointer
}

section.menu_siniestro .box_operation .box_forms .block_form .group_form label {
    position: absolute;
    bottom: 40px
}

section.menu_siniestro .box_operation .box_forms .block_form .option_grp {
    padding: 10px
}

section.menu_siniestro .box_operation .box_forms .block_form .option_grp .option {
    width: 120px;
    display: inline-block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 10px;
    cursor: pointer;
    margin: 0;
    background-color: #fff
}

section.menu_siniestro .box_operation .box_forms .block_form .option_grp .active {
    background-color: #0099d8;
    color: #fff;
    margin: 0
}

section.menu_siniestro .box_operation .box_forms .block_form .textbox {
    margin: 10px 0;
    color: #7d7d80;
    width: 100%;
    border: none;
    padding: 0 10px;
    font-weight: 900;
    outline: none;
    position: absolute;
    top: 0
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c5c5c9;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c5c5c9;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #c5c5c9;
}

section.menu_siniestro .box_operation .box_forms .block_form hr {
    margin: 24px 0;
    border-color: #ddd
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents {
    width: 100%;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 16px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents a {
    color: #ed145b
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .hide {
    display: none
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .line {
    width: 100%;
    position: relative;
    padding: 0 100px 10px 30px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .line .indica_top {
    color: #ddd;
    font-size: 1.3em;
    position: absolute;
    left: 0
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .line .indica_top .fa-check-circle {
    color: #0099d8
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .line .indica_add {
    position: absolute;
    right: 0;
    top: 0
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .carga_file {
    width: 100%;
    background-color: #fff;
    border: 2px dashed #bbb;
    padding: 24px 200px 24px 70px;
    position: relative
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .carga_file .document_load {
    font-size: 2.3em;
    color: #0099d8;
    position: absolute;
    left: 16px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .carga_file .titulo {
    font-size: 1.3em;
    color: #0099d8
}

section.menu_siniestro .box_operation .box_forms .block_form .box_documents .carga_file .btn_add {
    position: absolute;
    top: 32px;
    right: 16px;
    border: 1px solid #bbb;
    background-color: #fff;
    padding: 8px 16px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision, section.menu_siniestro .box_operation .box_forms .block_form .box_declaracion {
    border: 1px solid #bbb;
    padding: 32px;
    margin-top: 32px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_revision, section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_declaracion, section.menu_siniestro .box_operation .box_forms .block_form .box_declaracion .line_revision, section.menu_siniestro .box_operation .box_forms .block_form .box_declaracion .line_declaracion {
    width: 100%;
    position: relative;
    padding: 20px 30px 0 30px;
    margin-bottom: 24px
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_revision i, section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_declaracion i, section.menu_siniestro .box_operation .box_forms .block_form .box_declaracion .line_revision i, section.menu_siniestro .box_operation .box_forms .block_form .box_declaracion .line_declaracion i {
    position: absolute;
    left: 0;
    color: #ed145b;
    font-size: 1.3em
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision {
    border: none;
    padding: 0;
    margin: 0
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_revision {
    margin: 12px 0
}

section.menu_siniestro .box_operation .box_forms .block_form .box_revision .line_revision i {
    color: #ddd
}

.btn {
    background-color: #0099d8;
    border: none;
    padding: 10px 100px 10px 20px;
    margin-top: 40px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    position: relative
}

.btn i {
    position: absolute;
    top: 30%;
    right: 15px
}

.btn:hover {
    background-color: #ed145b;
    color: #fff;
}

.separador {
    height: 24px
}

footer {
    width: 100%;
}

footer .contact {
    padding: 24px 64px;
    background-color: #f6f6f6;
    font-size: 1.5em
}

footer .contact span {
    font-size: 0.8em;
    padding-left: 32px
}

footer .copy {
    width: 100%;
    background-color: #666666;
    padding: 64px 64px 12px 64px;
    color: #ddd;
    border-top: 5px solid #0099d8
}

footer .copy span {
    display: inline-block;
    padding-left: 64px
}

/*# sourceMappingURL=estilos.css.map */
