/*
	Theme Name: RUN4QCZ6C66jHxHAGqds
	Text Domain: RUN4QCZ6C66jHxHAGqds
*/
@font-face 
{
    font-family: 'italic';
    src: url('fonts/Nunito-Italic.eot');
    src: url('fonts/Nunito-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-Italic.woff2') format('woff2'),
        url('fonts/Nunito-Italic.woff') format('woff'),
        url('fonts/Nunito-Italic.ttf') format('truetype'),
        url('fonts/Nunito-Italic.svg#Nunito-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

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

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

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

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

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

@font-face {
    font-family: 'semibold';
    src: url('fonts/Nunito-SemiBold.eot');
    src: url('fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Nunito-SemiBold.woff2') format('woff2'),
        url('fonts/Nunito-SemiBold.woff') format('woff'),
        url('fonts/Nunito-SemiBold.ttf') format('truetype'),
        url('fonts/Nunito-SemiBold.svg#Nunito-SemiBold') format('svg');
    font-weight: 600;
    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;
}
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:95em;
	margin:0 auto;
}
.center-full
{
	width:95%;
    margin: 0 auto;
}
.clear
{
	clear:both;
}
/*header*/

#container-module-headerTop
{
	width: 100%;
    padding: 0.6em 0;
    background: #FFC527;
}
.row-headerTop 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-headerTop 
{
    display: flex;
}
.left-headerTop a {
    background: #fff;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    margin: 0 0.3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-headerTop a > img 
{
    width: 1em;
    height: 1em;
}
.right-headerTop
{
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.right-headerTop p 
{
    font: 1em/1em regular;
    color: #333;
}
.icon-ubicacion
{
	width:2em;
	height:2em;
	background: url("images/icon-gps.png") no-repeat left center/contain;
	padding-right:2em;
}
.right-headerTop a 
{
    font: 1em/1em regular;
    color: #333;
    text-decoration: none;
}
.icon-correo
{
	width:2em;
	height:2em;
	background: url("images/icon-carta.png") no-repeat left center/contain;
	padding-right:2em;
}
.separator {
    color: #333;
    margin: 0 0.8em;
}

#container-module-header
{
	width: 100%;
	padding: 1.5em 0;
	background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	z-index: 999
}
.row-header
{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
}
.column-logo
{
	width:16%;
}
.column-logo img
{
	width:100%;
	height:auto;
}

.column-menu div > ul
{
    display: flex;
    align-items: center
}
.column-menu div > ul > li 
{
    margin: 0 1em;
	position:relative;
}
.column-menu div > ul > li > a
{
    font: 1.1em/1em bold;
	color: #fff;
}
.column-menu div > ul > li > a:hover
{
	color: #FFC527 !important;
}
.column-menu div > ul > li.active > a ,
.current_page_item  a
{
    font: 1.2em/1em bold !important;	
	color: #FFC527 !important;
}
.column-contact
{
	display:flex;
	align-items: center;
}
.contact-text
{
	display: flex;
	align-items: center;
	margin-right: 1em;
}
.column-icon
{
	margin-right: 0.5em;
	width:2em;
	height:2em;
}
.column-icon img
{
	width:100%;
	height:100%;
	object-fit: contain;
}
.column-links p
{
	font:1em/1em bold;
	color:#fff;
	margin-bottom: 0.35em;
	text-align: justify;
}
.column-links a
{
	font:1.2em/1em bold;
	color:#fff;
}
.column-links a:hover
{
	color:#FFC527;
}
.quote-contact a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: background-color 0.3s ease;
}
.quote-contact a:hover
{
	background:#222222;
	color:#fff;
}
/*home*/
#container-module-section-1
{
	width:100%;
	position:relative;
}
#container-module-section-1 video
{
	width:100%;
	height:55em;
	object-fit:cover;
}
.contet-section-1
{
	position: absolute;
    top: 19em;
    width: 32%;
    height: auto;
    left: 11em;
}
.contet-section-1 h3
{
	font: 1.5em / 1em regular;
    color: #fff;
    letter-spacing: 5px;
}
.contet-section-1 h1
{
	font: 3.5em / 1em bold;
    color: #fff;
    margin-top: 0.5em;
}
.contet-section-1 p
{
	font: 1.5em / 1.5em regular;
    color: #fff;
    margin-top: 1em;
	text-align: justify;
}
.btn-section-1
{
    display: flex;
	margin-top: 2em;
}
.btn-1 
{
    margin-right: 2em;
}
.btn-1 a
{
	display: table;
    font: 1.2em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn-1 a:hover
{
    background: #fff;
}
.btn-2 a
{
	display: table;
    font: 1.2em / 1em medium;
    color: #000;
    background: #fff;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn-2 a:hover
{
    background: #FFC527;
}

/*section-2*/

#container-module-section-2
{
	width:100%;
	margin-top:8em;
	margin-bottom: 8em;
}
.row-section-2
{
	width: 100%;
}
.title-section-2
{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.column-title-left
{
	width:50%;
}
.column-title-left h3
{
	font: 2.5em / 1em medium;
    color: #000;
	letter-spacing: 5px;
}
.column-title-left h2
{
	font: 3em / 1em bold;
    color: #000;
}
.column-title-right
{
	width:48%;
}
.column-title-right p
{
	font: 1em / 1.5em medium;
    color: #000;
    border-left: 1px solid #000;
    padding: 0.5em 2em;
	text-align: justify;
}
.information-section-2
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 3em;
}
.column-section-left
{
	width: 48.5%;
	position:relative;
}
.column-section-left .column
{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	align-items: center;
}
.imagen1-section-2
{
	width:50%;
	border-radius: 1em;
    overflow: hidden;
}
.imagen1-section-2 img
{
	width: 100%;
    height: 41em;
	object-fit:cover;
}
.information-imagen 
{
    background: #FFC527;
    border-radius: 1em;
    position: absolute;
    top: 31%;
    padding: 0em 2em 1em 2em;
    left: 37%;
    margin: 0 auto;
    text-align: center;
}
.information-imagen h2
{
	font: 2.5em / 1em bold;
    color: #000;
    margin-bottom: 0.25em;
    padding-top: 0.5em;
}
.information-imagen p
{
	font: 1.2em / 1.5em medium;
    color: #000;
	text-align: justify;
}
.line
{
	border-bottom: 1px solid #000;
    padding-bottom: 1em;
}
.imagen2-section-2
{
	width:48%;
}
.imagen1-imagen2
{
	width: 95%;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 2em;
}
.imagen1-imagen2 img
{
	width: 100%;
    height: auto;
}
.imagen2-imagen2
{
	width: 95%;
    border-radius: 1em;
    overflow: hidden;
}
.imagen2-imagen2 img
{
	width: 100%;
    height: auto;
}
.column-section-right
{
	width:48.5%;
}
.service-section-2
{
	width:100%;
	margin-bottom:4em;
}
.service-section-2 p
{
	font:1.3em/1.5em regular;
	color:#000;
	text-align:justify;
	margin-bottom: 1em;
}
.contact-section-2
{
	width: 100%;
    display: flex;
    align-items: center;
	justify-content:center;
}
.btn-section-2 
{
	margin-top:1em;
	margin-left:1em;
}
.btn-section-2 a
{
	display: table;
    font: 1.3em / 1em medium;
    color: #fff;
    background: #000;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn-section-2 a:hover
{
    background: #FFC527;
	color:#000;
}
.numer-section-2 
{
    margin-left: 2em;
    display: flex;
    align-items: center;
}
.icon-phone img 
{
    width: 6em;
    height: 6em;
}
.text-section-2 
{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-left: 1em;
}
.text-section-2 a
{
    font: 2.5em / 1em bold;
    margin-bottom: 0.3em;
    color: #000;
}
.text-section-2 a:hover
{
	color:#FFC527;
}
.text-section-2 p
{
    font:1.9em/1em light;
	color:#616161;
	text-align: justify;
}
/*section-3*/
#container-module-section-3
{
	width: 100%;
    height: 28em;
    background: #FFC527;
    padding: 4em 0;
}
.row-section-3
{
	width:100%	
}
.column-section-3
{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.column-left-3
{
	width:40%;
}
.column-left-3 h3
{
	font: 3em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}

/*section-4*/
#container-module-section-4
{
    width: 100%;
	overflow: hidden;
	padding: 5em 0;
	margin-top: -20em;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}
#container-module-section-4 .slick-slider 
{
    margin: 0 -10px;
}
#container-module-section-4 .slick-slide
{
    margin-right: 10px;
    margin-left: 10px;
}
.row-section-4
{
	width: 100%;
}
.column-section-4
{
	width: 100%;
}
.information-section-4
{
	border-bottom: 2px solid #000;
	transition: 0.3s ease-in-out;
}
.information-section-4:hover
{
	border-bottom: 2px solid #FFC527;
}
.img-section4 
{
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 2em;
    position: relative; 
}
.information-section-4 img
{
    width: 100%;
    height: 25em;
    object-fit: cover;
    transition:  0.3s ease-in-out;
}
.overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.img-section4:hover .overlay {
    opacity: 1;
}

.img-section4:hover img {
    transform: scale(1.1);
}
.view-btn {
    background: #FFC527;
    color: #000;
    padding: 3em 2em;
    border-radius: 4em;
    text-decoration: none;
    font:1em /1em bold;
    transition:  0.3s ease-in-out;
    letter-spacing: 1px;
}
.text-section-4 .row
{
	display: flex;
	justify-content: space-between;
}
.text-section-4 .row i
{
	font: 2em / 1em bold;
	transition: 0.3s ease-in-out;
}
.text-section-4
{
	width:100%;
	margin-bottom: 2em;
}
.text-section-4 div a
{
	font: 1.6em / 1em bold;
	color:#000;
	transition: 0.3s ease-in-out;
}
.text-section-4:hover div a
{
	color:#FFC527;
}
.text-section-4:hover div i
{
	color:#FFC527;
}
.text-section-4 p
{
	font: 1em / 1.5em medium;
    color: #000;
    margin-top: 1em;
    text-align: justify;
}
.btn-section-4
{
	width: 100%;
    margin-top: 2em;
    display: flex;
    justify-content: center;
}
.btn1-4 
{
    margin-right: 2em;
}
.btn1-4 a
{
	display: table;
    font: 1.3em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn1-4 a:hover
{
    background: #000;
	color:#fff;
}
.btn2-4 a
{
	display: table;
    font: 1.3em / 1em medium;
    color: #fff;
    background: #000;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn2-4 a:hover
{
    background: #FFC527;
	color:#000;
}
/*section-5*/
#container-module-section-5
{
	width:100%;
}
.row-section-5
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.request-section-5
{
	width:70%;
}
.title-section-5
{
	width:100%;
}
.title-section-5 h3
{
	font: 1em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.title-section-5 h2
{
	font: 3em / 1em bold;
    color: #000;
}
.column-left-3
{
	width:40%;
}
.form-section-5 form
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 3em;
	margin-left: 1em;
}
.form-section-5 form p
{ 
    width: 32%;
	margin-bottom: 3em;
}

.form-section-5 p input[type="text"], 
.form-section-5 p input[type="email"], 
.form-section-5 p input[type="tel"] ,
.form-section-5 p input[type="date"] 
{
	width: 100%;
    padding-left: 1em;
    border: 1px solid #ffffff;
    background: #e5e5e5;
    border-radius: 5px;
    font: 1em / 1em bold;
    color: #616161;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.form-section-5 p input[type="submit"] 
{
	width: 100%;
    font: 1em / 1em bold;
    color: #000;
    background: #FFC527;
    padding: 0.85em 2em;
    display: table;
    border-radius: 5px;
    cursor: pointer;
	border: 1px solid #FFC527;
    transition: all 0.3s ease-in-out;
}
.form-section-5 p input[type="submit"]:hover
{
   background: #000;
   color: #fff;
   border: 1px solid #000;
}
.form-section-5 select
{
    width: 100%;
    border: 1px solid #ffffff;
    height: 2.85em;
	background: #e5e5e5;
    border-radius: 5px;
    font: 1em / 1em bold;
    color: #616161;
    padding-left: 1em;
    padding-right: 1em;
}
.img-section-5
{
	width:24%;
}
.img-section-5 img
{
	width:100%;
}
/*section-6*/
#container-module-section-6
{
	width:100%;
	margin-bottom: 8em;
}
.row-section-6
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #E5E5E5;
    border-radius: 1.5em;
}
.column1-section-6
{
	width: 25%;
    background: #FFC527;
    padding: 3em 2em;
    display: flex;
    border-radius: 1em;
    flex-direction: column;
}
.column1-section-6 h3
{
	font: 1em / 1em medium;
    color: #000;
    letter-spacing: 5px;
    margin-bottom: 1.5em;
}
.column1-section-6 h2
{
	font: 2.8em / 1.2em bold;
    color: #000;
    margin-bottom: 0.5em;
}
.column1-section-6 p
{
	font: 1em / 1.2em medium;
    color: #000;
    text-align: justify;
}
.column2-section-6
{
	width:73%;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.column-6
{
	width: 30%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 3em 2em;
}
.column-6 img
{
	width: 5em;
    height: 5em;
    margin-bottom: 3em;
}
.column-6 h2
{
	font: 1.5em / 1.2em bold;
    color: #000;
    margin-bottom: 1em;
}
.column-6 p
{
	font: 1em / 1.2em medium;
    color: #000;
    text-align: center;
}
/*section-7*/
#container-module-section-7
{
	width:100%;
	background:#222222;
	padding: 3em 0 1em 0;
}
.row-section-7
{
	width: 100%;
}
.column-section-7
{
	width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom:3em;
}
.column-left-7
{
	width:45%;
}
.column-left-7 h3
{
	font: 3em / 1em medium;
    color: #FFC527;
	letter-spacing: 5px;
	margin-bottom: 1em;
}

.contador-section-7
{
	width:100%;
	display:flex;
	flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom:6em;
}
.counter-box 
{
    text-align: justify
}
.counter
{
	font:5em/ 1em bold;
    color: #FFC527;
	margin-bottom: 0.10em;
}
.counter-text 
{
	font:1.2em/1.2em medium;
    color: #fff;
}
.counter-box > h2:after
{
	content:"+";
	color: #FFC527;
}
.category-section-7
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 4em;
	display:none;
}
.images-category7
{
	width: 31%;
    border-radius: 1em;
    overflow: hidden;
    height: 28em;
    position: relative;
    margin: 1em 1.1%;
	transition: 0.3s ease-in-out;
}
.images-section7 img
{
	width: 100%;
    height: 30em;
    object-fit: cover;
}
.images-category7:hover .text-category 
{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; 
	background:#ffc527c4;
	padding: 0 5em;
}
.text-category h2
{
	font: 1.5em / 1.2em bold;
    color: #000;
    margin-bottom: 0.5em;
}
.text-category a
{
	font:1em/1em medium;
	color:#000;
}
.text-category h2, 
.text-category p
{
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}
.images-category7:hover .text-category h2,
.images-category7:hover .text-category p 
{
    opacity: 1;
    transform: translateY(0);
}
.text-category h2::after,
.text-category p::after 
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition:  0.3s ease-in-out;
}

.text-category h2:hover::after,
.text-category p:hover::after 
{
    width: 100%;
}
/*section-8*/
#container-module-section-8
{
	width:100%;
	padding: 10em 0 8em 0;
	display:none;
}
.row-section-8
{
	width:100%;
}
.packages-section-8 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 4em;
}
.packages-section-8 h3
{
	font: 1em / 1em medium;
    color: #000;
    letter-spacing: 5px;
    margin-bottom: 2em;
}
.packages-section-8 h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom:0.5em;
}
.packages-section-8 p
{
	font: 1em / 1.5em medium;
    color: #616161;
    width: 42%;
    padding: 0.5em 2em;
    text-align: center;
}
.plan-section-8
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 4em;
}
.column-section-8
{
	width:32%;
	border-radius:1em;
	border:1px solid #000;
	padding: 4em 2em;
	background:#fff;
}
.column-section-8:nth-child(2)
{
	width:32%;
	background:#FFC527;
	border:none;
}
.column-section-8 h2
{
	font: 3em / 1em bold;
    color: #000;
    text-align: center;
    margin-bottom: 0.9em;
}
.column-section-8 h3
{
	font: 1.89em / 1em bold;
    color: #000;
    text-align: center;
}
.column-section-8 h3::after 
{
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #000;
    margin: 1.5em;
}
.column-section-8 ul 
{
    list-style: none;
    margin: 2em;
}
.column-section-8 ul li 
{
    font: 1em/1.5em medium;
    color: #666;
    margin-bottom: 1em;
    padding-left: 0;
}
.column-section-8 ul li:nth-child(1),
.column-section-8 ul li:nth-child(2),
.column-section-8 ul li:nth-child(3),
.column-section-8 ul li:nth-child(4) 
{
    color: #333;
}
/* Estilos para los elementos con X (tachados) */
.column-section-8 ul li:nth-child(5),
.column-section-8 ul li:nth-child(6) {
    color: #999;
    text-decoration: line-through;
}
.btn-section-8
{
	display: flex;
    justify-content: center;
	margin-top: 2em;
}
.btn-section-8 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn-section-8 a:hover
{
    background: #000;
    color:#fff;
}
.column-section-8:nth-child(2) .btn-section-8 a 
{
    display: table;
    font: 1em / 1em medium;
    color: #fff;
    background: #000;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.column-section-8:nth-child(2):hover .btn-section-8 a:hover {
    background: #fff;
    color: #000;
}
.column-section-8:hover 
{
    background: #FFC527;
    border: none;
    transition: 0.3s ease-in-out;
}
.column-section-8:hover .btn-section-8 a 
{
    background: #000;
    color: #fff;
    transition: 0.3s ease-in-out;
}
.text-section8
{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4em;
}
.text-section8 p
{
	font: 1em / 1.5em medium;
    color: #616161;
    width: 82%;
    padding: 0.5em 2em;
    text-align: center;
}
.logo-section-8
{
	width:100%;
}
.images-customer img
{
	width:15em !important;
}
/*section-9*/
#container-module-section-9
{
	width:100%;
	position:relative;
	background: #000;
	margin-bottom: 10em;
	display:none;
}
#container-module-section-9 video
{
	width:100%;
	height:52em;
	object-fit:cover;
	opacity: 0.4;
}
.contet-section-9
{
	position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.contet-section-9 h3
{
	font: 1em / 1em regular;
    color: #fff;
    letter-spacing: 5px;
}
.contet-section-9 h2
{
	font: 3.5em / 1em bold;
    color: #FFC527;
    margin-top: 0.5em;
}
.contet-section-9 p
{
	font: 1em / 1.5em regular;
    color: #fff;
    margin-top: 1em;
}
.type-section-9
{
	width: 100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.column-type-section-9 
{
    width: 11%;
    margin: 0 4.5%;
}
.column-type-section-9 img 
{
    width: 100%;5
    height: auto;
    object-fit: cover;
	filter: brightness(0) invert(1);
}
.column-type-section-9 p 
{
    font: 1.3em / 1.5em bold;
    color: #fff;
}
.column-type-section-9 p:hover
{
    color: #FFC527;
}
.btn-section-9
{
    display: flex;
	margin-top: 2em;
}
.btn1-section-9
{
    margin-right: 2em;
}
.btn1-section-9 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn1-section-9 a:hover
{
    background: #fff;
}
.btn2-section-9 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #fff;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn2-section-9 a:hover
{
    background: #FFC527;
}
/*section-10*/

#container-module-section-10
{
	width:100%;
	padding:8em 0;
}
.row-section-10
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-left-10
{
	width: 45%;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
}
.column-left-10 img
{
	width: 100%;
    height: 51em;
    object-fit: cover;
}
.title-section-10
{
	position: absolute;
    bottom: 1em;
    margin: 0 auto;
    width: 96%;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    background: #222222;
    border-radius: 1em;
    padding: 5%;
    justify-content: space-around;
}
.title-section-10 h2
{
	font: 1.5em / 1em bold;
    color: #fff;
	margin-bottom: 0.5em;
}
.title-section-10 p
{
	font: 1em / 1em bold;
    color: #fff;
}
.btn-section-10 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:0.3s ease-in-out;
}
.btn-section-10 a:hover
{
    background: #fff;
}

.column-right-10
{
	width:50%;
}
.column-right-10 span
{
	font: 1em / 1em medium;
    color: #000;
    letter-spacing: 5px;
}
.column-right-10 h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom:1em;
	margin-top: 0.5em;
}
/*****acordeon*****/
.content-acordeon ul li 
{
	margin-bottom: 1em;
	border-radius: 0.85em;
	overflow: hidden;
	border: 1px solid #000;
}
.content-acordeon ul li.less-acordeon 
{
    border: none !important;
}
.title-acordeon 
{
	padding: 2em 0;
	padding-left: 1.5em;
	padding-right: 1em;
	background: #fff;
	display: flex;
	align-items: center;
	cursor: pointer;
	position:relative;
}
.title-acordeon h3 
{
	font: 1.235em / 1.5em bold;
	color: #000;
}
.text-acordeon 
{
	width: auto;
    font: 1em / 1.2em medium;
    color: #5f6368;
    display: none;
    background: #F4F4F4;
    padding: 2em 2em 2em 2em;
    text-align: justify;
}
.title-acordeon::after 
{
    content: "►";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3sease;
    font-size: 0.8em;
    color: #000;
    border: 1px solid #000;
    border-radius: 2em;
    padding: 1em;
}
.less-acordeon .title-acordeon::after 
{
    transform: translateY(-50%) rotate(90deg);
}
.less-acordeon .title-acordeon 
{
	background:#FFC527;
}
/*section-11*/
#container-module-section-11
{
	width: 100%;
    background: #222222;
    position: relative;
    padding: 2em 0;
}
.row-section-11
{
	width: 90%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: end;
}
.image-section-11 
{
    position: absolute;
    left: 14em;
    width: 19em;
    top: -4em;
}
.image-section-11 img 
{
    width: 100%;
    height: auto;
}
.text-section-11 
{
    margin-right: 3em;
}
.text-section-11 h2
{
	font: 2.5em / 1em bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.text-section-11 p
{
	font: 1em / 1em medium;
	color:#fff;
}
.btn-section-11
{
    display: flex;
}
.btn1-section-11 
{
    margin-right: 2em;
}
.btn1-section-11 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn1-section-11 a:hover
{
    background: #fff;
}
.btn2-section-11 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #fff;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn2-section-11 a:hover
{
    background: #FFC527;
}
/*section-12*/
#container-module-section-12
{
	width: 100%;
    background: #FFC527;
    padding: 9em 0 9em 0;
	display:none;
}
.row-section-12
{
	width:100%;
}
.title-section-12
{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}
.title-section-12 span
{
	font: 1em / 1em medium;
    color: #464543;
    letter-spacing: 5px;
}
.title-section-12 h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom:1em;
	margin-top: 0.5em;
}
.team-section-12
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.personal-team
{
	width: 23%;
}
.imagen-section-12
{
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 1.5em;
    position: relative; 
}
.imagen-section-12 img
{
	width: 100%;
    height: 26em;
    object-fit: cover;
	transition: transform 0.3s ease;
}
.imagen-section-12:hover img 
{  
    transform: scale(1.1);
}
.information-team h2
{
	font: 1.8em / 1em bold;
	color:#000;
	margin-bottom: 0.3em;
}
.information-team h2:hover
{
	color:#fff;
}
.information-team p
{
	font: 1em / 1em medium;
	color:#000;
}
.social-icons 
{
    position: absolute;
    right: -60px;
    top: 35%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    transition: all 0.3s ease;
}
.imagen-section-12:hover .social-icons 
{
    right: 15px;
    opacity: 1;
}
.social-icon 
{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition:  0.3s ease-in-out;
    background: rgba(0,0,0,0.7);
    border: 2px solid rgba(255,255,255,0.3);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    overflow: hidden;
}
.social-icon img 
{
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1); 
}
.social-icon:hover 
{
    transform: translateY(-3px);
    background: #FFC527;
    border-color: #FFC527;
    box-shadow: 0 6px 20px rgba(255,197,39,0.4);
}
.social-icon:hover img 
{
    filter: brightness(0); 
}
/*section-13*/
#container-module-section-13
{
	width:100%;
	padding: 9em 0 9em 0;
}
.row-section-13
{
	width:100%;
}
.title-section-13
{
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1em;
}
.title-section-13 span
{
	font: 1em / 1em medium;
    color: #464543;
    letter-spacing: 5px;
}
.title-section-13 h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom:1em;
	margin-top: 0.5em;
}
.team-section-13
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.blog-section-13
{
	width: 32%;
}
.imagen-section-13 
{
    border-radius: 1em;
    overflow: hidden;
	position: relative;
	margin-bottom: 2em;
}
.imagen-section-13 img
{
	width: 100%;
    height: 30em;
    object-fit: cover;
	transition: transform 0.6s ease;
}
.blog-section-13:hover .imagen-section-13 img 
{
    transform: translateX(20px);
}
.information-blog span
{
	font: 1em / 1em medium;
    color: #464543;
    letter-spacing: 5px;
}
.information-blog h2
{
	font: 1.5em / 1em bold;
    color: #000;
	margin-bottom:1em;
	margin-top: 0.5em;
}
.information-blog h2:hover
{
    color: #FFC527;
}
.information-blog p
{
	font: 1.2em / 1.2em regular;
    color: #000;
	margin-bottom:1em;
}
.btn-section-13 a
{
	display: table;
    font: 1.2em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition:  0.3s ease-in-out;
}
.btn-section-13 a:hover
{
    background: #000;
	color: #fff;
}
/*section-14*/
#container-module-section-14
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding: 8em 0 0;
	display:none;
}
.column-section-14
{
    width: 78%;
    position: relative;
    background: #F9F9F9;
    border-top-left-radius: 3em;
    padding: 10em 10em 5em 10em;
}
.column-section-14:after
{
	content: "";
    position: absolute;
    background: url("images/testimonial-type2.png") no-repeat left center / contain;
    width: 23em;
    height: 36em;
    top: 10em;
    right: 86em;
}
.title-section-14
{
	width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 6em;
}
.column-left-section14
{
	width:40%;
}
.column-left-section14 h3
{
	font: 1em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.column-left-section14 h2
{
	font: 3em / 1em bold;
    color: #000;
}
.column-right-section14
{
	width:48%;
}
.column-right-section14 p
{
	font: 1em / 1.5em medium;
    color: #616161;
    border-left: 1px solid #FFC527;
    padding: 0.5em 2em;
	text-align: justify;
}
.row-section-14
{
	width:100%;
	padding-right: 5em;
}
.content-section14 p
{
	font: 1.5em / 2em semibold;
    color: #000;
    padding-bottom: 1.2em;
    text-align: justify;
}
#container-module-section-14 .slick-dots {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    width: 2em;
    right: -5em;
    position: absolute;
    bottom: 7em;
    z-index: 10; 
}
#container-module-section-14 .slick-dots button {
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 50%;
    margin: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease; 
}
#container-module-section-14 .slick-active button 
{
	background: #FFC527;
	width: 10px; 
	height: 10px;
	outline: 2px solid #FFC527; 
	outline-offset: 4px; 
}
#container-module-section-14 .slick-dots button:hover {
    background: #666;
    transform: scale(1.1);
}
#container-module-section-14 .slick-active button {
    background: #FFC527;
    width: 10px;
    height: 10px;
    outline: 2px solid #FFC527;
    outline-offset: 4px;
    transform: scale(1.1); 
}
.person-section14 
{
    border-top: 1px solid #FFC527;
    padding-top: 1.5em;
	display: flex;
    align-items: center;
}
.border-section14 
{
	width: 6em;
    height: 6em;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 2em;
}
.border-section14 img 
{
    width: 100%;
    height: 100%;
	object-fit: cover
}
.text-section14 h2
{
	font: 1.235em / 1.2em semibold;
    color: #000;
	margin-bottom: 0.5em;
}
.text-section14 span
{
	font: 1em / 1.2em regular;
    color: #000;
}
/*section-15*/
#container-module-section-15
{
	display:none;
    width:100%;
    background:#FFC527;
    padding: 8em 0 8em 0;
}
.row-section-15
{
    width:100%;
    display:flex;
    flex-flow: row wrap;
    justify-content:space-between;
}
.imagen-section-15
{
    width: 50%;
    position: relative;
    border-radius: 1em;
    overflow: hidden;
    background:#000;
}
.imagen-section-15 img
{
    width: 100%;
    height: 46em;
    object-fit: cover;
    opacity: 0.7;
}
.text-img-section15
{
    position: absolute;
    bottom: 1em;
    margin: 0 auto;
    width: 96%;
    left: 0;
    right: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    border-radius: 1em;
    padding: 5%;
    justify-content: center;
}
.column-left-15
{
    width:5em;
}
.column-left-15 img
{
    width: 4em;
    height: 4em;
    border: 2px solid #FFC527;
    border-radius: 2em;
    padding: 0.3em 0.3em 0.3em 0.3em;
}
.column-right-15 h2
{
    font: 1.5em / 1em bold;
    color: #fff;
    margin-bottom: 0.5em;
}
.column-right-15 a
{
    font: 1em / 1em bold;
    color: #fff;
}
.column-right-15 a:hover
{
    color: #FFC527;
}
.form-contact-section15
{
	width:45%;
}
.form-contact-section15 h3
{
	font: 1em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.form-contact-section15 h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom: 0.5em;
}
.form-contact-section15 > p
{
	font: 1em / 1.5em medium;
    color: #616161;
    text-align: justify;
	margin-bottom: 2em;
}
.form-section15 form
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 2em;
}
.form-section15 form p:nth-child(1)
{ 
    width: 100%;
	margin-bottom: 1.5em;
}
.form-section15 form p:nth-child(2),
.form-section15 form p:nth-child(4)
{ 
    width: 48%;
	margin-bottom: 1.5em;
}
.form-section15 form p:nth-child(3),
.form-section15 form p:nth-child(5)
{ 
    width: 48%;
	margin-bottom: 1.5em;
}
.form-section15 form p:nth-child(6)
{ 
    width: 100%;
	margin-bottom: 1.5em;
}
.form-section15 form p:nth-child(7)
{ 
    width: 100%;
	margin-bottom: 2em;
}
.form-section15 form p:nth-child(8)
{ 
    width: auto;
}
.form-section15 p input[type="text"], 
.form-section15 p input[type="name"], 
.form-section15 p input[type="email"], 
.form-section15 p input[type="tel"],
.form-section15 p input[type="date"]
{
	width: 100%;
    padding: 1em;
    border: none;
    background: #fff;
    border-radius: 8px;
    font: 1em / 1em bold;
    color: #585858;
}

