/*

Theme Name: Facility

Author: Somos Sistemas 

Description: Plantilla desarrollada por Somos Sistemas para Facility

Version: 1.0 

*/

body {
    outline: none;
    font-family: 'DIN Next LT Pro';
    font-weight: normal;
    font-style: normal;
}
body.overflow {
    overflow: hidden;
}
.overflow_v {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0, 0, 0, 0.4);
    z-index: 80;
    display: none;
}
:root {
    font-size: 16px;
    font-size: 1rem;
}
.menu_navegacion {
    z-index: 50;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.2);*/
    transition: .5s all;
}
.menu_navegacion::after {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    width: 65%;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.menu_navegacion.white_menu {
    background: #fff;
    box-shadow: 0 0 30px rgba(187, 179, 179, 0.25882352941176473);
    border-bottom: 1px solid rgba(117, 110, 110, 0.09);
}
.menu_navegacion.white_menu a {
    color: #000!important;
}
.menu_navegacion.white_menu .menu .img-logo img {
    max-width: 90px
}
.menu_navegacion .menu .img-logo img {
    max-width: 130px;
    height: auto;
    transition: .5s all;
}
.menu_navegacion .menu_section.menu_desktop ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_navegacion.white_menu .menu_section.menu_desktop ul li {
    padding: 1rem
}
.menu_navegacion .menu_section.menu_desktop ul li {
    display: inline-block;
    padding: 1.5rem;
    transition: .5s all;
}
.menu_navegacion .menu_section.menu_desktop ul li a {
    /*padding: 1rem;*/
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}
.menu_navegacion.white_menu .menu_section.menu_desktop ul li a::after {
    background: #000;
}
.menu_navegacion .menu_section.menu_desktop ul li a::after {
    content: '';
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: -.5rem;
    height: 2px;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: .5s all;
}
.menu_navegacion .menu_section.menu_desktop ul li a:hover::after {
    content: '';
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu_navegacion .menu_section.menu_desktop ul li.current-menu-item a::after {
    content: '';
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.menu_navegacion .menu_hamburguer {
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
}
.menu_movil {
    z-index: 101;
    height: 100%;
    width: 300px;
    background: #fff;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition: .5s all;
}
.menu_movil.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.menu_movil .icono_cerrar {
    padding: 1rem 0;
    text-align: right;
    border-bottom: 1px solid #f7f6f6;
}
.menu_movil .icono_cerrar .menu_hamburguer {
    padding: 0 1rem;
}
.menu_movil ul {
    list-style: none;
    padding: 0;
}
.menu_movil ul li {
    display: block;
    position: relative;
    padding: 1rem;
    /*border-bottom: 1px solid #eaeaea;*/
}
.menu_movil ul li a {
    color: #333232;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    padding: 0 1rem 0 0;
    position: relative;
}
.menu_movil ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 86%;
    height: 2px;
    background: rgba(0, 0, 0, 0.10196078431372549);
}
.menu_navegacion .menu_hamburguer i {
    color: #fff
}
.menu_navegacion.white_menu .menu_hamburguer i {
    color: #000
}
#carousel_facility_front, #carousel_facility_front .carousel-inner, #carousel_facility_front .carousel-inner .carousel-item, .img_dest_pag {
    height: 80vh
}
#carousel_facility_front .carousel-inner .carousel-item .title_slider {
    opacity: 0;
    transition: opacity 1s;
}
#carousel_facility_front .carousel-inner .carousel-item.active .title_slider {
    opacity: 1;
}
#carousel_facility_front .back_overlay, .img_dest_pag .back_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0, .3);
    z-index: 2
}
#carousel_facility_front .carousel-caption, #carousel_facility_front .carousel-control-prev, #carousel_facility_front .carousel-control-next {
    z-index: 3;
}
#carousel_facility_front .botones_slider {
    position: absolute;
    bottom: 0;
    bottom: 3rem;
    left: 14%
}
#carousel_facility_front .botones_slider.izquierda {
    left: 8%
}
#carousel_facility_front .botones_slider.derecha {
    left: 14%
}
#carousel_facility_front .botones_slider .arrow {
    width: 80px;
    height: 30px;
}
#carousel_facility_front .botones_slider.izquierda .arrow {
    background: url('assets/izq_arrow.svg') no-repeat center;
    background-size: contain;
}
#carousel_facility_front .botones_slider.derecha .arrow {
    background: url('assets/der_arrow.svg') no-repeat center;
    background-size: contain;
}
#carousel_facility_front .line-slider-left, .img_dest_pag .line-slider-left {
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    /*height: calc(80vh - 115px);*/
    height: 100%;
    width: 1px;
    bottom: 0;
    left: 13%;
    z-index: 3;
}
#carousel_facility_front .carousel-item img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -o-object-fit: cover;
    object-fit: cover;
    transition: 15s ease-in;
    position: absolute;
    height: 100%;
}
#carousel_facility_front .carousel-item.active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#carousel_facility_front .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 15%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    width: 60%;
}
#carousel_facility_front .carousel-caption .title_slider {
    font-size: 3rem;
}
.servicios_body .izquierda .contenedor {
    height: 400px;
    padding: 2rem;
    /* overflow: hidden; */
    border-radius: .5rem;
}
.servicios_body .izquierda .contenedor img {
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 550px!important;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.servicios_body .arrow.derecha {
    width: 80px;
    height: 30px;
    background: url('assets/der_arrow.svg') no-repeat center;
    background-size: contain;
}
.titulo_servicio {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    bottom: -2rem;
    color: #fff;
    width: 90%;
    text-align: center;
    /*border-radius: .3rem;*/
    box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.19);
    letter-spacing: 1px;
    font-size: 1.2rem;
    background: #615e9e;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}
.titulo_servicio.titulo_2_derecha {
    right: 50%;
    width: 65%;
    left: auto;
    bottom: -1rem;
    -webkit-transform: translate(50%);
    transform: translate(50%);
}
.titulo_servicio.titulo_3_derecha {
    top: -7%;
    bottom: auto;
    width: 65%;
    left: auto;
    right: 38%;
    -webkit-transform: translate(50%);
    transform: translate(50%);
}
#carousel_facility_front .carousel-item {
    /*transition: transform 2s ease, opacity 2s ease-out;*/
}
.img_dest_pag {
    position: relative;
    overflow: hidden;
}
.img_dest_pag img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    -webkit-animation: bounce_img 45s infinite;
    animation: bounce_img 45s infinite;
}
@-webkit-keyframes bounce_img {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
@keyframes bounce_img {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.2);
        transform: translate(-50%, -50%) scale(1.2);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }
}
.img_dest_pag .titulo_text {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #fff;
    z-index: 3;
    font-size: 3rem;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.5019607843137255);
}
.text-nosotros {
    color: #e4e4e4;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3rem;
    text-align: center;
}
.titulo_galeria {
    display: block;
    position: absolute;
    color: #e4e4e4;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3rem;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
}
.titulo_serevicios_90 {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.titulo_galeria_2 {
    display: block;
    color: #e4e4e4;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 3rem;
    text-align: center;
}
.btn_facility {
    padding: .8rem 2.1rem;
    color: #F27D46;
    border: 2px solid #F27D46;
    /*background: #fff;*/
    /*border-radius: .5rem;*/
    text-decoration: none;
    position: relative;
    transition: .5s all;
}
.btn_facility:hover {
    color: #fff!important;
    text-decoration: none;
}
.btn_facility .dec {
    color: #4D4D4D;
    transition: .5s all;
}
.btn_facility:hover .dec {
    color: #fff;
}
.btn_facility::after {
    content: '';
    background: #F27D46;
    width: 100%;
    position: absolute;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s all;
}
.btn_facility:hover::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.btn_facility_light {
    padding: .5rem 1.5rem;
    border-color: #808080;
    color: #808080;
}
.galeria_img .img_contenedor {
    overflow: hidden;
    border-radius: .5rem;
}
.galeria_img .img_contenedor img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: .3s all;
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
}
.galeria_img .img_contenedor:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.galeria_img .icon_play {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 2rem;
    border-radius: 50%;
}
.galeria_img .icon_play i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000
}
.galeria_contenedor .img_contenedor a {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;*/
}
.post_body, .page_body {
    padding: 2rem 0
}
.ofrecemos .valores_list li:last-child {
    margin: .5rem 0
}
.ofrecemos .valores_list li:last-child i {
    display: none
}
.ofrecemos .img_ofrecemos, .valores .img_valores {
    overflow: hidden;
    position: relative;
}
.ofrecemos .primero img, .valores .primero img {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    height: 100%;
}
.text-nosotros svg {
    min-width: 100px!important;
    height: auto;
}
.valores .segundo ul li:first-child {
    margin: 0 0 .5rem 0;
}
.valores .segundo ul li:last-child {
    margin: .5rem 0 0 0;
}
.valores .segundo ul li {
    font-size: 1.5rem;
    margin: 1.5rem 0
}
.modelo_negocio_j .modelos_contenedor .mode_body .icono_modelo, .modelos_respect .modelos_contenedor .mode_body .icono_modelo {
    padding: 1rem;
    width: 100px;
    background: #fff;
    height: 100px;
    border: 4px solid #808080;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
    position: relative;
    transition: .5s all;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(n) .mode_body:hover .icono_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(n) .mode_body:hover .icono_modelo {
    background: #B7BE34;
    border: 4px solid #efefef;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(2n) .mode_body:hover .icono_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(2n) .mode_body:hover .icono_modelo {
    background: #FDBF2E;
    border: 4px solid #efefef;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(3n) .mode_body:hover .icono_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(3n) .mode_body:hover .icono_modelo {
    background: #0083AD;
    border: 4px solid #efefef;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(4n) .mode_body:hover .icono_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(4n) .mode_body:hover .icono_modelo {
    background: #615E9E;
    border: 4px solid #efefef;
}
.modelo_negocio_j .modelos_contenedor .mode_body .icono_modelo svg, .modelos_respect .modelos_contenedor .mode_body .icono_modelo svg {
    position: absolute;
    width: 2.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.modelo_negocio_j .modelos_contenedor .mode_body .icono_modelo svg .cls-1, .modelos_respect .modelos_contenedor .mode_body .icono_modelo svg .cls-1 {
    fill: #808080;
    transition: .5s all;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w .mode_body:hover .icono_modelo svg .cls-1, .modelos_respect .modelos_contenedor .modelo_negocio_w .mode_body:hover .icono_modelo svg .cls-1 {
    fill: #fff;
}
.modelo_negocio_j .modelos_contenedor .mode_body .titulo_modelo, .modelos_respect .modelos_contenedor .mode_body .titulo_modelo {
    display: block;
    margin: 0 0 1rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #4D4D4D;
    transition: .5s all;
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(n) .mode_body:hover .titulo_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(n) .mode_body:hover .titulo_modelo {
    color: #B7BE34
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(2n) .mode_body:hover .titulo_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(2n) .mode_body:hover .titulo_modelo {
    color: #FDBF2E
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(3n) .mode_body:hover .titulo_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(3n) .mode_body:hover .titulo_modelo {
    color: #0083AD
}
.modelo_negocio_j .modelos_contenedor .modelo_negocio_w:nth-child(4n) .mode_body:hover .titulo_modelo, .modelos_respect .modelos_contenedor .modelo_negocio_w:nth-child(4n) .mode_body:hover .titulo_modelo {
    color: #615E9E
}
.modelos_archive .mode_body .titulo_modelo {
    font-size: 1.3rem!important;
}
.contaco_page .form-group input[type="tel"], .contaco_page .form-group input[type="text"] {
    border: 2px solid #808080;
    padding: 1.5rem;
    font-size: 1.2rem;
}
.contaco_page .form-group select {
    height: 3.4rem;
    border: 2px solid #808080;
    padding: .375rem .75rem;
}
.contaco_page .form-group input[type="tel"]:focus, .contaco_page .form-group input[type="text"]:focus, .contaco_page .form-group select:focus {
    box-shadow: none;
}
.contaco_page .form-group .form-control.wpcf7-not-valid {
    border: 2px solid red;
}
.contaco_page .wpcf7-not-valid-tip {
    display: none;
}
.numerador_pagina .wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-bottom: 2px solid #000!important;
    color: #000;
    text-decoration: none;
    border: none;
}
.numerador_pagina .wp-pagenavi a, .wp-pagenavi span {
    padding: 1rem!important;
    margin: 0 .3rem 0!important;
    color: #000;
    border: none;
}
footer {
    background: #4D4D4D;
}
footer .contenedor_widget .body_footer_w {
    font-weight: 300;
    font-style: normal;
}
footer .contenedor_widget .body_footer_w ul {
    list-style: none;
    list-style: none;
    padding-left: 1rem;
}
footer .contenedor_widget .body_footer_w ul li a {
    color: white
}
footer .contenedor_widget .body_footer_w .footer_social_network {
    right: 0;
    top: 0;
    position: absolute;
}
footer .contenedor_widget .body_footer_w .footer_social_network ul {
    list-style: none;
    padding: 0;
    margin: 0
}
footer .contenedor_widget .body_footer_w .footer_social_network ul li a {
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    width: 50px;
    margin-bottom: .5rem;
    height: 50px;
    position: relative;
    display: block;
    color: #4D4D4D;
    border: 1px solid #fff;
    transition: .3s all;
}
footer .contenedor_widget .body_footer_w .footer_social_network ul li a:hover {
    background: #4D4D4D;
    color: #fff;
}
footer .contenedor_widget .body_footer_w .footer_social_network ul li a i {
    position: absolute;
    top: 51%;
    left: 51%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
    .container {
        /*max-width: 1200px;*/
    }
}
@media (max-width: 1024px) {
    :root {
        font-size: 16px;
        font-size: .9rem;
    }
    footer .contenedor_widget .body_footer_w .footer_social_network {
        position: relative;
    }
    #carousel_facility_front .carousel-inner .carousel-item .title_slider {
        font-size: 2rem
    }
    #carousel_facility_front .carousel-caption {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    footer .contenedor_widget .body_footer_w .footer_social_network ul {
        text-align: center;
    }
    #carousel_facility_front .botones_slider.derecha {
        right: 10%;
        left: auto;
    }
    #carousel_facility_front .botones_slider .arrow {
        width: 60px;
        height: 30px;
    }
    .menu_navegacion .menu .img-logo img {
        max-width: 70px;
        height: auto;
    }
    .img_dest_pag .titulo_text {
        font-size: 2rem;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .ofrecemos .primero img, .valores .primero img {
        -o-object-fit: contain;
        object-fit: contain;
        position: relative;
    }
    .btn_facility {
        display: block;
        text-align: center;
    }
    .galeria_img .img_contenedor img {
        height: 100px
    }
    .servicios_body .izquierda .contenedor {
        padding: 0;
        height: auto
    }
    .servicios_body .izquierda .contenedor img {
        width: 100%!important;
        height: auto;
        position: relative;
        -o-object-fit: contain;
        object-fit: contain;
        left: auto;
        -webkit-transform: none;
        transform: none;
        bottom: 0;
    }
    .titulo_servicio.titulo_2_derecha {
        background: #615e9e;
        left: 50%;
        right: auto;
        width: 93%;
        /* padding: .5rem; */
        bottom: -8%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .titulo_servicio.titulo_3_derecha {
        background: #615e9e;
        left: 50%;
        right: auto;
        width: 93%;
        /* padding: .5rem; */
        bottom: -8%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: auto;
    }
}