@charset "UTF-8";
/* ----------------------------------

    01. HEADER
    02. CONTENT
---------------------------------- */
/* ===================================
    HEADER
====================================== */
header {
  position: absolute;
  width: 100%;
}

.carrusel {
    height:500px;
}

.navbar-default {
    border: 0;
}

.disp_flex_center {
  display: flex;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}

.logo_head a img {
  width: 100px;
}

.centrar-v {
  align-content: stretch;
  align-items: center;
}

.header-light-nav .menu_ppal li a {
  color: #fff;
  text-transform: uppercase;
}

.header-light-nav .menu_ppal li.active a {
  color: #1e266e;
}

.btn_degradado {
  padding: 10px 20px;
}

.btn_link {
  color: #ffffffd9;
  position: relative;
  transition: color .5s;
}

.btn_link::after {
  content: ' ';
  bottom: -5px;
  left: 50%;
  width: 20%;
  height: 2px;
  background: #fff;
  position: absolute;
  transform: translateX(-50%);
  transition: width .5s;
}

.btn_link:hover {
  color: #fff;
}

.btn_link:hover::after {
  width: 100%;
}

/* ===================================
    CONTENT
====================================== */
.seccion_top {
  padding: 0;
}

.top_int {
  height: 500px;
  display: flex;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bg_empresas {
    background: linear-gradient(to bottom, #1f223cad, #1f223c40), url(../img/bg-prod-empresas.jpg) no-repeat center;
    background-size: cover;
}


.seccion_top h1 {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    /*  background: linear-gradient(45deg, #26b0f0, #002186);*/
    background: #1f223c8f;
    padding: 10px 20px;
    display: table;
    color: #fff;
}

.seccion_content {
  /* margin-top: -80px; */
  padding-bottom: 100px;
  padding-top: 80px;
  background: #fff url(../img/bg-textura2.png) no-repeat center;
  background-size: cover;
}

.contenedor-xs {
  max-width: 900px;
}

.overlay_box {
  BORDER-RADIUS: 20PX;
  padding: 190px 0;
  overflow: hidden;
}

    .overlay_box h4 {
        color: #fff;
        text-align: center;
        font-weight: 400;
        text-transform: uppercase;
        font-size: calc(16px + 2vw);
        line-height: 1;
    }

.overlay_box h4 b {
  display: block;
  font-weight: 700;
}

.overlay_box::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.overlay_box:hover::before {
  transform: scale(1.1);
}

    .overlay_box.box_empresa::before {
        background: linear-gradient(to bottom, #1f223cad, #1f223c40);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;    
    }

    .overlay_box.box_personas::before {
        
        background: linear-gradient(to bottom, #1f223cad, #1f223c40);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.content_box_home {
  position: relative;
  z-index: 1;
}

    .content_box_home h4 span {

        padding:1rem;
    }
    .content_box_home .btn_boxes_home {
        padding: 3px 35px;
        line-height: 2;
        height: auto;
        min-height: auto;
        font-weight: 700;
    }

.product-listing {
  border-radius: 25px;
  background: #1f223d;
  bordeR: 0;
  height: 100%;
}

.box_img_prod {
  border-radius: 20px 20px 0 0;
}

.product-listing .product-img, .story-video {
  height: auto;
}

.source-element {
  bottom: 15px;
  left: 20px;
  top: unset;
  right: unset;
  z-index: 9;
}

.source-element a.btn_white {
  background: #ffffffbf;
  color: #000 !important;
}

.source-element a.btn_white:hover {
  background: #fff;
}

.product-listing .product-list h3 a {
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0px;
}

.product-listing .product-list p {
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}

.form_gd {
  background: #fff;
  border-radius: 0;
  height: auto;
  padding: 14px;
}

.padding {
  padding: 0 5%;
}

.btnForm {
  padding: 10px 25px;
  min-width: 150px;
}

.shadow_box {
  box-shadow: 0 0 13px 5px #0000001a;
}

/* ===================================
    PRODUCT PAGE
====================================== */
/* ===================================
    FOOTER
====================================== */
.footer-bar {
  padding: 50px 0;
}

.logo_footer img {
  max-width: 100%;
  width: 200px;
}

.list_foot {}

.list_foot li {
  line-height: 1.1;
  margin-bottom: 10px;
  font-weight: 300;
}

.list_foot li b {
  display: block;
  font-weight: 800;
}

.list_foot li a {
  color: #fff
}

@media (max-width: 960px) {
    .overlay_box {

        padding: 30px 0;
        margin-top:1rem;

    }

    .carrusel {
        height: 200px;
    }

    .d-sm-none {
        display:none;
    }
   
}

/* ===================================
    Menu Mobile
====================================== */
@media only screen and (min-width: 481px) {
    .mobile-container {
        display:none;
    }
    }
    @media only screen and (max-width: 480px) {

        #navbarSupportedContent ul li a {
            padding: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0;
            opacity: 1;
            font-size: 16px;
            color: #0855FE !important;
            padding: 0;
            border: none;
            border-radius: 0;
            box-shadow: none;
            min-width: 260px;
            top: auto;
            overflow: visible;
            right: auto;
        }

        #navbarSupportedContent .menu-item {
            padding: 0;
            padding-top: 10px;
            padding-bottom: 10px;
            margin: 0;
            opacity: 1;
        }

        .navbar-default {
            border: 0;
            display:none;
        }
        .header-light-nav {
            display: none;
        }

        .corpor_bar {
            display:none;
        }
        .mobile-container {
            max-width: 480px;
            margin: auto;
        }

        .topnavMobile {
            overflow: hidden;
            background-color: #fff;
            position: relative;

        }

            .topnavMobile #myLinks {
                display: none;  
            }

            .topnavMobile a {
                color: white;
                padding: 14px 16px;
                text-decoration: none;
                font-size: 17px;
                display: block;
                text-transform:uppercase;
            }

                .topnavMobile a.icon {
                    background: white;
                    display: block;
                    position: absolute;
                    color: #616161;
                    right: 0;
                    top: 0;
                }

                .topnavMobile a:hover {
                    background-color: white;
                    color: black;
                }

        .topnavMobileActive {
            background-color: #fff;
            color: white;
        }
        .headerContainer {
            display:none;
        }
        .bg_empresas {
            max-height:300px;
        }

        .topnavMobile img {
            height: auto !important;
            margin-bottom:0;
            width: 50px;
        }

        .seccion_content {
            padding-top:0px;
            padding-bottom:0px;

        }
        .contenainer .contenedor-xs {
            max-width:90%;
        }

        
        
        }

.headerContainer {
    padding: 40px 0px 20px 0px;
    background-color: rgba(0,101,162,1);
    color: #FFFFFF !important
}