@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed:300,400,600&display=swap');

body {
  font-family: 'Fira Sans Extra Condensed', sans-serif;
  font-weight: 300;
}
a {
  color: #E4002B;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover{
  color:#3B4559;
}
.blue-head-table{
  background-color: #4e67ff;
  color: white;
}
.blue-d-head-table{
  background-color: #1d267d;
  color: white;
}
.tabs {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #ddd;
  text-align: center;
  color: #000;
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #fff;
}
.tab-contents {
  padding: 0px;
  border: 1px solid #ddd;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
.tab-select-outer {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: white;
  }
.tab-contents {
    margin-top: 30px;
    overflow-x: auto;
}
#tab-select{
    position: relative;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    top: 0px;
}
.title-principal{
  color:#3B4559;
}
video:focus {
  outline: none;
}
.text-white{
  color: white;
}
.text-red{
  color: #da002a;
}
.text-20px{
  font-size: 20px;
}
.text-25px{
  font-size: 25px;
}
.legales-tab{
  font-size: 12px;
  font-weight: 600;
  color: #3B4559;
}
.texto-cuerpo{
  font-size: 20px;
  line-height: 34px;
  margin: 0 auto;
  text-align: justify;
}
.max-width{
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: fixed;
    left: 0px;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: 40px;
    margin-top: 0;
  }
}

