@charset "utf-8";
/* CSS Document */

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
} /* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    color: black;
    background: white;
}
ol,
ul {
    list-style: none;
} /* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:link,
a:visited {
    text-decoration: none;
    border: 0px solid;
}
a:hover,
a:active {
    text-decoration: underline;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
    background: #fff;
}

a {
    color: #db4a37;
    text-decoration: none;
}

.headOne {
    padding: 4px 15px !important;
    z-index: 1;
    display: flex;
    align-items: center;
    background-color: #333333 !important;
}

.linkHeadOne {
    font-size: 0.75rem;
    color: #ffffff;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    display: inline-block;
    margin-right: 40px;
}

.linkHeadOne img {
    height: auto;
    width: 17px;
    vertical-align: bottom;
}

.headMain {
    background-color: rgba(0, 0, 0, 0.24) !important;
}

.headMain .nav-item.nav-link {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff !important;
    letter-spacing: 0.1px !important;
    font-size: 12px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    position: relative;
    padding: 14px 20px !important;
}

header {
    z-index: 999;
    position: relative;
}

.headMain .navbar-brand img {
    height: 40px;
}

.headMain .nav-item.nav-link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -22px;
    width: 0px;
    height: 2px;
    background: #f3ae00;
    -webkit-transition: -webkit-transform 0.5s;
    transition: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.headMain .nav-item.nav-link:hover::before {
    width: 100% !important;
    margin-top: 0px;
    margin-left: 0;
    left: 0px;
}

.headMain .nav-item.nav-link:hover::before {
    width: 45px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a.navbar-brand {
    margin-right: 50px;
}

.navbar {
    position: relative;
    padding: 0.5rem 0;
}

.navbar-nav {
    border-bottom: 2px solid white;
}

footer {
    background-color: #464747 !important;
    padding: 47px 0 !important;
}

.legalesFoot {
    margin: 25px auto !important;
    border-top: 1px solid #8a8c91;
    color: #8a8c91 !important;
    padding: 15px 20px;
}

.logoFooter {
    width: 85px;
    max-width: 85px;
}

p.tituloFooter {
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    color: #f8b41c !important;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 21px;
    padding-bottom: 20px !important;
}

.footerLink {
    color: #b7b9bb !important;
    padding-bottom: 20px !important;
    display: block;
}

.sinPad {
    padding-left: 0;
    padding-right: 0;
}

a.btnAmarillo.sinpad {
    margin-top: 0px !important;
    font-size: 20px;
}

a.btnAmarillo {
    border-width: 9px !important;
    border-color: #f8b41c !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    background-color: #f8b41c;
    padding-right: 1em !important;
    padding-left: 1em !important;
    transition: letter-spacing 300ms ease 0ms;
    color: #37393d;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}
.btnAmarillo2 {
    border-color: #f8b41c !important;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    background-color: #f8b41c;
    padding: 10px 30px;
    transition: letter-spacing 300ms ease 0ms;
    color: #37393d;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
}
.btnAmarillo2:hover {
    color: #37393d;
}

.titBaner {
    font-family: "Times New Roman", Georgia, "Times New Roman", serif !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    font-size: 42px !important;
    color: #37393d !important;
    line-height: 1.2em !important;
    padding-bottom: 10px;
}

.rowHome2 {
    z-index: 900;
    position: relative;
}

.contenidoBanner {
    width: 100%;
    max-width: 870px;
    padding: 120px 80px;
}

.contTarjetaHome {
    padding: 45px 0;
    height: 100%;
    margin-top: -100px;
}

.tarjetaHome {
    width: 100%;
    padding: 30px 10px !important;
    /* height: 100%; */
    min-height: 361px;
    margin: 0 !important;
    background: #fff;
    box-shadow: 0px 12px 18px 0px rgb(0 0 0 / 30%);
}

.imgTarjetaHome {
    display: block;
    margin: 0 auto 30px;
    height: 64px;
    width: auto;
}

.titTarjetaHome {
    font-weight: 800;
    color: #8a8c91 !important;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
}

