/* RUMBOS */

a:focus,
a:hover {
    color: initial;
}

a{
    text-decoration: none;
}

.contenedor-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-white {
    color: white !important;
}

#top-deals .homeslider-description .wrap-desc.wrap-left {
    float: left;
    text-align: left;
    padding: 3% 150px 3% 0;
}

#top-deals .homeslider-description .wrap-desc.wrap-left p {
    margin-left: 0
}

.overlay-dark-banner {
    background: #121212;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: .5;
}

.tp-caption.LargeTitle span {
    line-height: 55px;
}

.tp-caption.LargeTitle span {
    text-align: left;
}

.contact_list,
.acceso_list {
    margin: 0px;
    padding: 0px;
}

.contact_list li {
    margin-right: 15px;
    float: left;
    color: #fff;
    list-style: none;
    padding-bottom: 2px;
}

.top-header {
    background-color: #B38D0D;
    padding: 3px 0px;
}

.destacado {
    color: #B38D0D !important;
    font-size: inherit !important;
}

.destacado-medium {
    color: #f8c66b
}

.acceso_list {
    float: right;
}

.acceso_list li {
    margin-left: 15px;
    float: left;
    color: #fff;
    list-style: none;
    padding-bottom: 2px;
}

.acceso_list li a,
.contact_list li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.champan {
    font-family: 'Champagne & Limousines' !important;
}

.img_pago {
    float: left;
    width: 50px;
}

.titulo_pago {
    font-size: 28px;
    font-weight: 400;
    line-height: 1.8em;
}

.boton {
    font-size: 16px;
    display: inline-block!important;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Calibri';
    text-decoration: none;
    background: #B38D0D;
    border-radius: 5px;
    color: #fff;
    float: unset;
    margin-top: 45px;
    margin: 0 auto !important;
}

.page-heading {
    margin-top: 50px;
}

.contacto .page-heading {
    padding: 120px 0 60px 0;
    background-color: #fafaf9;
    border-bottom: none;
    text-align: left;
    background-repeat: no-repeat;
    overflow: hidden;
    background: url(../images/contacto_header.jpg);
    background-position: center center;
    background-size: cover;
}

.agencias .page-heading {
    padding: 120px 0 60px 0;
    background-color: #fafaf9;
    border-bottom: none;
    text-align: left;
    background-repeat: no-repeat;
    overflow: hidden;
    background: url(../images/agencias_header.jpg);
    background-position: center top;
    background-size: cover;
}

.siniestros .page-heading {
    padding: 120px 0 60px 0;
    background-color: #fafaf9;
    border-bottom: none;
    text-align: left;
    background-repeat: no-repeat;
    overflow: hidden;
    background: url(../images/header_siniestros.jpg);
    background-position: top center;
    background-size: cover;
}

.producto .page-heading {
    padding: 120px 0 60px 0;
    background-color: #fafaf9;
    border-bottom: none;
    text-align: left;
    background-repeat: no-repeat;
    overflow: hidden;
    background: url(../images/header_producto.jpg);
    background-position: top center;
    background-size: cover;
}

.contacto_box {
    position: fixed;
    z-index: 999;
    bottom: 4px;
    right: 9px;
    padding: 5px 20px;
    background: #1d1d1b;
    color: #fff;
    border-radius: 3px;
    border: solid 1px #fff;
    transition: all ease 0.8s;
}

.acceso_list a {
    background: #B38D0D;
    padding: 7px 10px;
    color: #fff !important;
    font-weight: 400;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all ease 0.8s;
}

.acceso_list a:hover {
    background: #656565;
}

.tparrows.hidearrows {
    display: block !important;
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.tparrows {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.tp-bullets {
    display: none !important;
    color: black !important;
}

#best-seller .owl-controls {
    width: 100%;
    position: absolute;
    bottom: 50%;
}

#best-seller .owl-controls .owl-prev {
    position: absolute;
    left: -25px;
    right: unset;
}

