
/* --- Generales ---*/
img{
    height:inherit;
}
body,html{
    overflow-x:hidden;
}
.input11{
    float: left;
    width: 50%;
    display: inline-block;
    padding: 0 12px;
}

.aceptacion11{
 color: #969696;
 font-family: Roboto, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: normal;    
}

.aceptacion11 a{
 color: #E73344;
 font-family: Roboto, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: normal;   
}
.ico-tech img{max-width: 200px;}

li#wp-admin-bar-elementor_edit_doc_4834 {
    background-color: green !important;
    text-transform: uppercase !important;
    padding-bottom:10px !important;
    margin: 2px 0 !important;
}

li#wp-admin-bar-elementor_edit_doc_4834 a span {
    text-transform: uppercase !important;
}

li#wp-admin-bar-elementor_edit_page .ab-sub-wrapper {
    width: 400px;
}

li#wp-admin-bar-elementor_edit_page .ab-sub-wrapper ul#wp-admin-bar-elementor_edit_page-default {
    width: 100%;
}

li#wp-admin-bar-elementor_edit_page .ab-sub-wrapper ul#wp-admin-bar-elementor_edit_page-default a.ab-item {
    width: 90%;
}
/* Wa Button */
a#wa-me {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    padding: 15px;
    background: #25d366;
    height: 60px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
}

a#wa-me img {
    width: 100%;
    height: 100%;
}
/* -- Menu contries -- */
.menu-phone a {
    color: black;
}

.menu-phone a i {
    color: #009bd5;
}
.countries_menu .dropdown-menu a:before{
    display:none;
}
.countries_menu .dropdown-menu a {
    display: block;
    cursor: pointer;
}
.countries_menu .dropdown-menu li a img {
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    margin-left: 5px;
    aspect-ratio: auto;
    height: auto;
}
.countries_menu .dropdown-menu li a div{
    display:inline;
}
/* -- Menu top -- */
li.nav-item.w-100.text-center.current-site {
    box-shadow: -1px 5px 20px 0px rgb(0 0 0 / 28%);
    -webkit-box-shadow: -1px 5px 20px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: -1px 5px 20px 0px rgba(0,0,0,0.28);
    height: 58px;
    margin-bottom: -15px;
}
li.nav-item.w-100.text-center.current-site  a{
    font-weight:700;
}
/* -- Menu -- */
.menu-trigger{
	cursor:pointer;
}
.menu-lateral {
    position: fixed;
    width: 100%;
    z-index: 9999;
    transition: 0.3s ease-in-out !important;
    left:-100%;
}
.menu-lateral.menu-on{
    left:0;
    transition: 0.3s ease-in-out !important;    
}
.elementor-editor-active .menu-lateral {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: 0.3s ease-in-out !important;
    left:0;
}

