/*
	Theme Name: RUN4QCZ6C66jHxHAGqds
	Text Domain: RUN4QCZ6C66jHxHAGqds
*/

@font-face {
    font-family: 'lato-semibold';
    src: url('fonts/Lato-SemiBold.eot');
    src: url('fonts/Lato-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-SemiBold.woff2') format('woff2'),
        url('fonts/Lato-SemiBold.woff') format('woff'),
        url('fonts/Lato-SemiBold.ttf') format('truetype'),
        url('fonts/Lato-SemiBold.svg#Lato-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'lato-regular';
    src: url('fonts/Lato-Regular.eot');
    src: url('fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Regular.woff2') format('woff2'),
        url('fonts/Lato-Regular.woff') format('woff'),
        url('fonts/Lato-Regular.ttf') format('truetype'),
        url('fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'poppins-bold';
    src: url('fonts/Poppins-Bold.eot');
    src: url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff'),
        url('fonts/Poppins-Bold.ttf') format('truetype'),
        url('fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-style: normal;
	font-weight: normal;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

body 
{
    font-size: 16px;  
}

::placeholder 
{ 
  color:  var(--white);
}
:-ms-input-placeholder 
{ 
  color:  var(--white);
}
::-ms-input-placeholder 
{ 
  color:  var(--white);
}



img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;

}
.center-full
{
	width: 90%;
    margin: 0 auto;
}
.center
{
	width: 97em;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
header 
{
	width:100%;
}

#container-module-header
{
    width: 100%;
    padding: 0.95em 0;
    z-index: 999;
	position: fixed;
	top:0;
	background-color: rgb(0 0 0 / 0.3);
	border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
.row-header
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo a 
{
	font: 1.75em / 1.2em lato-semibold;
    color: #fff;
	display: flex;
	align-items: center;
}
.icon-logo
{
    width: 1.4em;
    height: 1.4em;
    padding: 0;
    background: #F97316 url('images/icon_logo.svg') no-repeat center / 0.95em;
    margin-right: 0.35em;
    border-radius: 3px;
}
.column-menu
{
	display:flex;
	align-items:center;
}
.column-menu > div > ul
{ 
	display:flex;
}
.column-menu > div > ul > li
{
	margin-left: 1.5em;
    position: relative;
    padding: 1.5em 0px;
}
#container-module-header .current-menu-item > a
{
	color:#F27405 !important;
}
.column-menu ul 
{
    display: flex;
    align-items: center;
}
.column-menu ul li 
{
    margin: 0 2em;
}
.column-menu ul li a 
{
    font: 1.175em / 1.2em lato-regular;
    color: #fff;
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.column-menu > div > ul > li.menu-item-has-children > a:after 
{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url('images/flecha.svg') no-repeat center / contain;
    margin-left: 0.5em;
    transition: transform 0.3s ease;
	filter: brightness(0) invert(1);
}
.column-menu > div > ul > li.menu-item-has-children:hover > a:after 
{
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(52%) sepia(98%) saturate(2332%) hue-rotate(1deg) brightness(101%) contrast(96%); /* COLOR #F97316 */
}
.column-menu .sub-menu 
{
    position: absolute;
    top: 6em;
    left: 0;
    background: #fff;
    width: 18em;
    padding: 1em 0;
    border-radius: 1em;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
    display: block !important;
    border-top: 5px solid #F97316;
}
.column-menu > div > ul > li.menu-item-has-children:hover .sub-menu 
{
    opacity: 1;
    visibility: visible;
}
.column-menu .sub-menu li 
{
    margin: 0 !important;
    padding: 0 !important;
}
.column-menu .sub-menu li a 
{
    color: #374151 !important;
    padding: 0.8em 1.5em;
    font: 1.1em / 1.2em lato-regular;
    text-transform: none;
    display: block;
    transition: all 0.3s ease;
}
.column-menu .sub-menu li a:hover 
{
    background: #F3F4F6;
    color: #F27405 !important;
}
.column-menu .sub-menu .current-menu-item > a {
    color: #F27405 !important;
    background: #FEF3E7;
}
.current-page-ancestor > a
{
    color: #e66647 !important;
}
.btn-slider 
{
    display: flex;
    flex-flow: row wrap;
}


#container-module-slider
{
	width: 100%;
	position:relative;
	background: #000;
}
.row-slider
{
	width:100%;
}
.row-slider img 
{
    width: 100%;
    height: auto;
}
.bannerdesktop
{
	display:block;
}
.bannermobil
{
	display: none !important;
}
.layer-slider
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 49%) 100%);
}
.headline
{
    width: 97em;
    margin: 0em auto 0;
}
.layer-slider div h1
{
    font: 6em / 1em lato-semibold;
    color: #fff;
    letter-spacing: 1px;
    width: 45%;
	margin-top: 1em;
}
.layer-slider div p
{
	font: 1.5em / 1.2em lato-regular;
    color: #E5E7EB;
    margin-top: 1.5em;
	margin-bottom: 0.5em;
    letter-spacing: 1px;
}
.layer-slider a
{
    margin-top: 2em;
}
.layer-slider a:first-child
{
    font: 1.335em/1.2em lato-regular;
    color: #fff;
    background: #F97316;
    padding: 0.90em 2em;
    display: table;
	border: 1px solid #F97316;
    
	letter-spacing: 0.5px;
	border-radius: 2em;
	display: table;
	margin-right: 1em;
	box-shadow: 0 0 12px rgb(249 115 22 / 0.45), 0 12px 21px rgb(249 115 22 / 0.35), 0 10px 25px rgb(0 0 0 / 0.25);
	 transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.layer-slider a:first-child:hover 
{
    background: #EA580C;
	transform: scale(1.05);
	border: 1px solid #EA580C;
}
.layer-slider a:last-child
{
    font: 1.335em/1.2em lato-regular;
    color: #fff;
    border: 2px solid #fff;
    padding: 0.65em 1.7em;
    display: table;
     transition: transform 0.3s ease, box-shadow 0.3s ease;
	letter-spacing: 1px;
	border-radius: 2em;
	display: table;
	margin-right: 1em;
}
.layer-slider a:last-child:hover 
{
    background: #fff;
	color: #000;
	transform: scale(1.05);
	border: 2px solid #fff;
}


#container-module-features
{
	width: 100%;
	background: #164E63;
	padding: 3em 0;
}
.row-features
{
	width:100%;
}
.column-data-features
{
	width:100%;
	margin-bottom: 4em;
}
.column-data-features ul
{
    display: flex;
    justify-content: space-between;
	margin:0 auto;
}
.column-data-features ul li
{
    width: 20%;
	text-align:center;
}
.column-data-features ul li h3
{
    font: 4em / 1em poppins-bold;
    color: #F27405;	
	margin-bottom: 0.1em;
	margin-top: 0.35em;
}
.column-data-features ul li span
{
    font: 1.57em / 1.2em lato-regular;
    color: #fff;
}
.column-data-features ul li:last-child h3:after
{
	content:"%";
}
.description-features p
{
    font: 2em / 1.2em lato-regular;
    color: #fff;
    margin-top: 1em;
    letter-spacing: 1px;
}
.description-features 
{
    border-top: 1px solid #ffffff36;
    text-align: center;
}
.icon-features img
{
	width: 3.5em;
	height: 3.5em;
	margin: 0 auto;
}

#container-module-characteristics
{
	width: 100%;
    height: auto;
    position: relative;
    background: #000;
}
#container-module-characteristics > img
{
	width: 100%;
    height: 430px;
    object-fit: cover;
    opacity: 0.3;
}
.row-characteristics
{
	position: absolute;
	top: 0;
	width:100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.row-characteristics p
{
    font: 3.5em / 1em lato-semibold;
    color: #fff;
    margin-bottom: 1.5em;
    text-align: center;
	letter-spacing: 1px;
}
.column-data-characteristics 
{
    width: 78%;
    margin: 0 auto;
}
.column-data-characteristics ul
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.column-data-characteristics ul li
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.icon-characteristics 
{
    width: 6.5em;
    height: 6.5em;
	border-radius: 50%;
	border: 2px solid #f973167a;
	
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3); 
}
.icon-characteristics img
{
    width: 3em;
    height: 3em;
    object-fit: cover;
}
.icon-characteristics:hover 
{
    background-color: rgb(249 115 22 / 0.2);
}
.column-data-characteristics ul li span
{
    font: 1.5em/1.2em lato-regular;
    color: #fff;
	padding-top: 0.85em;
    display: block;
}


#container-module-category
{
	width: 100%;
	padding: 5em 0;
}
.row-category
{
	width:100%;
}
#container-module-category div > h2
{
    font: 1.2em / 1.2em lato-semibold;
    color: #6B7280;
    text-align: center;
    margin-bottom: 3em;
}
.row-category ul 
{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.row-category ul li
{
	width: 48.7%;
    position: relative;
    margin-bottom: 2.8em;
    overflow: hidden;
    border-radius: 1.3em;
}
.row-category ul li a > img
{
	width: 100%;
    height: 25em;
    object-fit: cover;
	transition: all 0.35s ease-in-out;
}
.row-category ul li a:hover > img
{
    transform: scale(1.05);
}
.content-category
{
	position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(1deg, rgb(0 0 0 / 89%) 0%, rgb(17 24 39 / 16%) 100%);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 2em;
    padding-bottom: 2em;
}
.content-category .icon img
{
	width: 3em;
    height: auto;
    margin-bottom: 1.5em;
}
.content-category h3
{
	font: 2em / 1.2em lato-regular;
    color: #fff;
	margin-bottom: 0.35em;
}
.content-category p
{
	font: 1.235em / 1.2em lato-semibold;
    color: #9CA3AF;
	margin-bottom: 0.1em;
}
.content-category span
{
	font: 1.235em / 1.2em lato-semibold;
    color: #F27405;
	text-transform: uppercase;
}
.content-category::before 
{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: opacity 0.35s ease-in-out;
    z-index: 1;
}
.row-category ul li:hover .content-category::before 
{
    opacity: 1;
}
.content-category > * 
{
    position: relative;
    z-index: 2;
}


#container-module-history
{
	width: 100%;
	position: relative;
}
#container-module-history img
{
	width: 100%;
	height: 47em;
	object-fit: cover;
}
.row-history
{
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	justify-content: center;
	background: linear-gradient(90deg, rgb(59 59 67 / 42%) 0%, rgb(17 24 39 / 83%) 100%);
}
.wrapper-history 
{
	width: 45%;
}
.wrapper-history h2
{
	font: 1.2em / 1.2em lato-semibold;
    color: #ffffffa1;
	margin-bottom: 1.8em;
}
.wrapper-history ul
{
	margin-left: 0.5em;
}
.wrapper-history ul li
{
	position: relative;
	padding-left: 3.5em;
	margin-bottom: 4em;
}
.wrapper-history ul li:last-child
{
	margin-bottom: 0;
}
.wrapper-history ul li:before
{
	content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    background: #F27405;
    border-radius: 50%;
    z-index: 2;
	border: 4px solid #111827;
}
.wrapper-history ul li p
{
	font: 2.5em / 1.2em lato-regular;
    color: #fff;
}
.wrapper-history ul li:after
{
	content: "";
    position: absolute;
    left: 10px;
    top: 11px;
    bottom: -5.5em;
    width: 2px;
    background: #ffffff38;
}
.wrapper-history ul li:last-child::after 
{
	display: none;
}


#container-module-clients
{
	width: 100%;
	padding: 5em 0;
}
.row-clients
{
	width: 100%;
}
.title-clients h2
{
	font: 1.2em / 1.2em lato-semibold;
    color: #6B7280;
    text-align: center;
    margin-bottom: 0.85em;
}
.title-clients p
{
	font: 2.5em / 1.2em poppins-bold;
    color: #0F2C3E;
    text-align: center;
    margin-bottom: 1em;
}
.groups-clients
{
	width: 100%;
}
.column-logos-clients
{
	width: 100%;
}
.column-clients
{
	width: 100%;
}
.column-clients h3
{
	font: 2em/1.2em lato-semibold;
    color: #5f5f5f;
	margin-bottom: 0.5em;
}
.image-clients 
{
    border-radius: 0.85em;
    border: 1px solid #ced0d569;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
	height: 20vh;
	
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.image-clients:hover 
{
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.image-clients img 
{
    width: 150px;
    height: 80px;
    object-fit: contain;
}
#container-module-clients .slick-slider 
{
    margin:0 -15px;
}

#container-module-clients .slick-slide 
{
    margin-right:12px;
    margin-left:12px;
}
#container-module-clients .slick-prev
{
    position: absolute;
    width: 3.2em;
    height: 3.2em;
	border-radius: 50%;
    top: 32%;
    left: -0.5em;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #fff url("images/icon-flechaLeft.svg") no-repeat center / 1.7em;
}
#container-module-clients .slick-next
{
    position: absolute;
    width: 3.2em;
    height: 3.2em;
	border-radius: 50%;
    top: 32%;
    right: -0.5em;
    border: none;
    color: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 99;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
	background: #fff url("images/icon-flechaRight.svg") no-repeat center / 1.7em;
}
#container-module-clients .slick-prev:hover
{
    background: #fff url("images/icon-flechaLeftHover.svg") no-repeat center / 1.7em;
}
#container-module-clients .slick-next:hover
{
	background: #fff url("images/icon-flechaRightHover.svg") no-repeat center / 1.7em;
}
.links-tabs 
{
    width: 49%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 6em;
    background: #F3F4F6;
    align-items: center;
    border-radius: 3em;
    padding: 0.85em;
}
.links-tabs a
{
	font: 1.235em / 1.2em lato-regular;
    color: #000;
    display: block;
    border-radius: 3em;
    padding: 0.5em 1.5em;
    text-align: center;
}
.links-tabs a.active
{
    background: #005F8F;
	color: #fff;
}


#container-module-footer
{
	width: 100%;
	padding-top: 5em;
	background: #0D4463;
}
.row-footer
{
	width: 100%;
}
.wrapper-footer
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.column-footer 
{
    width: 49%;
}
.column-footer > a 
{
	font: 2em / 1.2em lato-semibold;
    color: #fff;
	display: flex;
	align-items: center;
}
.icon-logoFooter
{
    width: 1.4em;
    height: 1.4em;
    padding: 0;
    background: #FFF url('images/logo-footer.svg') no-repeat center / 0.95em;
    margin-right: 0.35em;
    border-radius: 3px;
}
.column-footer h2
{
	font: 2.5em / 1.2em lato-regular;
    color: #fff;
	margin-top: 1em;
	margin-bottom: 0.75em;
	font-weight: 600;
}
.dataFooter ul li
{
	margin-bottom: 2em;
}
.dataFooter ul li h3
{
	font: 1.435em / 1.2em lato-semibold;
    color: #fff;
	display: flex;
    align-items: center;
}
.dataFooter ul li a
{
	font: 1.235em / 1.2em lato-regular;
    color: #9CA3AF;
	margin-bottom: 0.85em;
	margin-left: 2.5em;
}
.dataFooter ul li p
{
	font: 1.235em / 1.2em lato-regular;
    color: #9CA3AF;
	margin-left: 2.5em;
}
.dataFooter ul li a:hover
{
	color: #F27405;
}
.dataFormulario
{
	width: 49%;
}
.icon-direction
{
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    background: url('images/direccion.svg') no-repeat center / contain;
    margin-right: 0.85em;
}
.icon-web
{
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    background: url('images/web.svg') no-repeat center / contain;
    margin-right: 0.85em;
}
.icon-phone
{
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    background: url('images/telefono.svg') no-repeat center / contain;
    margin-right: 0.85em;
}
.icon-email
{
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    background: url('images/correo.svg') no-repeat center / contain;
    margin-right: 0.85em;
}
.dataFormulario form 
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.formNombre
{
	margin-bottom: 1.5em !important;
}
.dataFormulario form p
{
	margin-bottom: 1.5em;
	width: 48.5%;
}
.dataFormulario p input[type="text"],
.dataFormulario p input[type="tel"],
.dataFormulario p input[type="email"]
{
    width: 100%;
    border: none;
    font: 1.235em/1.2em lato-regular;
    color: #9CA3AF;
    padding: 0.85em 1em;
	background: #fff;
	border: none;
	border-radius: 0.25em;
}
.dataFormulario p textarea
{
	width: 100%;
    border: none;
    font: 1.235em/1.2em lato-regular;
    color: #9CA3AF;
    padding: 0.5em 1em;
    height: 7em;
    resize: none;
	background: #fff;
	border: none;
	border-radius: 0.25em;
}
.dataFormulario p input[type="submit"]  
{
    font: 1.235em/1.2em lato-regular;
    color: #fff;
    padding: 0.6em 2em;
    background: #F27405;
    display: table;
    border: none;
	border-radius: 5px;
    cursor: pointer;
	margin-top: 0.5em;
	border-radius: 2em;
}
.dataFormulario p input[type="submit"]:hover 
{
    background: #EA580C;
}
.dataFormulario p label 
{
    font: 1.235em / 1.2em lato-regular;
    color: #9CA3AF;
    padding-bottom: 0.5em;
	display: block;
}
input::placeholder,
textarea::placeholder 
{
  color: #9CA3AF;
}
.wpcf7 form.sent .wpcf7-response-output
{
	font: 1.235em/1.2em lato-regular;
	color: #fff;
}
.row-copy
{
	display: flex;
    justify-content: space-between;
    border-top: 1px solid #9ca3afa1;
    align-items: center;
    padding: 2em 0;
}
.row-copy p
{
	font: 1.235em / 1.2em lato-regular;
    color: #9CA3AF;
}
.links-footer
{
	display:flex;
}
.links-footer a
{
	margin-left: 2em;
}
.links-footer a img
{
	width: 2em;
	height: 2em;
}


#container-module-bannerInternal
{
	width: 100%;
	position: relative;
	background: #000;
}
#container-module-bannerInternal img
{
	width: 100%;
	height: 40em;
    object-fit: cover;
	opacity: 0.7;
}
.content-us
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 16%) 100%);
}
.row-us
{
	width: 97em;
	margin: 0 auto;
}
.row-us span
{
	font: 1.3em / 1.2em lato-regular;
    color: #F97316ff;
}
.row-us h2
{
	font: 4em / 1em poppins-bold;
    color: #fff;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
}
.row-us p
{
	font: 1.5em / 1.4em lato-regular;
    color: #E5E7EB;
    width: 50%;
    text-align: justify;
}


#container-module-experience
{
	width: 100%;
    padding: 7em 0;
    background: #113548;
}
.row-experience
{
	width: 100%;
}
.row-experience h2
{
	font: 2.5em / 1.2em lato-semibold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
}
.row-experience > p
{
	font: 1.7em / 1.2em lato-regular;
    color: #D1D5DB;
    text-align: center;
    margin-bottom: 3em;
}
.groups-experience
{
	width: 71%;
    margin: 0 auto;
}
.groups-experience ul
{
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.groups-experience ul li 
{
    width: 18em;
    height: 18em;
    border: 7px solid #E8ECEE;
    border-radius: 50%;
    background: #113548;
    padding: 0em 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}
.groups-experience ul li:hover 
{
    transform: scale(1.05);
}
.groups-experience ul li span
{
	font: 4.5em / 1.2em lato-semibold;
    color: #fff;
}
.groups-experience ul li p
{
	font: 1.5em / 1.2em lato-regular;
    color: #fff;
}


#container-module-our
{
	width: 100%;
	padding: 5em 0;
}
.row-our
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.image-our
{
	width: 48%;
    border-radius: 1em;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.image-our img
{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.information-our
{
	width: 48%;
}
.information-our h2
{
	font: 2.5em / 1.2em lato-semibold;
    color: #0F2C3E;
	margin-bottom: 0.6em;
}
.information-our p
{
	font: 1.3em / 1.4em lato-regular;
    color: #374151;
    margin-bottom: 1em;
}
.text-our
{
	padding: 1em;
    border: 1px solid #ced0d569;
	border-radius: 0.85em;
}
.text-our p
{
	font: 1.3em / 1.4em lato-regular;
    color: #374151;
}
.text-our p strong
{
	font: 1em / 1.4em lato-semibold;
    color: #0F2C3E;
}


#container-module-bannerInternalDetail 
{
    width: 100%;
	position: relative;
}
#container-module-bannerInternalDetail img 
{
    width: 100%;
	height: 40em;
    object-fit: cover;
}
.row-bannerInternal 
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 40%) 100%);
}
.content-bannerInternal
{
	width: 97em;
	margin: 0 auto;
	padding-top: 4em;
}
.row-bannerInternal h3 
{
    font: 1.3em / 1.2em lato-regular;
    color: #F97316ff;
}
.row-bannerInternal h3:before 
{
    content: "";
    display: inline-block;
    width: 40px;
    height: 1.5px;
    background: #F27405;
    margin-right: 15px;
    vertical-align: middle;
}
.row-bannerInternal h1 
{
    font: 4em / 1em poppins-bold;
    color: #fff;
    margin-bottom: 0.5em;
	margin-top: 0.2em;
}
.row-bannerInternal p
{
    font: 1.5em / 1.4em lato-regular;
    color: #fff;
    margin-bottom: 0.5em;
    width: 42%;
    border-left: 3px solid #F97316;
    padding-left: 1em;
}


#container-module-detailServices
{
	width: 100%;
	padding: 5em 0;
}
.row-detailServices
{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.image-detailServices
{
	width: 48%;
	border-radius: 1.5em;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.image-detailServices img
{
	width: 100%;
	height: 36em;
	object-fit: cover;
}
.information-detailServices
{
	width: 47%;
}
.information-detailServices h2
{
	font: 2.5em / 1.2em lato-semibold;
    color: #1F2937;
    margin-bottom: 0.6em;
}
.information-detailServices p
{
	font: 1.3em / 1.4em lato-regular;
    color: #6B7280;
    margin-bottom: 1.5em;
	text-align: justify;
}


#container-module-chooseUs
{
	width: 100%;
	background: #113649;
	padding: 7em 0;
}
.row-chooseUs
{
	width:100%;
}
.title-chooseUs h2
{
    font: 2.5em / 1.2em lato-semibold;
    color: #fff;
    margin-bottom: 0.5em;
    text-align: center;
}
.title-chooseUs p
{
    font: 1.3em / 1.4em lato-regular;
    color: #D1D5DB;
    text-align: center;
    width: 45%;
    margin: 0 auto;
}
.groups-chooseUs
{
	width: 100%;
    padding-top: 3em;
}
.groups-chooseUs ul
{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.groups-chooseUs ul li
{
    width: 32%;
    text-align: center;
    background: #ffffff2e;
    border-radius: 0.85em;
    padding: 2em;
    border: 1px solid #ffffff24;
}
.content-usImg
{
	width: 6em;
    height: 6em;
    background: #878F9980;
    border-radius: 3em;
    display: flex;
    align-items: center;
    margin: 0 auto 1.5em;
	transition: all 0.3s ease;
}
.groups-chooseUs ul li img
{
    width: 3em;
    height: 4em;
    margin: 0 auto;
    object-fit: contain;
}
.groups-chooseUs ul li h3
{
    font: 1.4em / 1.2em poppins-bold;
    color: #fff;
    padding-top: 0.25em;
    display: block;
}
.groups-chooseUs ul li span
{
    font: 1.235em / 1.2em lato-regular;
    color: #D1D5DB;
    padding-top: 0.5em;
    display: block;
}
.groups-chooseUs ul li:hover .content-usImg
{
	transform: scale(1.1);
}


#container-module-characteristicsDetail
{
	width: 100%;
	padding-top: 6em;
	background: #F9FAFB;
}
.row-characteristicsDetail
{
	width: 80%;
	margin: 0 auto;
}
.row-characteristicsDetail ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.row-characteristicsDetail ul li
{
	width: 45%;
	margin-bottom: 5em;
	
	display: flex;
	justify-content: space-between;
}
.icon-characteristicsDetail
{
	width: 50px;
    height: 50px;
    padding: 1em;
    border: 1px;
    margin-right: 2em;
    border-radius: 0.5em;
    box-shadow: 1px 3px 13px 0px rgba(0, 0, 0, 0.2);
	
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.icon-characteristicsDetail img 
{
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
	filter: invert(19%) sepia(45%) saturate(1215%) hue-rotate(160deg) brightness(92%) contrast(95%);
}
.description-characteristicsDetail h2
{
    font: 1.3em / 1.2em poppins-bold;
    color: #0C425F;
    margin-bottom: 0.25em;
}
.description-characteristicsDetail p
{
    font: 1.3em / 1.4em lato-regular;
    color: #4B5563;
    text-align: justify;
}


#container-module-accordion
{
	width: 100%;
	padding: 5em 0;
	background: #F3F4F6;
}
.row-accordion
{
	width: 60%;
	margin: 0 auto;
}
.content-accordion
{
	background: #fff;
	border-radius: 1em;
	padding: 2em 1.5em;
}
.row-accordion h2
{
    font: 2.5em / 1.2em lato-semibold;
    color: #0C425F;
	margin-bottom: 0.85em;
	text-align: center;
}
.content-accordion
{
	width: 100%;
}
.content-accordion ul
{
	border-radius: 1em;
}
.content-accordion ul li
{
	border-bottom: 1px solid #5f5f5f6b;
}
.content-accordion ul li:last-child
{
	border-bottom: 0;
}
.title-accordion h3
{
	width: 90%;
	font: 1.3em / 1.2em lato-semibold;
    color: #0C425F;
    margin-bottom: 1em;
    margin-top: 1em;	
}
.title-accordion h3:hover 
{
    color: #F97316;
}
.text-accordion
{
	font: 1.235em / 1.2em lato-regular;
    color: #4B5563;
    margin-bottom: 1.5em;
	text-align: justify;
}
.title-accordion
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 1.5em;
}
.icon-accordion
{
	width: 1.5em;
	height: 1.5em;
	background: url("images/flecha.svg") no-repeat right center / contain;
	transition: background 0.3s ease; 
}
.less-accordion .icon-accordion
{
	background: url("images/flecha.svg") no-repeat right center / contain;
	transform: rotate(180deg);
}


#container-module-bannerCertification 
{
    width: 100%;
	position: relative;
}

#container-module-bannerCertification img 
{
    width: 100%;
    height: 40em;
    object-fit: cover;
}
.row-bannerCertification 
{
     width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 40%) 100%);
}
.description-certification
{
	width: 97em;
	margin: 0 auto;
	padding-top: 4em;
}
.description-certification h1
{
    font: 3.5em / 1.2em poppins-bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.description-certification p
{
    font: 1.5em / 1.2em lato-regular;
    color: #fff;
    margin-bottom: 0.5em;
    width: 49%;
    border-left: 3px solid #F97316;
    padding-left: 1em;
}

#container-module-certificationsObtained {
    width: 100%;
    padding: 5em 0;
}

.row-certificationsObtained {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.certificationsIso {
    width: 22%;
	height: 34em;
    border-radius: 1.5em;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease;
}

.certificationsIso:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.certificationsIso img {
    width: 100%;
    height: 15em;
    object-fit: cover;
    display: block;
}

.content-description {
    width: 100%;
    padding: 2em;
    background: #fff;
    text-align: center;
}

.content-description h3 {
    font: 1.5em / 1.3em poppins-bold;
    color: #0C425F;
    margin-bottom: 0.8em;
}

.content-description p {
    font: 1.2em / 1.2em lato-regular;
    color: #4B5563;
}


#container-module-bannerClient 
{
    width: 100%;
	position: relative;
}

#container-module-bannerClient img 
{
    width: 100%;
    height: 40em;
    object-fit: cover;
}
.row-bannerClient 
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 90%) 0%, rgb(0 0 0 / 40%) 100%);
}
.description-client
{
	width: 97em;
	margin: 0 auto;
	padding-top: 4em;
}
.description-client h1
{
    font: 3.5em / 1.2em poppins-bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.description-client p
{
    font: 1.5em / 1.2em lato-regular;
    color: #fff;
    margin-bottom: 0.5em;
    width: 49%;
    border-left: 3px solid #F97316;
    padding-left: 1em;
}

#container-module-Client
{
	width:100%;
	padding:5em 0;
}
.row-Client
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.clientsGroup
{
	width: 23%;
    margin: 1em 1%;
    background: #fff;
    border-radius: 1.2em;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    padding: 2em;
}
.clientsGroup:hover
{
	transform: translateY(-15px);
}
.icon-client 
{
    width: 80%;
    margin: 0 auto;
}
.icon-client img 
{
    width: 100%;
    height: 150px;
    object-fit: contain;
}
.clientsGroup  p 
{
    font: 1.2em / 1.2em lato-regular;
    color: #6B7280;
	margin-top: 1em;
}
.icon-gps
{
	background: url("images/direccion.svg")no-repeat left center / contain;
	filter: brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(435%) hue-rotate(181deg) brightness(93%) contrast(89%);
	padding-left:1.5em;
}
.icon-dishes
{
	background: url("images/icon_platos.svg")no-repeat left center / contain;
	filter: brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(435%) hue-rotate(181deg) brightness(93%) contrast(89%);
	padding-left:1.5em;
}


#container-module-bannerContact
{
	width: 100%;
    position: relative;
}
#container-module-bannerContact img
{
	width: 100%;
    height: 40em;
    object-fit: cover;
}
.row-bannerContact
{
	width: 100%;
	margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
	flex-direction: column;
	justify-content: center;
	background: linear-gradient(90deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 16%) 100%);
}
.wrapper-bannerContact
{
	width: 97em;
	margin: 0 auto;
}
.row-bannerContact h1
{
	font: 4em / 1.1em poppins-bold;
    color: #fff;
	margin-bottom: 0.5em;
}
.row-bannerContact p 
{
    font: 1.5em / 1.4em lato-regular;
    color: #E5E7EB;
	width: 51%;
	margin-bottom: 0.35em;
}
.row-bannerContact ul 
{
	display: flex;
}
.row-bannerContact ul li
{
	font: 1.5em / 1.4em lato-regular;
    color: #E5E7EB;
	margin-bottom: 0.75em;
	padding-left: 1.3em;
	
	position: relative;
}
.row-bannerContact ul li:before
{
	content: "";
	position: absolute;
	left: 10px;
    top: 11px;
    width: 8px;
    height: 8px;
	background: #E5E7EB;
	border-radius: 50%;
	z-index: 2;
}
.row-bannerContact ul li:first-child:before
{
	display: none;
}
.row-bannerContact ul li:first-child
{
	padding-left: 0;
}


#container-module-contact
{
	width: 100%;
	padding: 5em 0;
}
.row-contact
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.information-contact
{
	width: 47%;
}
.information-contact h2
{
	font: 2.5em / 1.2em lato-semibold;
    color: #000;
    margin-bottom: 0.5em;
}
.information-contact p
{
	margin-bottom: 1.5em;
    font: 1.3em / 1.4em lato-regular;
    color: #6B7280;
}
.image-contact
{
	width: 45%;
	border-radius: 2em;
	overflow: hidden;
    position: relative;
}
.image-contact img
{
	width: 100%;
	height: 380px;
	object-fit: cover;
}
.content-card 
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
}
.content-card h3 
{
    font: 2em/1.2em lato-semibold;
    color: #fff;
    margin-bottom: 8em;
}
.content-card p 
{
    font: 2em/1.2em lato-semibold;
    color: #fff;
}
.image-contact:before,
.image-contact:after,
.content-card:before 
{
    content: '';
    position: absolute;
    width: 1.2em;
    height: 1.2em;
    background: #FF7329;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 115, 41, 0.7);
    animation: pulse-dot 2s infinite;
}
.image-contact:before 
{
    top: 36%;
    left: 32%;
    animation-delay: 0s;
}
.image-contact:after 
{
    top: 66%;
    left: 51%;
    animation-delay: 0.3s;
}
.content-card:before 
{
    top: 28%;
    right: 31%;
    animation-delay: 0.6s;
}
@keyframes pulse-dot 
{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 115, 41, 0.7);
        transform: scale(1);
    }
    
    50% {
        box-shadow: 0 0 0 1.5em rgba(255, 115, 41, 0);
        transform: scale(1.1);
    }
    
    100% {
        box-shadow: 0 0 0 0 rgba(255, 115, 41, 0);
        transform: scale(1);
    }
}