#best-seller .owl-controls .owl-next {
    position: absolute;
    right: -50px;
    left: unset;
}

@-webkit-keyframes fadeup {
    0% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0px);
    }
}


/* Standard syntax */

@keyframes fadeup {
    0% {
        transform: translateY(60px);
    }
    100% {
        transform: translateY(0px);
    }
}

.level1 {
    overflow: hidden;
    -webkit-animation: fadeup 0.4s 1;
    /* Safari 4.0 - 8.0 */
    animation: fadeup 0.4s 1;
}

.trigger_buscador {
    float: left;
    display: inline;
}

.buscador {
    float: left;
    margin-top: 25px;
    margin-right: 5px;
    border-radius: 3px;
    border: none;
    display: none;
    padding: 0px 3px;
}

#header .header-container {
    width: 95% !important;
}

.tab {
    float: left;
    border: 1px solid #f9f9f9;
    background-color: #ffffff;
    width: 30%;
    height: auto;
}


/* Style the buttons inside the tab */

.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 15px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}


/* Change background color of buttons on hover */

.tab button:hover {
    background-color: #ddd;
}


/* Create an active/current "tab button" class */

.tab button.active {
    background-color: #e8e8e8;
}


/* Style the tab content */

.tabcontent {
    float: left;
    padding: 0px 12px;
    border: 1px solid #ccc;
    width: 70%;
    border-left: none;
    min-height: 300px;
    height: auto;
}

.feature-box,
.mega-menu,
.drop-menu {
    transition: all ease 0.6s;
}

.feature-box:hover {
    background-color: #40403f;
    transform: scale(1.02);
}

.mega-menu:hover:not(.active),
.drop-menu:hover:not(.active) {
    background: #909090 !important;
}

.boton,
.learnmore,
.buy-btn {
    transition: all ease 0.6s;
}

.boton:hover,
.learnmore:hover {
    background: #40403f !important;
}

.radius {
    border-radius: 3px;
}

.div_centro {
    clear: both;
    width: 21em;
    display: block;
    margin: 0 auto;
    background: #000;
    border-radius: 5px;
    max-width: 100%;
    transition: all ease 0.8s;
}

.contacto_box:hover,
.div_centro:hover {
    background: #40403f !important
}

#nav>li.active {
    background: white;
}

#nav>li.active>a {
    color: black;
}

.mobile-menu li.active a {
    font-weight: 500;
    text-decoration: underline;
}


/*RESPONSIVE A PARTIR DE ACÁ*/

@media screen and (max-width: 1200px) {
    .top-banner {
        background-size: cover;
    }
}

@media screen and (max-width: 991px) {
    .page-heading,
    .contacto .page-heading,
    .agencias .page-heading,
    .siniestros .page-heading,
    .producto .page-heading {
        background-position: center right;
        padding: 90px 0 25px 0;
    }
    .agencias .page-heading {
        background-size: cover;
        background-position: left top;
    }
    .siniestros .page-heading {
        background-position: 65% 80%;
    }
    .acceso_list {
        display: none;
    }
    .logo img {
        width: 14em;
    }
    .img_sub {
        max-width: 10em;
    }
    #top-deals .homeslider-description .wrap-desc {
        width: 75%;
        padding: 2% 50px 2% 120px;
        float: right;
    }
    .top-banner {
        background-size: contain;
    }
    #top-deals .homeslider-description h2 {
        font-size: 36px;
    }
    #top-deals .homeslider-description p {
        font-size: 16px;
        margin-top: 10px;
    }
    #top-deals .learnmore {
        margin-top: 16px;
    }
    .page-title {
        padding-right: 10px;
        padding-left: 10px;
    }
    #best-seller .owl-controls {
        /* display: none !important; */
    }
    .tabcontent {
        width: 100% !important;
    }
    .tab {
        width: 100% !important;
        height: auto !important;
    }
    .tab button {
        width: calc( 100% / 3) !important;
        display: inline-block !important;
        float: left;
    }
}