/* -- Nav -- */
.menu-linea a.elementor-item, .nav-lateral a.elementor-item{
    text-shadow:0 0 10px black !important;
}
.menu-linea a.elementor-item:hover{
    font-weight:bold !important;
    transition:0.1s ease-in-out !important;
}
.nav-lateral li.menu-item a.elementor-item::after {
    content: "";
    background-image: url(https://uniforme2022.pixelpro.website/wp-content/themes/lafayette_theme/img/arrow-right.png);
    width: 10px;
    height: 10px;
    background-size: cover;
    display: inline-block;
    position: relative;
    z-index: 10;
    margin-left: 10px;
    transform: none;
    transition: none;
    opacity: 1 !important;
}
.nav-lateral li.menu-item{
    text-align:center;
}
.nav-lateral  li.menu-item a.elementor-item{
    display:inline-block;
}

.nav-lateral  li.menu-item a.elementor-item:hover{
    border:1px solid white;
}
/* -- Selector idiomas -- */
.selector-idioma-elementor .btn-group.d-flex {
    justify-content: flex-end;
}


/* -------------------- FOOTER ------------------------------- */
.newsletter a.btn.px-5 {
    background: white;
    font-weight:700;
}

/* ------------------------- BLOG  ------------------------- */
.post-card-title a {
    border: 0 ;
    font-weight: 700;
    line-height: 1.3 !IMPORTANT;
    letter-spacing: normal;
}
/* -- Paginador -- */
.post-card-img a{
    border:0;
}
.post-card-title a {
    border: 0 ;
    font-weight: 700;
    line-height: 1.3 !IMPORTANT;
    letter-spacing: normal;
}

.custom-grid-post .ae-pagination-wrapper {
    padding-top: 45px;
}

.custom-grid-post .ae-pagination-wrapper .next {
    margin-left: 10px !important;
}

.custom-grid-post .ae-pagination-wrapper a, .custom-grid-post .ae-pagination-wrapper span {
    font-size: 18px !important;
    padding: 0 9px;
    border:0;
}

.custom-grid-post .ae-pagination-wrapper span.current {
    background: black !important;
}

.custom-grid-post .ae-pagination-wrapper a:hover, .custom-grid-post .ae-pagination-wrapper span:hover {
    background: black !important;
}

.btn-black a{
    background:black !important;
}
/* ------------------------- Single post ------------------------- */

.share-buttons span.elementor-share-btn__icon {
    border: 1px solid black;
    border-radius: 50%;
    background-color: white;
    margin-inline-start: 0;
}

.single-post .elementor-widget-theme-post-content :is(h1,h2,h3,h4,h5) {
    color: #4F7B9C;
    font-weight: 700;
}



/* ------------------------- FOOTER ELEMENTOR --------------------------------------------- */
section.location {
    display: none;
}

.elementor-location-footer a{
    color: #606060;
}

.elementor-location-footer .newsletter, .elementor-location-footer .div-hr, .elementor-location-footer .div-hr-sm{
    background-color: #b49276 !important;
}
.elementor-location-footer .newsletter button, .elementor-location-footer .location h3, .elementor-location-footer .elementor-location-footer i {
    color: #b49276 !important;
}
.elementor-location-footer .location h3, .elementor-location-footer .location button {
    color: #b49276 !important;
}
.elementor-location-footer .newsletter button, .elementor-location-footer .location h3, .elementor-location-footer footer i {
    color:#b49276 !important;
}

.elementor-location-footer .newsletter, .elementor-location-footer  hr.div-hr, .elementor-location-footer  hr.div-hr-sm {
    background: #b49276;
}
/*---------------------------------------------------------------*/
.seguridad_blog .post-card-title h3 {
    margin: 0 !important;
}
.elementor-2853 .elementor-element.elementor-element-63f14f2 .elementor-button {
    background: black !important;
}

/*----- Newsletter ----------*/
.page-id-2927 .newsletter a.btn.px-5 {
    display: none;
}
.ns-form form input[type="text"], .ns-form form input[type="email"] {
    width: 100%;
    padding: 10px;
    border: 1px solid lightgrey;
    background: #fafafa;
}

.ns-form form .flex-this span {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.ns-form form .aceptacion span {
    margin: 0;
}

.ns-form form .aceptacion {
    margin-bottom: 15px;
}

.ns-form form .aceptacion a {
    color: black;
    text-decoration: underline;
}

.ns-form form input[type="submit"] {
    background: #E73344;
    border: 0;
    color: white;
    padding: 10px 30px;
    transition: 0.3s ease-in-out;
    font-family: Helvetica, Arial, sans-serif;
}

.ns-form form input[type="submit"]:hover {
    opacity: 0.8;
}



/* ------------------------- LANDING PROM --------------------------------------------- */
.link-iner a{
    color: inherit;
}
.link-iner a:hover{
    text-decoration: underline;
}
/* -- Formulario -- */
.form-land form label {
    display: block;
    width: 100%;
}
.form-land form label > span {
    color:#50146f;
    font-weight:600;
}
.form-land form label input:not(input[type="checkbox"], input[type="file"]){
    width:100%;
    border: 1px solid #50146f;
    border-radius:5px;
    padding:7px;
}
.form-land form label span.formats {
    display: block;
}
.form-land form label.aceptacion span.wpcf7-list-item {
    margin:0;
}
.form-land form label.aceptacion span.wpcf7-list-item input{
    margin-right:10px;
}

.form-land form input.wpcf7-submit {
    background-color: #50146f;
    color:white;
    border:0;
    padding: 10px 15px;
    min-width: 120px;
    margin-top:20px;
    border-radius:5px;
    text-transform:uppercase;
    font-weight:600;
}

/* ------- HOSPITALITY ---------------- */
h1.insp-title {
    font-size: 2.1rem;
    font-weight: bold;
    padding-top: 160px;
}
.usos-box .elementor-flip-box__image img, .usos-box-2 .elementor-flip-box__image img {
    height: 400px;
    object-fit: cover;
}
.usos-box .elementor-flip-box__layer__title, .usos-box-2 .elementor-flip-box__layer__title  {
    position: absolute;
    bottom: 15px;
    left: 30px;
    width: auto;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 700;
    color: white !important;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    font-size: 16px !important;
    max-width:230px;
    text-align:left;
}
.hospitalidad .newsletter {
    background-color: #1d1d1d !important;
}
.hospitalidad footer i {
    color: #1d1d1d !important;
}
.hospitalidad .div-hr-sm {
    background-color: #1d1d1d !important;
}
.elementor-location-header img {
    max-width: inherit;
}

/* -- FILTRO TECNOLOGÍAS -- */
.display-posts article {
    display: none;
}

/*--- Responsive ----------- */
/*--- Mobile to desktop ---*/
@media (min-width:768px){
 /* ---- Newsletter --- */
    .flex-this{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .ns-form form .flex-this span {
        width:49%;
    }

    /* ------- HOSPITALITY ---------------- */
    h1.insp-title {
        font-size: 3rem;
        padding-top: 0;
    }
    .usos-box .elementor-flip-box__image img {
        height: 500px;
    }
    .usos-box .elementor-flip-box__layer__title, .usos-box-2 .elementor-flip-box__layer__title {
        font-size: 18px !important;
    }
    .usos-box-2 .elementor-flip-box__image img {
        height: 332px;
        object-position: top center;
    }

}



/* ---- Desktop to mobile ---- */
@media (max-width:500px){
     /* -- Menu -- */
    .menu-trigger{
        cursor:pointer;
    }
    .menu-lateral {
        position: fixed;
        width: 250px;
        left:-250px;
        height: 104vh;
        top:0;
    }   
 /*--- Header ---------- */   
    .nav-mobile {
        margin: 0;
        width: 100%;
    }

    .nav-mobile ul.navbar-nav li {
        display: inline-block;
        margin-top:15px;
    }

    .nav-mobile ul.navbar-nav {
        display: flex;
        flex-direction: inherit;
    }

    .navbar-nav .nav-link {
        font-size: 12px;
        padding:0 !important;
    }
    .nav-lateral li.menu-item a.elementor-item::after{
        display:none;
    }
    .nav-lateral li.menu-item a.elementor-item {
        font-size: 15px !important;
        line-height: 1;
        font-weight:700;
	}
    .nav-lateral li.menu-item{
        text-align:left;
    }
    .nav-lateral {
        margin-bottom: 20px !important;
    }
    /* -- Selector idioma -- */
    .selector-idioma-elementor > .elementor-widget-container {
        display: flex;
        justify-content: flex-start;
	}
    .selector-idioma-elementor .btn-group.d-flex {
    	justify-content: flex-start;
	}
    /* -- Home -- */
    .home .navbar-second .navbar > .container-fluid, .single-post .navbar-second .navbar > .container-fluid  {
        flex-wrap: wrap-reverse;
    }
    .home button.navbar-brand.side-menu-btn, .single-post button.navbar-brand.side-menu-btn  {
        width: 175px;
    }

    .home button.navbar-brand.side-menu-btn img, .single-post button.navbar-brand.side-menu-btn img  {
        width: 100%;
    }

    .home .btn-group.d-flex, .single-post .btn-group.d-flex {
        width: 100%;
    }
    .home .navbar-second .btn-group, .single-post .navbar-second .btn-group {
        flex-wrap: wrap;
    }

    .home button#dropdownMenuButton1, .single-post button#dropdownMenuButton1 {
        width: 70px;
    }
    .countries_menu .dropdown-menu {
        min-width: 200px !important;
    }

	/*---- Header tema default ---------- */
    .side-menu {
        position: fixed;
        top: 0;
        height: 110vh;
        background-image: url(https://uniforme2022.pixelpro.website/wp-content/uploads/2022/07/fondo_menu.png);
        background-color: transparent;
        padding: 50px 0 0 0;
    }

    .side-menu ul li {
        border: 0;
    }

    .side-menu ul li > a {
        color: white !important;
    }
    
    /* -- CORRECCIONES DE ESTILOS DE ANTERIOR AGENCIA -- */
    body{
        overflow-x:hidden;
    }
    /* -- Home -- */
    .home-novedades .banner-box {
    	top: 9%;
    }
    /* -- Hospitality -- */
    .hosp_banner1 {
    	height: 230px;
	}

    .hosp_banner1 > img.w-100 {
        height: 100%;
        object-fit: cover;
    }
    .hosp_banner1.paralelo > img.w-100 {
    	width: 981px !important;
	}

    .hosp_banner1.paralelo {
        height: 300px;
        overflow: hidden;
        margin: 2rem !important;
    }

    .hosp_banner1.paralelo .box_banner{
        top:25%;
        left:50%;
        transform: translateX(-50%);
        width: 85%;
    }
    
    section.hosp_inspiracion.py-5 {
        padding: 1rem;
    }
    .hosp_inspiracion .col-md-6:first-child {
    	padding: 40px;
	}
    .empv2_banner img {
        object-position: left -100px;
    }    
    /* -- Footer Encuentranos -- */
    .waze {
        width: 55px;
        right: 0;
        top: 16px;
	}
    button.accordion-button {
        font-size: 13px;
    }
    /*------- Productos Seguridad y operación ------------*/
    .empv2_portafolio .nav-pills .nav-link{
        margin-left:0 !important;
    }
    .empv2_portafolio .tab-pane .titulo {
        line-height: 1;
        font-size: 20px;
    }


}

