@charset "UTF-8";
html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Montserrat-light';
    src: url(../assets/fonts/Montserrat-Light.ttf);
    font-weight: 100;
}
@font-face {
    font-family: 'Montserrat-medium';
    src: url(../assets/fonts/Montserrat-Medium.ttf);
    font-weight: 500;
}
@font-face {
    font-family: 'Montserrat-bold';
    src: url(../assets/fonts/Montserrat-Black.ttf);
    font-weight: 900;
}
@font-face {
    font-family: 'fontello';
    src: url(../assets/fonts/fontello.ttf);
}
.wow {
    visibility: visible;
}
.row-cont {
    justify-content: center;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-toggle{
    border:0;
    background:none !important;
    color:black;
}
.navbar {
    padding: 0;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #ffffff;
    border-bottom: 2px solid #063954;
    pointer-events: none;
    cursor: default;
}
.navbar-toggle:hover{
    background:none !important;
}

.navbar-default{
    background:none;
    border-color:transparent;
    transition-duration: 1s;

}
.navbar-default .navbar-brand{
    color:white;
}
.navbar-default .navbar-nav li a{
    color:#fff;
    font-size: 9pt;
    font-weight:bold;
}
.navbar-default .navbar-nav li a:hover {
    color:#609cd3;
}
.row-nav{
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
}
.nav-index {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px;
    width: 1400px;
    height: 55px;
}
.row-nav{
    transition: all 1s ease;
}
header {
    position: relative;
    z-index: 9;
    /* Link Padding Top & bottom */
}
header a.mobile-toggle {
    display: none;
}
header header-output .inherit-menu {
    position: static;
}
header .header-in {
    position: relative;
}
header ul.nav-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}
header ul.nav-menu:after {
    content: " ";
    clear: both;
    width: 100%;
}
header ul.nav-menu > li {
    display: inline-block;
}
header ul.nav-menu > li > a {
    color: #000;
    z-index: 3;
    opacity: .7;
    font-family: "Poppins";
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 35px 0px 35px 0px;
    margin-right: 25px;
}
header ul.nav-menu > li :nth-last-child(1) a {
    margin-right: 0px;
}
header ul.nav-menu > li.active > a {
    color: #0864b2;
}
header ul.nav-menu > li > a:hover {
    color: #0864b2;
}
header ul.nav-menu > li.has-dropdown {
    position: relative;
}
header ul.nav-menu > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
}
header ul.nav-menu > li.has-dropdown > ul > li.has-dropdown {
    position: relative;
}
header ul.nav-menu > li.has-dropdown > ul > li.has-dropdown > a:after {
    content: "\f105";
    font-family: FontAwesome;
    color: #000;
    opacity: .5;
    margin-left: 3px;
    position: absolute;
    right: 20px;
}
header ul.nav-menu > li.mega-menu > a {
    position: relative;
}
header ul.nav-menu > li.mega-menu > a:after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 3px;
}
header ul.dropdown-dark > li.has-dropdown {
    position: relative;
}
header ul.dropdown-dark > li.has-dropdown li.has-dropdown > a:after {
    color: #fff !important;
}
header ul.white-link > li > a {
    color: #fff;
    opacity: .8;
}
header ul.white-link > li > a:hover {
    color: #fff !important;
    opacity: 1;
}
header ul.white-link > li.has-dropdown {
    position: relative;
}
header ul.white-link > li.has-dropdown > a:after {
    content: "\f107";
    font-family: FontAwesome;
    color: #fff;
    opacity: .8;
    margin-left: 3px;
}
header ul.white-link > li.active > a:before {
    color: #fff;
}
header ul.white-link > li.active > a {
    color: #fff;
}
header ul.link-padding-tb-0px > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.fixed-header-dark {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #212121;
}

header a.model-link {
    display: block;
    width: 30px;
    text-align: center;
    padding: 5px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    color: #a7a7a7;
}

header a.model-link:hover span {
    display: block;
}