@media screen and (max-width: 905px) {
    #nav>li>a {
        font-size: 13px;
    }
    .logo img {
        width: 10.5em;
        /*margin-top: 17px;*/
    }
    #nav>li>a>span {
        padding: 11px;
    }
    .tp-thumbcontainer {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .tp-caption.LargeTitle span {
        line-height: 1em!important;
        margin-left: 1em!important;
        width: 100%!important;
    }
    .top-banner {
        background-size: cover;
        background-position: 150% 50%;
    }
    .logo img {
        width: 12em;
        margin-top: -8px;
    }
    .fl-nav-menu {
        float: left;
    }
}

@media screen and (max-width: 670px) {
    #top-deals .homeslider-description .wrap-desc {
        width: 75%;
        padding: 2% 50px 2% 113px;
        float: right;
    }
}

@media screen and (max-width: 530px) {
    #top-deals .homeslider-description .wrap-desc {
        width: 100%;
        padding: 2% 50px 2% 5px;
        float: right;
    }
    .top-banner {
        /*background-position: 110% 50%;*/
        background-position: 0%;
    }
    #top-deals .homeslider-description .wrap-desc.wrap-left {
        padding-left: 30px
    }
    .contacto_box h4 {
        font-size: 12px;
    }
}

@media screen and (max-width: 430px) {
    .acceso_list li a,
    .contact_list li a {
        font-size: 12px;
    }
    .tp-caption.LargeTitle.sfl.tp-resizeme.start {
        top: 60px !important;
    }
}

@media screen and (max-width: 380px) {
    header {
        background-color: #1d1d1b;
        box-shadow: 0px 3px 8px -4px rgba(0, 0, 0, 0.15);
        height: auto;
    }
    .contact_list li {
        margin-right: 10px;
    }
}

.servicios .page-heading {
    background-image: url('../images/servicios_bg.jpg');
    background-position: center center;
    background-size: cover;
}

li.servicio_lista {
    margin-bottom: 10px;
}

li.servicio_lista {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 1px 0px #a2a2a2;
    padding: 10px;
    transition: all ease .2s;
    cursor: pointer;
}

li.servicio_lista:hover {
    background-color: #ebebeb;
}

li.servicio_lista.active {
    background: black;
    color: white;
    font-weight: 600;
}

.blog_block .owl-theme .owl-controls .owl-buttons div {
    background: black;
}


/* .blog_block .owl-prev, .blog_block .owl-next {
	position: absolute !important;
  bottom: 52% !important;
  background: #fff !important;
  color: #B38D0D !important;
  border: 2px solid #B38D0D !important;
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
  line-height: 35px !important;
  text-align: center !important;
  padding: 0 !important;
} */

.blog_block .owl-prev {
    left: 0;
}

.blog_block .owl-next {
    right: 0;
}

img.iconito {
    width: 15px;
    margin-right: 10px;
    margin-left: 5px;
    display: inline;
    vertical-align: baseline;
}

.servicio_lista.active img.iconito {
    filter: invert(100%);
}

@media (max-width: 617px) {
    #best-seller .owl-controls .owl-prev {
        left: -7px;
    }
    #best-seller .owl-controls .owl-next {
        right: -7px;
    }
}

#best-seller>div>div.owl-controls>div>div.owl-prev,
#best-seller>div>div.owl-controls>div>div.owl-next {
    position: absolute !important;
    bottom: 55% !important;
    background: #fff !important;
    color: #B38D0D !important;
    border: 1px solid #e8e8e8 !important;
    width: 29px !important;
    height: 65px !important;
    font-size: 20px !important;
    line-height: 63px !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 2px !important;
}

#best-seller>div>div.owl-controls>div>div.owl-prev {
    left: 0;
}

#best-seller>div>div.owl-controls>div>div.owl-next {
    right: 0;
}