/* HEADER NAV */
.menu-principal{
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 100;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: white;
  text-align: left;
  list-style: none;
  background-color: #E4002B;
  background-clip: padding-box;
  border-radius: 0px !important;
  border:none;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: white;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.nav-item{
  font-size: 18px;
}
@media screen and (max-width: 425px) {
  .navbar-brand img{
    width: 100px;
  }
  .menu-principal{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
/* HOME STYLES */
.slider-home{
  margin-top: 50px;
  max-height: 670px;
}
.title-segmento{
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}
.title-slide{
  position: absolute;
  top: 150px;
  left: 11%;
  font-weight: 800;
  font-size: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  font-style: italic;
  background-color: rgba(255,255,255,0.8);
  color: #da002a;
}
.subtitle-slide{
  position: absolute;
  left: 16%;
  top: 216px;
  background-color: #da002a;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-size: 20px;
}
.text-gnrl-slide{
  position: absolute;
  width: 372px;
  top: 260px;
  left: 13%;
  font-size: 23px;
  font-weight: 500;
  color: white;
  text-shadow: 2px 2px 3px #000000;
}
.btn-slide{
  position: absolute;
  left: 13%;
  top: 380px;
  background-color: #da002a;
  border:1px solid #da002a;
  padding: 5px 10px 5px 10px;
  color: white;
  font-size: 19px;
  font-weight: 400;
  cursor: pointer;
}
.btn-slide:hover{
  background-color:rgba(219,0,43,.9);
  border: 1px solid white;
}
@media screen and (max-width: 991px) {
  .nav-link{
    text-align: center;
    font-size: 20px;
  }
  .dropdown-item{
    text-align: center;
    font-size: 20px;
  }
}
@media screen and (max-width: 960px) {
  .title-slide{
    position: absolute;
    top: 110px;
    left: 11%;
    font-weight: 800;
    font-size: 50px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-style: italic;
    background-color: rgba(255,255,255,0.8);
    color: #da002a;
  }
  .subtitle-slide{
    position: absolute;
    left: 16%;
    top: 176px;
    background-color: #da002a;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 20px;
  }
  .text-gnrl-slide{
    position: absolute;
    width: 372px;
    top: 220px;
    left: 13%;
    font-size: 23px;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 3px #000000;
  }
  .btn-slide{
    position: absolute;
    left: 13%;
    top: 340px;
    background-color: #da002a;
    border:1px solid #da002a;
    padding: 5px 10px 5px 10px;
    color: white;
    font-size: 19px;
    font-weight: 400;
    cursor: pointer;
  }
}
@media screen and (max-width: 800px) {
  .title-slide{
    position: absolute;
    top: 110px;
    left: 11%;
    font-weight: 800;
    font-size: 34px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-style: italic;
    background-color: rgba(255,255,255,0.8);
    color: #da002a;
  }
  .subtitle-slide{
    position: absolute;
    left: 16%;
    top: 156px;
    background-color: #da002a;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 17px;
  }
  .text-gnrl-slide{
    position: absolute;
    width: 358px;
    top: 188px;
    left: 13%;
    font-size: 19px;
    font-weight: 500;
    color: white;
    text-shadow: 2px 2px 3px #000000;
  }
  .btn-slide{
    position: absolute;
    left: 13%;
    top: 288px;
    background-color: #da002a;
    border:1px solid #da002a;
    padding: 5px 10px 5px 10px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
  }
}
@media screen and (max-width: 680px) {
  .text-gnrl-slide {
    display: none;
  }
  .btn-slide {
    top: 178px;
    font-size: 12px;
    left: 50%;
    margin-left: -48px;
  }
  .title-slide{
    position: absolute;
    width: 195px;
    top: 120px;
    left: 50%;
    font-weight: 800;
    margin-left: -96px;
    font-size: 19px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-style: italic;
    background-color: rgba(255,255,255,0.8);
    color: #da002a;
  }
  .subtitle-slide{
    position: absolute;
    width: 245px;
    left: 50%;
    top: 146px;
    margin-left: -110px;
    background-color: #da002a;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    font-size: 13px;
  }
}
@media screen and (max-width: 425px) {
  .title-slide {
  top:90px;
  }
  .subtitle-slide{
    top:117px;
  }
  .btn-slide {
    top: 149px;
  }

}
@media screen and (max-width: 375px) {
  .title-slide {
  top:60px;
  }
  .subtitle-slide{
    top:87px;
  }
  .btn-slide {
    top: 119px;
  }
  .footer-legales p {
    width: 224px;
    line-height: 12px;
  }
}
@media screen and (max-width: 320px) {
  .title-slide {
  top:40px;
  }
  .subtitle-slide{
    top:67px;
  }
  .btn-slide {
    top: 100px;
  }
  .footer-legales p {
    width: 224px;
    line-height: 12px;
  }
}
/*AVISO DE PRIVACIDAD*/
.overlayer{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 10000;
  display: none;
}
.aviso-privacidad {
  position: fixed;
  top: 30px;
  width: 90vw;
  height: 90vh;
  left: 50%;
  margin-left: -45%;
  background-color: white;
  z-index: 10000;
  display: none;
}
.close-aviso {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  color: red;
  background-color: white;
  cursor: pointer;
  z-index: 1000;
}
.cont-aviso {
  position: absolute;
  left: 50%;
  top: 18px;
  margin-left: -45%;
  width: 90%;
  height: 90%;
  overflow-y: auto;
}
/* CLIENTES SLIDER */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* FORMULARIOS COBERTURA Y CONTACTO */
.cont-forms-cobertura-contacto{
  background-color: #353F4F;
}
.outline-white{
  background-color: transparent !important;
  border: 2px solid white;
  color: white !important;
  resize: none;
}
.cont-form-contacto{
  background-color: #dc3545;
}
.btn-contacto{
  background-color: #353F4F;
  color: white;
}
.cont-form-contrata{
  background-color: #20242d;
}
.btn-contrata{
  background-color: white;
  color: #353F4F;
}
/* FOOTER */
.cont-footer{
  background-color: #f4f4f4;
  color: #353F4F;
  max-width: 100%;
}
.logo-footer{
  width: 130px;
}
.text-footer{
  font-size: 15px;
  width: 100%;
  max-width: 250px;
  text-align: justify;
}
.list-footer{
  padding-left: 0px;
  font-weight: 600;
  list-style: none;
}
.footer-legales{
  background-color: #353F4F;
  height: 55px;
}
.footer-legales p{
  font-size: 13px;
  margin-bottom: 0px !important;
}
.sublist-footer{
  list-style: none;
}
.sublist-footer li:before {   
  content: "";  
  border-color: transparent red;  
  border-style: solid;  
  border-width: 0.35em 0 0.35em 0.45em;  
  display: block;  
  height: 0;  
  width: 0;  
  left: -1em;  
  top: 0.9em;  
  position: relative;  
} 
@media screen and (max-width: 768px) {
  .list-footer{
    display: none;
  }
  .text-footer {
    max-width: 370px;
    margin: 0 auto;
    text-align: center;
  }
  .cont-footer .row .col-md-3{
    text-align: center;
  }
  .cont-footer .row{
    padding-bottom: 10px !important;
    padding-top: 15px !important;
  }  
  .footer-legales p{
   margin:0 auto;
   padding-top: 0px !important;
  }
}
@media screen and (max-width: 425px) {
  .footer-legales p {
    font-size: 11px;
}
}
@media screen and (max-width: 375px) {
  .footer-legales p {
    margin-top: -5px;
  }
  video{
    min-width: 100% !important;
  }
}

/*SEGMENTOS*/
.headimage-1 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/segmentos/emprendedores/header-image1.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.headimage-2 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/segmentos/emprendedores/header-image2.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.headimage-3 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/segmentos/emprendedores/header-image3.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
#accordionserv{
  width: 100%;
}
.card-header{
  background-color: #20242d;
}
.card-header .btn-link{
  color:white;
  font-size: 20px;
  text-decoration: none !important;
}
.card-header .btn-link:hover{
  color:#dc3545;
  text-decoration: none;
}
.icon-serv{
  width: 45px;
  margin-right: 15px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #dc3545;
}
/*SEGMENTO EMPRENDEDORES*/
.carga-descarga{
  background-color: #dc3545;
  color: white;
}
.tit-paq1{
  background-color: #20242d;
  color: white;
  text-align: center;
}
.tit-paq2{
  background-color: #353F4F;
  color: white;
  text-align: center;
}
.tit-paq3{
  background-color: #3B4559;
  color: white;
  text-align: center;
}
.icon-gs{
  width: 30px;
}
.paloma{
  width: 25px;
}
/* SECTORES */
.headimage-sec-1 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/sectores/header-image1.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headimage-sec-2 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/sectores/header-image2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headimage-sec-3 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/sectores/header-image3.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.headimage-sec-4 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/sectores/header-image4.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.headimage-sec-5 {
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/sectores/header-image5.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.headimage-cotizar{
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/header-cotizar.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.headimage-contacto{
  height: 50vh;
  min-height: 550px;
  background-image: url('../img/header-contacto.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}