a{
    cursor: pointer !important;
}

a.txt-white {
    color: white;
}
/*FLEX*/

.flex-centered{
    display: flex;
    align-items: center;
}
.flex-start{
    display: flex;
    align-items: start;
}
.flex-justify-center{
        justify-content: center !important;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  
  .nowrap  { 
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  
  .wrap    { 
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }  
  .wrap li {
    background: transparent;
  }
  
  .wrap-reverse         { 
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }  
  .wrap-reverse li {
    background: deepskyblue;
  }
  
  .flex-item__seguros {
    padding:0 3em;
    margin: 10px;
    line-height: 2em;
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}

.flex-item__avaluos {
    padding: 0 1em;
    margin: 10px;
    line-height: 2em;
    color: white;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}





a:hover{
    text-decoration: none !important;
    color: #3a96a4 !important;
}

.close{
    height: 30px;
    float: right;
    cursor: pointer;
}

.close-inner-insurance{
    position: absolute;
    display: inline-block;
    right: 2em;
    top: 1em;
    width: 3%;
}


.clients{
    text-align: center;
    display: block;
}
.modal-img {
    width: 100%;
    margin-top: 1em
}
.img-icons{
    width: 20px;
    height: 20px;
    object-fit:contain;
}
img.logo {
    width: 150px
}
.no-padding{
    padding: 0 !important;
}

.padding-two{
    padding: 2em;
}

.padding-uno{
    padding: 1em  1em 1em 0;
}
.padding-top-one{
    padding-top: 1em;
}
.padding-top-two {
    padding-top: 2em
}
.padding-one{
    padding: 1em;
}
.padding-half{
    padding: .5em;
}
.margin-one{
    margin: 1em;
}
.margin-top-two{
    margin-top: 2em;
}
.margin-top-one{
    margin-top: 1em;
}

/* CONTAINERS */
.minh50{
    min-height: 50px;
}
.w15{
    width: 15%;
}
.w40{
    width: 40%;
}
.w80{
    width: 80%;
}
.w90 {
    width: 90%;
}
.w95 {
    width: 95%;
}
/*TEXT*/
.txt-center {
    text-align: center
}
.txt-justify {
    text-align: justify;
}
.txt-right{
    text-align: justify;
    display: flex;
}
.txt-white {
    color: white;
}
a.site-map-txt {
    color: white;
}
.fw-500 {
    font-weight: 500
}
.fw-200 { 
    font-weight: 200
}
p.services-txt {
    margin-bottom: 3em;
    font-size: 15px;
}
.font-16{
    font-size: 16px !important;
}
.orange-txt{
    color: #ee7637;
}
.justify-mobile{
    text-align: justify;
    padding-left: 1em;
}

 p.slider-legend {
    text-shadow: 1px 1px 1px black;
    }

/*FOOTER*/

  .wrapper{
    /* min-height: 100vh; */
    background: #ccc;
    display: flex;
    flex-direction: column;
  }
  .footer-flex{
    display: flex;
    align-items: flex-end;
    font-weight: 100;
    font-size: 11px;
    justify-content: space-between;
    padding: 0 1em;
    
  }

  .hr-orange, .footer{
    
    background: #ee7437;
    color: #fff;
  }
  .content {
    display: flex;
    flex: 1;
    color: #000; 
  }
  .columns{
    display: flex;
    flex:1;
  }
  .main{
    flex: 1;
    order: 2;
  }
  .sidebar-first {
    width: 30%;
    order: 1;
    font-size: 12px;
    line-height: normal;
}

  .sidebar-second{ 
    width: 30%;
    order: 3;
  }
/*CUSTOM*/

.legend{
    color: #ee7537;
    font-weight: 200;
    font-size: 17px;
    text-shadow: 1px 2px 1px black;
}

.border-white{
    border-radius: 50%;
    border: 1px solid white;
}

.visibility-none{
    visibility: hidden;
}


.hidden{
    display: none;
}

ul.navbar-nav.mr-auto {
    font-size: 13px;
}

/* BG COLORS  */
.bg-black{
    background: #222222;
    color: white;
    min-height: 300px
    
}
.bg-darkgray{
    background: #484848;
    color: white;
    min-height: 300px
    
}

.bg-gray-container{
    background: #484848;
    color: white;    
}

.bg-darkgray-footer {
    background: #484848;
    color: white;
    max-height: 200px;
    font-size: 9px;
    text-align:center;
}

.bg-gray-transparent {
    background: rgba(242,241,241, 0.7);
}
.bg-gray {
    background: rgb(242,241,241);
}

.bg-footer{
    background-image: url(../images/bg/footer-bg.png);
    background-size: cover;
    width: 100%;
    min-height: 500px;
    color:white;
}

a.white_color {
    color: whitesmoke;
}
a.white_color:hover {
    color: white !important;
    text-shadow: 1px 1px 2px grey;
}

a.nav-link
{
 color: white !important;   
}

.nav-item{
    cursor:pointer;
}

/* INPUTS  */
input.search-input {
    background: transparent;
    border: none;
    width: 100%;
}
input.form-control.w40, select.form-control.w40 {
    display: flex;
    margin: 1em;
    float: left;
    width:40%;
}

textarea{
    width: 90%;
}

textarea{
    padding: .375rem .75rem;
    font-size: 1rem;
    margin: 16px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.search-input{
    word-spacing: .3em;
    letter-spacing: .05em;
    font-weight: 100;
    padding: .2em;
    font-size: 14px;
}

/*BUTTON*/

button.primary {
    background: #ee7537;
    border: none;
    color: white;
    padding: .2em 1em;
    font-size: 13px;
    min-width:82px;
    cursor: pointer;
}


button.secondary {
    border: 1px solid #247789;
    padding: .2em 1em;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    cursor:pointer;
}

button.primary.big-btn {
    font-size: 1.2em;
}


/*MENU*/

nav.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    position: fixed;
    width: 100%;
    z-index: 2;
}

.navbar{
    padding: 0 !important;
}

ul.navbar-nav.mr-auto>li {
    padding: .5em 1em;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.nav-item.flex-centered.container:hover {
    /* background: #3a96a4; */
    cursor: pointer;
}

li.active-section{
    background: white;    
}

li.nav-item.active.active-section>a {
    color: #ee7537 !important;
    font-weight: 500;
}

ul.orange-list{
    color: #ee7537;
    font-size: 1.2em;
}
ul.orange-list p{
    color: #222222; 
}

/*SUBMENU*/

.sub-menu {
    /* display: flex; */
    position: absolute;
    top: 64px;
    z-index: 1;
    left: 85px;
    width: 85%;
    height: auto;
    align-items: center;
}


div.submenu-custom {
    width: 90%;
    position: relative;
    left: 5em !important;
    margin-bottom: 3em;
}

.submenu-container{
    /* width: 100%; */
    display: flex;
    align-items: center;
    padding: 1em;
}
.submenu-link{
    color: black;
    text-decoration: none;
    text-align: center;
    padding-right: 2em;
    padding-left: 2em;
}

.submenu-btn{
    text-align: right;
    padding: 0 3em;
}


.flex{
    display: flex;
}
.flex1{
    flex: 1;
}
.flex2{
    flex: 2;
}
.flex-space-evenly {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flex-space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*CAROUSEL*/

.carousel-caption {
    bottom: 75px !important;
    text-align: left !important;
    /* font-size: 20px !important; */
    font-weight: 100 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 1em;
}



/*SERVICIOS*/


.seguros-img {
    text-shadow: 1px 1px 2px black;
}

#mouseover-txt-q{
    font-size: 13px;
}

#mouseover-txt-q, #mouseover-txt-q2, #mouseover-txt-q3, #mouseover-txt-q4 {
    font-size: 13px;
}


.object-fit_cover { object-fit: cover }




.servicios-credito{
    background-image: url("../images/services/servicios-credito_n.png");
    height: 190px;
    width: 160px;
}
.servicios-credito:hover, .servicios-credito:active {
    background-image: url("../images/services/servicios-credito_v.png");
    height: 190px;
    width: 160px;
}

.servicios-credito-hipo{
    background-image: url("../images/services/servicios-credito-h_n.png");
    height: 190px;
    width: 160px;
}
.servicios-credito-hipo:hover, .servicios-credito-hipo:active {
    background-image: url("../images/services/servicios-credito-h_v.png");
    height: 190px;
    width: 160px;
}

.servicios-seguros{
    background-image: url("../images/services/servicios-seguros_n.png");
    height: 190px;
    width: 160px;
}
.servicios-seguros:hover, .servicios-seguros:active{
    background-image: url("../images/services/servicios-seguros_v.png");
    height: 190px;
    width: 160px;
}
.servicios-avaluos{
    background-image: url("../images/services/servicios-avaluos_n.png");
    height: 190px;
    width: 160px;
}
.servicios-avaluos:hover, .servicios-avaluos:active{
    background-image: url("../images/services/servicios-avaluos_v.png");
    height: 190px;
    width: 160px;
}
.servicios-inmobiliario{
    background-image: url("../images/services/servicios-inmobiliario_n.png");
    height: 190px;
    width: 160px;   
}
.servicios-inmobiliario:hover, .servicios-inmobiliario:active  {
    background-image: url("../images/services/servicios-inmobiliario_v.png");
    height: 190px;
    width: 160px;   
}

.services-img{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    color: white;
}

a.services-img, a.services-img:hover, a.seguros-img {
    color: white !important;
    margin: 1em;
}


.seguros-img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 500;
}

/*INSURANCE HEADERS */
.insurance-header{
    background-size: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.life-insurance-header{
    background-image: url('../images/seguros/insurance-life.jpg');
}

.vehicle-insurance-header{
    background-image: url('../images/seguros/insurance-vehicle.jpg');
}

.home-insurance-header{
    background-image: url('../images/seguros/insurance-home.jpg');
}
.naves-insurance-header{
    background-image: url('../images/seguros/insurance-naves.jpg');
}
.empresa-insurance-header{
    background-image: url('../images/seguros/insurance-empresa.jpg')
}
.vehiculos-insurance-header{
    background-image: url('../images/seguros/insurance-flotillas.jpg')
}