.slider-items-products .owl-buttons .owl-prev a,
.slider-items-products .owl-buttons .owl-next a {
    opacity: 1;
    border: 0;
    margin: auto;
    position: static;
}

@media (max-width: 617px) {
    .latest-blog .owl-controls .owl-prev {
        left: -7px;
    }
    .latest-blog .owl-controls .owl-prev {
        right: -7px;
    }
}

.latest-blog .owl-controls .owl-prev,
.latest-blog .owl-controls .owl-next {
    position: absolute !important;
    bottom: 55% !important;
    background: #fff !important;
    color: #B38D0D !important;
    border: 1px solid #e8e8e8 !important;
    width: 29px !important;
    height: 65px !important;
    font-size: 20px !important;
    line-height: 63px !important;
    text-align: center !important;
    padding: 0 !important;
    border-radius: 2px !important;
}

.latest-blog .owl-controls .owl-prev {
    left: 0;
}

.latest-blog .owl-controls .owl-next {
    right: 0;
}

.latest-blog .owl-buttons .owl-prev a,
.latest-blog .owl-buttons .owl-next a {
    opacity: 1;
    border: 0;
    margin: auto;
    position: static;
}

.rueda-inferior-derecha {
    background-image: url(../images/rueda-para-fondo.png);
    background-size: 5em;
    background-position-x: 116%;
    background-position-y: -380%;
    background-repeat: no-repeat;
}

ul.migasdepan {
    text-align: left;
    margin: 20px 0;
    list-style-type: none;
    padding: 20px 0;
}

ul.migasdepan li {
    display: inline;
    margin-right: 20px;
    position: relative;
}

ul.migasdepan li:not(:last-child)::after {
    display: inline;
    content: '>';
    position: absolute;
    right: -15px;
    top: 0px;
}

object.condicionado_embebido {
    width: 100%;
    height: calc(100vh - 150px);
    box-shadow: 0px 1px 1px rgba(146, 116, 57, 0.35), 1px 0px 1px rgba(146, 116, 57, 0.35);
}

.modal-backdrop {
    bottom: 0;
    z-index: 999;
}

.modal-open .modal {
    overflow-y: auto;
}

.subrayado {
    text-decoration: underline;
}

.left-border {
    border-left: 2px solid #93743b;
    padding-left: 15px;
    margin-left: 15px;
}

.bs-calltoaction {
    position: relative;
    width: auto;
    padding: 15px 25px;
    border: 1px solid black;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 1.3em;
}

.bs-calltoaction.bs-calltoaction-primary {
    color: #fff !important;
    background-color: #B38D0D;;
    border-color: #B38D0D;;
}

.bs-calltoaction.bs-calltoaction-primary p {
    color: #fff !important;
}

.btn-maximun-rosado {
    color: #ffffff;
    background: #B38D0D;;
}

.btn.btn-lg.button_white.middle_btn {
    color: #B38D0D;;
    background: #ffffff;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.btn-with-icon {
    margin-left: 0px!important;
    margin-bottom: 10px!important;
    margin-right: 10px!important;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    line-height: 42px;
    padding: 0 0 0 15px;
    position: relative;
    color: #fff;
    font-size: 15px;
}

.btn-with-icon i {
    background: rgba(0, 0, 0, 0.2);
    display: block;
    float: right;
    font-size: 16px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
    padding: 13px;
    width: 50px;
    text-align: center;
}

.flex-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.logo-encabezado {
    text-align: center;
    margin-top: 5rem;
}

.logo-encabezado img {
    max-width: 150px;
    margin: 0 auto;
}

.ml10 {
    margin-left: 10px;
}

.mr5 {
    margin-right: 5px;
}

.modal-header-white {
    color: #B38D0D;
    background: white;
}

.modal-styled .modal-content {
    padding: 4rem;
    border-radius: 0;
}

