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


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

@font-face {
    font-family: 'andor';
    src: url('fonts/Andor-PersonalUse_0_wt.eot');
    src: url('fonts/Andor-PersonalUse_0_wt.eot?#iefix') format('embedded-opentype'),
        url('fonts/Andor-PersonalUse_0_wt.woff2') format('woff2'),
        url('fonts/Andor-PersonalUse_0_wt.woff') format('woff'),
        url('fonts/Andor-PersonalUse_0_wt.ttf') format('truetype'),
        url('fonts/Andor-PersonalUse_0_wt.svg#Andor-PersonalUse_0_wt') format('svg');
    font-weight: regular;
    font-style: regular;
    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: regular;
	font-weight: regular;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body 
{
    font-size: 16px;  
}
::placeholder 
{ 
  color:  var(--white);
}
:-ms-input-placeholder 
{ 
  color:  var(--white);
}
::-ms-input-placeholder 
{ 
  color:  var(--white);
}
::-webkit-scrollbar 
{
	-webkit-appearance: none;
	background:#000;
}
::-webkit-scrollbar:vertical 
{
	width:18px;
}
::-webkit-scrollbar-button:increment,.scroll::-webkit-scrollbar-button 
{
	display: none;
} 
::-webkit-scrollbar:horizontal {
	height: 15px;
}
::-webkit-scrollbar-thumb 
{
	background-color: #207241;
	border: 0px solid #207241;
}
::-webkit-scrollbar-track 
{
	border-radius: 0px;  
}
img
{
	border:none;
	display:block;
}
input , select 
{
    -webkit-appearance: none;	
}
li
{
	list-style:none;
}
a
{
	text-decoration:none;
}
p 
{
	margin:0;
}
.relative 
{
	position:relative;
}
.center
{
	width: 100em;
    margin: 0 auto;
}
.center-full
{
	width: 95%;
    margin: 0 auto;
}
.flexbox 
{
    display: flex; 
    flex-flow: row wrap; 
}
.flexbox-between 
{
    display: flex;   
	flex-flow: row wrap; 
	justify-content: space-between;
}
.clear
{
	clear:both;
}
.alignright 
{
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
}
.alignleft 
{
    float: left;
    margin-right: 2em;
    margin-bottom: 1em;
}
.aligncenter 
{
    margin: 0 auto;
    text-align: center;
    display: inherit;
}
* 
{
	box-sizing: border-box;
}
*:focus
{
	outline:none;
}
/*header*/
#container-module-header 
{
    background: #fff;
    padding: 1.5em 0;
    width: 100%;
}
.row-header 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column-logo 
{
    width: auto;
    flex-shrink: 0;
}
.column-logo a img 
{
    height: 4em;
    width: auto;
}
.column-menu 
{
    width: auto;
    display: flex;
    justify-content: center;
}
.column-menu ul 
{
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.column-menu li 
{
    margin: 0 2em;
}
.column-menu a 
{
    font: 1.2em/1.2em andor;
    color: #2d2d2d;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    display: inline-block;
}
.column-menu a:hover 
{
    color: #207241;
    transform: translateY(-2px);
}
.search 
{
    width: auto;
    flex-shrink: 0;
}
.search a 
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5em;
    height: 3.5em;
    background: #2d2d2d;
    border-radius: 0.5em;
    transition: all 0.3s ease;
}
.search img 
{
    width: 1.5em;
    height: 1.5em;
    display: block;
}
/*section-1*/
#container-module-section1 
{
    background: #207241;
    padding: 10em 0 10em 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.row-section1 
{
    width: 90%;
    display: flex;
    justify-content: space-between;
	flex-flow: row wrap;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.column-left 
{
    width: 48%;
}
.column-title 
{
    margin-bottom: 6em;
}
.column-title h2 	
{
    font: 4.5em/1.2em regular;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    letter-spacing: 0.02em;
}
.column-photo1 
{
    position: relative;
}
.content-photo 
{
    display: flex;
    position: relative;
}
.section1-imagen1 
{
    width: 50%;
    transform: rotate(-8deg);
    margin-right: -7em;
}
.section1-imagen1 img 
{
    width: 15em;
    height: 18em;
    object-fit: cover;
    border: 0.8em solid #fff;
    border-radius: 0.3em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    display: block;
}
.section1-imagen2 
{
    width: 50%;
    transform: rotate(8deg);
    margin-top: -2em;
}
.section1-imagen2 img 
{
    width: 15em;
    height: 18em;
    object-fit: cover;
    border: 0.8em solid #fff;
    border-radius: 0.3em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    display: block;
}
.column-right 
{
    width: 34%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.column-description h2 
{
    font: 2.5em/1.2em regular;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.column-description h2 strong
{
    color: #e5fa32;
}
.column-description p 
{
    font: 1.335em/1.4em normal;
    color: #fff;
	margin-bottom: 1em;
}
.column-description p strong
{
    font: 1.2em/1.4em normal;
}
.column-photo2 
{
    display: flex;
    position: relative;
}
.section1-imagen3 
{
    width: 50%;
    transform: rotate(-8deg);
    margin-right: 1em;
}
.section1-imagen3 img 
{
    width: 15em;
    height: 18em;
    object-fit: cover;
    border: 0.8em solid #fff;
    border-radius: 0.3em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    display: block;
}
.section1-imagen4 
{
    width: 50%;
    transform: rotate(8deg);
    margin-top: -2em;
}
.section1-imagen4 img 
{
    width: 15em;
    height: 18em;
    object-fit: cover;
    border: 0.8em solid #fff;
    border-radius: 0.3em;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    display: block;
}
/*section-2*/
#container-module-section2 
{
    background: url(images/panel-1.png) no-repeat center center / contain;
    padding: 4em 0;
    width: 100%;
    height: 28em;
    position: relative;
    overflow: visible;
    margin-top: -19em;
	z-index: 2;
}
.row-section2 
{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
	padding: 14em 0 0 0;
}
.logos-section2 
{
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos-section2 img 
{
    width: 100%;
    max-width: 10em;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: all 0.3s ease;
}
.logos-section2 img:hover 
{
    opacity: 1;
    transform: scale(1.1);
}
/*SECTION3*/
/*section-3*/
#container-module-section3 
{
    background: #ececec;
    padding: 6em 0 3em 0;
    width: 100%;
	margin-top: -5em;
}
.row-section3
{
	width: 100%;
}
.text-section3
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 4em;
}
.title-section3 
{
	width: 50%;
}
.title-section3 h2
{
	font: 3em/1.2em regular;
    color: #207241;
}
.title-section3 h2 strong
{
	font: 1em/1.2em regular;
    color: #2d2d2d;
}
.description-section3 p
{
	font: 1.5em/1.2em andor;
    color: #2d2d2d;
}
.description-section3 
{
	width: 42%;
}
.image-section3 
{
    width: 100%;
	
	display: flex;
    justify-content: space-between;
	flex-flow: row wrap;
    align-items: center;
}
.model-section3 
{
    width: 65%;
}
.model-section3 img
{
	width: 100%;
	height: 27em;
	object-fit: cover;
	border-radius: 2em;
    overflow: hidden;
}
.content-section3 
{
    width: 25%;
}
.wrapper-section3
{
    width: 65%;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.containerWrapper_mision,
.containerWrapper_vision, 
.containerWrapper_valores 
{
   font: 1.5em/1.2em normal;
   color: #2d2d2d;
}

.containerWrapper_mision img,
.containerWrapper_vision img, 
.containerWrapper_valores img
{
   width: 3em;
   height: auto;
   margin-top: 1em;
}

.containerWrapper_valores ul li
{
	position: relative;
	margin-bottom: 0.5em;
    padding-left: 1.2em;
}
.containerWrapper_valores ul li:before
{
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: url("images/pelota.svg") no-repeat left center / contain;
	width: 0.78em;
	height: 0.78em;
}



#container-module-section3 .slick-slider 
{
    margin: 0 -15px;
}
#container-module-section3 .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 
.worth-section3 
{
    width: 25%;
}
.icon-worth 
{
    width: 4.5em;
    height: 4.5em;
    border-radius: 50%;
    background: #207241;
	margin-right: 1em;
	
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.icon-worth img
{
    width: 2.5em;
    height: 2.5em;
}
.worth-section3 a h3
{
	font: 1.5em/1.2em regular;
    color: #2d2d2d;
}
.worth-section3 a 
{
    display: flex;
    align-items: center;
    margin-bottom: 1em;
    border: 1px solid #207241;
    border-radius: 3em;
    padding: 0.5em 1em;
}


#container-module-section4
{
	width: 100%;
	background: #ececec;
	overflow: hidden;
	padding: 0.5em 0;
}
.marquee
{
	display: flex;
	flex-flow: row nowrap;
	animation: marquee 30s linear infinite;
}
.marquee p
{
	font: 4em/1.2em regular;
	color: #bdbdbd;
	white-space: nowrap;
	padding: 0 2em;
	letter-spacing: -1px;
}
@keyframes marquee 
{
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-50%);
	}
}    


#container-module-section5
{
	width: 100%;
	background: #F5F5F5;
	padding: 5em 0;
}
.row-section5
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	margin-bottom: 4em;
}
.text-section5
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	margin-bottom: 2em;
}
.title-section5 
{
    width: 50%;
}
.title-section5 h2
{
	font: 3em/1.2em regular;
    color: #207241;
}
.title-section5 h2 strong
{
	font: 1em/1.2em regular;
    color: #2d2d2d;
}
.description-section5
{
	width: 45%;
}
.description-section5 h2
{
	font: 2.7em / 1.2em regular;
    text-transform: uppercase;
	margin-bottom: 0.35em;
	color: #207241;
}
.description-section5 h2 strong
{
	font: 1em/1.2em andor;
    color: #2d2d2d;
}
.description-section5 p
{
	font: 1.5em/1.2em normal;
    color: #545454;
}
.image-section5 
{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}
.class-section5
{
	width: 23%;
	margin: 0 1%;
}

.class-section5 
{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.class-section5.animate 
{
    opacity: 1;
    transform: translateY(0);
}

.content-price
{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.content-price.animate 
{
    opacity: 1;
    transform: translateY(0);
}

.content-section10
{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease;
}

.content-section10.animate 
{
    opacity: 1;
    transform: translateY(0);
}

.section1-imagen1 img,
.section1-imagen2 img,
.section1-imagen3 img,
.section1-imagen4 img {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.section1-imagen1.animate img,
.section1-imagen2.animate img,
.section1-imagen3.animate img,
.section1-imagen4.animate img {
	opacity: 1;
	transform: translateY(0);
}



.content-image
{
	border: 1px solid #207241;
	border-radius: 2em;
	padding: 2em;
}
.picture-section5
{
	width: 100%;
	height: 25em;
	position: relative;
}
.picture-section5 img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icon-section5 
{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.icon-section5 h3
{
	font: 1.2em / 1.2em andor;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1em;
    background: #207241;
    padding: 0.5em 1.5em;
    border-radius: 2em;
}
.content-description 
{
	border: 1px solid #207241;
    border-radius: 2em;
    padding: 1em 2em;
	margin-top: 1em;
	height: 6.5em;
}
.content-description p 
{
    font: 1.235em / 1.2em normal;
    color: #545454;
}


#container-module-section6
{
	width: 100%;
	background: #207241;
	padding-bottom: 11em;
    padding-top: 7em;
}
.row-section6
{
	width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
	
	position: relative;
}
.row-section6 > .column-text
{
	width: 42%;
}
.row-section6 > .column-text > h2
{
	font: 3em/1.2em regular;
    color: #fff;
	text-transform: uppercase;
}
.row-section6 > .column-text > h3
{
	font: 2.5em / 1.2em regular;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}
.row-section6 > .column-text > h3 > strong
{
	font: 1em/1.2em regular;
    color: #fff;
	text-transform: uppercase;
}
.row-section6 > .column-text > p 
{
    font: 1.35em / 1.2em andor;
    color: #fff;
    width: 85%;
}
.wapper-section6
{
	width: 72%;
	margin-top: 3em;
}
.class-section6
{
	border: 1px solid #fff;
	border-radius: 2em;
	padding: 1.5em;
	background: #207241;
}
.class-section6 img
{
	width: 8em;
	height: auto;
	margin-bottom: 1.5em;
}
.content-section6
{
	display: flex;
    align-items: center;
}
.picture-section6
{
	border-radius: 50%;
	width: 6em;
	height: 6em;
	overflow: hidden;
	margin-right: 1em;
}
.picture-section6 img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.name-section6 > h2
{
	font: 1.235em/1.2em regular;
    color: #fff;
	margin-bottom: 0.5em;
}
.name-section6 > h3
{
	font: 1.235em/1.2em andor;
    color: #fff;
}
.content-section6 > p
{
	font: 1.45em / 1.2em normal;
    color: #fff;
    margin-top: 1em;
}
#container-module-section6 .slick-slider 
{
    margin: 0 -15px;
}
#container-module-section6 .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 
.image-section6
{
	position: absolute;
    top: 0;
    width: 44%;
    right: 3em;
}
.image-section6 img
{
	width: 100%;
	height: auto;
}
.column-text-counter
{
	display:none;
}
.box-counter
{
	border: 5px solid #002A45;
	display: flex;
    align-items: center;
	padding: 2em 5em 2em 1.5em;
	transition: transform 0.5s ease;
}
.box-counter:nth-child(1) 
{
  transform: translate(20px, -30px) rotate(
16deg);
  z-index: 1;
}
.box-counter:nth-child(2) 
{
  transform: translate(5px, -6px) rotate(0deg);
  z-index: 2;
}
.box-counter:nth-child(3) 
{
  transform: translate(28px, 22px) rotate(
342deg);
  z-index: 0;
}

.icon-counter
{
	width: 3em;
	height: 3em;
	background: #058FEA;
	border-radius: 50%;
	margin-right: 1em;

	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-counter img
{
	width: 2em;
	height: 2em;
	object-fit: cover;
}
.text-counter span
{
	font: 3em/1.2em andor;
    color: #fff;
	
	position: relative;
}
.text-counter p
{
	font: 1.335em/1.2em normal;
    color: #fff;
}

.box-counter .text-counter span:after
{
	content: "+";
    position: absolute;
    left: 1.5em;
    top: -0.15em;
}

#container-module-section7
{
	width: 100%;
	position: relative;
    margin-top: -5em;
}
.row-section7
{
	width: 90%;
	margin: 0 auto;
	background: #2d2d2d;
	
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	
	padding: 3em 4em;
    border-radius: 2em;
}
.section1-imagen7
{
	width: 6em;
	height: 6em;
	border-radius: 50%;
	background: #207241;
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.section1-imagen7 img
{
	width: 3em;
	height: 3em;
}
.section2-imagen7
{
	width: 6em;
	height: 6em;
	border-radius: 50%;
	background: #000000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 3px solid #fff;
	overflow: hidden;
	margin-left: -2em;
}
.section2-imagen7 img
{
	width: 100%;
	height: 100%;
}
.column-section7 
{
    display: flex;
	margin-right: 2em;
}
.text-section7 p
{
	font: 1.335em/1.8em normal;
    color: #fff;
}
.text-section7 p strong
{
	font: 1em / 1.2em regular;
    color: #fff;
    background: #207241;
    border-radius: 2em;
    padding: 0.23em 0.5em;
	margin-right: 1em;
}
.icon-section7 
{
    display: flex;
    align-items: center;
	flex-flow: row wrap;
}
.btn-section7 a
{
	padding: 1.2em 2.5em;
	font: 1.235em/1.2em andor;
    color: #fff;
	border: 1px solid #207241;
	border-radius: 2em;
	background: #207241;
}
.btn-section7 
{
    display: flex;
    align-items: center;
	margin-right: 5em;
}


#container-module-section9
{
	width: 100%;
	background: #207241;
	padding: 8em 0;
}
.row-section9
{
	width: 100%;
}
.text-section9
{
	width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
	margin-bottom: 5em;
}
.title-section9 h2
{
	font: 3em/1.2em regular;
    color: #fff;
	text-align: center;
}
.title-section9 h2 strong
{
	font: 1em/1.2em regular;
    color: #fff;
}

.coment-section9
{
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	border: 1px solid #2d2d2d;
    border-radius: 2em;
    padding: 4em 4em 3em 4em;
	background: #2d2d2d;
}
.row-blockaccordionA,
.row-blockaccordionB
{
    width: 48%;
}
.row-blockaccordionA ul,
.row-blockaccordionB ul
{
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
}
.row-blockaccordionA ul li,
.row-blockaccordionB ul li
{
    color: #000;
    cursor: pointer;
    background: #EBEBEB;
	margin-bottom: 1em;
    position: relative;
    width: 100%;
	border-radius: 1em;
}
.title-blockaccordion
{
    padding: 2em 3em 2em 3em;
    display: flex;
    align-items: center;
}
.title-blockaccordion h3 
{
    font: 1.235em/1em regular;
    color: #545454;
}
.text-blockaccordion
{
    width: auto;
    font: 1.235em / 1.2em normal;
    color: #545454;
    display: none;
    padding: 0.35em 2em 1em 2.5em;
}
.text-blockaccordion b ,
.text-blockaccordion strong
{
	font-family:andor;
}
.text-blockaccordion span
{
	display:block;
	font-family:andor;
	font-size:0.8em;
}
.icon-blockaccordion
{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    right: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.icon-blockaccordion:before
{
    content: "";
    width: 15px;
    height: 1px;
    background: #207241;
}
.icon-blockaccordion:after
{
    content: "";
    width: 1px;
    height: 15px;
    background: #207241;
    position: absolute;
}
.less-blockaccordion .icon-blockaccordion:after
{
    content: "";
	display:none;
}
.less-blockaccordion  
{
    border-bottom: 1px solid #003099 !important;
}
.less-blockaccordion  .title-blockaccordion h3
{
	color:#545454 !important;
}
.picture-content
{
	width: 45%;
	height: 25em;
}
.picture-content img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-content
{
	width: 52%;
	padding: 0 2em;
}
.text-content span
{
	font: 1em/1.2em regular;
    color: #207241;
	margin-bottom: 1em;
	display: block;
	letter-spacing: -0.5px;
	font-weight: 800;
}
.text-content h2
{
	font: 1.5em/1.2em regular;
    color: #000;
	margin-bottom: 1em;
}
.text-content p
{
	font: 1.335em / 1.2em normal;
    color: #545454;
	margin-bottom: 1em;
}
.text-content a 
{
    font: 1.2em/1.2em andor;
    color: #fff;
    background: #207241;
    padding: 0.75em 1.5em;
    border-radius: 3em;
	display: table;
}
.text-content a:hover
{
    background: #2d2d2d;
	color: #fff;
}

#container-border
{
	width: 100%;
	background: #207241;
}
#container-border img
{
	width: 100%;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(11%) sepia(20%) saturate(11%) hue-rotate(5deg) brightness(99%) contrast(83%);
}


#container-module-footer
{
	width: 100%;
	background: #207241;
	padding: 8em 0 4.5em 0;
}
.row-footer
{
	width: 100%;
	
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.column-logo
{
	width: 25%;
}
.footer-logo
{
	margin-bottom: 2em;
}
.footer-logo img
{
	width: 20em;
	height: auto;
	filter: brightness(0) invert(1);
}
.column-logo h3
{
	font: 1.2em/1.2em regular;
    color: #fff;
	margin-bottom: 0.5em;
}
.footer-social
{
	display: flex;
	margin-top: 2em;
}
.footer-social a
{
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: #2d2d2d;
	margin-right: 0.5em;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-social a img
{
	width: 1.5em;
	height: 1.5em;
	filter: brightness(0) invert(1);
}
.row-links > ul > li > a 
{
    font: 1.2em/1.2em andor;
    color: #fff;
	display: block;
}
.row-top-footer
{
	width: 55%;
	margin-bottom: 3em;
}
.row-top-footer > ul
{
	display: flex;
	justify-content: space-evenly;
	flex-flow: row wrap;
}
.row-top-footer > ul > li
{
	width: 45%;
}
.contact-item 
{
    margin-bottom: 1em;
}
.row-top-footer ul li h3
{
	font: 1.235em/1.2em regular;
    color: #fff;
	margin-bottom: 1.5em;
}
.row-links a
{
	font: 1.4em/1.2em andor;
    color: #fff;
	display: block;
	margin-bottom: 0.75em;
}
.contact-item .icon
{
    display: flex;
	align-items: center;
}
.contact-item .icon a
{
	font: 1.235em/1.2em andor;
    color: #fff;
	display: block;
}
.contact-item .icon h5
{
	font: 1.235em/1.2em andor;
    color: #fff;
	margin-bottom: 0.5em;
	width: 80%;
}
.contact-icon
{
	width: 3em;
	height: 3em;
	border-radius: 50%;
	background: #2d2d2d;
	margin-right: 0.5em;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-icon img
{
	width: 1.5em;
	height: 1.5em;
	filter: brightness(0) invert(1);
}
.contact-text 
{
    padding-left: 3.5em;
}
.contact-text p
{
	font: 1.4em / 1.4em andor;
    color: #fff;
}


#container-copyright
{
	width: 100%;
	background: #2d2d2d;
	padding: 1.5em 0;
}
.row-copyright
{
	width: 100%;
	
	display: flex;
    justify-content: space-between;
	flex-flow: row wrap;
}
.row-copyright p
{
	font: 1.4em / 1.2em andor;
    color: #fff;
}


#container-border-9
{
	width: 100%;
	transform: rotate(360deg);
}
#container-border-9 img
{
	width: 100%;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(34%) sepia(27%) saturate(982%) hue-rotate(91deg) brightness(98%) contrast(95%);
}


#container-border-10
{
	width: 100%;
	transform: rotate(180deg);
}
#container-border-10 img
{
	width: 100%;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(34%) sepia(27%) saturate(982%) hue-rotate(91deg) brightness(98%) contrast(95%);
}


#container-border-6
{
	width: 100%;
	background: #F5F5F5;
}
#container-border-6 img
{
	width: 100%;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(32%) sepia(77%) saturate(380%) hue-rotate(91deg) brightness(97%) contrast(95%);
}


#container-border-4
{
	width: 100%;
	transform: rotate(180deg);
	background: #F5F5F5;
}
#container-border-4 img
{
	width: 100%;
	height: 2em;
	filter: brightness(0) saturate(100%) invert(100%) sepia(8%) saturate(1645%) hue-rotate(186deg) brightness(119%) contrast(85%);
}



#container-mobile
{
	display: none;
}


#container-border-form
{
	width: 100%;
	padding-top: 5em;
	padding-bottom: 2em;
}
.row_form 
{
	width: 70%;
    margin: 0 auto;
}
.row_form form
{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.row_form  p
{
	width:48%;
	margin-bottom: 1.5em;
	position: relative;
}
.row_form  p input[type="text"] ,
.row_form  p input[type="email"],
.row_form  p input[type="tel"]
{
    width: 100%;
    padding: 0;
    font: 1em/1em normal;
    color: #545454;
    padding-top: 0.85em;
    padding-bottom: 0.85em;
	border: 1px solid #207241;
	padding-left: 1em;
	border-radius: 2em;
}
.row_form  p select 
{
	width: 100%;
    border: 1px solid #207241;
    font: 1em/1em normal;
    color: #545454;
	padding-left: 1em;
	padding-top: 0.85em;
    padding-bottom: 0.85em;
	border-radius: 2em;
}
.row_form  p select option
{
    color: #545454;
}
.row_form  p input[type="submit"]  
{
    font: 1em / 1em regular;
    color: #fff;
    border: none;
    padding: 0.85em 3em;
    display: table;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	background: #207241;
	border-radius: 2em;
}
.row_form  p input[type="submit"]:hover 
{
    background: #000;
}
.row_form p textarea
{
    width: 100%;
    padding: 0;
	padding-top:1em;
    border: 1px solid #207241;
    font: 1em/1em normal;
    color: #545454;
	height: 8em;
	resize:none;
	padding-left: 1em;
	border-radius: 2em;
}
.row_form form p input::placeholder,
.row_form form p textarea::placeholder 
{
  color: #898989;
}
input, select 
{
    -webkit-appearance: none;
}

#container-module-post 
{
    width:100%;
    padding:5em 0;
}
.title-post 
{
	width:70%;
	margin:0 auto;
} 
.title-post h2
{
    font: 2.5em / 1.2em regular;
    color: #207241;
    text-align: center;
    margin-bottom: 0.5em;
}
.title-post p
{
    font: 1.235em / 1.2em normal;
    color: #000;
    text-align: center;
	margin-bottom: 2em;
}
.content-post span 
{
    font:1.235em / 1.2em normal;
    color:#000;
    margin-top: 0.85em;
	margin-bottom: 0.5em;
    display:block;
}
.content-post h4
{
    font:1.235em/1.2em regular;
    color:#000;
}
.content-post p
{
	font:1.235em/1.5em normal;
    color:#000;
    margin:0.5em 0 1em 0;
}
.image-post 
{
	width: 100%;
	height: 17em;
	position: relative;
	border-radius: 1em;
	overflow: hidden;
}
.image-post > img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	
}

#container-module-post .slick-prev
{
    position:absolute;
    width:3em;
    height:3em;
    top:32%;
    left:-6%;
    border:none;
    color:transparent;
    padding:0;
    cursor:pointer;
    z-index:99;
    background:url("images/flecha-prev.jpeg") no-repeat center / contain;
}
#container-module-post .slick-next
{
    position:absolute;
    width:3em;
    height:3em;
    top:32%;
    right:-6%;
    border:none;
    color:transparent;
    padding:0;
    cursor:pointer;
    z-index:99;
	background:url("images/flecha-next.jpeg") no-repeat center / contain;
}
#container-module-post .slick-slider 
{
    margin: 0 -15px;
}
#container-module-post .slick-slide
{
    margin-right: 15px;
    margin-left: 15px;
} 

#container-module-postdetail
{
	width: 100%;
}
.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;
	object-fit: cover;
}
.columnleft-postdetail  h1 
{
    font: 1.35em / 1.2em regular;
    color: #282828;
	margin-top: 1em;
}
.thecontent-postdetail
{
    font: 1.1235em / 1.2em normal;
    color: #000;
}
.columnleft-postdetail span
{
    font: 1.1235em / 1.7em normal;
    font-weight: 600;
    color: #000;	
}
.thecontent-postdetail div ,
.thecontent-postdetail p
{
	margin:1em 0;
}
.thecontent-postdetail h2 ,
.thecontent-postdetail h3
{
	font-family: regular;
	color:#0157AC;
}
.thecontent-postdetail b ,
.thecontent-postdetail strong
{
	font-family: regular;
	color: #207241;
}

.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 regular;
    color: #207241;
    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 normal;
    color: #000;	
	border:none;
}
.row-list-postdetail ul li a:hover
{
	color: #207241;
    text-decoration: underline;
} 
.row-imagebanner-postdetail
{
	width:100%;
}
.row-imagebanner-postdetail img
{
	width:100%;
}


#container-module-categoryBlog
{
	width: 100%;
}
.date-blog
{
    position: absolute;
    top: -1.2em;
    background: #000;
    left: 0;
    font: 1.135em / 1.5em normal;
    color: #fff;
    padding: 0.5em 1.5em;
    border-top-right-radius: 0.85em;
    border-bottom-right-radius: 0.85em;
}
.listpost
{
	width: 100%;
	
	display: flex;
	flex-flow: row wrap;
}
.listpost .column-blog
{
	width: 30%;
	margin: 2em 1%;
	background: #FCF9F4;
}
.column-blog .image
{
	width: 100%;
    height: auto;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    overflow: hidden;
}
.column-blog .image img
{
	width: 100%;
    height: 20em;
    object-fit: cover;
}
.column-blog 
{
    margin-bottom: 2em;
	box-shadow: 1px 5px 5px 5px #ece8e88c;
    border-radius: 1em;
}
.column-blog .content
{
	border-bottom-left-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
	background: #FCF9F4;
	padding: 3em 2em 1em 2em;
	position: relative;
}
.column-blog .content h2
{
	font: 1.335em / 1.2em regular;
    color: #000;
    margin-bottom: 0.5em;
}
.column-blog .content p
{
	font: 1.1em / 1.3em normal;
    color: #5f6368;
	margin-bottom: 1.2em;
}
.column-blog .content a
{
    font: 1.235em / 1.5em regular;
    color: #000;
}
.widthFull 
{
    width: 100% !important;
}

.floatWhatsapp 
{
	display: block;
	background: url("images/icoFloat_Whatsapp.svg");
	background-repeat: no-repeat;
	position: fixed;
	bottom: 110px;
	right: 10px;
	width: 60px;
	height: 60px;
	background-position: center;
	border-radius: 50%;
	z-index: 999999; 
	box-shadow: 0px 2px 4px #585858;
}

@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:9px;
	}
	.center
	{
		width: 90%;
	}

}

@media screen and (max-width: 760px)
{
	
	body 
	{
		font-size: 10.75px; 
	}
	.center_full,
	.center
	{
		width: 90% !important;
	}
	
	.column-menu,
	.search
	{
		display: none;
	}
	.menu-mobile 
	{
		display: flex;
		width: 40px;
		flex-flow: row wrap;
	}
	.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-mobile
	{
		width: 100%;
		height: 100%;
		background: #207241;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		padding-top: 5em;
		display:none;
	}	
	.column-logo a img 
	{
		filter: brightness(0) invert(1);
	}
	.activeheader-mobile 
	{
		background: #207241 !important;
	}
	.row-menu-mobile 
	{
		width: 100%;
		margin-top: 3em;
		padding: 2em 1.5em;
		position: relative;
	} 

	.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 andor;
		color: #fff;
		width: 100%;
		text-align: center;
		display: block;
		padding: 0em 1.5em;
		letter-spacing: 1px;
	}

	#container-module-header 
	{
		position: fixed;
		z-index: 999;
		background: #207241;
	}
	
	.column-left 
	{
		width: 100%;
	}
	.column-right 
	{
		width: 100%;
	}	
	.column-title h2 
	{
		font: 2.5em / 1em regular;
	}
	.section1-imagen3 img 
	{
		width: 15em;
		height: 20em;
	}
	.section1-imagen4 img 
	{
		width: 15em;
		height: 20em;
	}
	.title-section3 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.title-section3 h2 
	{
		font: 2.5em / 1.2em regular;
	}
	.description-section3 
	{
		width: 100%;
	}
	.content-section3 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.model-section3 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.worth-section3 
	{
		width: 70%;
		margin: 0 auto;
	}
	.image-section3 
	{
		justify-content: center;
	}
	#container-module-section3 
	{
		margin-top: -11em;
	}
	#container-module-section2 
	{
		margin-top: -14em;
	}
	.marquee p 
	{
		font: 2em / 1.2em regular;
	}
	.title-section5 
	{
		width: 100%;
	}
	.description-section5 
	{
		width: 100%;
	}
	.title-section5 h2 
	{
		font: 2em / 1.2em regular;
		text-align: center;
	}
	.description-section5 h2 
	{
		font: 2em / 1.2em regular;
		text-align: center;
	}
	.class-section5 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.image-section6 
	{
		display: none;
	}
	.row-section6 > .column-text 
	{
		width: 100%;
		margin-left: 0;
	}
	.row-section6 > .column-text > h2 
	{
		font: 2em / 1.2em regular;
	}
	.row-section6 > .column-text > h3 > strong 
	{
		font: 0.8em / 1.2em regular;
	}
	.wapper-section6
	{
		width: 100%;
	}
	.row-section7
	{
		justify-content: center;
	}
	.icon-section7 
	{
		justify-content: center;
		margin-bottom: 2em;
	}
	.column-section7 
	{
		margin-bottom: 1em;
	}
	.btn-section7 
	{
		flex-direction: column;
	}
	.btn-section7 a:nth-child(1) 
	{
		margin-bottom: 1em;
	}
	.text-section8 
	{
		width: 100%;
	}
	.title-section8 h2 
	{
		font: 2em / 1.2em regular;
	}
	.description-section8 p 
	{
		text-align: center;
		width: 100%;
	}
	.description-section8 
	{
		justify-content: center;
	}
	.description-section8:before 
	{
		display: none;
	}
	.content-price:nth-child(1) 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.content-price:nth-child(2) 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.content-price:nth-child(3) 
	{
		width: 100%;
	}	
	.title-section9 h2 
	{
		font: 2em / 1.2em regular;
	}
	.row-blockaccordionA, 
	.row-blockaccordionB 
	{
		width: 100%;
	}
	.coment-section9
	{
		padding: 2em 2em 0.5em 2em;
	}
	.text-section10 
	{
		width: 100%;
	}
	.title-section10 h2
	{
		font: 2em/1.2em regular;
	}
	.description-section10:before 
	{
		display: none;
	}
	.description-section10 p 
	{
		width: 100%;
		text-align: center;
	}
	.description-section10 
	{
		justify-content: center;
	}
	.content-section10
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.row-footer .column-logo 
	{
		width: 100%;
		margin-bottom: 2em;
	}
	.column-links 
	{
		width: 100%;
	}
	.row-top-footer ul li 
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.contact-item:nth-child(1)
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.contact-item:nth-child(2)
	{
		width: 100%;
		margin-bottom: 1em;
	}
	.contact-item:nth-child(3)
	{
		width: 100%;
	}
	#container-module-section1 
	{
		padding-top: 8em;
	}
	.row-top-footer 
	{
		width: 100%;
	}
	#container-module-footer 
	{
		padding: 8em 0 0em 0;
	}
	.content-photo
	{
		display: none;
	}
	.column-title 
	{
		margin-bottom: 0;
	}
	.column-text-counter 
	{
		margin-top: 6em;
		display: flex;
	}
	.box-counter:nth-child(3) 
	{
		display: none;
	}
	.box-counter 
	{
		padding: 0;
		border: 5px solid #207241;
		flex-direction: column;
		align-items: start;
	}
	.box-counter:nth-child(1) 
	{
		transform: translate(20px, -30px) rotate(0deg);
	}
	.box-counter:nth-child(2) 
	{
		transform: translate(55px, -30px) rotate(0deg);
	}
	.icon-counter 
	{
		margin-bottom: 0.7em;
	}
	#container-module-section6 
	{
		padding-bottom: 5em;
	}
	.row_form p 
	{
		width: 100%;
	}
	.row_form 
	{
		width: 100%;
	}
	.listpost .column-blog 
	{
		width: 100%;
	}
	#container-module-categoryBlog 
	{
		padding-top: 8em;
	}
	.columnleft-postdetail 
	{
		width: 100%;
		margin-top: 5em;
	}
	.columnright-postdetail 
	{
		width: 100%;
	}
	.wrapper-section3 
	{
		flex-flow: column-reverse;
		width: 100%;
	}
	
}


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

	body 
	{
		font-size: 8.75px;  
	}
	
}