header a.model-link span {
    display: none;
    position: absolute;
    top: -5px;
    right: -2px;
    width: 20px;
    height: 20px;
    padding: 1px;
    border-radius: 20px;
    background-color: #0864b2;
    color: #fff;
}

header .search-link {
    margin-right: 10px;
}

header .model-link {
    position: relative;
}

header#sidebar-header ul.float-right {
    float: none !important;
}
header#sidebar-header ul.nav-menu > li {
    float: none;
    display: block;
}
header#sidebar-header ul.nav-menu > li > a {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 0px;
}
header#sidebar-header ul.nav-menu > li ul {
    display: none;
}

/*-----------------
IMAGEN DE PORTADA   -----------------*/
.carousel-control-prev, .carousel-control-next {
    width: 50%;
    height: 90px;
    top: auto;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 40px;
    width: 40px;
    outline: black;
    background-color: rgb(54, 103, 126);
    background-size: 60%, 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 45px;
}
.carousel-inner .carousel-item:nth-child(1) .diapo {
    background-image: url('../assets/images/diapositivas/slider02.webp');
    background-size: cover;
    background-position: right top;
    width: 100%;
    height: 95vh;
}
.carousel-inner .carousel-item:nth-child(2) .diapo {
    background-image: url('../assets/images/diapositivas/slider03.webp');
    background-size: cover;
    background-position: right center;
    width: 100%;
    height: 95vh;
}
.texto-contenedor, .texto-contenedor02, .texto-contenedor02b {
    position: absolute;
    padding-left: 80px;
    width: 985px;
    max-width: 100%;
    transform: translateY(-50%);
    top: 50%;
}
.texto-contenedor02 {
    max-width: 100%;
}
.parrafo-carrousel {
    width: 670px;
    max-width: 100%;
    padding: 30px 30px 20px;
}
.text01 {
    max-width: 100%;
    padding: 25px 35px;
}
.text01 p {
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
    color: #3D590E;
    margin-bottom: 0;
}
.text02 {
    max-width: 100%;
    width: 620px;
}
.text03 {
    max-width: 100%;
    width: 550px;
}
.text02 p, .text03 p {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #113A56;
}
.text04 {
    width: 511px;
    max-width: 100%;
}
.text04b {
    width: 685px;
    max-width: 100%;
}
.text04 p {
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 50px;
    line-height: 60px;
    color: #ffffff;
    margin-bottom: 0;
}
.carousel-02 .text04b p {
    font-family: 'Montserrat-light', sans-serif;
    font-size: 50px;
    line-height: 55px;
    color: #ffffff;
    margin-bottom: 0;
}
.carousel-02 .text05 p {
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 100px;
    line-height: 78px;
    color: #81b133;
    margin-bottom: 0;
}
.text04c {
    margin-bottom: 25px;
}
.text04c p {
    font-family: 'Montserrat-medium', sans-serif;
    font-size: 45px;
    line-height: 90px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.text05c p {
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 100px;
    line-height: 110px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.carousel-02 .text06 {
    margin-bottom: 65px;
}
.carousel-inner .carousel-item .btn-carousel {
    position: relative;
    font-size: 30px;
    font-weight: 600;
    padding: 5px 60px 5px 40px;
    border-radius: 30px;
}
.carousel-inner .carousel-item:nth-child(1) .btn-carousel {
    background: #81b133;
    color: #063954;
}
.carousel-inner .carousel-item:nth-child(2) .btn-carousel {
    background: #063954;
    color: #FFFFFF;
}
.carousel-inner .carousel-item .btn-carousel::after {
    position: absolute;
    width: 70px;
    height: 70px;
    right: -30px;
    top: -8px;
}
.carousel-inner .carousel-item:nth-child(1) .btn-carousel::after {
    content: '';
    background-image: url('../assets/images/consulta-slider02.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.carousel-inner .carousel-item:nth-child(2) .btn-carousel::after {
    content: '';
    background-image: url('../assets/images/btn-consultar.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.carousel-inner .carousel-item:nth-child(1) .btn-carousel:hover {
    background: #4c6c18;
}
.carousel-inner .carousel-item:nth-child(2) .btn-carousel:hover {
    background: #062f46;
}

.carousel-item
.text06 .p_02 {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 50px;
    line-height: 90px;
    color: #ffffff;
}
.text06 p {
    font-family: 'Montserrat-bold', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.text06 ul {
    font-family: 'Montserrat-regular', sans-serif;
    font-size: 23px;
    color: #ffffff;
    list-style: none;
    padding-left: 0;
    line-height: 30px;
}
.section-carousel {
    padding-top: 54px;
    height: 100vh;
}
#sobreNosotros .container {
    max-width: 940px;
}
.cont-nosotros {
    display: flex;
    align-items: center;
}
.tit-sobre-nosotros {
    font-family: Roboto, sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 26px;
    color: #000000;
}

.parrafo-nosotros, .parrafo-nosotros-title, .parrafo-nosotros-asesores {
    font-family: Roboto, sans-serif;
    color: #131313;
    font-size: 22px;
    line-height: 31px;
    font-weight: 300;
    margin-top: 7px;
    margin-bottom: 25px;
    text-align: left;
}

.parrafo-nosotros-title {
    font-size: 22px;
    line-height: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.parrafo-nosotros-asesores, .parrafo-nosotros-asesores-mat {
    font-weight: 500;
    text-align: center;
    margin-bottom: 9px;
    line-height: 18px;
}

.parrafo-nosotros-asesores-mat {
    font-size: 16px;
}

/*-----------------------
CONTRATACION SERVICIO ------------------------*/
.contenido-servicio {
    position: relative;
    left: 0;
    right: 0;
    background: #E5E5E5;
}

.row_cont {
    padding: 0 30px 30px;
    margin: auto;
}

.tit_contratacion {
    display: flex;
    align-items: flex-end;
    margin: auto;
}

.img_icon01 {
    width: 315px;
}

.img_pasos {
    width: 175px;
}

.c_text_tit {
    text-align: end;
}

.contratar-texto01 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -2px;
    color: #103E58;
    margin-bottom: 30px;
}

.contratar-texto02 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 500;
    font-style: italic;
    color: #81B133;
}

.tit_puntos_contratacion {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #103E58;
}

.text_puntos {
    font-family: 'Arial',sans-serif;
    font-size: 14px;
    color: #4a4a4a;
}

.flechas_contratacion {
    width: 150px;
}

.cont_contratacion {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

/*-----------------------
NUESTRO PRODUCTOS
 ------------------------*/
#nuestroProductos {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#nuestroProductos .rowProductos {
    margin-left: 0;
    margin-right: 0;
}

#nuestroProductos .contProductos {
    padding: 0;
}

.pro-persona-desktop, .pro-empresa-desktop {
    display: block;
}

.pro-persona-mobile, .pro-empresa-mobile {
    display: none;
}

.contProductos .seguropersonas {
    background-image: url("../assets/images/seguroparapersonas.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 65vh;
}

.contProductos .cont-detalles {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

.detalle-productos {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.contProductos .etiquetaProducto01 {
    position: absolute;
    transform: rotate(-90deg);
    width: 265%;
    left: -106px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #7C9C17;
    color: #ffffff;
    padding: 15px;
}

.contProductos .seguroempresa  {
    background-image: url("../assets/images/seguroparaempresas.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: right;
    width: 100%;
    height: 65vh;
}

.contProductos .etiquetaProducto02 {
    position: absolute;
    transform: rotate(90deg);
    width: 265%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background: #113A56;
    color: #ffffff;
    padding: 15px;
}

.contProductos .cont-detalles .productos {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 15px;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 30px;
}

.contProductos .cont-detalles .mas-info {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    background: rgba(255, 255, 255, .5);
    border-radius: 30px;
    border: none;
    padding: 7px 45px;
    margin-top: 24px;
    cursor: pointer;
}

.detalle-productos .mas-info:focus {
    outline: none;
}

.modal-personas img, .modal-empresa img {
    margin: 25px auto;
}

.modal-content {
    background: #F2F2F2;
}

/*--- CONTADORES ---*/
.tit-contadores {
    font-size: 26px;
}

.contador768 {
    margin-bottom: 30px;
}

.modal-cotizar .modal-body p:nth-child(2) {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #048004;
}


/*--- COTIZA CON NOSOTROS ---*/
.counter1, .counter2, .counter3 {
    font-family: 'Roboto', sans-serif;
    font-size: 45px;
    font-weight: 600;
    margin-top: 24px;
}

/*--- COTIZA CON NOSOTROS ---*/
.cotiza-nosotros {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    font-weight: 600;
    padding-bottom: 40px;
    text-align: center;
    color: #ffffff;
}

.aseguradora {
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    padding: 0 0 20px 0;
    text-align: center;
    color: #917758;
}
.imagen-cotiza {
    position: relative;
    z-index: 0;
    background-image: linear-gradient(
            rgba(15, 93, 139, .6),
            rgba(0, 0, 0, 0.5)
    ),url(../assets/images/cotizador.jpg);
    background-attachment: fixed;
    background-size: cover;
    width:100%;
    /*height:660px;*/
}

.service-body {
    background: #063954;
    border-bottom: 6px solid #0f5d8b;
}

.color1 {
    background: red;
}
.color2 {
    background: green;
}
.color-fondo-cotiza {
    /*background: red;*/
    /*height: 590px;*/
}

.cotizadorAutos {
    padding-top: 19px;
    padding-bottom: 20px;
    text-align: center;
}

.cotizadorBienes {
    padding-top: 19px;
    padding-bottom: 20px;
    text-align: center;
}

.nav-tabs {
    margin: 0 auto;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 0px !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border-bottom-color: transparent;
    cursor: default;
}

.form-cotizacion {
    max-width: 90%;
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
}

.form-group {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.grupo-check {
    display: flex;
}

.form-check {
    top: 8px !important;
    text-align: center;
}

.form-check-label {
    padding-left: 0;
    margin-right: 7px !important;
}
.formulario-automotor, .formulario-bienes {
    padding: 20px 40px;
}

.formulario-automotor .area-textoOBS, .formulario-bienes .area-textoOBS  {
    resize: none;
    height: 38px;
}

.formulario-automotor .btn-form {
    display: flex;
    justify-content: flex-end;
}

.formulario-bienes textarea {
    resize: none;
    height: 200px;
}

.form-cotizacion ul li a {
    color: rgba(0, 0, 0, .3);
    transition: all ease .25s;
    background: #eee;
    padding: 20px 1px;
    text-decoration: none;
    display: block;
}
.form-cotizacion ul li a.active {
    background: white;
    color: #0f5d8b;
}

.form-cotizacion .nav-tabs .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    margin-bottom: 19px;
}

.cotizadorAutos, .cotizadorBienes {
    background: #ECECEC;
}

.tab-content {
    padding-left: 0;
}

.tab-content{
    padding:5px;
    text-align: left;
}

.btn-formulario {
    border-radius: 5px !important;
    color: #ffffff;
    background: #063954;
    display: flex;
    justify-content: flex-end;
}

.btn-formulario:hover {
    background: #0f5d8b;
    cursor: pointer;
}



.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9";
    font-size: 30px;
    color: #000000;
}

.navbar-light .navbar-toggler {
    outline: none;
}

.nav-sitio {
    margin-top: 12px;
    justify-content: space-around;
}

.cabecera {
    top:0;
    left:0;
    width: 100%;
    position: fixed;
    z-index: 999;
}

.encabezado {
    -webkit-box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
    -moz-box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
    box-shadow: 2px 10px 24px -11px rgba(0,0,0,1);
}

.bg-light {
    background-color: transparent !important;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.nav-link {
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
    text-align: center;
    position: relative;
    float: right;
    margin-right: 45px;
}

.navbar-brand {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
}


.nav-link span {
    font-family: "Poppins";
}

.navbar-light .navbar-nav .nav-link {
    font-family: "Poppins";
    color: #707070;
    font-size: 16px;
    padding: 0 1px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #a3a3a3;
}

.link-inicio {
    margin-left: 50px;
}

.logo-index {
    width: 250px;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
    font-size: 13px;
    line-height: 23px;
    background-color: #FFFFFF;
}

img {
    max-width: 100%;
}

a {
    transition: all 0.25s ease-in-out;
    color: #000;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

a:focus {
    color: #0056b3;
    outline: none;
    text-decoration: none;
}

a:active {
    color: #0056b3;
    outline: none;
    text-decoration: none;
}

.btn-primary-travlez {
    background-color: #0864b2;
    border: none;
    border-radius: 0px;
    font-size: 13px;
}

.btn-primary-travlez:hover {
    background-color: #F44336;
}

input {
    background-color: #f9f9f9;
    padding: 5px;
    border: solid 1px #eee;
    outline: none;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.h1,
h1 {
    font-size: 28px;
    line-height: 32px;
}

.h2,
h2 {
    font-size: 23px;
    line-height: 32px;
}

.h3,
h3 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -1px;
}

.h4,
h4 {
    font-size: 17px;
    line-height: 21px;
}

.h5,
h5 {
    font-size: 16px;
    line-height: 20px;
}

.h6,
h6 {
    font-size: 13px;
    line-height: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

.font-2 {
    font-family: "Open Sans";
}

.font-3 {
    font-family: "Dosis";
}

video {
    background-size: cover;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.container-all {
    max-width: 80%;
    margin: auto;
}

iframe {
    filter: grayscale(1);
    transition-duration: 0.9s;
}

iframe:hover {
    filter: none;
    transition-duration: 0.9s;
}

#sobreNosotros {
    position: relative;
    height: 980px;
    background-image: linear-gradient(rgba(248, 255, 224, 1), rgba(155, 203, 236, 0.6)),url(../assets/images/sobre-nosotros.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    clip-path: polygon( 0 0, 400% 0, 50% 100%, 0 calc(100% - 5vw) );
}

.llamadoWhatsapp {
    background: #1ebea5;
    border: 0;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    right: 48px;
    position: fixed;
    bottom: 95px;
    z-index: 99;
}

.llamadoWhatsapp:hover {
    cursor: pointer;
}

.llamadoWhatsapp:focus {
    outline: none;
}

.whatsapp .llamadoWhatsapp {
    font-size: 30px;
    color: #ffffff;
}

footer .parrafo-nosotros-asesores {
    font-family: Roboto, sans-serif;
    color: #ffffff;
    font-size: 22px;
    line-height: 31px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
}

footer .parrafo-nosotros-asesores-mat {
    color: #ffffff;
    text-align: center;
}

.footer-color {
    background-color: #929292;
}

.ssnafip {
    display: flex;
    flex-direction: column;
}

.telssn {
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
    color: #fff;
    margin-top: -15px;
}
/* ==================================================================== *
/*     Global        -------------------------------------------------- *
======================================================================= */

.encabezado-estilo {
    position: fixed;
    width: 100%;
    background: #fff;
}

/*--- Background Image ---*/
.background-overlay {
    position: relative;
    background-size: cover;
}
.background-overlay.fixed {
    background-attachment: fixed;
}

.background-overlay:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-cover {
    background-size: cover;
}

/*--- Text Color ---*/
.text-white,
.text-white a {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-dark {
    color: #212121;
}

/* text size */
.text-extra-small {
    font-size: 11px;
    line-height: 14px;
}

.text-small {
    font-size: 12px;
    line-height: 20px;
}

.text-up-small {
    font-size: 14px;
    line-height: 22px;
}

.text-medium {
    font-size: 16px;
    line-height: 23px;
}

.text-large {
    font-size: 18px;
    line-height: 26px;
}

.text-extra-large {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 26px;
}

.text-title-large {
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 44px;
}

.sub-titulos {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #131313;
}

.row-aseguradoras  li img {
    width: 200px;
}

.text-icon-large {
    font-size: 35px;
}

.icon-large {
    font-size: 55px;
}

.icon-medium {
    font-size: 42px;
}

/*--- Box Shadow ---*/
.box-shadow {
    box-shadow: 0px 0px 31px 0px rgba(0, 0, 0, 0.09);
}

.box-shadow-hover {
    box-shadow: none;
}

.box-shadow-hover:hover {
    box-shadow: 0px 0px 18px -8px #858585;
}

/*-- Position Transform --*/
.position-inherit {
    position: inherit;
}

.position-absolute {
    position: absolute;
}

.position-fixed {
    position: fixed;
}

.position-relative {
    position: relative;
}

.position-static {
    position: static;
}

.position-static {
    position: fixed;
}

.overflow-scroll {
    overflow: scroll;
}

.overflow-hidden {
    overflow: hidden;
}

.full-screen-intro {
    height: calc(100vh - 200px);
}

/*--- Padding all ---*/
.padding-0px {
    padding: 0px;
}

.padding-15px {
    padding: 15px;
}

/*--- Padding top & bottom ---*/
.padding-tb-10px {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-30px {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-tb-60px {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-tb-75px {
    padding-top: 75px;
    padding-bottom: 75px;
}

.padding-tb-100px {
    padding-top: 100px;
    padding-bottom: 100px;
}

/*--- Padding top ---*/
.padding-top-30px {
    padding-top: 30px;
}



/*--- Margin top ---*/
.margin-t-25px {
    margin-top: 25px;
}

.margin-t-35px {
    margin-top: 35px;
}

.margin-t-40px {
    margin-top: 40px;
}

/*--- Margin bottom ---*/
.margin-bottom-15px {
    margin-bottom: 15px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-25px {
    margin-bottom: 25px;
}

.margin-bottom-35px {
    margin-bottom: 35px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-45px {
    margin-bottom: 45px;
}

/*--- Margin Top & Bottom ---*/
.margin-tb-10px {
    margin-top: 10px;
    margin-bottom: 10px;
}

.margin-tb-40px {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*--- Margin Right & Left ---*/
.margin-lr-0px {
    margin-left: 0px;
    margin-right: 0px;
}

.margin-lr-8px {
    margin-left: 8px;
    margin-right: 8px;
}

/*--- Margin all ---*/
.margin-0px {
    margin: 0px;
}

/*--- Font Weight ---*/
.font-weight-700 {
    font-weight: 700;
}

/*--- Round icons ---*/
.icon-round {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #fdbe19;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 25px !important;
    margin-bottom: 15px;
}

.icon-round-ba {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
}

/*--- Hover Option ---*/
.with-hover {
    position: relative;
    overflow: hidden;
}

/*---------------------------------------
FOOTER
---------------------------------------- */

.mapaGoogle {
    margin-bottom: 20px;
}
.icon-cont {
    color: #063954;
}
.btn-enviar-form {
    border-radius: 5px;
    padding: 5px 30px;
    background: #063954;
    color: #fff;
}
.btn-enviar-form:hover {
    background: #0f5d8b;
    cursor: pointer;
}

/* ==================================
CONTACTO ================ */

.data-cont {
    text-align: center;
}
.icon-cont {
    padding: 10px;
    font-size: 30px;
}
.formulario {
    width: 70%;
    margin: auto;
}
.contact-form {
    float: left;
    margin: 35px auto 0;
}
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
.contact-form input.contact-textbox {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
    margin-bottom: 30px;
    font-size: 14px;
    transition: .3s ease-in;
}

/* MODAL MENSAJE ENVIADO */
.modal-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    border-bottom: 0px;
}
.modal-header .close {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    font-size: 15px
}
.imagen-confirmacion {
    width: 50%;
    margin: 10px auto 20px;
}
.modal-confirmacion {
    margin-top: 0%;
}
.modal-body {
    text-align: center;
}
.modal-content {
    margin-top: 50%;
}
.modal-footer {
    border-top: 0px;
    margin: auto;
}

/*FIN MODAL-------------------------------*/
.redes-sociales {
    display: flex;
    align-items: center;
}
.icon-face {
    background: #3B5998;
    padding: 15px 0 0 5px;
    border-radius: 5px;
}
.icon-face .icon-facebook {
    font-size: 30px;
    color: #fff;
}