.modal-styled .modal-content-wrapper {
    padding: 1rem;
    border: 3px solid #B38D0D;
}

.modal-styled .modal-header,
.modal-styled .modal-footer {
    border: none;
    padding-bottom: 0;
}

.modal-styled .modal-header .close {
    color: white;
    opacity: 1;
    position: absolute;
    font-size: 3rem;
    right: -27px;
    top: -20px;
}

.border-top-2 {
    border-top: 2px solid;
}

.border-black {
    border-color: black;
}

.bg-grey {
    /*background: #f3f3f3;*/
    background: #ededed;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.lg-text {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 300px;
    background: red;
    display: inline-block;
    white-space: nowrap;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-botonos {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.content-botonos a {
    padding: 1rem 2rem;
    background: rgba(255, 255, 255, .6);
    color: #000;
    width: 570px;
    border-radius: 50px;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    height: 70px;
    display: flex;
    align-items: center;
    transition: all .3s;
    text-decoration: none;
}

.content-botonos a:hover {
    background: #fff;
    color: #000;
}

.content-botonos a span {
    margin-right: 8px;
}

.overlay-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.slider-rango {
    margin-top: 1rem;
    margin-bottom: 5rem;
}

.noUi-touch-area {
    background: #1d1d1b;
    border-radius: 3px;
}

.noUi-tooltip {
    font-size: 15px;
}

#importe {
    margin-top: 5rem;
}

.input-seguro {
    height: 40px;
    border-radius: 3px;
    padding: 10px;
}

.caja-texto {
    display: block;
    width: 100%;
}

::placeholder {
    font-size: 1.5rem;
    color: #999999;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .form-add-tags input.input-text,
    select,
    textarea {
        width: 100% !important;
    }
    .content-tabs-inputs {
        display: flex;
        justify-content: center;
    }
    .content-tabs-inputs div {
        margin-left: 10px;
    }
    .tab-pane {
        font-size: 1.8rem;
        font-weight: bold;
    }
}

@media screen and (max-width:768px) {
    .content-botones {
        width: 100%;
        left: 0;
    }
    .content-botonos a {
        height: 50px;
    }
}

.info-siniestro {
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.info-siniestro:hover {
    background-color: #937536;
    color: #fff;
}

.docs-lists ul{
    list-style: none;
}


.listado-opciones{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 20px;
    text-align: left;
}

.listado-opciones .btn-link{
    border: none;
    text-decoration: none;
    font-size: 20px;
    background-color: transparent;
}

.listado-opciones .btn-link:hover{
    opacity: .7;
}

.btn small{
    color: var(--bs-body-color);
}

#formSiniestroAsegContainer,
#formSiniestroAsegLesionContainer{
    display: none;
}

.formulario-reclamo{
    padding: 2rem 2rem;
    background: white;
    border-radius: 6px;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.formulario-reclamo fieldset{
    margin-bottom: 2rem;
}

.formulario-reclamo input,
.formulario-reclamo textarea,
.formulario-reclamo select{
    width: 100%;
    font-size: 14px;
    margin-bottom: 2rem;
}

.formulario-reclamo .titulo-seccion{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 2rem;
}

.formulario-reclamo .form-head{
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: right;
}

.formulario-reclamo .form-head .title{
    display: inline-block;
    font-size: 16px;
}

.formulario-reclamo .form-head .lang-nav{
    width: auto;
    display: inline-block;
}

.formulario-reclamo .form-head .lang-nav img{
    width: 40px;
}

.btn-danger{
    background: #910000;
    border-color: #910000;
}

.swal2-popup{
    max-width: 500px !important;
}

.swal2-x-mark{
    width: 20px !important;
}

.swal2-title{
    font-size: 16px !important;  
}

.swal2-popup .swal2-styled.swal2-confirm{
    font-size: 16px !important;
}

.swal2-icon{
    font-size: 12px !important;
}

.d-block{
    display: block;
}