#container-module-data
{
	width: 100%;
	padding-bottom: 5em;
}
.row-data
{
	width: 80%;
    margin: 0 auto;
}
.row-data ul 
{
	display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.row-data ul li
{
	width: 48.5%;
	margin-top: 2em;
	padding: 2.5em;
	border-radius: 1em;
	box-shadow: -1px 4px 6px 0px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	display: flex;
}
.icon-data
{
	width: 5em;
	height: 5em;
	background: #5f5f5f1f;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-data img
{
	width: 2em;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(21%) sepia(23%) saturate(1089%) hue-rotate(157deg) brightness(95%) contrast(88%);
}
.text-data h2
{
	font: 1.5em / 1.2em lato-semibold;
	color: #1F2937;
	margin-bottom: 0.5em;
}
.text-data p
{
	font: 1.1em / 1.4em lato-regular;
    color: #6B7280;
	display: block;
}
.text-data a
{
	font: 1.1em / 1.4em lato-regular;
    color: #6B7280;
	display: block;
}
.text-data 
{
    margin-left: 2em;
}


#container-module-form
{
	width: 100%;
	padding-top: 5em;
}
.row-form
{
	width: 60%;
    margin: 0 auto;
	border: 1px solid #D9D9DB;
	border-radius: 1em;
	background: #EFF0F3;
	padding: 2em;
}
.row-form form 
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.row-form
{
	margin-bottom: 1.5em !important;
}
.row-form h2
{
	font: 2em / 1.2em lato-semibold;
    color: #000;
	margin-bottom: 2em;
	text-align: center;
}
.row-form form p
{
	margin-bottom: 1.5em;
	width: 48%;
}
.row-form p input[type="text"],
.row-form p input[type="tel"],
.row-form p input[type="email"]
{
    width: 100%;
    border: none;
    font: 1.235em/1.2em lato-regular;
    color: #5e5b5c;
    padding: 0.5em 1em;
	background: #fff;
	border: 1px solid #D9D9DB;
	border-radius: 0.5em;
	margin-top: 0.5em;
}
.fullWidth
{
	width: 100% !important;
}
.row-form p textarea
{
	width: 100%;
    border: none;
    font: 1.235em/1.2em lato-regular;
    color: #5e5b5c;
    padding: 0.5em 1em;
    height: 7em;
    resize: none;
	background: #fff;
	border: 1px solid #D9D9DB;
	border-radius: 0.5em;
	margin-top: 0.5em;
}
.row-form p input[type="submit"]  
{
    font: 1.335em/1.2em lato-regular;
    color: #fff;
    padding: 0.85em 3.5em;
    background: #F27405;
    display: table;
    border: 1px solid #D9D9DB;
	border-radius: 0.5em;
    cursor: pointer;
	margin-top: 1em;
	width: 100%;
}
.row-form p input[type="submit"]:hover 
{
    background: #EA580C;
}
.row-form div form p label 
{
    font: 1.235em/1.2em lato-regular;
    color: #000;
}
input::placeholder,
textarea::placeholder 
{
  color: #5F5F5F;
}
.wpcf7 form.sent .wpcf7-response-output
{
	font: 1.235em/1.2em lato-regular;
	color: #000;
}


#container-module-response
{
	width: 100%;
	padding: 3em 0;
	background: #A5CEFD;
}
.row-response
{
	width: 100%;
}
.row-response ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.row-response ul li
{
	width: 26%;
    font: 1.35em / 1.2em lato-regular;
    color: #0C425F;
    display: flex;
    align-items: center;
}
.icon-response
{
    width: 1.8em;
    height: 1.8em;
    padding: 0;
    background: url(images/reloj-blue.png) no-repeat center / contain;
    margin-right: 0.85em;
    filter: brightness(0) saturate(100%) invert(21%) sepia(23%) saturate(1089%) hue-rotate(157deg) brightness(95%) contrast(88%);
}
.floatWhatsapp 
{
	display: block;
	background: url("images/icoFloat_Whatsapp.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 110px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}

#container-mobile
{
	display: none !important;
}

.movil
{
	display:none;
}


.row-mobile
{
	display: none;
}
.mobile
{
	display: none !important;
}
.desktop
{
	display: block;
}




@media screen and (max-width: 1760px)
{
	body 
	{
		font-size:13.5px;
	}
	
}


@media screen and (max-width: 1400px)
{

	body 
	{
		font-size:12.5px;
	}
	
	
}

@media screen and (max-width: 1100px)
{

	body 
	{
		font-size:9px;
	}
	.center 
	{
		width: 85% !important;
	}
	
	
	
	
}

@media screen and (max-width: 760px)
{

	body 
	{
        font-size: 12px;
    }
    .center 
	{
        width: 90% !important;
    }
    .center-full 
	{
        width: 95% !important;
    }
	#container-module-header
	{
		background: #000;
	}
    .column-menu 
	{
        display: none;
    }
    .row-mobile 
	{
        display: flex;
        width: 30px;
        flex-flow: row wrap;
        cursor: pointer;
    }
    .row-mobile span 
	{
        width: 100%;
        height: 3px;
        margin: 2px 0;
        background: #fff;
        transition: all 0.3s ease;
    }
    .btnclose-menu span:nth-child(1) 
	{
        opacity: 0;
    }
    .btnclose-menu span:nth-child(2) 
	{
        transform: rotate(45deg);
        margin-bottom: -6px;
    }
    .btnclose-menu span:nth-child(3) 
	{
        transform: rotate(-45deg);
    }
    .btnclose-menu span:nth-child(4) 
	{
        opacity: 0;
    }
    #container-mobile 
	{
        display: none !important;
        position: fixed;
        top: 4.4em;
        left: 0;
        width: 100%;
		height: 100%;
        background: #000;
        z-index: 998;
    }
    #container-mobile.active 
	{
        display: block !important;
    }
    .row-menu-mobile 
	{
        width: 100%;
        padding: 0;
    }
    .column-menu-mobile 
	{
        margin-top: 0;
        padding: 0;
    }
    .column-menu-mobile > div > ul 
	{
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .column-menu-mobile > div > ul > li 
	{
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .column-menu-mobile > div > ul > li > a 
	{
        font: 1.2em / 1.2em lato-regular;
        color: #fff;
        display: block;
        padding: 1.2em 1.5em;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .column-menu-mobile .menu-item-has-children > a 
	{
        position: relative;
    }
    .column-menu-mobile .menu-item-has-children > a:after 
	{
        content: "";
        position: absolute;
        right: 1.5em;
        top: 50%;
        transform: translateY(-50%);
        width: 1em;
        height: 1em;
        background: url('images/flecha.svg') no-repeat center / contain;
		filter: brightness(0) invert(1);
        transition: transform 0.3s ease;
    }
    .column-menu-mobile .menu-item-has-children.open > a:after 
	{
        transform: translateY(-50%) rotate(180deg);
		filter: brightness(0) saturate(100%) invert(52%) sepia(98%) saturate(2332%) hue-rotate(1deg) brightness(101%) contrast(96%);
    }
    .column-menu-mobile .sub-menu 
	{
        display: none;
        padding-left: 0;
        background: rgba(255, 255, 255, 0.05);
        list-style: none;
        margin: 0;
    }
    .column-menu-mobile .sub-menu li 
	{
        padding-left: 2em;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .column-menu-mobile .sub-menu li a 
	{
        font: 1.1em / 1.2em lato-regular;
        color: #fff !important;
        display: block;
        padding: 1em 1.5em;
        text-transform: none;
    }
    .column-menu-mobile .current-menu-item > a 
	{
        color: #F97316 !important;
    }
    .desktop 
	{
        display: none;
    }
    .mobile 
	{
        display: block !important;
    }
	.bannerdesktop 
    {
        display: none !important;
    }
    .bannermobil 
    {
        display: block !important;
    }
	.headline
	{
		width: 28em;
		margin: 0 auto;
	}
	.layer-slider div h1 
	{
		font: 3em / 1em lato-semibold;
		color: #fff;
		letter-spacing: 1px;
		width: 100%;
		margin-top: 0;
	}
	.layer-slider div p 
	{
		font: 1.5em / 1.2em lato-regular;
		color: #E5E7EB;
		margin-top: 1.5em;
	}	
	.btn-slider 
	{
		display: flex;
        align-items: flex-start;
        flex-direction: column;
	}	
	.layer-slider a:first-child 
	{
		font: 1.4em / 1.2em lato-regular;
		padding: 0.65em 1.7em;
	}
	.layer-slider a:last-child 
	{
		font: 1.4em / 1.2em lato-regular;
		padding: 0.65em 1.7em;
	}
	#container-module-features 
	{
		padding: 4em 0;
	}
	.column-data-features 
	{
		width: 100%;
	}
	.column-data-features ul 
	{
		flex-direction: column;
	}
	.column-data-features ul li 
	{
		width: 100%;
		margin-bottom: 4em;
	}
	.column-data-features ul li:last-child
	{
		margin-bottom: 0;
	}
	.description-features p 
	{
		font: 1.8em / 1.2em lato-regular;
	}
	.row-characteristics p 
	{
		font: 2.5em / 1em lato-semibold;
	}
	#container-module-characteristics > img 
	{
		width: 100%;
		height: 65vh;
	}
	.column-data-characteristics ul 
	{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.column-data-characteristics 
	{
		width: 100%;
	}
	.column-data-characteristics ul li 
	{
		width: 50%;
		margin-bottom: 2em;
	}
	.row-category ul li 
	{
		width: 100%;
	}	
	.wrapper-history 
	{
		width: 90%;
	}
	.wrapper-history ul li 
	{
		padding-left: 3em;	
	
	}
	.wrapper-history ul li p 
	{
		font: 2em / 1.2em lato-regular;
	}
	#container-module-clients .slick-slide 
	{
		margin-right: 35px;
		margin-left: 35px;
	}
	#container-module-clients .slick-prev
	{
		left: 1.5em;
	}
	#container-module-clients .slick-next
	{
		right: 1.5em;
	}
	.links-tabs 
	{
		width: 100%;
		justify-content: center;
	}
	.image-clients img 
	{
		width: 70px;
		height: 70px;
	}
	.column-footer h2
	{
		font: 2em / 1.2em lato-regular;
	}
	.image-our img 
	{
		height: 215px;
	}
	.image-detailServices img 
	{
		height: 20em;
	}
	.links-tabs a 
	{
		margin-bottom: 1em;
	}
	.column-footer 
	{
		width: 100%;
		margin-bottom: 4em;
	}
	.dataFormulario 
	{
		width: 100%;
	}
	.dataFormulario form p
	{
		margin-bottom: 1.5em;
		width: 100%;
	}
	#container-module-bannerInternal img 
	{
		height: 350px;
		object-fit: cover;
	}
	.row-us 
	{
		width: 29em;
		margin: 0 auto;
	}
	.row-us h2 
	{
		font: 1.8em / 1em poppins-bold;
	}
	.groups-experience ul 
	{
		justify-content: center;
	}
	.groups-experience ul li 
	{
		width: 15em;
		height: 15em;
	}
	.row-experience h2 
	{
		font: 2em / 1.2em lato-semibold;
	}
	.row-experience > p 
	{
		font: 1.235em / 1.2em lato-regular;
	}
	.groups-experience ul li span 
	{
		font: 3.5em / 1.2em lato-semibold;
	}
	.groups-experience ul li p 
	{
		font: 1.5em / 1.2em lato-regular;
	}
	.row-us p 
	{
		font: 1.235em / 1.4em lato-regular;
		width: 95%;
	}
	#container-module-experience 
	{
		padding: 5em 0;
	}
	.groups-experience ul li 
	{
		margin-bottom: 3em;
	}
	.row-our 
	{
		width: 100%;
	}
	.image-our 
	{
		width: 100%;
		margin-bottom: 4em;
	}
	.information-our 
	{
		width: 100%;
	}
	.information-our h2 br 
	{
		display: none;
	}
	.information-our h2 
	{
		font: 2em / 1.2em lato-semibold;
	}
	#container-module-bannerInternalDetail img 
	{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.content-bannerInternal 
	{
		width: 90%;	
	}
	.row-bannerInternal h1 
	{
		font: 2.5em / 1em poppins-bold;
	}
	.row-bannerInternal p 
	{
		font: 1.235em / 1.4em lato-regular;
	}
	.row-bannerInternal p 
	{
		width: 100%;
	}
	.image-detailServices 
	{
		width: 100%;
	}
	.information-detailServices 
	{
		width: 100%;
		padding: 5em 0;
	}
	.information-detailServices h2 
	{
		font: 2em / 1.2em lato-semibold;
	}
	.title-chooseUs p 
	{
		font: 1.3em / 1.4em lato-regular;
		width: 90%;
	}
	#container-module-detailServices 
	{
		padding-bottom: 0;
	}
	.description-characteristicsDetail p 
	{
		font: 1.235em / 1.4em lato-regular;
	}
	.row-accordion h2 
	{
		font: 2em / 1.2em lato-semibold;
	}
	.groups-chooseUs
	{
		width: 100%;
		padding-top: 3em;
	}
	.groups-chooseUs ul 
	{
		width: 100%;
		flex-direction: column;
	}
	.groups-chooseUs ul li 
	{
		width: 100%;
		text-align: center;
		background: #ffffff2e;
		border-radius: 0.85em;
		padding: 2em;
		border: 1px solid #ffffff24;
		margin-bottom: 2em;
	}
	.row-characteristicsDetail 
	{
		width: 100%;
		margin: 0 auto;
	}
	.row-characteristicsDetail ul li 
	{
		width: 100%;
		margin-bottom: 5em;
		display: flex;
		justify-content: space-between;
	}
	.row-accordion 
	{
		width: 100%;
		margin: 0 auto;
	}
	.title-accordion 
	{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-right: 0.5em;
	}
	.description-certification h1 
	{
		font: 2.5em / 1.2em poppins-bold;
	}
	.description-client h1 
	{
		font: 2.5em / 1.2em poppins-bold;
	}
	#container-module-bannerContact img 
	{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.wrapper-bannerContact 
	{
		width: 29em;
		margin: 0 auto;
	}	
	.row-bannerContact h1 
	{
		font: 2em / 1.1em poppins-bold;
	}	
	.row-bannerContact ul li:before 
	{
		left: 5px;
		top: 7px;
	}
	.row-bannerContact ul li 
	{
		font: 1.235em / 1.4em lato-regular;
	}
	.row-bannerContact p 
	{
		font: 1.235em / 1.4em lato-regular;
		width: 91%;
		margin-bottom: 1em;
	}
	.information-contact 
	{
		width: 100%;
	}
	.information-contact h2 br
	{
		display:none;
	}
	.image-contact 
	{
		width: 100%;
	}	
	.content-card p 
	{
		font: 1.5em / 1.2em lato-semibold;
	}
	
	.content-card h3 
	{
		margin-bottom: 5em;
		font: 1.5em / 1.2em lato-semibold;
	}	
	.row-data 
	{
		width: 100%;
		margin: 0 auto;
	}
	.row-data ul li 
	{
		width: 100%;
	}
	.row-form 
	{
		width: 100%;
	}
	.row-form form p 
	{
		margin-bottom: 1.5em;
		width: 100%;
	}
	.row-response ul li 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.row-form form p br
	{
		display:none;	
	}
	#container-module-bannerCertification img 
	{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.description-certification 
	{
		width: 29em;
		margin: 0 auto;
	}
	.description-certification p 
	{
		margin-bottom: 0;
		width: 100%;
	}
	.certificationsIso 
	{
		width: 100%;
		margin-bottom: 2em;
		padding: 1em;
	}
	#container-module-bannerClient img 
	{
		width: 100%;
		height: 350px;
		object-fit: cover;
	}
	.description-client 
	{
		width: 29em;
		margin: 0 auto;
	}
	.description-client p 
	{
		margin-bottom: 0;
		width: 93%;
	}
	.row-bannerContact ul 
	{
		flex-flow: row wrap;
		flex-direction: column;
	}
	.row-bannerContact ul li:first-child:before
	{
		display: block;
	}
	.row-bannerContact ul li:first-child 
	{
		padding-left: 1.3em;
	}
	.clientsGroup 
	{
		width: 100%;
	}
	.row-response ul 
	{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		width: 100%;
		flex-direction: column;
	}
	.desktop
	{
		display: none;
	}
	.mobile
	{
		display: block !important;
	}
	
	.layer-slider a 
	{
		margin-top: 1em;
	}
	.content-category h3 
	{
		font: 1.5em / 1.2em lato-regular;
	}
	.content-category span 
	{
		font: 1.1em / 1.2em lato-semibold;
	}
	.row-category ul li a > img 
	{
		height: 18em;
	}
	
	
}

@media screen and (max-width: 370px)
{

	body 
	{
		font-size:10px;
	}
	
	
}