.form-section15 p input[type="name"]::placeholder,
.form-section15 p input[type="email"]::placeholder,
.form-section15 p input[type="tel"]::placeholder
{
    color: #999;
}

.form-section15 p textarea
{
    width: 100%;
    padding: 1em;
    border: none;
    background: #fff;
    border-radius: 8px;
    font: 1em / 1.4em bold;
    color: #000;
    resize: none;
    height: 7.5em;
}

.form-section15 p textarea::placeholder
{
    color: #585858;
}

.form-section15 p input[type="submit"] 
{
    font: 1em / 1em bold;
    color: #fff;
    background: #000;
    padding: 1em 2.5em;
    border-radius: 25px;
    cursor: pointer;
	border: none;
    transition: 0.3s ease-in-out;
}

.form-section15 p input[type="submit"]:hover
{
   background: #fff;
   color:#000;
}

.form-section15 select
{
    width: 100%;
    border: none;
    height: 3.2em;
	background: #fff;
    border-radius: 8px;
    font: 1em / 1em bold;
    color: #585858;
    padding: 0 1em;
}
/*footer*/

#container-footer
{
	width: 100%;
	background: #2a2a2a;
	padding: 4em 0 0 0;
}
.row-footer
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-bottom: 3em;
}
.column-footer-1
{
	width: 24%;
	margin-right: 2em;
}
.column-footer-2,
.column-footer-3
{
	width: 15%;
}
.column-footer-4,
.column-footer-5
{
	width: 20%;
}
.logo-footer img
{
	width: 13.5em;
	margin-bottom: 1.5em;
}
.column-footer-1 p
{
	font: 1em / 1.5em medium;
	color: #fff;
	margin-bottom: 2em;
}
.app-buttons
{
	display: flex;
}