.txtTarjetaHome {
    font-weight: 600;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.separador {
    height: 80px;
}

.tituBig {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
    width: fit-content;
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    color: #474747;
}

.tituBig::after {
    content: " ";
    width: 80%;
    border-bottom: 2px solid #e5a61c;
    display: block;
}

.textBoxSom {
    font-size: 14px;
    font-weight: 600;
    line-height: 23.8px;
    padding: 15px 0 45px;
    width: 80%;
}

.titCuadroIcono {
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    color: #37393d !important;
    margin-bottom: 15px;
}

.imgIconHome {
    margin: 15px 0 25px;
}

.txtCuadroIcono {
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    color: #666;
    margin-bottom: 60px;
}

.portaimgSombra img {
    box-shadow: 25px 24px 0px -2px #eaebeb;
    width: 80%;
}

.portaimgSombra {
    filter: contrast(82%);
    margin-bottom: 30px;
}

.boxAmarillo {
    background-color: #f8b41c;
    color: #ffffff !important;
}

.boxAmarilloCont {
    padding: 90px;
}

.titBoxAmarillo {
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    font-size: 44px;
    font-weight: 700;
}

.boxAmarilloCont p {
    margin-bottom: 20px;
    margin-top: 15px;
}

.et_pb_contact_field_0 {
    width: 100%;
    max-width: 100%;
}

p.et_pb_contact_field {
    margin-bottom: 3%;
    padding: 0 0 0 3%;
    background-position: center;
    background-size: cover;
    border-width: 0;
    border-style: solid;
    border-color: #333;
}

.et_pb_contact_form_label {
    display: none;
}

.boxFormHome {
    padding: 90px;
}

.boxFormHome .input {
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 22px;
    border: 0;
    border-bottom: 1px solid #b7b9bb !important;
    padding: 0.5rem !important;
    color: #b7b9bb;
    background-color: #ffffff;
    width: 100%;
}

.boxFormHome .input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7b9bb;
    opacity: 1; /* Firefox */
}

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

.boxFormHome .input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b7b9bb;
}

p.et_pb_contact_field {
    width: 100%;
    padding: 0 !important;
}

button.btnAmarillo {
    border: 0;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    font-size: 19px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #f8b41c;
    padding: 9px 15px !important;
    transition: letter-spacing 300ms ease 0ms;
    color: #37393d;
    /* margin-top: 30px; */
    display: inline-block;
    text-decoration: none;
    min-width: 150px;
}

button.btnGris {
    border: 0;
    border-radius: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    letter-spacing: 2px;
    font-size: 19px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600 !important;
    background-color: #37393d;
    padding: 9px 15px !important;
    transition: letter-spacing 300ms ease 0ms;
    color: #eaebeb !important;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
    min-width: 150px;
    cursor: pointer;
}

.headSeccion {
    background: center center no-repeat;
    background-size: cover;
}

.titSeccion {
    font-size: 55px;
    line-height: 290px;
    font-weight: 700;
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    color: #474747;
}

.rayitasecc {
    margin-bottom: 35px;
    position: relative;
}

.rayitasecc::before {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 80px;
    height: 1px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #eee;
    border-top-color: rgba(0, 0, 0, 0.1);
    content: " ";
    border-top-color: #f8b41c;
    border-top-width: 2px;
    right: 45px !important;
    left: 0px !important;
}

.txtSeccion {
    color: rgb(97, 97, 97);
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-size: 17px;
    line-height: 23.8px;
}

img.imgSeccionlateral {
    display: block;
    margin: 0 0 0 auto;
    width: 450px;
}

img.imgSeccionlateral_L {
    display: block;
    margin: 0 auto 0 0;
    width: 450px;
}

.subtitrayi {
    font-size: 48px;
    text-align: center;
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    font-weight: 700;
    margin: 35px auto;
    color: #474747;
}

.subtitrayi::after {
    position: relative;
    z-index: 10;
    width: 200px;
    height: 1px;
    border-top: 2px solid #f8b41c;
    content: " ";
    display: block;
    margin: 0 auto;
}

.txtNosBaj {
    color: #474747;
    padding: 10px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
}

