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

@font-face 
{
    font-family: 'extrabold';
    src: url('fonts/Poppins-ExtraBold.eot');
    src: url('fonts/Poppins-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff'),
        url('fonts/Poppins-ExtraBold.ttf') format('truetype'),
        url('fonts/Poppins-ExtraBold.svg#Poppins-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face
{
	font-family:'bold';
	src:url('fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
		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:normal;
	font-style:normal;
}
@font-face
{
	font-family:'semibold';
	src:url('fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-SemiBold.woff') format('woff'),
		url('fonts/Poppins-SemiBold.ttf')format('truetype'),
		url('fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:'medium';
	src:url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Medium.woff') format('woff'),
		url('fonts/Poppins-Medium.ttf')format('truetype'),
		url('fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face
{
	font-family:'regular';
	src:url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Regular.woff') format('woff'),
		url('fonts/Poppins-Regular.ttf')format('truetype'),
		url('fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
	font-weight:normal;
	font-style:normal;
}
@font-face
{
	font-family:'light';
		src:url('fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Poppins-Light.woff') format('woff'),
		url('fonts/Poppins-Light.ttf')format('truetype'),
		url('fonts/Poppins-Light.svg#Poppins-Light') format('svg');
	font-weight:normal;
	font-style:normal;
}

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;
}
img
{
	border:none;
    display: block;
}
p 
{
	margin:0;
}
a
{
	text-decoration:none;
}
*:focus
{
	outline:none;
}
*
{
	box-sizing: border-box;
}
li 
{
	list-style: none;	
}
.center
{
	width:1230px;
	margin:0 auto;
}
.center-full
{
	width:95%;
    margin: 0 auto;
}
.clear
{
	clear:both;
}


#container-module-top
{
	width: 100%;
	padding: 1.5em 0;
	background: #000;
}
.row-top
{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
}
.column-contact-top ul
{
	display: flex;
}
.column-contact-top ul li
{
	margin-right: 1em;
}
.column-contact-top ul li a
{
    font: 1.235em/1em regular;
    color: #fff;
	padding-left: 2em;
}

.icon-phone
{
    background:url("images/phone.png") no-repeat left center / contain;
}
.icon-email 
{
    background:url("images/email.png") no-repeat left center / contain;
}

.column-content-top span
{
    font: 1.235em/1em regular;;
    color: #fff;
}
.column-link-top
{
    display: flex;
}
.menu-language-top 
{
    margin-right: 3em;
}
.menu-language-top a
{
    font: 1.235em/1em regular;;
    color: #fff;
}
.link-networks-top 
{
    display: flex;
}
.link-networks-top a
{
    margin: 0 0.85em;
}
.link-networks-top a img
{
    width: 1.5em;
}


#container-module-header
{
	width: 100%;
	background: #fff;
	padding: 1em 0;
	border-bottom: 1px solid #1668bc;
}
.row-header
{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
    align-items: center;
}
.column-logo a img
{
    width: 15em;
}

.column-menu
{
    display: flex;
    align-items: center;
}
.column-menu > div > ul 
{
    display: flex;
}
.column-menu > div > ul > li 
{
    margin-right: 3em;
    padding: 1.5em 0px;
	position: relative;
}
.column-menu > div > ul > li > a 
{
    font: 1.335em/1em regular;
    color: #282828;
}
.column-menu > div > ul > li > a:hover
{
    font: 1.335em/1em regular;
    color: #1668bc;
}
.column-menu > div > ul > li.menu-item-has-children > a:after
{
	content: "";
	width:1em;
	height:1em;
	background:red;
    position: absolute;	
	right: -1em;
	background: url("images/icon-flecha.svg") no-repeat right / 0.75em;
}
.sub-menu
{
	position: absolute;
    top: 4.5em;
    background: #fff;
    display: none;
    z-index: 99;
	width: 16em;
}
.column-menu > div > ul > li:hover .sub-menu
{
	display: block;
}
.sub-menu > li > a
{
    font: 1.235em/1em regular;
    color: #000;
    padding: 1.25em 1em;
	display: block;
}
#container-module-header .sub-menu > li > a:hover
{
    background: #ff8b00;
	color: #fff !important;
}
.column-whatsapp img
{
	width: 3.5em;
	height: 3.5em;
}


#container-module-banner
{
	width: 100%;
	position: relative;
    background: #000;
}
.row-banner img
{
	width: 100%;
	height: 50em;
	opacity: 0.9;	 
}
.layer-banner
{
    width: 70%;
    height: 100%;
    position: absolute;
    left: 5%;
    top: 0;
	
    display: flex;
    flex-flow: column;
    margin-top: 10em;
}
.layer-banner h1
{
    font: 4em/1em bold;
    color: #fff;
}
.layer-banner h2
{
    font: 3.5em/1em bold;
    color: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	
	position: relative;
}
.layer-banner h2:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("images/White-Reverse.gif") no-repeat right center / 7em;
}
.layer-banner p
{
    font: 1.5em/1.6em light;
    color: #fff;
}
.btn-banner 
{
    margin-top: 6em;
}
.btn-banner a
{
    font: 1.4em / 1em regular;
    color: #fff;
    background: #ff8b00;
    padding: 0.65em 2em;
    margin: 0 1em;
	transition: all 0.3s ease-in-out;
	letter-spacing :1px;
	border-radius: 5px;
}
.btn-banner a:hover
{
    background: #1668bc;
}
.btn-banner a:last-child
{
    font: 1.4em / 1em regular;
    color: #fff;
    background: none;
	border: 2px solid #fff;
    padding: 0.85em 2em;
    margin: 0 1em;
	transition: all 0.3s ease-in-out;
	letter-spacing :1px;
}
.btn-banner a:hover:last-child
{
    background: #1668bc;
	border: 2px solid #1668bc;
}


#container-module-us
{
	width: 100%;
	background: #fff;
	padding: 4em 0;
}
.row-us
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.column-imageUs
{
	width: 45%;
}
.column-imageUs img
{
	width: 100%;
    height: 30em;
    object-fit: cover;
}
.column-contentUs h2
{
	font: 3.5em / 1.3em bold;
    color: #1668bc;
	margin-bottom: 1em;
}
.column-contentUs p
{
	font: 1.335em / 1.7em light;
    color: #282828;
    margin-bottom: 2em;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn-textUs
{
	width: 87%;
	
	display: flex;
	justify-content: space-between;
}
.btn-textUs a
{
    font: 1.235em / 1em regular;
    color: #fff;
    background: #ff8b00;
    padding: 0.85em 2em;
	transition: all 0.3s ease-in-out;
	letter-spacing :1px;
	border-radius: 5px;
}
.btn-textUs a:hover
{
    background: #1668bc;
}
.avionTextUs
{
	width: 19em;
	position: relative;
}
.avionTextUs:before
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("images/Black.gif") no-repeat left center / 15em;
}
.column-contentUs
{
	width: 47%;
}
.btn-contentUs a
{
    font: 1.4em / 1em regular;
    color: #fff;
    background: #1668bc;
    padding: 1.1em 2.2em;
	transition: all 0.3s ease-in-out;
	letter-spacing :1px;
}
.btn-contentUs a:hover
{
    background: #1668bc;
}


#container-module-wrapper
{
	width: 100%;
	padding: 5em 0;
}
.row-wrapper,
.row-category
{
	width: 100%;
}
.row-wrapper ul,
.row-category ul
{
	display:flex;
	flex-flow: row wrap;
}
.row-wrapper ul li,
.row-category ul li
{
	width: 18%;
    margin: 1em 1%;
	cursor: pointer;

	position: relative;
}
.image-wrapper
{
	background: #000;
}
.image-wrapper img
{
	width: 100%;
    height: 25em;
    opacity: 0.8;
    object-fit: cover;
}
.box-wrapper
{
	position: absolute;
	bottom: 0;
    width: 100%;
	height: 100%;
	overflow: hidden;
	
	display: flex;
    align-items: flex-end;
    text-align: center;
	transition: all 0.5s ease-in-out;
}
.box-wrapper h2
{
	font: 1.6em / 1em bold;
    color: #fff;
	margin-bottom: 2em;
	transition: all 0.5s ease-in-out;
}
.box-wrapper .box
{
	visibility: hidden;
    height: 0;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.box-wrapper p
{
	font: 1.2em / 1.5em regular;
    color: #fff;
	margin-bottom: 1em;
	padding: 0 0.5em;
}
.box-wrapper span
{
	font: 1.2em / 1.5em regular;
    color: #fff;
	background: #ff8b00;
	border-radius: 5px;
	padding: 0.5em 1em;
}
.row-wrapper ul li:hover .box-wrapper,
.row-category ul li:hover .box-wrapper
{
	background: rgb(56 52 52 / 30%);
} 
.row-wrapper ul li:hover .box,
.row-category ul li:hover .box
{
	visibility: visible !important;
	height: auto;
	height: 15em;
	opacity: 1;
} 
.row-wrapper ul li:hover .box-wrapper h2,
.row-category ul li:hover .box-wrapper h2
{
	margin-bottom: 1em;
} 


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

#container-module-search:before
{
	content: "";
	position: absolute;
	width: 20%;
	height: 100%;
	background: url("images/avionLeft.svg") no-repeat left center / 25em;
	left: 6%;
    top: 0;
}
#container-module-search:after
{
	content: "";
	position: absolute;
	width: 30%;
	height: 60%;
	background: url("images/avionRight.svg") no-repeat left 2em / 29em;
	right: 6%;
	top:0;
}


#container-module-search img
{
	width: 100%;
	height: auto;
}
.content-search
{
    width: 65%;
    height: 100%;
    position: absolute;
    left: 0;
	right: 0;
    top: 0;
	margin: 0 auto;
	
    display: flex;
    flex-flow: column;
    justify-content: center;
	text-align: center;
}
.content-search > h2
{
    font: 2.7em/1em bold;
    color: #1668bc;
	margin-bottom: 1em;
}
.content-search p
{
    font: 1.335em/1.7em regular;
    color: #282828;
}


#container-module-packages
{
	width: 100%;
	padding: 7em 0;	
}
.row-packages
{
	width: 100%;
}
.list-packages 
{
    display: flex;
    flex-flow: row wrap;
}
.column-packages 
{
    width: 31%;
    margin: 1.2em 1.1%;
	border: 1px solid rgb(218,220,224);
}
.image-packages
{
	width: 100%;
	height: 22em;
	overflow: hidden;
	background: #000;
	
	position: relative;
}
.image-packages img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}
.column-packages:hover .image-packages img
{
	transform: scale(1.2);
	opacity: 0.6;
}
.content-imagepackages h2,
.content-imagepackages h3 
{
    position: absolute;
    top: 10%;
    left: 10%;
    background: #fff;
    padding: 0.75em 1em;
	transition: opacity 0.3s ease-in-out;
}
.content-imagepackages h2 
{
    font: 1.2em / 1.2em regular;
    color: #1668bc;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1;
}
.content-imagepackages h3 
{
    font: 1.2em / 1.2em regular;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0;
}
.column-packages:hover .content-imagepackages h2 
{
    opacity: 0;
}
.column-packages:hover .content-imagepackages h3 
{
    opacity: 1;
}
.content-packages 
{
    padding: 1em;
}
.content-packages div
{
	padding: 0.85em;
    display: flex;
	justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid rgb(218,220,224);
}
.content-packages div:last-child
{
	border-bottom: none;
}
.titlepackages h2
{
    font: 1.5em / 1.2em semibold;
    color: #282828;
	width: 65%;
}
.column-packages:hover .titlepackages h2
{
	color: #1668bc;
}
.titlepackages span
{
    font: 1.1em / 1.7em regular;
    color: #535353;
	width: 25%;
}
.contentpackages p
{
	font: 1.2em / 1.5em regular;
    color: #282828;
}
.btnpackages
{
	display: flex;
	justify-content: space-between;
}
.btnpackages h3
{
	font: 1.2em / 1.7em regular;
    color: #fff;
    background: #ff8b00;
    letter-spacing: 1px;
    width: 45%;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius: 5px;
}
.btnpackages h3:hover
{
    background: #1668bc;
}
.btnpackages p
{
	font: 1.2em / 1.5em regular;
    color: #282828;
    width: 33%;
}
.btnpackages p b
{
	font: 1em / 1.5em bold;
}

.row-popular-search
{
	width: 100%;
	
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2em;
}
.row-popular-search h2
{
	font: 1.335em / 1em regular;
    color: #282828;
}
.btn-searches 
{
    display: flex;
	margin-left: 1em;
}
.btn-searches a
{
	font: 1.235em / 1em regular;
    color: #282828;
	padding: 0.5em 1em;
	background: #D4E0EF;
	display: block;
    margin: 0 0.25em;
	border-radius: 5px;
	transition: all 0.3s ease-in-out;
}
.btn-searches a:hover
{
	background: #1C6BE4;
	color: #fff;
}

.wrapper-packages
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}


#container-module-searchtitle h1
{
	font: 2.4em/1.1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle p
{
	font: 1em/1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle h1 strong ,
#container-module-searchtitle h1 b 
{
	font-family:bold;
}

#row-result-search 
{
	padding:5em 0;
}
#row-result-search ul 
{
	width:60%;
	margin:0 auto;
}
#row-result-search ul li
{
	width:100%;
	padding:1em 0;
    border-bottom: 1px solid #026CB6;
}
#row-result-search ul li h2
{
	width:100%;
    font: 1.6em regular;
    color: #1668bc;
}
#row-result-search ul li span 
{
	width:100%;
	font: 1.1em regular;
    color: #545454;
}
#row-result-search  ul li a 
{
    color: #000 !important;
    text-decoration: underline;
    font: 1em regular !important;
}
.button-home
{
	font: 1.15em / 1em regular;
    color: #fff;
    background: #1668bc;
    padding: 1em 2em;
    display: table;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
}



#container-module-searchtitle
{
    width: 100%;
    background: #1668bc;
    padding: 4em 0;
}
#container-module-searchtitle h1
{
	font: 2.4em/1.1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle p
{
	font: 1em/1em light;
    color: #fff;
    padding: 0.15em 0;
    text-align: center;
}
#container-module-searchtitle h1 strong ,
#container-module-searchtitle h1 b 
{
	font-family:bold;
}

#container-module-experience
{
	width: 100%;
	position: relative;
}
#container-module-experience > img
{
	width: 100%;
    height: 60em;
    object-fit: cover;
}
.containt-experience
{
	position: absolute;
	top: 9%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 88%;
	margin: 0 auto;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.left-experience
{
	width: 40%;
}
.left-experience img
{
	width: 100%;
	height: auto;
}
.right-experience
{
	width: 55%;
	margin-top: 2em;
}
.right-experience > h2
{
	font: 2.7em / 1.2em bold;
    color: #fff;
	margin-bottom: 0.95em;
}
.right-experience p
{
	font: 1.4em / 1.7em regular;
    color: #fff;
	margin-bottom: 2em;
}
.row-experience
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-experience
{
	width: 50%;
	margin-bottom: 4em;
	
    display: flex;
    align-items: center;
}
.iconsExperience
{
	width: 15%;
    margin-right: 2em;
}
.iconsExperience img
{
	width: 100%;
}
.titleExperience h2
{
	font: 1.5em / 1.2em regular;
    color: #fff;
	font-weight: 600;
}
.btn-experience 
{
    display: flex;
    align-items: center;
    width: 100%;
}
.btnExperience 
{
    width: 30%;
}
.btnExperience a
{
	font: 1.4em / 1.7em regular;
    color: #fff;
    background: #1668bc;
    letter-spacing: 1px;
	padding: 0.75em 2em;
	display: table;
	border-radius: 5px;
}
.btnExperience a:hover
{
    background: #ff8b00;
}
.avionExperience 
{
    width: 70%;
}
.avionExperience img
{
    width: 100%;
}


#container-module-specification
{
	width: 100%;
	height: 55em;
	background: transparent;
	margin: 10em 0;
	
	display: flex;
	flex-flow: row wrap;
}
.columnLeft-specification
{
	width: 60%;
	position: relative;
}
.columnLeft-specification > img
{
    width: 100%;
    height: 100%;
}
.content-specification
{
	position: absolute;
    width: 85%;
    height: 100%;
    left: 15%;
    top: 0;
}
.content-specification h2
{
	font: 3em / 1.2em bold;
    color: #1668bc;
	margin-bottom: 0.95em;
}
.content-specification p
{
	font: 1.335em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
	margin-bottom: 3em;
}
.content-specification ul
{
	margin-left: 3em;
}
.content-specification ul li
{
	font: 1.335em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
	margin-bottom: 1.2em;
	
	position: relative;
	display: flex;
    align-items: center;
}
.content-specification ul li:before
{
	content: "";
	position: absolute;
	width: 0.5em;
	height: 0.5em;
	background: #1668bc;
	transform: rotate(45deg);
	margin-left: -1.5em;
}
.btn-specification
{
	display: flex;
	margin-top: 5em;
}
.btn-specification a
{
	font: 1.4em / 1.7em regular;
    color: #fff;
    background: #ff8b00;
    letter-spacing: 1px;
	padding: 0.65em 2em;
	display: table;
	margin-right: 2em;
	border-radius: 5px;
}
.btn-specification a:hover
{
    background: #1668bc;
}


.columnRight-specification
{
	width: 40%;
	position: relative;
}
.columnRight-specification > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imageSpecification
{
	position: absolute;
	width: 100%;
	height: 80%;
    left: 0;
    right: 0;
    top: 20%;
	margin: 0 auto;
}
.imageSpecification img
{
	width: 100%;
	height: auto;
}

#container-module-blog
{
	width: 100%;
	background: #F9F9F9;
	padding: 7em 0;
}
.row-blog
{
	width: 100%;
}
.title-blog
{
	width: 50%;
    margin: 0 auto;
}
.title-blog h2
{
	font: 2.5em / 1.2em bold;
    color: #1668bc;
    margin-bottom: 0.95em;
	text-align: center;
}
.title-blog p 
{
    font: 1.335em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
    margin-bottom: 3em;
    text-align: center;
}
.group-blog
{
	width: 100%;
}
.group-blog ul
{
	display: flex;
	flex-flow: row wrap;
}
.group-blog ul li
{
	width: 47%;
    margin: 1em 1.5%;
}
.row-item-post a
{
	display: flex;
	flex-flow: row wrap;
}
.imagepost
{
	width: 50%;
}
.imagepost img
{
	width: 100%;
    height: 25em;
    object-fit: cover;
}
.contentpost
{
	width: 50%;
	padding: 1em 2em;
}
.datepost
{
    width: 3em;
    height: 3em;
    background: #1668bc;

    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
    text-align: center;
	border-radius: 5px;
}
.datepost b 
{
    font: 1em/1em regular;
    color: #fff;  
}
.datepost span 
{
    font: 0.75em/1em light;
    color: #fff;  
}
.contentpost h2
{
	font: 1.4em / 1.2em medium;
    color: #1668bc;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.contentpost p
{
	font: 1.135em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
	margin-bottom: 1em;
}
.contentpost > span
{
	font: 1.1em / 1em medium;
    color: #1668bc;
}
.row-item-post:hover .contentpost > span
{
    color: #ff8b00;
}
.row-item-post 
{
    margin-bottom: 2em;
}


#container-module-services
{
	width: 100%;
	padding-top: 3em;
	padding-bottom: 6em;
}
.row-services
{
	width: 100%;
}
.title-services
{
	width: 75%;
    margin: 0 auto;
}
.title-services h2
{
	font: 2.5em / 1.2em bold;
    color: #1668bc;
    margin-bottom: 0.95em;
	text-align: center;
}
.title-services p 
{
    font: 1.335em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
    margin-bottom: 2em;
    text-align: center;
}
.group-services
{
	width: 100%;
}
.group-services ul
{
	display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.group-services ul li
{
	width: 31%;
	height: 30em;
	margin: 1em 1.16%;
	flex-flow: row wrap;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
	position: relative;
	overflow: hidden;
	padding: 4em 1em;
	display: flex;
    justify-content: center;
}
.group-services ul li:after
{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 100%;
	background: rgb(28, 107, 228, .09);
	transition: 0.6s ease-in-out;
}
.group-services ul li:hover:after
{
	right: 0; 
}

.iconServices
{
	width: 15%;
}
.iconServices img
{
	width: 100%;
}
.textServices h2
{
	font: 1.335em / 1em bold;
    color: #1668bc;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
.textServices p
{
	font: 1.135em / 1.7em light;
	font-weight: 600;
    letter-spacing: 0.5px;
    color: #282828;
}
.column-button 
{
    margin-top: 3em;
	position: absolute;
    z-index: 9;
	left: 0;
	right: 0;
}
.column-button a 
{
    font: 1.2em/1em medium;
    color: #fff;
    padding: 0.7em 2.25em;
    background: #50B154;
    border-radius: 0.5em;
}

#container-module-testimonials
{
	width: 100%;
	padding: 5em 0;
	background: #1668BC;
}
.title-testimonials h2
{
	font: 2.5em / 1.2em bold;
    color: #fff;
	margin-bottom: 2em;
	text-align: center;
}
.row-testimonials
{
	width: 100%;
}

.columnTestimonials p
{
	font: 1.235em / 1.7em regular;
    color: #fff;
	margin-bottom: 0.5em;
}
.columnTestimonials h3
{
	font: 1.1em / 1.2em regular;
    color: #fff;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
.boxTestimonials img
{
	width: 8em;
	margin: 0 auto;
}
.columnTestimonials > img
{
	width: 12em;
	margin: 0 auto;
}

#container-module-testimonials  .slick-slider 
{
    margin:0 -15px;
}
#container-module-testimonials  .slick-slide
{
    margin-right:15px;
    margin-left:15px;
}
.boxTestimonials > img
{
	width: 10em;
}
.row-whatsapp a
{
	font: 1.2em / 1.7em regular;
    color: #fff;
    background: #50B154;
    letter-spacing: 1px;
    padding: 0.65em 2em;
    display: table;
    border-radius: 5px;
    margin: 0 auto;
	margin-top: 2em;
}

#container-module-footer
{
	width: 100%;
	background: #1668bc;
	border-top: 1px solid #fff;
	padding: 5em 0;
}
.row-footer
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.column-logo-footer
{
	width: 25%;
}
.column-logo-footer img
{
	width: 20em;
	height: auto;
	filter: brightness(0) invert(1);
}
.column-logo-footer .text
{
	font: 1.235em / 1.5em regular;
    color: #fff;
	margin-top: 1em;
}
.column-menu-footer
{
	width: 67%;
}
.column-menu-footer > ul
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.column-menu-footer > ul > li:nth-child(1)
{
	width: 30%;
}
.column-menu-footer > ul > li:nth-child(2)
{
	width: 24%;
}
.column-menu-footer > ul > li:nth-child(3)
{
	width: 35%;
}
.column-menu-footer ul li h2 
{
    font: 1.5em / 1.2em medium;
    color: #fff;
    margin-bottom: 2.5em;
	
	position: relative;
}
.column-menu-footer ul li h2:before
{
	content: "";
    position: absolute;
	width: 40px;
	height: 2px;
	background: #ff8b00;
	left: 0;
    bottom: -0.5em;
}

.columnFooter
{
    margin-top: 1em;
}
.columnFooter span
{
    font: 1.235em / 1.5em regular;
	color: #fff;
	padding-left: 2em;
}
.columnFooter a
{
    font: 1.235em / 1.5em regular;
	color: #fff;
	padding-left: 2em;
	display: block;
	transition: all 0.3s ease-in-out;
}
.columnFooter a:hover
{
	color: #ff8b00;
}
.redesFooter 
{
    display: flex;
	justify-content: space-between;
	margin-top: 1em;
}
.redesFooter a img
{
	width: 7em;
}
.ubication
{
	background:url("images/ubicacion-footer.svg") no-repeat left center / 1em;
}
.phone
{
    background:url("images/telefono-footer.svg") no-repeat left center / 1em;
}
.email 
{
    background: url("images/correo-footer.svg") no-repeat left center / 1.3em;
}

.menu-footer ul li a
{
	font: 1.1em / 1.3em regular;
    color: #fff;
    margin-bottom: 1.2em;
    position: relative;
    padding-left: 1em;
	display: block;
	transition: all 0.3s ease-in-out;
}
.menu-footer ul li a:hover
{
    color: #ff8b00;
}
.menu-footer li a:before 
{
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 0.5em;
    background: #fff;
}


#container-module-copy
{
	width: 100%;
}
.copy-footer 
{
    width: 100%;
	padding: 0.85em 0;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copy-footer span
{
    font: 1.1em / 1.3em regular;
    color: #000;
}
.imageFooter
{
    width: 9em !important;
}
.copy-footer a img
{
    width: 100%;
}


#container-module-internal-banner  
{
    width: 100%;
    height: auto;
	background: #000;
	
	position:relative; 
}
#container-module-internal-banner img 
{
    width: 100%;
    height: 35em;
	object-fit:cover;
	opacity: 0.7;
}
.row-bannerInternal
{
	width: 100%;
}
.layer-internal-banner
{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.layer-internal-banner h1 
{
    font: 2.5em / 1.2em semibold;
    color: #fff;
	padding-bottom: 0.5em;
}
.link-internal a
{
    font: 1.235em / 1.2em regular;
    color: #fff;
}
.link-internal span
{
    font: 1.235em / 1.2em regular;
    color: #fff;
}
.link-internal i
{
    font: 1.235em / 1.2em regular;
    color: #fff;
	margin: 0 0.5em;
}


#container-module-contentUs
{
	width: 100%;
	background: #F9F9F9;
	padding: 5em 0;
	
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
.image-contentUs
{
	width: 50%;
}
.image-contentUs img
{
	width: 100%;
	height: auto;
}
.content-contentUs
{
	width: 50%;
	padding: 0 4em;
}
.content-contentUs h2
{
	font: 2.5em / 1.2em regular;
	color: #1668bc;
	margin-bottom: 1em;
}
.content-contentUs p
{
	font: 1.235em / 1.7em regular;
	color: #282828;
	margin-bottom: 1em;
}
.btn-contentUs a
{
    font: 1.235em / 1em regular;
    color: #fff;
    background: #ff8b00;
    padding: 0.85em 2em;
	transition: all 0.3s ease-in-out;
	letter-spacing :1px;
	display: table;
	margin-top: 2em;
	border-radius: 5px;
	margin: 0 auto;
}
.btn-contentUs a:hover
{
    background: #1668bc;
}


#container-module-photos
{
	width: 100%;
	padding: 7em 0;
}
.title-photos h2
{
	font: 2.2em / 1.2em bold;
	color: #1668bc;
	text-align: center;
	margin-bottom: 2.5em;
}
.row-photos
{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	
	width: 95%;
    margin: 0 auto;
}
.column-photos
{
	width: 33%;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	margin-bottom: 3em;
}
.image-photos
{
	width: 50%;
    height: 200px;
    border: 1px solid #1668bc;
    padding: 0.85em;
	margin-right: 1em;
	
	position: relative;
}
.text-photos 
{
    width: 50%;
}
.image-photos:before
{
	content: "";
    position: absolute;
    bottom: -6px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    right: 55px;
    width: 10px;
    height: 10px;
    rotate: -45deg;
    background: #fff;
	
	opacity: 0;
}
.column-photos:first-child .image-photos:before
{
	opacity: 1;
}
.column-photos:nth-child(2) .image-photos:before,
.column-photos:nth-child(4) .image-photos:before
{
	top: -7px;
    rotate: 135deg;
}
.column-photos:hover .image-photos:before
{
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}


.image-photos img
{
	    width: 100%;
    height: 179px;
    object-fit: cover;
}
/* .column-photos:nth-child(1) .text-photos,
.column-photos:nth-child(3) .text-photos,
.column-photos:nth-child(5) .text-photos
{
	padding-top: 2em;
} */
.column-photos:nth-child(2) .text-photos,
.column-photos:nth-child(4) .text-photos
{
	padding-bottom: 2em;
}

.text-photos h2
{
	font: 1.8em / 1.2em regular;
	color: #1668bc;
	margin-bottom: 1em;
}
.text-photos p
{
	font: 1.235em / 1.7em regular;
	color: #282828;
}


#container-module-video
{
	width: 100%;
	height: 50em;
	background: #000;
}
#container-module-video iframe
{
    width: 100% !important;
	height: 50em !important;
}


#container-module-ourTeam
{
	width: 100%;
	padding: 5em 0;
}
.row-ourTeam
{
	width: 100%;
}
.title-ourTeam h2
{
	font: 2.5em / 1.2em bold;
	color: #1668bc;
	text-align: center;
	margin-bottom: 2em;
}

.group-ourTeam
{
	display:flex;
	flex-flow:row wrap;
}
.column-ourTeam
{
	width:30%;
	margin:0 1.66%;
}
.image-ourTeam 
{
	width:100%;
	position:relative;
}
.image-ourTeam img
{
    width:100%;
	height: auto;
}
.content-ourTeam
{
    text-align:center;
	padding-top:3em;
}
.content-ourTeam h2
{
    font: 1.6em / 1.3em semibold;
    color: #1668BC;
    margin-bottom: 0.75em;
}
.content-ourTeam a 
{
    font: 1.2em / 1em medium;
    color: #fff;
    padding: 0.7em 2.25em;
    background: #50B154;
    border-radius: 0.5em;
    display: table;
    margin: 1em auto;
}
.content-ourTeam h3
{
    font: 1.235em / 1.3em regular;
    color: #282828;
    margin-bottom: 2.5em;
	
	position:relative;
}
.content-ourTeam h3:after
{
	content:"";
    position:absolute;
    width:2em;
    height:0.1em;
    top:2.5em;
    left:45%;
    background:#03BB85;
}


#container-module-category
{
    width: 100%;
    padding: 5em 0;
}
.row-category
{
	width: 100%;
}
.row-category.products-visible 
{
    display: flex;
    flex-flow: row wrap;
}
.showing-products
{
	display: flex;
	flex-flow: row wrap;
}

#container-module-section-1
{
	width: 100%;
	padding: 7em 0;
	background: #F9F9F9;
}
.row-section-1
{
	width: 100%;
}
.row-section-1 ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.row-section-1 ul li
{
	width: 23%;
	border: 1px solid #d2d0d0;
	height: 15em;
    padding: 3em;
}
.row-section-1 ul li h3
{
	font: 1.7em / 1.7em bold;
    color: #1668bc;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.row-section-1 ul li p
{
	font: 1.335em / 1.7em light;
    color: #282828;
    font-weight: 600;
}
.row-section-1 ul li a
{
	font: 1.335em / 1.7em light;
    color: #000;
    font-weight: 600;
	display: table;
}


#container-module-section-2
{
	width: 100%;
	padding: 8em 0;
}
.row-section-2
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
}
.column-form-section-2
{
	width: 44%;
	padding-right: 6em;
}
.column-map-section-2
{
	width: 56%;
}
.column-form-section-2 h2 
{
    font: 3em / 1.7em bold;
    color: #1668bc;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.column-form-section-2 > p 
{
    font: 1.355em / 1.7em regular;
    color: #282828;
	margin-bottom: 1em;
}
.row-form form p
{
    width: 100%;
	padding-bottom: 1em;
}
.row-form input[type="text"] , 
.row-form input[type="tel"] , 
.row-form input[type="email"]
{
    width: 100%;
    border: 1px solid #B3B3B3;
    height: 3em;
    font: 1.2em / 1em regular;
    background: #fff;
    padding-left: 1em;
	color: #282828;
	border-radius: 5px;
}
.row-form input[type="date"]
{
    width: 100%;
    border: 1px solid #B3B3B3;
    height: 3em;
    font: 1.2em / 1em regular;
    background:#fff url("images/icon-calendario.svg") no-repeat 95% / 1em;	
    padding-left: 1em;
	color: #282828;
	border-radius: 5px;
}
input[type="date"], 
select 
{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important; 
}
input[type="date"]::-webkit-calendar-picker-indicator 
{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.row-form textarea
{
    width: 100%;
    border: 1px solid #B3B3B3;
    font: 1.2em / 1em regular;
    background: #fff;
    padding-left: 1em;
    padding-right: 1em;
	height:11em;    
	resize:none;
	padding-top:1em;
	color: #282828;
	border-radius: 5px;
}
.row-form input[type="submit"]
{
    font: 1.275em / 1em light;
    color: #fff;
    padding: 0.5em 1.75em;
    background: #1668bc;
    display: inline-block;
	border:none;
	border-radius: 5px;
	cursor:pointer;
}
.row-form input[type="submit"]:hover
{
    background: #ff8b00;
}
.row-form p select 
{
    width: 100%;
    border: 1px solid #B3B3B3;
    height: 40px;
    font: 1.2em / 1em regular;
	padding-left: 0.5em;
    line-height: 15px;
    color: #282828;
    text-indent: 7px;
    border-radius: 4px;
	background:#fff url("images/icon-flecha-form.svg") no-repeat 95% / 1em;	
}
.column-map-section-2 iframe
{
	width: 100% !important;
	height: 550px !important;
}

.title-section-3 h2 
{
    font: 3em / 1.7em bold;
    color: #1668bc;
    font-weight: 600;
    text-align: center;
}
.title-section-3 p 
{
    font: 1.355em / 1.7em regular;
    color: #282828;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3em;
    margin-top: 2em;
}


#container-module-section-3
{
	width: 100%;
	padding-bottom: 10em;
}
.row-section-3
{
	width: 100%;
}
.row-section-3
{
	width: 100%;
}
.row-section-3 ul
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;
}
.row-section-3 ul li
{
	width: 35%;
    height: 33em;
}
.row-section-3 ul li h2 
{
    font: 1.5em / 1.7em bold;
    color: #1668bc;
    margin-bottom: 1em;
    text-align: center;
}
.row-section-3 > ul > li > .box h3
{
    font: 1.2em / 1.7em bold;
    color: #000;
    margin-bottom: 0.5em;
}
.row-section-3 ul li .box
{
	width: 100%;
    height: 100%;
    padding: 4em;
    background: #F9F9F9;
}
.row-section-3 > ul > li > h3
{
	font: 1.7em / 1.7em bold;
    color: #1668bc;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.row-section-3 ul li p
{
	font: 1.335em / 1.7em light;
    color: #282828;
    font-weight: 600;
	margin-bottom: 1.5em;
	display: flex;
}
.row-section-3 ul li a
{
	font: 1.335em / 1.7em light;
    color: #282828;
    font-weight: 600;
	display: table;
	margin-bottom: 1.5em;
	display: flex;
}

.ubication-contact
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/icon-contact-ubi.jpg') no-repeat left center / contain;
	padding-left: 3.5em;
}
.phone-contact
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/icon-contact-tel.jpg') no-repeat left center / contain;
	padding-left: 3.5em;
}
.mail-contact
{
	width: 2em;
    height: 2em;
    padding: 0;
	background:url('images/icon-contact-email.jpg') no-repeat left center / contain;
	padding-left: 3.5em;
}


#container-module-bar
{
	width: 100%;
    position: fixed;
    z-index: 999;
	transition: all 0.3s ease-in-out;
	background: #fff;
	top: -100%;
	padding: 1em 0;
}
.activebar
{
	top:0 !important;
}
.row-menu 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#container-module-tabs
{
	width: 100%;
	padding: 5em 0;
}
.row-tabs
{
	width: 100%;
}
.title-tabs
{
	display: flex;
	justify-content: center;
}
.title-tabs a
{
	font: 1.3em / 1em regular;
    padding: 0.85em 1em;
    border-radius: 5px;
    background: #1668bc;
    color: #fff;
	border: none;
    margin-left: 0.35em;
	margin-right: 0.35em;
	display: table;
}
.column-tabs 
{
    width: 100%;
    height: auto;
	margin-top: 1em;
}
.activetabs
{
    background: #ff8b00 !important;
	color: #fff !important;
}
.containerContent
{
	width: 100%;
}
#container-module-tabs
{
	width: 100%;
	padding: 2em 0;
}
/* .tab 
{
    display: none; 
}
.tab:first-child 
{
    display: block;
} */
.content-tabs h2
{ 
	font: 2.5em/1.2em regular;
    color: #9e6e66;
	margin-bottom: 1em;
	margin-top: 1em;
}
.content-tabs p
{ 
	font: 1.335em / 1.7em light;
    color: #282828;
    font-weight: 600;
}
.content-tabs p strong
{ 
	font: 1em/1.5em bold;
    color: #282828;
}
.content-tabs ul
{
    margin-top: 1em;
}
.content-tabs ul li
{
    font: 1.235em / 1.7em regular;
    color: #282828;
    padding-bottom: 0.5em;
	position:relative;
    padding-left: 1em;
	text-align: justify;
}
.content-tabs ul li strong
{
    font: 1em/1.5em bold;
}
.content-tabs ul li:before
{
    content:"";
    width: 6px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0.7em;
	background: #283034;
	border-radius: 100%;
}


#container-module-details
{
	width: 100%;
	padding: 5em 0;
}
.row-details
{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.column-left
{
	width: 25%;
	background: #f8f8f8;
    padding: 1em;
}
.column-left h2
{
	font: 1.5em / 1.7em medium;
    color: #000;
	margin-bottom: 1em;
}
.column-right
{
	width: 70%;
}
.row-detail-woocommerce h2
{
	font: 2em / 1.7em medium;
    color: #1668bc;
	text-transform: uppercase;
	margin-bottom: 1em;
	text-align: center;
}
.row-detail-tabs {
    margin-top: 5em;
}



a.woocommerce-product-gallery__trigger,
.woocommerce-product-details__short-description P,
.related products,
section.related.products,
.product_meta,
li#tab-title-reviews,
div#comments,
span#reply-title,
.comment-form-rating,
p.comment-form-comment,
input#submit,
div#tab-description h2,
li#tab-title-description a,
td.actions
{
    display: none !important;
}

.woocommerce-product-gallery__wrapper div a img 
{
	width: 100%;
	height: 40em;
	object-fit: cover;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol
{
	display: flex;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol li
{
	width: 18%;
    height: 11em;
    margin: 1em 1%;
    border: 2px solid #1668bc;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol li img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
h1.product_title.entry-title
{
	font: 1.7em / 1.7em bold;
    color: #282828;
	text-transform: uppercase;
}
p.price 
{
	font: 1.5em / 1.7em regular;
    color: #ff8b00;
}
div#tab-description 
{
    margin-top: 2em;
}
div#tab-description p
{
	font: 1.335em / 1.7em light;
    color: #282828;
    font-weight: 600;
}
.column-right .quantity input[type="number"]
{
    margin-bottom: 1em;
    height: 2em;
    border: 1px solid #1668bc;
    font: 1.4em/1em bold;
    color: #1668bc;
    text-transform: uppercase;
    padding: 1em 0;
    text-align: center;
    width: 3em;
}
.column-right .quantity 
{
    margin-top: 2em;
}
.column-right .summary button[type="submit"] 
{
    font: 1.1em/1em regular;
    color: #fff;
    background: #1668bc;
    border: none;
    padding: 1em 2em;
    cursor: pointer;
	border-radius: 5px;
}
.column-right .summary button[type="submit"]:hover
{
    background: #ff8b00;
}	
.woocommerce-message 
{
    border-top-color: #8fae1b;
}

.woocommerce-message 
{
	font: 1em/1em regular;
    color: #1668bc;
}
a.button.wc-forward 
{
	font: 1em/1em regular;
    color: #1668bc;
}
.row-form 
{
    position: sticky;
    top: 5em;
}

th.product-name,
.product-price,
.product-quantity,
.product-subtotal
{
	font: 1.235em / 1.7em regular;
    color: #1668bc;
	text-transform: uppercase;
}
td.product-name 
{
	font: 1.235em / 1.7em regular;
    color: #1668bc;
}
.cart_totals h2
{
	font: 1.235em / 1.7em bold;
    color: #1668bc;
    text-transform: uppercase;
	margin-bottom: 1em;
}
.cart-subtotal th,
.order-total th
{
	font: 1.235em / 1.7em regular;
    color: #1668bc;
}
span.woocommerce-Price-amount.amount bdi
{
	font: 1.235em / 1.7em regular;
    color: #1668bc;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt
{
	font: 1.235em / 1.7em regular;
    color: #fff;
	padding: 0.5em 1.75em;
    background: #ff8b00;
}
div#container_module_pageWoocommerce 
{
    padding: 5em 0;
    width: 100%;
}
.woocommerce-info 
{
	font: 1.235em / 1.7em regular;
    color: #1668bc;
}
.woocommerce-billing-fields,
.woocommerce-additional-fields 
{
	font: 1.135em / 1.7em regular;
    color: #000;
}
p#billing_first_name_field label,
p#billing_last_name_field label,
p#billing_company_field label
{
	font: 1em / 1.7em regular;
    color: #1668bc;
}
h3#order_review_heading
{
	font: 1em / 1.7em regular;
    color: #1668bc;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.form-row.place-order 
{
	font: 1em / 1.7em regular;
    color: #1668bc;
}
th.product-total 
{
	font: 1em / 1.7em regular;
    color: #1668bc;
}


#container-module-images
{
	width: 100%;
	padding: 5em 0;
}
#container-module-images h2
{
	font: 2.5em / 1.2em bold;
    color: #1668bc;
    margin-bottom: 1em;
	text-align: center;
}
.row-images
{
	width: 100%;
}
.wrapper-images a img
{
	width: 100%;
	height: auto;
}
#container-module-images .slick-slider
{
    margin: 0 -15px;
}
#container-module-images .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 


.listpost
{
	display: flex;
	flex-flow: row wrap;
}

#container-module-postdetail
{
	width: 100%;
	padding: 5em 0;
}
.row-postdetail
{
    width: 100%;  
	padding: 5em 0;
    display: flex;    
    justify-content: space-between;
    flex-flow: row wrap;
}
.columnleft-postdetail
{
    width: 70%;
}
.image-postdetail
{
	width:100%;
}
.image-postdetail img
{
	width:100%;
	height: 35em;
}
.columnleft-postdetail  h1 
{
    font: 1.8em / 1.2em light;
	font-weight: 600;
    color: #F71C52;
	margin-top: 1em;
}
.thecontent-postdetail
{
    font: 1.235em / 1.7em light;
    color: #000;	
}
.columnleft-postdetail span
{
    font: 1.1em / 1.7em bold;
    font-weight: 600;
    color: #000;	
}
.thecontent-postdetail div ,
.thecontent-postdetail p
{
	margin:1em 0;
}
.thecontent-postdetail h2 ,
.thecontent-postdetail h3
{
	font-family:bold;
	color:#0157AC;
}
.thecontent-postdetail b ,
.thecontent-postdetail strong
{
	font-family:bold;
	color:#0157AC;
}

.columnright-postdetail
{
    width: 25%;
}
.row-list-postdetail
{
	width: 100%;
	background:#F4F4F4;
	padding:1.25em;
	position:sticky;
	top:6em;
}
.row-list-postdetail h3 
{
    font: 1.8em / 1.2em light;
    color: #F71C52;
    margin-top: 1em;
}
.row-list-postdetail ul li
{
	position:relative;
	margin:1.25em 0;
}
.row-list-postdetail ul li a
{
	font: 1.3em/1.3em regular;
    color: #000;	
	border:none;
}
.row-list-postdetail ul li a:hover
{
	color: #F71C52;
    text-decoration: underline;
} 
.row-imagebanner-postdetail
{
	width:100%;
}
.row-imagebanner-postdetail img
{
	width:100%;
} 


#container-module-post
{
	width: 100%;
	padding: 7em 0;
}
.row-post
{
	width: 100%;
}
.title-post
{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 5em;
}
.title-post .columnContent h2
{
	font: 3em / 1em bold;
    color: #000;
    margin-bottom: 0.5em;
}
.title-post .columnContent p
{
	font: 1.435em / 1.2em regular;
    color: #000;
}
.title-post .columnBtn a
{
	font: 1.235em / 1em bold;
    color: #fff;
	background: #EEC436;
	padding: 0.95em 2em;
	display: table;
	border-radius: 5em;
	transition: all 0.3s ease-in-out;
}
.title-post .columnBtn a:hover
{
	background: #000;
}

.groups-post 
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
}
.column-post 
{
    width: 31%;
    margin: 1em 1%;
}
.column-post .image 
{
    width: 100%;
    height: auto;
	position: relative;
	background: #EEC436;
}
.column-post .image img
{
    width: 100%;
    height: auto;
}
.column-post .content h2
{
	font: 2em / 1em bold;
    color: #fff;
	transition: all 0.3s ease-in-out;
}
.column-post .content p
{
	font: 1.235em / 1.5em regular;
    color: #fff;
    margin-top: 1em;
	margin-bottom: 1em;
	transition: all 0.3s ease-in-out;
}
.column-post .content 
{
    background: #8B8D8E;
	padding: 2em;
	transition: all 0.3s ease-in-out;
	height: 22em;
}
.btnPost span
{
	font: 1.235em / 1.5em regular;
    color: #fff;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.column-post:hover .content h2
{
    color: #EEC436;
}
.column-post:hover .content p,
.column-post:hover .btnPost span
{
    color: #000;
}

.more 
{
    position: absolute;
    top: 1em;
    left: 1em;
    background: #EEC436;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.5em;
}
.column-post:hover
{
	-webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 20px rgba(0, 0, 0, .3);
}
.column-post:hover .content
{
	background: #fff;
}
.column-post:hover .image img
{
	opacity: 0.2;
}
.column-post:hover .more
{
	background: #fff;
	color: #000;
}



::placeholder 
{ 
  color:  #000;
}
:-ms-input-placeholder 
{ 
  color:  #000;
}
::-ms-input-placeholder 
{ 
  color:  #000;
}
::-webkit-scrollbar 
{
	-webkit-appearance: none;
}
::-webkit-scrollbar:vertical 
{
	width:15px;
}
::-webkit-scrollbar-button:increment,
::-webkit-scrollbar-button 
{
	display: none;
} 
::-webkit-scrollbar:horizontal 
{
	height: 10px;
}
::-webkit-scrollbar-thumb 
{
	background-color: #1668bc;
	border: 0px solid #1668bc;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}


.celda-campo-simple p { width: 100%; }

#container-module-book {
  width: 80%;
  margin: 0 auto;
  padding: 2em 0;
}

.row-formBook { border: 1px solid #000; }

.anexo-title {
  text-align: center;
  font: 1.335em / 1.2em regular;
  color: #282828;
  margin-bottom: 0.3em;
}

#reclamacionForm {
  border: 2px solid #000;
  background: #fff;
}

.fila {
  display: flex;
  border-bottom: 1px solid #000;
}

.fila:last-of-type { border-bottom: none; }

.celda { padding: 0.3em 0.5em; }

.celda-borde-izq { border-left: 1px solid #000; }

/* CABECERA */
.fila-cabecera { border-bottom: 1px solid #000; }

.celda-titulo-libro {
  flex: 1;
  background: #595959;
  font: 1.25em / 1.2em regular;
  color: #fff;
  font-weight: 700;
  font-size: 1.05em;
  letter-spacing: 0.04em;
  text-align: center;
  padding: 0.45em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.celda-titulo-hoja {
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.35em 0.8em;
  text-align: center;
  line-height: 1.5;
  font: 1.335em / 1em regular;
  color: #282828;
}

.celda-titulo-hoja strong { font-size: 0.92em; }
.celda-titulo-hoja span   { font-size: 0.85em; }

/* FECHA */
.fila-fecha { align-items: stretch; }

.celda-fecha-label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0.3em 0.5em;
  white-space: nowrap;
}

.celda-fecha-campo {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.3em 0.8em;
  flex: 1;
}

.celda-fecha-campo span {
  font: 1.335em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  white-space: nowrap;
}

.celda-fecha-campo input[type="text"] {
  width: 60px;
  border: none;
  border-bottom: 1px solid #888;
  font: 1.335em / 1.2em regular;
  background: transparent;
  outline: none;
  color: #0C456F;
  padding: 1px 0;
}

.celda-fecha-espacio { flex: 2; }

/* PROVEEDOR */
.celda-proveedor {
  flex: 1;
  padding: 0.4em 0.5em;
  font: 1.25em / 1.2em regular;
  color: #282828;
}

.celda-proveedor p { font-weight: 700; }

/* SECCIONES */
.fila-seccion { background: #d9d9d9; }

.celda-seccion {
  flex: 1;
  font: 1.335em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  padding: 0.3em 0.5em;
}

/* CAMPOS SIMPLES */
.fila-campo-simple { min-height: 2em; }

.celda-campo-simple {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 0.5em;
}

.celda-campo-simple label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  white-space: nowrap;
}

.celda-campo-simple input[type="text"],
.celda-campo-mitad input[type="tel"],
.celda-campo-mitad input[type="email"]
{
  flex: 1;
  border: none;
  font: 1.25em / 1.2em regular;
  background: transparent;
  outline: none;
  color: #0C456F;
  padding: 2px 0;
  width: 100%;
}

.celda-alto {
  align-items: flex-start;
  flex-direction: column;
  min-height: 90px;
  padding: 0.4em 0.5em;
}

.celda-alto label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.celda-alto textarea {
  flex: 1;
  width: 100%;
  border: none;
  font: 1.25em / 1.2em regular;
  background: transparent;
  outline: none;
  resize: none;
  color: #0C456F;
  min-height: 70px;
}

/* DNI / TELÉFONO */
.fila-dos-campos { min-height: 2em; }

.celda-campo-mitad {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 0.5em;
}

.celda-campo-mitad label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  white-space: nowrap;
}

.celda-campo-mitad input[type="text"] {
  flex: 1;
  border: none;
  font: 1.25em / 1.2em regular;
  background: transparent;
  outline: none;
  color: #0C456F;
  padding: 2px 0;
}

/* BIEN CONTRATADO */
.fila-bien {
  align-items: stretch;
  min-height: 2.8em;
}

.celda-bien-tipo {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.25em 0.5em;
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
}

.celda-bien-tipo label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-weight: 500;
}

.celda-bien-tipo input[type="radio"] {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100%;
}

.celda-bien-check {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.25em 0.5em;
  border-right: 1px solid #000;
}

.celda-bien-check input[type="checkbox"] {
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.celda-bien-monto {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0.2em 0.5em;
}

.bien-fila {
  display: flex;
  align-items: center;
  gap: 0.4em;
}

.bien-fila label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  white-space: nowrap;
}

.bien-fila input[type="text"] {
  flex: 1;
  border: none;
  font: 1.25em / 1.2em regular;
  background: transparent;
  outline: none;
  color: #0C456F;
  padding: 1px 0;
  width: 100%;
}

.bien-fila select {
  flex: 1;
  border: 1px solid #0C456F;
  height: 1.8em;
  font: 1.25em / 1.2em regular;
  background: none;
  border-radius: 0.2em;
  padding-left: 0.3em;
  color: #0C456F;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
  margin-bottom: 2em;
}

.bien-fila p {
  width: 100%;
  display: flex;
}

/* SECCIÓN 3 */
.fila-seccion3 {
  background: #d9d9d9;
  align-items: center;
}

.celda-seccion3-titulo {
  flex: 1;
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  padding: 0.3em 0.5em;
}

.celda-seccion3-tipo {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  padding: 0.3em 0.6em;
  white-space: nowrap;
}

.celda-seccion3-check {
  padding: 0.3em 0.5em;
  display: flex;
  align-items: center;
  border-left: 1px solid #000;
  min-width: 28px;
}

.celda-seccion3-check input[type="checkbox"] {
  width: 13px;
  height: 13px;
  cursor: pointer;
}

/* PEDIDO + FIRMA */
.fila-pedido-firma {
  align-items: stretch;
  min-height: 120px;
}

.celda-pedido {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.4em 0.5em;
}

.celda-pedido label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  margin-bottom: 0.3em;
}

.celda-pedido textarea {
  flex: 1;
  width: 100%;
  border: none;
  font: 1.25em / 1.2em regular;
  background: transparent;
  outline: none;
  resize: none;
  color: #0C456F;
  min-height: 80px;
}

.celda-firma-consumidor,
.celda-firma-proveedor {
  min-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5em 0.5em 0.4em;
}

#signatureCanvas {
  border: 0;
  border-radius: 2px;
  cursor: crosshair;
  touch-action: none;
  background: #fafafa;
  width: 100%;
  max-width: 100%;
  height: 90px;
}

.btn-limpiar {
  font: 1.25em / 1.2em regular;
  padding: 2px 8px;
  border: 1px solid #0C456F;
  background: #fff;
  color: #0C456F;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 3px;
}

.btn-limpiar:hover {
  background: #0C456F;
  color: #fff;
}

.firma-preview {
  width: 100%;
  max-width: 200px;
  min-height: 80px;
  border: 1px dashed #bbb;
  border-radius: 2px;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font: 1.25em / 1.2em regular;
  color: #999;
  text-align: center;
  padding: 4px;
}

.firma-preview img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.btn-upload {
  font: 1.25em / 1.2em regular;
  padding: 2px 8px;
  border: 1px solid #0C456F;
  background: #fff;
  color: #0C456F;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 3px;
}

.btn-upload:hover {
  background: #0C456F;
  color: #fff;
}

.btn-upload input[type="file"] { display: none; }

.firma-label {
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #000;
  width: 100%;
  padding-top: 4px;
  margin-top: 6px;
}

/* FECHA RESPUESTA */
.fila-fecha-resp .celda-fecha-resp-label {
  flex: 1;
  background: #d9d9d9;
  font: 1.25em / 1.2em regular;
  color: #282828;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0.3em 0.5em;
  white-space: nowrap;
}

.fila-fecha-resp .celda-fecha-campo {
  flex: 0 0 auto;
  min-width: 80px;
}

/* NOTAS */
.fila-notas { align-items: stretch; }

.celda-nota {
  flex: 1;
  padding: 0.4em 0.5em;
  font: 1.1em / 1.2em regular;
  color: #282828;
  text-align: center;
}

.celda-nota p strong {
  font: 1.1em / 1.2em bold;
  color: #282828;
}

/* DESTINATARIO */
.celda-destinatario {
  flex: 1;
  text-align: right;
  font: 1.1em / 1.2em regular;
  color: #282828;
  padding: 0.3em 0.5em;
}

/* DISCLAIMER */
.celda-disclaimer {
  flex: 1;
  font: 1em / 1.2em regular;
  color: #282828;
  padding: 0.3em 0.5em;
}

.celda-disclaimer p { margin-bottom: 0.15em; }

/* SUBMIT */
.fullwidth {
  width: 100%;
  text-align: center;
  padding: 1.5em 0;
  border-bottom: none;
}

input[type="submit"] {
  font: 1.275em / 1.2em regular;
  color: #fff;
  padding: 0.75em 1.75em;
  background: #026CB6;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  margin: 0 auto;
}
.wpcf7-response-output
{
    font: 1.1em / 1.2em regular;
    color: #282828;
}

#container_module_mobile,
.menu_mobile { display: none; }

.copy-footer img { width: 17em; }

/* ══════════════════════════════════════
   RESPONSIVE 760px
══════════════════════════════════════ */
@media (max-width: 760px) {

  #container-module-book {
    width: 100%;
    padding: 3em 0;
  }

  .fila-cabecera { flex-direction: column; }

  .celda-titulo-hoja {
    min-width: unset;
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
    padding: 0.4em;
    font-size: 0.85em;
  }


  .celda-fecha-label {
    width: 100%;
    font-size: 0.9em;
  }

  .celda-fecha-campo {
    flex: 1 1 28%;
    min-width: 80px;
    padding: 0.3em 0.4em;
  }

  .celda-fecha-campo input[type="text"] { width: 100%; }

  .celda-fecha-espacio { display: none; }

  .celda-campo-simple {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2em;
    padding: 0.4em 0.5em;
  }

  .celda-campo-simple label {
    font-size: 0.82em;
    white-space: normal;
  }

  .celda-campo-simple input[type="text"] {
    width: 100%;
  }

  .fila-dos-campos { flex-direction: column; }

  .celda-campo-mitad {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2em;
    padding: 0.4em 0.5em;
    width: 100%;
  }

  .celda-campo-mitad.celda-borde-izq {
    border-left: none;
    border-top: 1px solid #000;
  }

  .celda-campo-mitad label {
    font-size: 0.82em;
    white-space: normal;
  }

  .celda-campo-mitad input[type="text"] {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }

  .celda-bien-tipo {
    flex-direction: row;
    gap: 1.5em;
    padding: 0.4em 0.5em;
    font-size: 0.9em;
  }

  .celda-bien-check {
    flex-direction: row;
    gap: 1.5em;
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 0.3em 0.5em;
  }

  .celda-bien-monto {
    padding: 0.4em 0.5em;
    border-left: none;
  }

  .bien-fila {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2em;
    margin-bottom: 0.4em;
  }

  .bien-fila label {
    font-size: 0.82em;
    white-space: normal;
  }

  .bien-fila input[type="text"] {
    width: 100%;
  }

  .fila-seccion3 { flex-wrap: wrap; }

  .celda-seccion3-titulo {
    width: 100%;
    font-size: 0.82em;
  }

  .celda-seccion3-tipo {
    font-size: 0.82em;
    padding: 0.3em 0.4em;
  }

  .fila-pedido-firma {
    flex-direction: column;
    min-height: unset;
  }

  .celda-pedido { width: 100%; }

  .celda-pedido textarea { min-height: 90px; }

  .celda-firma-consumidor,
  .celda-firma-proveedor {
    min-width: unset;
    width: 100%;
    border-left: none;
    border-top: 1px solid #000;
    padding: 0.6em 0.5em;
  }


  .fila-fecha-resp .celda-fecha-resp-label {
    width: 100%;
    white-space: normal;
    font-size: 0.82em;
  }

  .fila-fecha-resp .celda-fecha-campo {
    flex: 1 1 28%;
    min-width: 70px;
  }

  .fila-notas { flex-direction: column; }

  .celda-nota.celda-borde-izq {
    border-left: none;
    border-top: 1px solid #000;
  }

  .celda-nota {
    font-size: 0.88em;
    text-align: left;
  }

  .celda-destinatario {
    text-align: left;
    font-size: 0.88em;
  }

  .celda-seccion    { font-size: 0.88em; }
  .celda-proveedor  { font-size: 0.88em; }

  .celda-proveedor p { word-break: break-word; }

  .celda-disclaimer { font-size: 0.85em; }

  input[type="submit"] {
    font-size: 1em;
    width: 100%;
    padding: 0.85em 1em;
  }
}



#container_module_mobile,
.menu_mobile
{
	display: none;
}

.copy-footer img
{
	width: 17em;
}















.icoWhatsapp
{
	display: block;
	background: url("images/icoWhatsapp.png");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 70px;
	right: 8px;
	width: 85px;
	height: 85px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999;
	background-size: 85%;
}


.mobile
{
	display: none !important;
}







@media screen and (max-width: 1920px)
{
	body ,
	.layer-slider,
	.layer-banner ,
	.row-banner
	{
		font-size: 13.75px;
	}

	.center
	{
		width: 90%;
	}
	
}

@media screen and (max-width: 1760px)
{
	body ,
	.layer-slider,
	.layer-banner ,
	.row-banner
	{
		font-size: 12.75px;
	}

	.center
	{
		width: 90%;
	}
	
}

@media screen and (max-width: 1400px)
{
	body ,
	.layer-slider ,
	.layer-banner ,	
	.row-banner
	{
		font-size: 11.75px;
	}

	.center
	{
		width: 90%;
	}
	
}


@media screen and (max-width: 1100px)
{
	body ,
	.layer-slider ,
	.layer-banner ,
	.row-banner
	{
		font-size:9px;
	}
	.center
	{
		width: 90%;
	}

	

}

@media screen and (max-width: 760px)
{
	
	body 
	{
		font-size: 10.75px; 
		padding-top: 8em;
	}

	.center
	{
		width: 90%;
		margin: 0 auto;
	}
	
	span.wpcf7-spinner {
    display: none;
}
	
	#container-module-top,
	.column-menu
	{
		display: none;
	}
	
	.menu_mobile span 
	{
		width: 100%;
		height: 3px;
		margin: 2px 0;
		background: #1668bc;
	}
	.btnclose_menu 
	{
	    transform: scale(0.8);
	}	
	.btnclose_menu span 
	{
	    width:110%;
	}	
	.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);
	}
	
	.activeheader_mobile 
	{
		background: #204E51 !important;
	}	
	.activeheader_mobile .menu_mobile span
	{
	    background: #1668BC !important;
	}
	.menu_mobile 
	{
        display: flex;
        width: 40px;
        flex-flow: row wrap;
    }
	
	.activeheader_mobile 
	{
        background: #fff !important;
    }
	.row_menu 
	{
		justify-content: space-between;
		align-items: center;
	}
	
	#container_module_mobile
	{
		width: 100%;
		height: 100%;
		background: #1668bc;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		padding-top: 8em;
		display:none;
	}
	#container-module-header 
	{
        position: fixed !important;
        top: 0;
        z-index: 9999;
        background: #fff;
    }
	
	#container_module_mobile
	{
		width: 100%;
		margin-top:3em;
	}
	#container_module_mobile > ul
	{
		padding: 2em;
	}
	#container_module_mobile ul li
	{
		width: 100%;
	}	
	#container_module_mobile ul > li > a 
	{
		font: 1.6em/1em regular;
		color: #fff;
		position: relative;
		width: 100%;
		display: block;
		padding: 0.65em 0;
	}
	.sub-menu 
	{
		position: relative;
		top: inherit;
		width: 100%;
		display: block;
		margin-left: 1.5em;
	}
	.sub-menu li
	{
		display: flex;
		align-items: center;
		background: #1668BC;
	}	
	.sub-menu li img
	{
		width: 2em;
		height: 2em;
		filter: brightness(0) invert(1);	
		margin-right: 1em;		
	}		
	.sub-menu a
	{
		position: relative;
		top: inherit;
		width: 100%;
		display: block;
		margin: 0 !important;
		border: none !important;
		background: #1668BC;
		color: #fff !important;
		font: 1.6em/1em regular !important;
		padding: 0.65em 0 !important;
	}
	#container_module_mobile > ul > li .sub-menu
	{
		margin-top: 0.95em;
	}
	.btn-whatsapp-mobile a
	{
		font: 1.4em / 1.7em regular;
		color: #fff;
		background: #50B154;
		letter-spacing: 1px;
		padding: 0.75em 2em;
		display: table;
		border-radius: 5px;
		margin: 0 auto;
	}
	
	
	.row-banner img
	{
		height: 75vh;
		object-fit: cover;
	}
	.layer-banner
	{
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto;
		margin-top: 0;
		justify-content: center;
	}
	.layer-banner h1
	{
		font: 4em/1.2em bold;
	}
	.layer-banner h2
	{
		font: 3.2em/1.2em bold;
	}
	.layer-banner strong
	{
		font: 1em/1em light;
	}
	.column-imageUs 
	{
		width: 100%;
	}
	.column-contentUs 
	{
		width: 100%;
	}
	.btn-textUs 
	{
		width: 100%;
	}
	.avionTextUs 
	{
		width: 17em;
	}
	#container-module-wrapper 
	{
		padding-top: 0;
	}
	
	.row-wrapper ul li
	{
		width: 47%;
		margin: 0.5em 1.5%;
	}
	.row-wrapper ul li:first-child 
	{
		margin-left: 1.5%;
	}
	#container-module-search:before,
	#container-module-search:after
	{
		display: none;
	}
	.content-search
	{
		width: 100%;
	}
	#container-module-search img 
	{
		height: 60vh;
		object-fit: cover;
	}
	.column-packages 
	{
		width: 100%;
	}
	.left-experience 
	{
		width: 100%;
	}
	.right-experience 
	{
		width: 100%;
	}
	.right-experience > h2 
	{
		font: 2em / 1.2em bold;
	}
	#container-module-experience > img 
	{
		height: 85em;
	}
	.btnExperience 
	{
		width: 55%;
	}
	.avionExperience 
	{
		width: 45%;
	}
	.titleExperience h2 
	{
		font: 1.2em / 1.2em regular;
	}
	
	.columnLeft-specification 
	{
		width: 100%;
	}
	.columnRight-specification 
	{
		width: 100%;
	}
	.columnLeft-specification > img
	{
		display: none;
	}
	.columnRight-specification
	{
		display: none;
	}
	.content-specification 
	{
		left: 5%;
	}
	.celda-pedido label {
    font: 1em / 1.2em regular;
}
	.content-specification h2 
	{
		font: 2em / 1.2em bold;
		text-align: center;
	}
	#container-module-counter 
	{
		height: 95em;
	}
	.title-blog 
	{
		width: 100%;
	}
	.group-blog ul li 
	{
		width: 100%;
	}
	.row-item-post a
	{
		display: flex;
		flex-flow: row wrap;
	}
	.imagepost 
	{
		width: 100%;
	}
	.contentpost 
	{
		width: 100%;
	}
	.imagepost img
	{
		height: 25em;
	}
	
	.title-services 
	{
		width: 100%;
	}
	.group-services ul li 
	{
		width: 100%;
		height: 25em;
		padding: 3em 1em;
	}
	
	.row-footer 
	{
		width: 100%;
	}
	
	.copy-footer img
	{
		display: none;
	}
	.column-menu-footer > ul > li:nth-child(1),
	.column-menu-footer > ul > li:nth-child(2),
	.column-menu-footer > ul > li:nth-child(3)
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-logo-footer 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-menu-footer 
	{
		width: 100%;
	}
	#container-module-testimonials > img 
	{
		height: 70vh;
	}
	.columnTestimonials h2 
	{
		font: 2em / 1.2em bold;
	}
	.columnFooter span 
	{
		font: 1.4em / 1.5em regular;
	}
	.columnFooter a 
	{
		font: 1.4em / 1.5em regular;
	}
	.menu-footer ul li a 
	{
		font: 1.4em / 1.3em regular;
	}
	
	.column-descriptionUs 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.image-contentUs 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.content-contentUs 
	{
		width: 100%;
	}
	.row-photos 
	{
		justify-content: space-between;
	}
	.column-photos 
	{
		width: 100%;
		margin-bottom: 2em;
		padding: 0 1em;
	}
	.column-photos:before
	{
		display: none;
	}
	#container-module-video 
	{
		height: 35em;
	}
	#container-module-photos 
	{
		padding-bottom: 3em;
	}
	.column-ourTeam 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	#container-module-internal-banner img 
	{
		height: 20em;
	}
	
	.column_rightDetails 
	{
		width: 100%;
	}
	.column_leftDetails 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.row_details 
	{
		flex-direction: column-reverse;
	}
	.imageDetails img 
	{
		height: 30vh;
	}
	.row_links 
	{
		flex-flow: row wrap;
	}
	.description 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column_leftDetails h2 
	{
		font: 2em / 1.2em regular;
	}
	.row_stones ul li 
	{
		font: 1.3em / 1.7em regular;
	}
	.btn-searches 
	{
		flex-flow: row wrap;
		text-align: center;
        justify-content: center;
        margin-top: 2em;
	}
	.row-popular-search 
	{
		flex-flow: row wrap;
	}
	.btn-banner a:last-child
	{
		display: none !important;
	}
	.btn-specification
	{
		margin-top: 2em;
	}
	.column-contentUs h2,
	.content-search > h2
	{
		font: 2em / 1.3em bold;
		text-align: center;
	}
	.btnExperience a,
	.btn-specification a
	{
		font: 1.2em / 1.7em regular;
		margin: 0 auto;
	}
	.btn-textUs a
	{
		font: 1.2em / 1em regular;
	}
	.content-counter > h2
	{
		font: 2em / 1.2em bold;
	}
	.title-blog h2
	{
		font: 2em / 1.2em bold;
	}
	.title-services h2
	{
		font: 2em / 1.2em bold;
	}
	.content-contentUs h2
	{
		font: 2em / 1.2em regular;
	}
	.title-photos h2,
	.title-ourTeam h2
	{
		font: 2em / 1.2em bold;
	}
	.row-wrapper ul li,
	.row-category ul li
	{
		width: 100%;
		margin: 1em 1%;
		cursor: pointer;
		position: relative;
	}
	.column-left,
	.column-right,
	.column-map-section-2
	{
		width: 100%;
	}
	.column-form-section-2
	{
		width: 100%;
		padding-right: 0;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images ol li
	{
		width: 23%;
	}
	.row-section-1 ul li 
	{
		width: 100%;
	}
	.row-section-3 ul li 
	{
		width: 100%;
		padding: 2em;
		margin-bottom: 3em;
		height: 39em;
	}
	.title-section-3 h2 
	{
		font: 2em / 1.7em bold;
	}
	.title-section-3 p 
	{
		width: 100%;
	}
	.row-details 
	{
		flex-direction: column-reverse;
	}

	#container-module-blog .slick-slider 
	{
		margin:0 -15px;
	}
	#container-module-blog .slick-slide
	{
		margin-right:15px;
		margin-left:15px;
	}
	#container-module-specification 
	{
		margin: 5em 0;
	}
	.column-whatsapp
	{
		display: none;
	}
	.column-button 
	{
		width: 54%;
        margin: 1em auto;
	}
	.btn-searches a
	{
		width: 70%;
		margin-bottom: 0.5em;
	}
	.iconsExperience
	{
		width: 62%;
		margin-right: 1em;
	}
	.row-whatsapp 
	{
		width: 55%;
		margin: 0 auto;
	}
	#container-module-video iframe
	{
		height: 20em !important;
	}
	#container-module-video 
	{
        height: 20em !important;
    }
	.column-post 
	{
		width: 100%;
	}
	.column-post .content h2
	{
		font: 1.5em / 1.2em bold;
	}
	.column-post .content 
	{
		height: 19em;
	}
	.columnleft-postdetail 
	{
		width: 100%;
	}
	.columnright-postdetail 
	{
		width: 100%;
	}
	.image-postdetail img 
	{
		height: 20em;
	}
	.row-postdetail
	{
		padding: 0;
	}
	
	.title-tabs
	{
		flex-flow: row wrap;
	}
	.title-tabs a
	{
		display: table;
		margin-bottom: 0.5em;
		text-align: center;
	}
	
	.celda-bien-tipo p span
		{
	display: block;
    padding-bottom: 1px;
	}
	.celda-bien-check input[type="checkbox"] {
    margin-bottom: 6px;
}
	.mobile
	{
		display: block !important;
	}
	.desktop
	{
		display: none !important;
	}


}