.app-buttons img
{
	width: 8em;
	height: auto;
	margin-right:1em;
}
.column-footer-2 h3,
.column-footer-3 h3,
.column-footer-4 h3,
.column-footer-5 h3
{
	font: 1.2em / 1em bold;
	color: #FFC527;
	margin-bottom: 1.5em;
}
.column-footer-2 ul,
.column-footer-3 ul
{
	list-style: none;
	padding: 0;
}
.column-footer-2 li,
.column-footer-3 li
{
	margin-bottom: 1em;
}
.column-footer-2 a,
.column-footer-3 a
{
	font: 1em / 1em bold;
	color: #fff;
	text-decoration: none;
	transition: 0.3s ease-in-out;
}
.column-footer-2 a:hover,
.column-footer-3 a:hover
{
	color: #FFC527;
}
.contact-info
{
	margin-bottom: 2em;
}
.contact-item
{
	display: flex;
    align-items: center;
	margin-bottom: 1.5em;
}
.contact-item img
{
	width: 1.5em;
	height: 1.5em;
	margin-right: 1em;
	margin-top: 0.2em;
}
.contact-item p
{
	font: 1em / 1.4em medium;
	color: #fff;
}
.contact-item a
{
	font: 1em / 1.4em bold;
	color: #fff;
}
.contact-item a:hover
{
	color: #FFC527;
}
.social-media {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.social-media p
{
	font: 1em / 1em medium;
	color: #fff;
	margin-bottom: 1em;
	margin-right: 0.5em;
}
.social-links
{
	display: flex;
}
.social-links a
{
	display: inline-block;
    width: 2em;
    height: 2em;
    color: #fff;
    text-align: center;
    line-height: 2em;
    border-radius: 4px;
    text-decoration: none;
    font: 1em / 1em bold;
    transition: 0.3s ease-in-out;
}
.social-links a:hover
{
	color: #FFC527;
}
.column-footer-5 p
{
	font: 1em / 1.4em medium;
	color: #ccc;
	margin-bottom: 1.5em;
}
.newsletter-form
{
	margin-bottom: 1em;
}
.newsletter-form form
{
	display: flex;
	background: #444;
	border-radius: 8px;
	overflow: hidden;
}
.newsletter-form input[type="email"]
{
	flex: 1;
	padding: 1em;
	border: none;
	background: transparent;
	color: #fff;
	font: 1em / 1em medium;
}
.newsletter-form input[type="email"]:focus
{
	outline: none;
}
.newsletter-form input[type="email"]::placeholder
{
	color: #999;
}
.newsletter-form button
{
	width: 3em;
	height: 3em;
	background: #FFC527;
	border: none;
	color: #2A2A2A;
	font: 1.2em / 1em bold;
	cursor: pointer;
	transition:  0.3s ease-in-out;
}
.newsletter-form button:hover
{
	background: #e6b024;
}
.newsletter-note
{
	font: 1em / 1.2em medium;
	color: #999;
}
.footer-bottom
{
	border-top: 1px solid #444;
	padding: 2em 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.copyright p
{
	font: 1em / 1em medium;
	color: #fff;
}
/*servicios*/
#container-banner-services
{
	width:100%;
	background:#000;
	position: relative;
}
#container-banner-services img
{
	width: 100%;
    height: 27em;
    opacity: 0.6;
    object-fit: cover;
}
.title-banner-services 
{
    display: flex;
    position: absolute;
    top: 3em;
    width: 30%;
    height: 100%;
    left: 11em;
    flex-direction: column;
    justify-content: center;
}
.title-banner-services h2
{
	font:4em/1em bold;
	color:#fff;
	margin-bottom:0.2em;
}
.subtitle-banner-services a
{
	font:1em/1em medium;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-services a:hover
{
	color:#FFC527;
}
.subtitle-banner-services i
{
	font:1em/1em bold;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-services span
{
	font:1em/1em medium;
	color:#fff;
}
#container-module-certified
{
	width:100%;
	padding: 6em 0;

}
.row-certified
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.information-certified
{
	width:100%;
	display: flex;
    justify-content: space-between;
    align-items: end;
	margin-bottom: 4em;
}
.title-certified
{
	width:35%;
}
.title-certified h3
{
	font: 1em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.title-certified h2
{
	font: 3em / 1em bold;
    color: #000;
}
.btn-certified
{
	width:50%;
	margin-top: 2em;
    display: flex;
    justify-content: end;
	margin-left: -7em;
}
.btn-certified1 
{
    margin-right: 2em;
}
.btn-certified1 a
{
	display: table;
    font: 1em / 1em medium;
    color: #000;
    background: #FFC527;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn-certified1 a:hover
{
    background: #000;
	color:#fff;
}
.btn-certified2 a
{
	display: table;
    font: 1em / 1em medium;
    color: #fff;
    background: #000;
    border-radius: 2em;
    padding: 1.1em 2em;
    transition: 0.3s ease-in-out;
}
.btn-certified2 a:hover
{
    background: #FFC527;
	color:#000;
}
.type-services
{
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
	margin-top: 4em;
}
.information-services
{
	width:32%;
	position: relative;
	border-bottom: 2px solid #000;
	margin-bottom:3em;
}
.information-services:hover {
    border-bottom: 2px solid #FFC527;
}
.img-services
{
	border-radius:1em;
	overflow:hidden;
	margin-bottom: 1em;
}
.img-services img
{
	width:100%;
	height:35em;
	object-fit: cover; 
    transition: 0.3s ease-in-out; 
}
.overlay-services 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35em;
    border-radius: 1em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.img-services:hover .overlay-services 
{
    opacity: 1;
}

.img-services:hover img 
{
    transform: scale(1.1);
}
.view-btn1 
{
    background: #FFC527;
    color: #000;
    width:5em;          
    height:5em;         
    border-radius: 3.1em;   
    text-decoration: none;
	font:1em/1em bold;
    transition: 0.3s ease-in-out;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;         
    justify-content: center; 
    align-items: center;   
    padding: 0;  
}
.view-btn1:hover 
{
    background: #e6b023;
    transform: scale(1.1); 
}
.text-services
{
	width:100%;
	margin-bottom: 2em;
}
.text-services div a
{
	font: 2em / 1em bold;
	color:#000;
	transition: 0.3s ease-in-out;
}
.text-services:hover div a
{
	color:#FFC527;
}
.text-services:hover div i
{
	color:#FFC527;
}
.text-services p
{
	font: 1em / 1.5em medium;
    color: #000;
    margin-top: 1em;
    text-align: justify;
}
.text-services .row-services 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease-in-out;
}
.text-services .row-services i 
{
    font-size: 1.5em;
    transition: 0.3s ease-in-out;
    color: #000;
}
#container-module-client
{
	width:100%;
	background:#FFC527;
	padding: 10em 0;
}
.row-client
{
	width:100%;
}
.title-client
{
	width:100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.column-client-left
{
	width:37%;
}
.column-client-left h3
{
	font: 1em / 1em medium;
    color: #000;
	letter-spacing: 5px;
	margin-bottom: 2em;
}
.column-client-left h2
{
	font: 3em / 1em bold;
    color: #000;
}
.column-client-right
{
	width:42%;
}
.column-client-right p
{
	font: 1em / 1.5em medium;
    color: #000;
    border-left: 1px solid #000;
    padding: 0.5em 2em;
	text-align: justify;
}
.contect-comments
{
	width:100%;
}
.imagen-comments img
{
	width: 100%;
    height: 100%;
}
.person-comment
{
	border-radius: 1em;
    background: #fff;
    position: relative;
    padding: 5em 2em;
}
.text-comment
{
	width:100%;
	display:flex;
	flex-direction:column;
	
}
.text-comment h2
{
	font:1.5em/1em bold;
	color:#000;
	margin-bottom:1em;
	text-align: center;
}
.text-comment p
{
	font:1.235em/1.2em medium;
	color:#000;
	text-align:center;
	margin-bottom:1em;
}
.text-comment img
{
	width:5em;
	height:1em;
	margin: 0 auto;
}
.imagen-person 
{
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 8em;
    height: 8em;
    border-radius: 50%;
    overflow: hidden;
    bottom: -5em;
}
.imagen-person img
{
	width: 100%;
    object-fit: cover;
    height: 100%;
}
#container-module-client .slick-slider 
{
    margin: 0 -10px;
}
#container-module-client .slick-slide
{
    margin-right: 10px;
    margin-left: 10px;
} 

#container-module-client .slick-dots 
{
	display: flex !important;
    align-items: center;
    width: 100%;
    right: 0;
    position: absolute;
    bottom:-4em;
    z-index: 10;
    justify-content: center; 
}
#container-module-client .slick-dots li 
{
	margin: 0 1em; 
}
#container-module-client .slick-dots button 
{
    border: none;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 9px;
    height: 9px;
    background: #000;
    border-radius: 50%;
    margin: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease; 
}
#container-module-client .slick-dots button:hover 
{
    background: #666;
    transform: scale(1.1);
}
#container-module-client .slick-dots .slick-active button,
#container-module-client .slick-active button 
{
    background: #000;
    outline: 1px solid #000;
    outline-offset: 8px;
    transform: scale(1.1);
}
#container-module-client .imagen-comments 
{
    position: absolute;
    top: -2em;
    z-index: 5;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #000;
    padding: 1em;
}
.testimonial-person 
{
    padding: 5em 0;
}
#container-module-client .imagen-comments:hover 
{
    background: #fff;
}
#container-module-client .imagen-comments:hover img 
{
    filter: brightness(0);
}
.person-comment:hover {
    background: #000;
}
.person-comment:hover .text-comment h2 
{
    color: #fff;
}
.person-comment:hover .text-comment p 
{
    color: #fff;
}
.person-comment:hover .text-comment img 
{
    filter: brightness(0) invert(1);
}
#container-module-client .person-comment:hover .imagen-comments 
{
    background: #fff;
}
#container-module-client .person-comment:hover .imagen-comments img 
{
    filter: brightness(0);
}
.text-comment h2:hover
{
	color:#fff;
}
.text-comment p:hover
{
	color:#fff;
}
.text-comment img:hover 
{
    filter: brightness(0) invert(1);
}
#container-module-request
{
	width:100%;
	background:#267ECE;
    padding: 7em 0 1em 0;
	margin-bottom:1em;
}
.row-request 
{
    width: 100%;
}
.type-request 
{
	width:100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6em;
	position: relative; 
}
.type-request::before 
{
    content: '';
    position: absolute;
    left: 0;
    top: 9em;
    width: 1546px;
    height: 1px;
    background: #fff;
}
.type-request::after 
{
    content: '';
    position: absolute;
    left: 47em;
    top: -1.2em;
    width: 1px;
    height: 140px;
    background: #fff;
}
.type-request-left 
{
    width:40%;
    display: flex;
    align-items: center;
}
.imagen-request 
{
    width: 7em;
    height: 7em;
    margin-right: 2em;
}
.imagen-request img 
{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.text-request h3
{
	font: 1em / 1em medium;
    color: #fff;
	letter-spacing: 5px;
	margin-bottom: 1em;
}
.text-request h2
{
	font: 3em / 1em bold;
    color: #fff;
}
.tabs-items-right
{
	width: 38%;
    display: flex;
    justify-content: space-between;
}
.tabs-items-right a 
{
    width: 7em;
    background: #fff;
    border-radius: 1em;
    height: 7em;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.tabs-items-right a:hover
{ 
    background: #FFC527; 
}
.tabs-items-right a.activetabs {
    background: #FFC527 !important;
}
.tabs-items-right img
{
	width: 3em;
    height: 4em;
	filter: brightness(0);
}
.tabs-items-right h2
{
    font:1.2em/1em bold;
	color:#000;
	text-align:center;
}
.form-request form
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-top: 3em;
	margin-left: 1em;
}
.form-request form p
{ 
    width: 32%;
	margin-bottom: 3em;
}

.form-request p input[type="text"], 
.form-request p input[type="email"], 
.form-request p input[type="tel"] ,
.form-request p input[type="date"] 
{
	width: 100%;
    padding-left: 1em;
    border: 1px solid #ffffff;
    background: #e5e5e5;
    border-radius: 5px;
    font: 1em / 1em bold;
    color: #616161;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}

.form-request p input[type="submit"] 
{
	width: 100%;
    font: 1em / 1em bold;
    color: #000;
    background: #FFC527;
    padding: 0.85em 2em;
    display: table;
    border-radius: 5px;
    cursor: pointer;
	border: 1px solid #FFC527;
    transition: all 0.3s ease-in-out;
}
.form-request p input[type="submit"]:hover
{
   background: #000;
   color: #fff;
   border: 1px solid #000;
}
.form-request select
{
    width: 100%;
    border: 1px solid #ffffff;
    height: 2.85em;
	background: #e5e5e5;
    border-radius: 5px;
    font: 1em / 1em bold;
    color: #616161;
    padding-left: 1em;
    padding-right: 1em;
}
#container-module-repository
{
	width:100%;
	margin-bottom:1em;
}
.content-repository
{
	width:100%;
}
.repository-photo
{
	width: 19.5%;
	position: relative; 
	overflow: hidden;
}
.repository-photo img
{
	width:100%;
	height:20em;
	object-fit: cover; 
    transition:  0.3s ease-in-out;
	display: block;
}
#container-module-repository .slick-slider 
{
    margin: 0 -15px;
}
#container-module-repository .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
}
.red-social-photo 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom, 
        rgba(255, 197, 39, 0.3) 0%, 
        rgba(255, 197, 39, 0.6) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition:  0.3s ease-in-out;
}
.repository-photo:hover .red-social-photo 
{
    opacity: 1;
}
.repository-photo:hover img 
{
    transform: scale(1.1);
}
.view-photo
{
    background: #FFC527;
    color: #000;
    width: 5em;          
    height: 5em;         
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    display: flex;         
    justify-content: center; 
    align-items: center;   
    padding: 0;
    box-shadow: 0 4px 15px rgba(255, 197, 39, 0.4); 
}
.view-photo:hover 
{
    background: #FFD700; 
    transform: scale(1.15); 
    box-shadow: 0 6px 20px rgba(255, 197, 39, 0.6);
}
.view-photo img {
    width: 2em;
    height: 2em;
    filter: brightness(0); 
    transition: 0.3s ease-in-out;
}
.view-photo:hover img {
    filter: brightness(0) contrast(1.2); 
}
/*detalle-services*/
#container-banner-detail
{
	width:100%;
	position: relative;
	background:#000;
}
#container-banner-detail img
{
	width:100%;
	height: auto;
	opacity:0.7;
}
.title-banner-detail
{
	position: absolute;
    top: 0;
    width: 90%;
    height: 100%;
    left: 10%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.title-banner-detail h2
{
	font:4em/1em bold;
	color:#fff;
	margin-bottom:0.2em;
}
.title-banner-detail a
{
	font:1em/1em medium;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-detail a:hover
{
	color:#FFC527;
}
.subtitle-banner-detail i
{
	font:1em/1em bold;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-detail span
{
	font:1em/1em medium;
	color:#fff;
}
#container-module-detail
{
	width:100%;
	margin-top: 8em;
}
.row-detail
{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.column-detail-left 
{
	width: 70%;
}
.imagen-content-1
{
	border-radius:1em;
	overflow:hidden;
	margin-bottom:2em;
}
.imagen-content-1 img
{
	width: 100%;
    height: 40em;
    object-fit: cover;
}
.text-content-1 h2
{
	font:2.5em/1em bold;
	color:#434343;
	margin-bottom: 1em;
}
.text-content-1 p
{
	font:1.2em/1.5em medium;
	color:#434343;
	text-align:justify;
	margin-bottom: 1em;
}
.text-content-1 p img
{
	width: 100%;
	height: 25em;
	object-fit: cover;
	border-radius: 2em;
}
.text-content-2
{
	width: 100%;
    display: flex;
    margin-bottom: 2em;
    align-items: center;
}
.imagen-icon
{
	width: 8%;
	position: relative;
    margin-right: 3em;
}
.imagen-icon:before 
{
    content: "";
    top: -0.5em;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    background: #cdcdcd;
    left: 0.5em;
    position: absolute;
}
.imagen-icon img 
{
    width: 3em;
    height: 3em;
    z-index: 999;
    position: relative;
    left: 1.5em;
    top: 0;
	filter: brightness(0) saturate(100%) invert(42%) sepia(84%) saturate(1352%) hue-rotate(195deg) brightness(95%) contrast(89%);
}
.text-content-2 p
{
	font: 1.2em / 1.5em medium;
    color: #434343;
    text-align: justify;
}
.text-content-3 p 
{
	font: 1.2em / 1.5em medium;
    color: #434343;
    text-align: justify;
	margin-bottom: 2em;
}
.text-content-4 p 
{
	font: 1.2em / 1.5em medium;
    color: #434343;
    text-align: justify;
	margin-bottom: 2em;
}
.column-detail-right 
{
  width: 25%;
}
.list-type-detail
{
	padding:2em 1em;
	background:#F9F9F9;
}
.list-type-detail ul li
{
	border-bottom:1px solid #C4C4C4;
	padding:0.85em;
	display:flex;
	justify-content: space-between;
}
.list-type-detail ul li a
{
	font:1em/1em bold;
	color:#000;
}
.list-type-detail ul li:hover a, 
.list-type-detail ul li:hover i 
{
	color:#FFC527;
	transition: 0.3s ease-in-out;
}
.imagen-content
{
	width:100%;
	border-radius:1em;
	overflow:hidden;
	margin-bottom:2em;
}
.imagen-content img
{
	width:100%;
}
.working-horus
{
	width:100%;
	border-radius:1em;
    overflow: hidden;
}
.title-horus
{
	background:#267ECE;
	padding:1em;
}
.title-horus h2
{
	font:1.6em/1em bold;
	color:#fff;
}
.horus-days
{
	background:#F8F8F8;
	padding:1.5em;
}
.horus-days ul
{
	list-style:none;
}
.horus-days li 
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.8em 0;
}
.horus-days h3
{
	font:1em/1em bold;
	color:#000;
}
.horus-days p
{
	font:1em/1em medium;
	color:#000;
}
.contact-detail
{
	width:100%;
	border-radius:1em;
    overflow: hidden;
}
.title-contact
{
	background:#267ECE;
	padding:1em;
}
.title-contact h2
{
	font:1.6em/1em bold;
	color:#fff;
}
.information-contact
{
	background:#F8F8F8;
	padding:1.5em;
}
.contact-left
{
	width: 100%;
    display: flex;
    margin-bottom: 1em;
}
.icon-1 img, .icon-2 img {
    width: 2.5em;
    height: 2.5em;
    filter: brightness(0) saturate(100%);
    transition: filter 0.6s ease;
}
.icon-1:hover img, .icon-2:hover img {
    filter: filter: invert(1) sepia(1) hue-rotate(40deg) saturate(5);
}
.contact-direction 
{
    padding-left: 1em;
}
.contact-direction a
{
	font: 1em / 1em bold;
    color: #000;
    margin-bottom: 0.5em;
    display: block;
}
.contact-direction a:hover
{
	color:#FFC527;
	transition: color 0.6s ease;
}
.icon-2 
{
    margin-right: 1em;
}
.contact-right
{
	width: 100%;
    display: flex;
    align-items: center;
}
.contact-right a
{
	font: 1em / 1em bold;
    color: #000;
    display: block;
    margin-bottom: 0.5em;
}
.contact-right a:hover
{
	color:#FFC527;
	transition: color 0.6s ease;
}
/*contactanos*/
#container-banner-interno
{
	width:100%;
	background:#000;
	position: relative;
}
#container-banner-interno img
{
	width: 100%;
    height: 27em;
    opacity: 0.6;
    object-fit: cover;
}
.title-banner-interno
{
	position: absolute;
    top: 19em;
    width: 30%;
    height: auto;
    left: 11em;
}
.title-banner-interno h2
{
	font:4em/1em bold;
	color:#fff;
	margin-bottom:0.2em;
}
.subtitle-banner-interno a
{
	font:1em/1em medium;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-interno a:hover
{
	color:#FFC527;
}
.subtitle-banner-interno i
{
	font:1em/1em bold;
	color:#fff;
	margin-right:0.5em;
}
.subtitle-banner-interno span
{
	font:1em/1em medium;
	color:#fff;
}
#container-module-connect 
{
	width:100%;
	padding: 8em 0 8em 0
}
.title-connect
{
	width: 100%;
    display: flex;
    justify-content: space-between;
	margin-bottom: 5em;
}
.column-connect-left
{
	width: 47%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.imagen-connect img
{
	width: 7em;
    height: 7em;
}
.text-connect h3
{
	font: 1em / 1em medium;
    color: #7C7C7C;
	letter-spacing: 5px;
	margin-bottom: 1em;
}
.text-connect h2
{
	font: 3.5em / 1em bold;
    color: #000;
}
.column-connect-right
{
	width:42%;
}
.column-connect-right p
{
	font: 1em / 1.5em medium;
    color: #7C7C7C;
    border-left: 1px solid #000;
    padding: 0.5em 2em;
	text-align: justify;
}
/*from contactanos*/
.from-content 
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.form-connect 
{
	width: 55%;
	background: #e3e3e38c;
	border-radius: 1em;
	padding: 3em;
}
.form-connect form 
{
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 2em;
}
.form-connect form > div:nth-child(1),
.form-connect form > div:nth-child(2),
.form-connect form > div:nth-child(3),
.form-connect form > div:nth-child(4) 
{
	width: 100%;
	margin-bottom: 1.5em;
}
.form-connect form > div > p
{
	width: 100%;
}
.form-connect div input[type="text"], 
.form-connect div input[type="email"], 
.form-connect div input[type="tel"] 
{
	width: 100%;
	padding: 1em;
	border: 1px solid #9B9B9B;
	background: #fff;
	border-radius: 8px;
	font: 1em / 1em bold;
	color: #585858;
}
.form-connect div input[type="text"]::placeholder,
.form-connect div input[type="email"]::placeholder,
.form-connect div input[type="tel"]::placeholder 
{
	color: #9B9B9B;
}
.form-connect div textarea 
{
	width: 100%;
	padding: 1em;
	border: 1px solid #9B9B9B;
	background: #fff;
	border-radius: 8px;
	font: 1em / 1.4em bold;
	color: #000;
	resize: none;
	height: 14em;
}
.form-connect div textarea::placeholder 
{
	color: #9B9B9B;
}
.form-connect div input[type="submit"] 
{
	font: 1em / 1em bold;
	color: #000;
	background: #FFC527;
	padding: 1em 2.5em;
	border-radius: 25px;
	cursor: pointer;
	border: none;
	transition: 0.3s ease-in-out;
}
.form-connect div input[type="submit"]:hover 
{
	background: #000;
	color: #fff;
}
.help-section 
{
	width: 100%;
	display: block;
	margin-bottom: 1.5em;
}
.title-section 
{
	width: 100%;
	margin-bottom: 2em;
}
.title-section h3 
{
	color: #000;
	font:1.5em/1em bold;
}
.checkbox-group 
{
	width: 100%;
	display: flex;
	margin-bottom: 1em;
}
.checkbox-item 
{
    display: flex;
    align-items: center;
    font: 1em/1em medium;
    color: #000;
	width: 100%;
    margin-right: 1.5em;
}
.checkbox-item input[type="checkbox"] 
{
    width: 1em;
    height: 1em;
    margin-right: 8px;
	color: #FFC527;
    cursor: pointer;
}
.checkbox-item label 
{
    cursor: pointer;
}
.information-connect 
{
    width: 40%;
    background: #267ECE;
    border-radius: 1.5em;
    padding: 3em;
    color: #fff;
}
.information-connect h2 
{
    font:3em/1em bold;
    color: #fff;
    margin-bottom:0.5em;
}
.information-connect p 
{
    font: 1.1em/1.5em medium;
    color: #fff;
}
.image-container 
{
    width: 100%;
    margin: 1em 0;
}
.information-connect .image-container img 
{
    width: 100%;
    height: 20em;
    object-fit: cover;
    border-radius: 1em;
}
.information-connect h3 
{
    font: 2em / 1em bold;
    color: #fff;
    margin-bottom: 1em;
}
.social-container 
{
    display: flex;
    margin-top: 2em;
}
.social-link 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3em;
    height: 3em;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none;
	margin-right: 0.5em;
}
.social-link:hover 
{
    background: #FFC527;
    transform: scale(1.1);
}
.social-link img 
{
    width: 1.5em;
    height: 1.5em;
    filter: brightness(0) invert(1); 
}
.social-link:hover img 
{
    filter: brightness(0); 
}
#container-module-locations
{
	width:100%;
	padding: 4em 0 8em 0;
}
.row-locations
{
	width:100%;
}
.locations-text{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-bottom: 4em;
}
.locations-text h3
{
	font: 1em / 1em medium;
    color: #000;
    letter-spacing: 5px;
    margin-bottom: 2em;
}
.locations-text h2
{
	font: 3em / 1em bold;
    color: #000;
	margin-bottom:0.5em;
}
.locations-text p
{
	font: 1em / 1.5em medium;
    color: #616161;
    width: 50%;
    padding: 0.5em 2em;
    text-align: center;
}
.direction-location
{
	width: 100%;
}
.cities-addresses
{
	background: #F8F8F8;
	padding: 2em;
	border-radius: 1em;
}
.cities-addresses h2
{
	font: 1.5em / 1em bold;
    color: #000;
    margin-bottom: 2em;
}
#container-module-locations .slick-slider 
{
    margin: 0 -15px;
}
#container-module-locations .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 

.information-location
{
	margin-bottom: 2em;
}
.contact-location
{
	display: flex;
    align-items: center;
	margin-bottom: 1.5em;
}
.contact-location img
{
    width: 1.5em;
    height: 1.5em;
    margin-right: 1em;
    margin-top: 0.2em;
    filter: brightness(0);
}
.contact-location p
{
	font: 1em / 1.4em medium;
	color: #000;
}
.contact-location a
{
	font: 1em / 1.4em bold;
	color: #000;
}
.contact-location a:hover
{
	color: #FFC527;
}
#container-module-maps {
    width: 100%;
}
#container-module-maps iframe {
    width: 100%;
    height:46em;
}
#container-mobile
{
	display:none;
}
.menu-mobile
{
	display:none;
}
.floatWhatsapp {
	display: block;
	background: url("images/icoFloat_Whatsapp.svg") no-repeat center center / cover;
	position: fixed;
	bottom: 110px;
	right: 10px;
	width: 70px;
	height: 70px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}

.movil
{
	display: none !important;
}

/* STICKY */

#container-module-fixed
{
    background:#F6F6F6;
    width:100%;
    position:fixed;
    top:-100%;
    z-index:9999;
	padding:1em 0;
    transition:all 0.25s ease-in-out;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.view-scroll
{
	top:0 !important;
}
.row-header-top
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#container-module-fixed .column-menu div > ul > li > a 
{
    font: 1.2em / 1em bold;
    color: #000;
}
#container-module-fixed .column-menu
{
	display:flex;
	align-items:center;
	
}	
#container-module-fixed .column-links p
{
	font:1em/1em bold;
	color:#000;
	margin-bottom: 0.35em;
	text-align: justify;
}
#container-module-fixed .column-links a
{
	font:1.2em/1em bold;
	color:#000;
}
#container-module-fixed .column-links a:hover
{
	color:#FFC527;
}
#container-module-fixed .column-icon img
{
	width:100%;
	height:100%;
	object-fit: contain;
	filter: brightness(0) saturate(100%)
}






@media screen and (max-width: 1760px)
{
	body
	{
		font-size: 12.75px;
	}
	.center
	{
		width: 90%;
	}

	
}

@media screen and (max-width: 1400px)
{
	body
	{
		font-size: 11.75px;
	}
	.center
	{
		width: 90%;
	}

	
}

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

	.center {
		width: 90%;
		margin: 0 auto;
	}
	
}
	
	
@media screen and (max-width: 760px)
{
	body {
	font-size: 10.75px; 
	}

	.center {
		width: 90%;
		margin: 0 auto;
	}
	/*header-mobile*/
	#container-module-fixed {
		display:none;
	}
	#container-module-headerTop {
		display:none;
	}
	.column-logo 
	{
		width: 45%;
	}
	.column-menu 
	{
		display: none;
	}
	.column-contact 
	{
		display: none;
	}
	.menu-mobile
	{
		display:flex;
		width:40px;  
		flex-flow: row wrap;
	}
	.destok {
        display: none !important;
    }	
	.movil {
        display: block !important;
    }
	.menu-mobile span 
	{
		width:100%;
		height:3px;
		margin:2px 0;
		background:#fff;
	}
	.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);
	}
	.btnclose-menu span:nth-child(4)
	{
		opacity:0;
	}
	#container-module-header 
	{
		position:fixed !important; 
		background: none;
		background: #000;
	}
	#container-mobile
	{
		width: 100%;
		height: 100%;
		background: #000;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding-top: 5em;
		display:none;
	}	
	.activeheader-mobile 
	{
        background: #000 !important;
    }
	.row-menu-mobile 
	{
		width: 100%;
		margin-top: 3em;
		background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
		backdrop-filter: blur(10px);
		border-radius: 20px;
		padding: 2em 1.5em;
		box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
		position: relative;
		animation: slideInUp 0.6s ease-out;
	} 
	.row-menu-mobile::before 
	{
		content: '';
		position: absolute;
		top: -2px;
		left: -2px;
		right: -2px;
		bottom: -2px;
		background: linear-gradient(45deg, rgba(255, 197, 39, 0.1), transparent, rgba(255, 197, 39, 0.1));
		border-radius: 22px;
		z-index: -1;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.row-menu-mobile:hover::before 
	{
		opacity: 1;
	}
	.row-menu-mobile ul li 
	{
		margin-bottom: 1.5em;
		width: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3) 50%, transparent) bottom/100% 1px no-repeat;
		padding-bottom: 1em;
		position: relative;
		overflow: hidden;
	}
	.row-menu-mobile ul li:last-child 
	{
		background: none;
	}
	.row-menu-mobile ul li::before 
	{
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(90deg, transparent, rgba(255, 197, 39, 0.1), transparent);
		transition: left 0.5s;
	}
	.row-menu-mobile ul li:hover::before 
	{
		left: 100%;
	}
	.row-menu-mobile ul li a 
	{
		font: 1.8em/1em bold;
		color: #fff;
		position: relative;
		width: 100%;
		text-align: center;
		display: block;
		padding: 0em 1.5em;
		border-radius: 15px;
		transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
		letter-spacing: 1px;
	}
	.row-menu-mobile ul li a::before 
	{
		content: '';
		position: absolute;
		top: 50%;
		left: -10px;
		width: 0;
		height: 2px;
		background: linear-gradient(90deg, #FFC527, #FFD700);
		transition: all 0.3s ease;
		transform: translateY(-50%);
	}
	.row-menu-mobile ul li a:hover,
	.row-menu-mobile ul li a:focus 
	{
		color: #FFC527;
		background: rgba(255, 197, 39, 0.15);
		transform: translateX(10px) scale(1.02);
		box-shadow: 0 5px 20px rgba(255, 197, 39, 0.3);
	}
	.row-menu-mobile ul li a:hover::before,
	.row-menu-mobile ul li a:focus::before 
	{
		width: 6px;
		left: 15px;
	}
	.icons-mobile 
	{
		display: flex;
		justify-content: center;
		margin-top: 2.5em;
		gap: 1em;
		padding: 1.5em;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 25px;
		backdrop-filter: blur(5px);
	}
	.icons-mobile a 
	{
		position: relative;
		padding: 0.8em;
		border-radius: 50%;
		transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
		background: rgba(255, 255, 255, 0.1);
		overflow: hidden;
	}
	.icons-mobile a::before 
	{
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 0;
		height: 0;
		background: radial-gradient(circle, rgba(255, 197, 39, 0.3), transparent 70%);
		transition: all 0.4s ease;
		transform: translate(-50%, -50%);
		border-radius: 50%;
	}
	.icons-mobile a:hover::before,
	.icons-mobile a:focus::before 
	{
		width: 100px;
		height: 100px;
	}
	.icons-mobile a:hover,
	.icons-mobile a:focus 
	{
		transform: translateY(-5px) scale(1.1);
		background: rgba(255, 197, 39, 0.2);
		box-shadow: 0 10px 25px rgba(255, 197, 39, 0.4);
	}
	.icons-mobile img 
	{
		width: 2.5em;
		position: relative;
		z-index: 2;
		filter: brightness(0) saturate(100%) invert(1);
		transition: all 0.4s ease;
	}
	.icons-mobile a:hover img,
	.icons-mobile a:focus img 
	{
		filter: brightness(0) saturate(100%) invert(1) sepia(1) saturate(5) hue-rotate(35deg) brightness(1.1);
		transform: rotate(360deg) scale(1.1);
	}
	.information-header 
	{
		text-align: center;
		margin: 2em 0;
		padding: 1.5em;
		background: rgba(255, 255, 255, 0.05);
		border-radius: 15px;
		backdrop-filter: blur(5px);
	}
	.information-header p,
	.information-header a 
	{
		color: #fff;
		transition: all 0.3s ease;
		margin: 0.8em 0;
		font: 1.2em / 1.1em bold;
		display: block;
		padding: 0.5em;
		border-radius: 10px;
	}
	.information-header a:hover,
	.information-header a:focus 
	{
		color: #FFC527;
		background: rgba(255, 197, 39, 0.1);
		transform: translateX(5px);
	}
	.icon-ubicacion,
	.icon-correo 
	{
		color: #fff;
		margin-right: 0.8em;
		width: 2em;
		height: 2em;
		text-align: center;
		padding: 0.3em;
		padding-right: 2em;
		filter: brightness(0) saturate(100%) invert(1);
	}
	.icon-ubicacion 
	{
		background: url(images/icon-gps.png) no-repeat left center / contain;
	}
	.icon-correo 
	{
		background:url(images/icon-carta.png) no-repeat left center / contain;
	}
	.information-header p:hover .icon-ubicacion,
	.information-header a:hover .icon-correo,
	.information-header a:focus .icon-correo 
	{
		color: #FFC527;
		background-color: rgba(255, 197, 39, 0.2);
		transform: scale(1.1) rotate(10deg);
		filter: brightness(0) saturate(100%) invert(1) sepia(1) saturate(5) hue-rotate(35deg) brightness(1.1);
	}
	/*home*/
	#container-module-section-1 video 
	{
		height: 42em;
	}
	.contet-section-1 {
		position: absolute;
		top: 12em;
		width: 90%;
		height: auto;
		display: block;
		left: 20px;
		text-align: center;
	}
	.contet-section-1 p 
	{
		font: 1.45em / 1.5em regular;
	}
	.btn-section-1 
	{
		justify-content: center;
	}
	.btn-1 a 
	{
		font: 1.4em / 1em medium;
	}
	.btn-2 a 
	{
		font: 1.4em / 1em medium;
	}
	#container-module-section-2 
	{
		margin-top: 4em;
	}
	.title-section-2 
	{
		display: flex;
		flex-direction: column;
		text-align: center;
	}
	.column-title-left 
	{
		width: 100%;
	}
	.column-title-right 
	{
		width: 100%;
	}
	.column-title-left h3
	{
		font: 1.5em / 1em medium;
	}
	.column-title-left h2 
	{
		margin-bottom: 0.5em;
	}	
	.column-title-right p 
	{
		font: 1.5em / 1.5em medium;
		color: #000;
		border-left: none;
		padding: 0.5em 0em;
		text-align: center;
	}
	.column-section-left 
	{
		width: 100%;
		margin-bottom: 4em;
	}
	.column-section-right
	{
		width: 100%;
	}	
	.contact-section-2 
	{
		flex-direction: column;	
	}
	.btn-section-2 
	{
		margin-bottom: 2em;	
	}	
	.btn-section-2 a 
	{
		font: 1.5em / 1em medium;
	}	
	.numer-section-2 
	{
		margin-left:0;
		display: flex;
		align-items: center;
	}
	.icon-phone img 
	{
		width: 4em;
		height: 4em;
	}	
	.text-section-2 a 
	{
		font: 2em / 1em bold;
	}		
	.text-section-2 p 
	{
		font: 1.5em / 1em medium;
	}
	#container-module-section-3 
	{
		padding: 4em 0;
		height: 25em;
	}	
	.column-section-3 
	{
		flex-direction: column;
		text-align: center;	
	}
	.column-left-3 
	{
		width: 100%;
		margin-bottom: 1em;	
	}	
	.column-left-3 h3 
	{
		font: 1.6em / 1em medium;
		margin-bottom: 1em	
	}
	.column-right-3 
	{
		width: 100%;
	}	
	.column-right-3 p 
	{
		font: 1.5em / 1.5em medium;
		color: #616161;
		border-left:none;
		padding: 0;
		text-align: center;
	}	
	#container-module-section-4 
	{
		top: -15em;
		align-items: center;	
	}	
	.information-section-4 img 
	{
		height: 33em;
	}	
	.view-btn 
	{
		font: 1.5em / 1em bold;
	}
	.text-section-4 .row 
	{
		align-items: center;
	}
	.text-section-4 div a 
	{
		font: 2em / 1em bold;	
	}
	.text-section-4 .row i 
	{
		font: 2.5em / 1em bold;
	}
	.text-section-4 p 
	{
		font: 1.5em / 1.5em medium;	
	}
	.btn-section-4 
	{
		width: 100%;
        margin-top: 2em;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	.btn1-4 {
		margin-right: 0; 
		margin-bottom:1em;
	}	
	.btn1-4 a 
	{
		font: 1.5em / 1em medium;
		padding: 1.1em 1em;
	}	
	.btn2-4 a 
	{
		font: 1.4em / 1em medium;
		padding: 1.1em 1.1em;	
	}
	/*section-5*/
	.row-section-5 
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		text-align:center;
	}
	.form-section-5 form 
	{
		margin-left: 0;	
	}
	.request-section-5 
	{
		width: 100%;
	}		
	.title-section-5 h3 
	{
		font: 1.5em / 1em medium;
		margin-bottom: 1em;	
	}
	.form-section-5 form p 
	{
		width: 100%;
		margin-bottom: 3em;
	}
	.form-section-5 p input[type="text"], 
	.form-section-5 p input[type="email"], 
	.form-section-5 p input[type="tel"], 
	.form-section-5 p input[type="date"] 
	{
		width: 100%;
		padding-left: 1em;
		border: 1px solid #ffffff;
		background: #e5e5e5;
		border-radius: 5px;
		font: 1.3em / 1em bold;
		color: #616161;
		padding-top: 1em;
		padding-bottom: 0.75em;
	}
	.form-section-5 select 
	{
		width: 100%;
		border: 1px solid #ffffff;
		height: 3em;
		background: #e5e5e5;
		border-radius: 5px;
		font: 1.3em / 1em bold;
		color: #616161;
		padding-left: 1em;
		padding-right: 1em;
	}
	.img-section-5 
	{
		display: none;
	}
	/*section-6*/
	.row-section-6 
	{
		flex-direction: column;
	}
	.column1-section-6 
	{
		width: 100%;
        text-align: center;
	}
	.column1-section-6 h3
	{
		font: 1.5em / 1em medium;
		margin-bottom: 1em;
	}
	.column1-section-6 h2 
	{
		font: 2.8em / 1.2em bold;
	}
	.column1-section-6 p 
	{
		font: 1.5em / 1.2em medium;
		text-align: center;	
	}
	.column2-section-6 
	{
		width: 100%;
	}
	.column-6 
	{
		width: 100%;
	}
	.column-6 img 
	{
		width: 6em;
		height: 6em;
		margin-bottom: 2em;
	}
	.column-6 h2 
	{
		font: 2em / 1.2em bold;
	}
	.column-6 p 
	{
		font: 1.5em / 1.2em medium;
	}
	#container-module-section-7 
	{
		padding: 4em 0 6em 0;	
	}
	.column-section-7 
	{
		flex-direction: column;
	}
	.column-left-7 
	{
		width: 100%;
		text-align:center;
		margin-bottom:2em;
	}
	.column-left-7 h3 
	{
		font: 1.5em / 1em medium;
	}
	.column-right-7 
	{
		width: 100%;
	}
	.column-right-7 p 
	{
		font: 1.5em / 1.5em medium;
		color: #fff;
		text-align: center;
		border-left: none;
		padding:0;
	}
	.contador-section-7 
	{
		width: 100%;
		display: flex;
		align-items: center;
		flex-direction: column;
		margin-bottom: 2em;
	}
	.counter-box 
	{
		margin-bottom: 2em;
        display: flex;
        flex-direction: column;
        align-items: center;
	}
	.counter-text 
	{
		font: 1.8em / 1.2em medium;
		color: #fff;
		text-align: center;
	}
	.category-section-7 
	{
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		align-items: center;
	}
	.images-category7 
	{
		width: 100%;
	}
	.text-category h2 
	{
		font: 1.6em / 1.2em bold;
	}
	.text-category a 
	{
		font: 1.5em / 1em medium;
	}
	.btn-section7 a 
	{
		font: 1.5em / 1em medium;
	}
	#container-module-section-8 
	{
		padding: 4em 0 8em 0;
	}
	.packages-section-8 h3 
	{
		font: 1.5em / 1em medium;
		margin-bottom: 1em;
	}
	.packages-section-8 p 
	{   
		font: 1.5em / 1.5em medium;
		color: #616161;
		width:100%;
		padding: 0.5em 2em;
		text-align: center;
	}
	.plan-section-8 
	{
		margin-bottom: 1em;
	}
	.column-section-8 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-section-8:nth-child(2)
	{
		width: 100%;
	}
	.column-section-8 ul li 
	{
		font: 1.4em / 1.5em medium;
		text-align: center;
	}	
	.text-section8 p 
	{
		width:100%;
		font: 1.5em / 1.5em medium;
	}
	.images-customer img 
	{
		width: 30em !important;
	}
	/*section-9*/
	#container-module-section-9 
	{
		margin-bottom: 4em;
	}
	#container-module-section-9 video 
	{
		height: 78em;
	}
	.contet-section-9 
	{
		width: 80%;
	}
	.contet-section-9 h3 
	{
		font: 1.4em / 1em regular;
	}
	.contet-section-9 h2 
	{
		font: 3em / 1em bold;
	}
	.contet-section-9 p 
	{
		font: 1.5em / 1.5em regular;
		margin-bottom: 1.4em;
	}
	.column-type-section-9 
	{
		width: 30%;
	}
	.btn1-section-9 a 
	{
		font: 1.3em / 1em medium;
		padding: 1em 2em;
	}
	.btn2-section-9 a 
	{
		padding: 1em 2em;
		font: 1.3em / 1em medium;
	}
	/*section-10*/
	#container-module-section-10
	{
		display:none;
	}
	.row-section-10 
	{
		flex-direction: column;
	}
	.column-left-10 
	{
		width: 100%;
		margin-bottom: 3em;
	}
	.column-left-10 img 
	{
		width: 100%;
		height: 45em;
	}
	.title-section-10 h2 
	{
		font: 3em / 1em bold;
		margin-bottom: 0.5em;
	}
	.title-section-10 p 
	{
		font: 1.5em / 1em bold;
		margin-bottom: 1em;
	}
	.btn-section-10 a 
	{
		display: table;
		font: 1.4em / 1em medium;
	}
	.column-right-10 
	{
		width: 100%;
		display: flex;
        flex-direction: column;
        align-items: center;
	}
	.column-right-10 h2 
	{
		font: 3em / 1em bold;
		color: #000;
		margin-bottom: 1em;
		margin-top: 0.5em;
		text-align: center;
	}
	.title-acordeon h3 
	{
		font: 1.5em / 1.5em bold;
		width: 84%;
	}
	.text-acordeon 
	{
		font: 1.5em / 1.2em medium;
	}
	/*section-11*/	
	#container-module-section-11 
	{
		width: 100%;
		padding: 2em;
	}
	.row-section-11 
	{	
		width:100%;
		justify-content: center;
		text-align: center;
	}
	.image-section-11 
	{
		display:none;
	}
	.text-section-11 
	{
		margin-right: 0;
	}
	.text-section-11 p 
	{
		font: 1.5em / 1.5em medium;
		margin-bottom: 1em;
	}
	.btn1-section-11 
	{
		margin-right: 1em;
	}
	.btn1-section-11 a 
	{
		font: 1.3em / 1em medium;
		padding: 1em 2em;
	}
	.btn2-section-11 a 
	{
		font: 1.3em / 1em medium;
		padding: 1em 2em;
	}
	/*section-12*/
	#container-module-section-12 
	{
		padding: 4em 0 4em 0;
	}
	.title-section-12 span 
	{
		font: 1.5em / 1em medium;
	}
	.personal-team 
	{
		width: 100%;
	}
	.imagen-section-12 > img 
	{
		height: 38em;
	}
	.information-team 
	{
		margin-bottom: 2em;
	}
	.information-team h2 
	{
		font: 2em / 1em bold;
	}
	.information-team p 
	{
		font: 1.5em / 1em medium;
	}
	/*section-13*/
	#container-module-section-13 
	{
		padding: 4em 0 4em 0;
	}
	.title-section-13 
	{
		text-align: center;
	}
	.title-section-13 span 
	{
		font: 1.5em / 1em medium;
	}
	.blog-section-13 
	{
		width: 100%;
		margin-bottom: 3em;
	}
	.blog-section-13:nth-child(1) 
	{ 
		display: none;
	}
	.blog-section-13:nth-child(2) 
	{
		display: none;
	}
	.information-blog span 
	{
		letter-spacing: 0;
		font: 1.5em / 1em medium;
		color: #464543;
	}
	.information-blog h2 
	{
		font: 2.1em / 1em bold;
	}
	.information-blog p 
	{
		font: 1.5em / 1.2em regular;
	}
	.btn-section-13 a 
	{
		font: 1.3em / 1em medium;
	}
	/*section-14*/
	#container-module-section-14 
	{
		padding: 0;
		justify-content: center;
	}
	.column-section-14:after 
	{
		display:none;
	}
	.column-section-14 
	{
		padding:0;
		width: 90%;
	}
	#container-module-section-14 .slick-dots 
	{
		display: flex !important;
		flex-direction: inherit;
		align-items: center;
		width: 2em;
		right: 0;
		position: absolute;
		bottom: 7em;
		z-index: 10;
		justify-content: center;
		left: 0;
		margin: 0 auto;
	}
	.title-section-14 
	{
		flex-flow: row wrap;
	}
	.column-left-section14 
	{
		width: 100%;
		margin-bottom: 1em;
		text-align:center;
	}
	.column-left-section14 h3 
	{
		font: 1.5em / 1em medium;
		margin-bottom: 1em;
	}
	.column-right-section14 p 
	{
		font: 1.5em / 1.5em medium;
		padding: 0.5em 1em;
		text-align: center;
		border-left: none;
	}
	.column-right-section14 
	{
		width: 100%;
	}
	#container-module-section-14 .slick-dots button 
	{
		margin: 12px 8px;
	}
	.person-section14 
	{
		border-top: none;
	}
	/*section-15*/
	#container-module-section-15 
	{
		padding: 4em 0 ;
	}
	.imagen-section-15 
	{
		width: 100%;
		margin-bottom: 3em;
	}
	.imagen-section-15 img 
	{
		width: 100%;
		height: 30em;
		object-fit: cover;
		opacity: 0.7;
	}
	.column-left-15 img 
	{
		width: 4em;
		height: 4em;
		border: 2px solid #FFC527;
		border-radius: 2em;
		padding: 0.3em 0.3em 0.3em 0.3em;
	}
	.column-right-15 h2 
	{
		font: 2em / 1em bold;
	}
	.column-right-15 a 
	{
		font: 1.5em / 1em bold;
	}
	.form-contact-section15 
	{
		width: 100%;
		text-align: center;
	}
	.form-contact-section15 h3 
	{
		font: 1.5em / 1em medium;
		margin-bottom: 1em;
	}
	.form-contact-section15 > p 
	{
		font: 1.5em / 1.5em medium;
		text-align: center; 
	}
	.form-section15 form 
	{
		flex-direction: column;
	}
	.form-section15 select 
	{
		width: 100%;
		height: 4em;
		font: 1.2em / 1em bold;
	}
	.form-section15 form p:nth-child(2), 
	.form-section15 form p:nth-child(4) 
	{
		width: 100%;
	}
	.form-section15 form p:nth-child(3), 
	.form-section15 form p:nth-child(5) 
	{
		width:100%;
	}
	.form-section15 p input[type="text"], 
	.form-section15 p input[type="name"], 
	.form-section15 p input[type="email"], 
	.form-section15 p input[type="tel"], 
	.form-section15 p input[type="date"] 
	{
		width: 100%;
		font: 1.3em / 1em bold;
	}
	.form-section15 p textarea 
	{
		font: 1.3em / 1.4em bold;
	}
	.form-section15 p input[type="submit"] 
	{
		font: 1.5em / 1em bold;
	}	
	/*footer*/
	.column-footer-1 
	{
		width:100%;
		margin-bottom: 3em;
	}
	.logo-footer img 
	{
		width: 13em;
	}	
	.column-footer-1 p 
	{
		font: 1.5em / 1.5em medium;		
	}
	.app-buttons img
	{
		width: 11em;	
	}
	.column-footer-2, 
	.column-footer-3 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-footer-2 h3, 
	.column-footer-3 h3, 
	.column-footer-4 h3
	{
		font: 1.5em / 1em bold;
	}
	.column-footer-2 li, 
	.column-footer-3 li
	{
		margin-bottom: 1.5em;
	}
	.column-footer-2 a, 
	.column-footer-3 a 
	{
		font: 1.5em / 1em bold;
	}
	.contact-item img 
	{
		width: 3em;
		height: 3em;
	}
	.contact-item p 
	{
		font: 1.5em / 1.4em medium;	
	}
	.contact-item a
	{
		font: 1.5em / 1.4em bold;
	}
	.social-media p 
	{
		font: 1.5em / 1em medium;
	}
	.column-footer-4 
	{
		width:100%;
	}
	.social-links a 
	{
		font: 1.5em / 1em bold;
	}
	.column-footer-5 
	{
		display: none;
	}
	.copyright p
	{
		font: 1.5em / 1em medium;
		text-align:center;
	}
	/*servicios*/
	.title-banner-services 
	{
		top: 2em;
        width: 45%;
        margin-left: -2em;
	}
	.subtitle-banner-services a 
	{
		font: 1.5em / 1em medium;	
	}
	.subtitle-banner-services i 
	{
		font: 1.5em / 1em bold;
	}
	.subtitle-banner-services span 
	{
		font: 1.5em / 1em medium;
	}
	#container-module-certified 
	{
		padding: 4em 0;
	}
	.information-certified 
	{
		flex-direction: column;
	}
	.img-services 
	{
		margin-bottom: 3em;
	}
	.title-certified 
	{
		width: 100%;
		text-align: center;
	}
	.title-certified h3 
	{
		font: 1.5em / 1em medium;	
	}
	.btn-certified1 
	{
		margin-right: 1em;
	}
	.btn-certified 
	{
		width: 100%;
		margin-left:0;
	}
	.btn-certified1 a 
	{
		font: 1.4em / 1em medium;
	}
	.btn-certified2 a 
	{
		font: 1.4em / 1em medium;
	}
	.information-services 
	{
		width: 100%;
	}
	.view-btn1 
	{
		font: 1.5em / 1em bold;
	}
	.text-services p 
	{
		font: 1.5em / 1.5em medium;
	}
	#container-module-client 
	{
		padding: 6em 0;
	}
	.title-client 
	{
		flex-direction: column;
	}
	.column-client-left
	{
		width: 100%;
		text-align: center;
		margin-bottom: 1em;
	}
	.column-client-left h3 
	{
		font: 1.5em / 1em medium;
	}
	.column-client-right 
	{
		width: 100%;
	}
	.contect-comments 
	{
		width: 90%;
		margin: 0 auto;
	}
	.column-client-right p 
	{
		font: 1.5em / 1.5em medium;
		border-left: none;
		text-align: center;
	}	
	.type-request::before 
	{
		display:none;
	}
	.type-request::after
	{
		display:none;
	}
	#container-module-request 
	{
		padding: 4em 0 1em 0;
	}
	.type-request 
	{
		width: 100%;
		flex-direction: column;
		margin-bottom: 1em;
	}
	.type-request-left 
	{
		width: 100%;
		flex-direction: column;
		margin-bottom: 3em;
	}
	.imagen-request 
	{
		margin-bottom: 2em;
	}
	.text-request 
	{
		text-align: center;
	}
	.text-request h3 
	{
		font: 1.5em / 1em medium;
	}
	.form-request form 
	{
		margin-left: 0;	
	}	
	.tabs-items-right 
	{
		width: 100%;
	}
	.form-request form p 
	{
		width: 100%;
		margin-bottom: 3em;
	}
	.form-request p input[type="text"], 
	.form-request p input[type="email"], 
	.form-request p input[type="tel"], 
	.form-request p input[type="date"] 
	{
		font: 1.5em / 1em bold;
	}
	.form-request select 
	{
		font: 1.5em / 1em bold;
	}
	.form-request p input[type="submit"] 
	{
		font: 1.5em / 1em bold;	
	}
	#container-module-repository .slick-slider 
	{
		margin: 0 ;
	}
	
	.row-section-14 
	{
		padding-right: 0;
	}
	.title-section-14 
	{
		margin-bottom: 2em;
	}
	
	.column-connect-left 
	{
		width: 100%;
		margin-bottom: 2em;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.column-connect-right 
	{
		width: 100%;
	}
	.form-connect 
	{
		width: 100%;
	}
	.information-connect 
	{
		width: 100%;
	}
	.checkbox-group 
	{
		flex-flow: row wrap;
        justify-content: space-between;
	}
	.cities-addresses 
	{
		width: 100%;
	}
	#container-module-maps iframe 
	{
		height: 25em;
	}
	.locations-text p 
	{
		width: 100%;
	}
	.title-connect 
	{
		flex-flow: row wrap;
	}
	.title-banner-interno
	{
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		text-align: center;
		align-items: center;
		flex-direction: column;
	}
	.column-connect-right p
	{
		border-left: 0;
		font: 1.5em / 1.5em medium;
		text-align: center;
	}	
	.title-banner-interno h2 
	{
		font: 2.5em / 1em bold;
	}
	.subtitle-banner-interno a,
	.subtitle-banner-interno span
	{
		font: 1.235em / 1em medium;
	}
	.imagen-connect 
	{
		margin-bottom: 2em;
	}
	.text-connect h2 
	{
		font: 2.5em / 1em bold;
	}
	.checkbox-item 
	{
		margin-right: 0;
		width: 100%;
	}
	.locations-text h2 
	{
		font: 2.5em / 1em bold;
	}
	.title-banner-detail h2 
	{
		font: 2.5em / 1em bold;
	}
	.title-banner-detail a,
	.subtitle-banner-detail span
	{
		font: 1.235em / 1em medium;
	}
	.column-detail-left 
	{
		width: 100%;
	}
	.column-detail-right 
	{
		width: 100%;
	}
	.text-content-1 h2 
	{
		font: 2em / 1em bold;
	}
	.text-content-1 p,
	.text-content-2 p,
	.text-content-3 p,
	.text-content-4 p
	{
		font: 1.5em / 1.5em medium;
	}
	.text-content-2 
	{
		justify-content: center;
		flex-flow: row wrap;
	}
	.imagen-icon 
	{
		margin-bottom: 2em;
	}
	.imagen-1, 
	.imagen-2
	{
		width: 100%;
	}	
	.list-type-detail ul li a
	{
		font: 1.5em/1em bold;
	}
	.horus-days h3 
	{
		font: 1.5em / 1em bold;
	}
	.horus-days p 
	{
		font: 1.235em / 1em medium;
	}
	.contact-direction a,
	.contact-right a
	{
		font: 1.5em / 1em bold;
	}
	#container-banner-detail img 
	{
		height: 18em;
		object-fit: cover;
	}
	.title-banner-services h2 
	{
		
	
	
	
	
}

	
@media screen and (max-width: 320px)
{
	
	body 
	{
		font-size: 8.75px;  
	}
	.center
	{
		width: 90%;
	}
	
	
}

/***ESPP***/





