.boxNosotrosLink {
    background: center center no-repeat;
    background-size: cover;
    height: 316px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.contenBoxBottLink {
    padding: 20px;
    margin: 0 !important;
    transition: 0.3s ease-in-out;
    margin-top: initial !important;
    margin-bottom: 0 !important;
    position: absolute;
    left: 40px;
    top: 240px;
    bottom: 40px;
    width: initial;
    right: 40px;
    max-width: initial;
    min-height: 100%;
    padding-top: 20px !important;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 25px;
    background-color: rgba(0, 0, 0, 0.72);
    height: 93px;
    color: rgb(238, 238, 238);
}

.boxNosotrosLink:hover .contenBoxBottLink {
    margin-top: initial !important;
    top: 40px;
}

.txtBoxNos {
    font-size: 16px;
    line-height: 1.2;
}

.formContact {
    padding: 30px 20%;
    background-color: #343434 !important;
}

.tituloForm {
    font-size: 48px;
    text-align: center;
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    font-weight: 700;
    margin: 35px auto;
    color: #fff;
}

.tituloForm::after {
    position: relative;
    z-index: 10;
    width: 200px;
    height: 1px;
    border-top: 2px solid #f8b41c;
    content: " ";
    display: block;
    margin: 20px auto 0;
}

textarea.campoFormCont {
    height: 150px;
}

.campoFormCont {
    width: 100%;
    margin-bottom: 30px;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px;
    border-radius: 2px 2px 2px 2px;
    overflow: hidden;
    border-width: 1px;
    border-color: #b7b9bb;
    padding: 0.5rem !important;
    border-style: solid;
    background-color: rgba(255, 255, 255, 0);
    resize: none;
    color: white;
}

.footerFormLin {
    color: #eaebeb !important;
    padding: 35px 0;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
}

.fondoBajoCont {
    background: url(../images/contacto/woman-guy.png) center right no-repeat;
    background-size: 100%;
    min-height: 316px;
    position: relative;
    display: none;
}

.titConrayta {
    font-size: 40px;
    font-weight: 600;
    font-family: "Times New Roman", Georgia, "Times New Roman", serif;
    margin-bottom: 15px;
    color: #474747;
}

.formIndemni {
    padding: 100px;
}

.subtextForm {
    color: #666;
    font-size: 14px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    margin-bottom: 25px;
}

.filtroSupNov {
    color: #adadad !important;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.boxNoticia {
    margin-bottom: 18.539%;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    border: 1px solid #d8d8d8;
    background-color: #fff;
    word-wrap: break-word;
}

.contNoticia {
    padding: 19px;
}

.imgNoticia {
    background: center center no-repeat;
    background-size: cover;
    height: 220px;
    margin-bottom: 30px;
}

.tituNoticia {
    padding-bottom: 10px;
    color: #333;
    font-weight: 500;
    line-height: 1em;
    font-size: 18px;
    font-family: "Open Sans", Arial, sans-serif;
}

.fechaNoticia {
    color: #666;
    margin-bottom: 6px;
    font-size: 14px;
}

a.more-link {
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    color: #f3ae00 !important;
}

.txtNoticia {
    color: #666;
    font-size: 14px;
}

.listaAmarilla {
    list-style: none;
    padding-left: 1em;
}

.listaAmarilla li::before {
    content: "\2022";
    color: #f8b41c;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.frenteGris {
    background-color: #f9f9f9 !important;
    padding: 90px 0;
}

.txtAccidente {
    font-size: 25px;
    color: #57555b;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 700;
    line-height: 23.8px;
    letter-spacing: 0.6px;
}

.card {
    border: 0;
    border-radius: 0;
    border-top-color: #e5a61c;
    border-bottom: 2px solid #e5a61c;
}

.card-header {
    border: 0;
    background: transparent;
}

button.btn.btn-link {
    color: #37393d !important;
    font-family: "Source Sans Pro", Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #f8b41c !important;
    text-decoration: none;
    text-align: left;
}

button.btn.btn-link.collapsed {
    color: #37393d !important;
}

button.btn.btn-link {
    white-space: normal;
}

.tipoTabla {
    display: table;
    height: 100%;
}

.tipoCelda {
    display: table-cell;
    vertical-align: middle;
}
.textoBanner {
    margin-bottom: 15px;
}
.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 40px;
    text-decoration: none;
    z-index: 9999;
    transition: background 0.25s;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

input[type="date"]::before {
    content: attr(data-placeholder);
    width: 100%;
}

input[type="date"]:focus::before,
input[type="date"]:valid::before {
    display: none;
}

/* #fechaIngreso{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
} */
@media (max-width: 900px) {
    .itemSlider {
        background-size: cover;
    }
}
.itemSlider {
    height: 490px;
    background-position: center;
    background-size: none;
}

@media (min-width: 700px) {
    .floating-btn {
        display: none;
    }
}

/* @media (min-width: 768px) and (max-width: 990px){
    


} */

@media (min-width: 770px) {
    .fondoBajoCont {
        display: block;
    }
}
@media (max-width: 992px) {
    .navbar-nav {
        border-bottom: none;
    }
}

@media (min-width: 770px) and (max-width: 1200px) {
    .formIndemni {
        padding: 0;
    }
}
