@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url("https://use.typekit.net/pqt7uae.css");



@media print {
    * {
        display: block !important;
    }
    body {
        display: block !important;
    }
}

*:not(i) {
    font-family: 'Roboto', sans-serif;
}

:root{
	--color: rgb(8, 31, 147);
	--secondary: rgb(161, 0, 0);
}


html,
body,
header,
footer {
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: roboto, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	border: none;
	color: #444;
	position: relative;
}

summary {
	list-style: none;
	margin-top: -1.10%;
	padding-bottom: 1.70%;

}

summary:hover {
	color: #116b20;
}

summary::before {
	content: '︽';
	font-size: 380%;

}

summary:hover {

	transition: .8s;
}

details[open] summary::before {
	content: '︾';
	font-size: 380%;

}

@font-face {
	font-family: 'Newsgothic oblique';
	src: url('./NewsGothicStd-Oblique.otf') format('truetype');
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	margin: 0px 0px 10px;
	color: #272727;
	font-family: roboto, sans-serif;
	text-transform: uppercase;
}

h4 {
	font-size: 24px;
	font-family: roboto, sans-serif;
	font-weight: 700;
	line-height: 22px;
}


p {
	font-family: roboto, sans-serif;
	font-size: 16px;
	line-height: 35px;
	color: black;
	font-weight: 400;
	text-align: justify;
}

a {
	color: #004487;
	background: none;
	text-decoration: none;
	outline: none;
}

a:hover,
a:active,
a:focus {
	color: #007d47;
	text-decoration: none;
	outline: none;

}

::selection {
	background: #004487;
	color: #FFF;
}

::-moz-selection {
	background: #004487;
	color: #FFF;
}

img {
	max-width: 100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
	display: inline-block;
	margin-bottom: 20px;
	font-size: 15px;
	line-height: 25px;
	color: #484444;
	height: 46px;
	width: 100%;
	vertical-align: middle;
	box-shadow: none;
	border-radius: 0px;
	transition: all 200ms ease-in 0s;
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
	border: 2px solid black;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: black !important;
}

/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

::-webkit-input-placeholder {
	color: black !important;
	font-weight: 600;
	letter-spacing: 1px;
}

:-moz-placeholder {
	color: black !important;
	font-weight: 600;
	letter-spacing: 1px;
}

::-moz-placeholder {
	color: black !important;
	font-weight: 600;
	letter-spacing: 1px;
}

:-ms-input-placeholder {
	color: black !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.clear {
	clear: both;
}

.scrollup {
	z-index: 50;
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 30px;
	right: 15px;
	display: none;
	background: #004487;
	text-align: center;
	border-radius: 20px;
}

.scrollup i {
	color: #fff;
	font-size: 15px;
	display: block;
	line-height: 33px;
}

.scrollup:hover {
	background: #0e6ece;
}

.section {
	padding: 10px 0 0px;
	position: relative;
}

.section .container {
	position: relative;
}

.title-box {
	border-bottom-width: 0px;
	margin-bottom: 75px;
	position: relative;
}

.title-box h2.title {
	font-weight: 700;
	font-size: 45px;
	line-height: 32px;
	text-transform: uppercase;
}

.title-box h2.instalaciones-title {
	font-weight: 700;
	font-size: 45px;
	text-transform: uppercase;
}

.title-box h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #00AAB3;
}

.title-box.white h2.title:before {
	background: #FFF;
}

.title-box.white h2.title {
	color: #FFF;
}

.title-box.text-center h2:before {
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	right: 0;
	margin: -22px auto;
	position: absolute;
	width: 40px;
	background: #575051;
}

.title-box.text-right:before {
	left: auto;
	right: 0;
}

.title-box.text-center:before {
	left: 50%;
	margin-left: -20px;
}

.color-white h2 {
	color: #fff !important;
}

#pageloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #FFF;
	z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height: auto;
	margin: -25px 0 0 -25px;
	top: 50%;
	left: 50%;
	text-align: center;
}

.overlay {
	background: rgba(0, 0, 0, 0.4) url("../images/pattern.png") repeat;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

section {
	position: relative;
}

.parallax .container {
	position: relative;
}

.parallax {
	background-attachment: fixed !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

.btn {
	box-shadow: none;
	line-height: 22px;
	font-weight: 600;
	padding: 6px 23px;
	font-size: 15px;
	border-radius: 20px;
	border: 2px solid transparent;
	color: #262B37;
	transition: all 200ms ease 0s;
}

.btn-red {
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
	color: #FFF;
}

.btn-red:hover,
.btn-red:focus {
	background: #FFF;
	border-color: FFFF;
	color: #000;
}

.btn-white {
	background: #FFF;
	border-color: FFFF;
	color: #5F5A5A;
}

.btn-white:hover,
.btn-white:focus {
	color: #FFF;
	background: #7EC13F;
	border-color: #7EC13F;
}


.btn-gray-border:hover,
.btn-gray-border:focus {
	color: #FFF;
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
}

.btn-green {
	background: #7EC13F;
	border-color: #7EC13F;
	color: #FFF;
}

.btn-green:hover,
.btn-green:focus {
	color: darkgrey;
	background: white;
	border-color: #FFF;
}

.btn-gray-border {
	border: 2px solid #7A7A7B;
	background: transparent;
	color: #4F4F50;
}

.btn-transparent-border {
	border: 2px solid transparent;
	background: #E84032;
	color: white;
}


.btn-gray-border:hover,
.btn-gray-border:focus {
	color: #FFF;
	background: #004487;
	border-color: #004487;
}

.btn-transparent-border:hover,
.btn-transparent-border:focus {
	color: #FFF;
	background: #004487;
	border-color: #004487;
}



/*-----------------------------------------------------------------*/
/* spacing & margin
/*-----------------------------------------------------------------*/


.margin-top-5 {
	margin-top: 5px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-25 {
	margin-top: 25px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-35 {
	margin-top: 35px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-45 {
	margin-top: 45px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.no-margin-bottom {
	margin-bottom: opx !important;
}

.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {

	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-25 {
	margin-bottom: 25px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-35 {
	margin-bottom: 35px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

.margin-bottom-70 {
	margin-bottom: 70px !important;
}

.margin-bottom-80 {
	margin-bottom: 80px !important;
}

.margin-bottom-90 {
	margin-bottom: 90px !important;
}

.margin-left-5 {
	margin-left: 5px !important;
}

.margin-left-10 {
	margin-left: 10px !important;
}

.margin-left-15 {
	margin-left: 15px !important;
}

.margin-left-20 {
	margin-left: 20px !important;
}

.margin-left-25 {
	margin-left: 25px !important;
}

.margin-left-30 {
	margin-left: 30px !important;
}

.margin-left-90 {
	margin-left: 90px !important;
}

.margin-right-5 {
	margin-right: 5px !important;
}

.margin-right-10 {
	margin-right: 10px !important;
}

.margin-right-15 {
	margin-right: 15px !important;
}

.margin-right-20 {
	margin-right: 20px !important;
}

.margin-right-25 {
	margin-right: 25px !important;
}

.margin-right-30 {
	margin-right: 30px !important;
}

.padding-top-5 {
	padding-top: 5px;
}

.padding-top-10 {
	padding-top: 10px;
}

.padding-top-15 {
	padding-top: 15px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-top-25 {
	padding-top: 25px;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-35 {
	padding-top: 35px;
}

.padding-top-40 {
	padding-top: 40px;
}

.padding-top-45 {
	padding-top: 45px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-top-55 {
	padding-top: 55px;
}

.padding-top-60 {
	padding-top: 60px;
}

.padding-top-70 {
	padding-top: 70px;
}

.padding-top-80 {
	padding-top: 80px;
}

.padding-top-90 {
	padding-top: 90px;
}

.padding-top-100 {
	padding-top: 100px;
}

.padding-bottom-5 {
	padding-bottom: 5px;
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-bottom-15 {
	padding-bottom: 15px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.padding-bottom-25 {
	padding-bottom: 25px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-35 {
	padding-bottom: 35px;
}

.padding-bottom-40 {
	padding-bottom: 40px;
}

.padding-bottom-45 {
	padding-bottom: 45px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.padding-bottom-55 {
	padding-bottom: 55px;
}

.padding-bottom-60 {
	padding-bottom: 60px;
}

.padding-bottom-70 {
	padding-bottom: 70px;
}

.padding-bottom-80 {
	padding-bottom: 80px;
}

.padding-bottom-90 {
	padding-bottom: 90px;
}

.padding-bottom-100 {
	padding-bottom: 100px;
}

.padding-5 {
	padding: 5px;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-25 {
	padding: 25px;
}

.padding-30 {
	padding: 30px;
}


/*-----------------------------------------------------------------*/
/* Navigation bar old
/*-----------------------------------------------------------------*/

/*
#header {
	top: 0;
	z-index: 500;
	width: 100%;
	height: 85px;
	position: sticky;
	z-index: 99999;
	background-color:#2E343C;
}

#main-menu {
	z-index: 300;
	visibility:visible;
}

.menu-bg {
	background: rgb(255, 255, 255);
}

.menu-bg #main-menu ul li a{
	color: black;
}

#main-menu ul {
	display: block;
	width: 100%;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding:6px 10px;
	line-height: 60px;
	color: white;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	transition: all 0.25s ease 0s;
}

#main-menu ul li a:hover {
	color:#004487;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

.menu-bg #main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #004487;
	box-shadow: inset 0 -2px 0 #004487;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #fff;
	box-shadow: inset 0 -2px 0 #fff;
}

.clear-toggle {
	display:none;
	clear:both;
}

.navbar-toggle {
	color: #FFF;
	margin-top: 4px;
	font-size: 32px;
	margin-bottom: 0px;
	padding-top: 9px;
	position: absolute;
	right: 0px;
	padding-right: 0;
}

.logo {
	width: 100% !important;
	height: 100% !important;
}

.logo-nav {
	float: left;
	line-height: 60px;
}
/*


/* ------------------------------------------------
Navigation bar
https://codepen.io/Ferwan/pen/BaxyGQd
-------------------------------------------------*/

.start-header {
	opacity: 1;
	transform: translateY(0);
	padding: 20px 0;
	box-shadow: 0 10px 30px 0 rgba(105, 105, 105, 0.15);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on {
	box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
	padding: 10px 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
	height: 24px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navigation-wrap {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* 

.navbar .product_section .active a {
	background: #007d47;
	color: white;
}

.navbar-brand img {
	height: 28px;
	width: auto;
	display: block;
	filter: brightness(10%);
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.navbar-toggler {
	float: right;
	border: none;
	padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon {
	width: 24px;
	height: 17px;
	background-image: none;
	position: relative;
	border-bottom: 1px solid #000;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
	width: 24px;
	position: absolute;
	height: 1px;
	background-color: #000;
	top: 0;
	left: 0;
	content: '';
	z-index: 2;
	transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.nav-link {
	color: #212121 !important;
	font-weight: 500;
	transition: all 200ms linear;
}

.nav-item:hover .nav-link {
	color: #003865 !important;
}

.nav-item.active .nav-link {
	color: #003865 !important;
}

.nav-link {
	position: relative;
	padding: 5px 0 !important;
	display: inline-block;
}

.nav-item:after {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background-color: #007d47;
	opacity: 0;
	transition: all 200ms linear;
}

.nav-item:hover:after {
	bottom: 0;
	opacity: 1;
}

.nav-item.active:hover:after {
	opacity: 0;
}

.nav-item {
	position: relative;
	transition: all 200ms linear;
} */


/*-----------------------------------------------------------------*/
/* Slider
/*-----------------------------------------------------------------*/

.carrou {
	overflow: hidden;
	font-family: roboto, sans-serif;
}



.home {
	overflow: hidden;
	font-family: roboto, sans-serif;
}

.home .slides {
	display: inline-block;
	width: 100%;
	
}

.home .flexslider {
	overflow: hidden;
}

.big {
	font-size: 50px;
	font-family: roboto, sans-serif;
	font-weight: bold;
	line-height: 60px;
	margin: 6px -10px;
	color: #fff;
	font-family: 'Newsgothic Std IM !important';
}

.small {
	font-size: 20px;
	font-weight: 200;
	color: #FFF;
	margin: 30px 0px 0px;
	text-transform: uppercase;
	font-weight: 600;
}

.home .flexslider .slides img {
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 150%;
}

.home .flexslider .slides img.parallax {
	background-attachment: fixed;
}

.flexslider.video img {
	background: none !important;
}

#video_player {
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 90%;
	position: absolute;
	right: 0;
	width: auto;
}

.slider-text-wrapper {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 50%;
	left: 0;
	margin-top: -125px;
	text-align: center;
	z-index: 999;
}

.slider-text-wrapper .btn {
	margin-top: 60px;
	border: 2px solid #FFF;
	background: transparent;
	color: #FFF;
}

.flex-control-nav {
	bottom: 40px;
	z-index: 999;
	position: absolute;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
}

.flex-control-paging li a {
	width: 6px !important;
	height: 6px !important;
	box-shadow: none !important;
	background: #fff !important;
	display: inline-block !important;
	text-indent: -9999px !important;
	border-radius: 50% !important;
	margin: 0 6px !important;
	cursor: pointer !important;
	z-index: 9999 !important;
}

.flex-control-paging li a.flex-active {
	background: #18263a;
}

.flexslider {
	position: relative;
}

.flex-prev {
	color: #333;
	font-size: 40px;
	height: 40px;
	left: 20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.home .flex-prev,
.home .flex-next {
	color: #FFF;
	transition: none 0s ease 0s;
	z-index: 999;
}

.flex-next {
	color: #333;
	font-size: 40px;
	height: 40px;
	right: 0px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 2;
}

.home .flex-prev,
.home .flex-next {
	color: #fff;
	transition: none;
}

#home {
	width: 100%;
	height: 100%;
	color: #fff;
}

.slider-overlay {
	background: rgba(0, 0, 0, 0.4) url("../images/pattern.png") repeat;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}


/*-----------------------------------------------------------------*/
/*  Flexslider
/*-----------------------------------------------------------------*/


.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: -3px;
	padding: 0;
}

.flexslider .slides>li {
	display: none;
	backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
	height: 630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
}

.flex-control-nav li a {
	width: 30px;
	height: 5px;
	background: #FFF;
	text-indent: -9999px;
	display: block;
	opacity: 0.4;
}

.flex-control-nav li a.flex-active {
	opacity: 1;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
	opacity: 1;
}


/*-----------------------------------------------------------------*/
/* About
/*-----------------------------------------------------------------*/

.features-icon-box {
	margin-bottom: 50px;
}

.features-icon-box .features-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	line-height: 41px;
	font-size: 45px;
	color: #7EC13F;
}

.features-icon-box .features-info {
	margin-left: 80px;
}


/*-----------------------------------------------------------------*/
/* Fun Facs
/*-----------------------------------------------------------------*/

#facts {
	background: url(../images/parallax/facts.jpg) no-repeat;
	padding: 150px 0px 100px;
}

.facts-box {
	text-align: center;
}

.facts-box h3 {
	font-size: 40px;
	margin-bottom: 12px;
	color: #FFF;
	font-weight: 700;
}

.facts-box span {
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.facts-box i {
	color: #FFF;
	font-size: 50px;
	margin-bottom: 30px;
}

/*-----------------------------------------------------------------*/
/* Tab - Calendar
/*-----------------------------------------------------------------*/




.div.col-sm-6 {
	position: fixed;
}

.content-tab-1 .nav {
	text-align: center;
	text-transform: uppercase;
	justify-content: center;
}

.content-tab-1>.nav>li {
	float: none;
	display: inline-block;
	border: 2px solid #B1AEAE;
	padding: 3px 20px;
	box-shadow: 0px 0px 2px #F2F2F2;
	margin-bottom: 5px;
	background: white;
}

.content-tab-1>.nav li>a {
	color: #CFD9E6;
	background-color: transparent;
	transition: all 0.2s ease 0s;
}

.content-tab-1>.nav li>a>i {
	color: #474846;
	font-size: 35px;
	margin-bottom: 10px;
}

.content-tab-1>.nav>li>a>h4 {
	display: block;
	color: #4D3F3F;
	font-size: 16px;
	margin-bottom: 0px;
}

.content-tab-1>.nav>li.active>a>h4,
.content-tab-1>.nav>li.active>a>i {
	color: white;
}

.content-tab-1>.nav>li.active {
	border: 2px solid #004487;
	background: #004487;
}

.tab1-features {
	margin-bottom: 30px;
}

.tab1-features .icon {
	position: absolute;
	width: 40px;
	height: 40px;
	background: #004487;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	font-size: 20px;
	border: 2px solid transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.tab1-features:hover .icon {
	border-color: #7EC13F;
	color: #7EC13F;
	background: transparent;
}

.tab1-features .info {
	margin-left: 60px;
}

.tab-carousel.owl-theme .owl-controls {
	position: absolute;
	top: 45%;
	width: 100%;
}

.tab-carousel.owl-theme .owl-controls .owl-buttons div {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 20px;
	border-radius: 0;
	opacity: 1;
	background: transparent;
	position: absolute;
	margin: 0;
}

.tab-carousel .owl-prev {
	left: 0;
	position: absolute;
}

.tab-carousel .owl-next {
	right: 0;
	position: absolute;
}

.tab-carousel .owl-prev:hover,
.tab-carousel .owl-next:hover {
	background: #4F3B3B;
}

.tab-carousel .item img {
	display: block;
	align-items: center;
	width: 100%;
	height: auto;
}

.tab2-services-box {
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #E1DDDD;
}

.tab2-services-box .media {
	margin-bottom: 30px;
}

.tab2-services-box .services-info h4 {
	margin: 0;
}

.tab2-services-box .services-info p {
	margin-bottom: 0;
}

.features-tab3 {
	margin-top: 20px;
	display: inline-block;
}

.features-tab3 .features-left,
.features-tab3 .features-right {
	padding-top: 20px;
}

.features-tab3 .features-left h4,
.features-tab3 .features-right h4,
.features-tab3 .features-left p,
.features-tab3 .features-right p {
	line-height: 25px;
}

.features-tab3 .features-left .features-item,
.features-tab3 .features-right .features-item {
	margin-bottom: 40px;
}

.features-tab3 .features-left .features-icon,
.features-tab3 .features-right .features-icon {
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #7EC13F;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #7EC13F;
	position: relative;
	border-radius: 28px;
	transition: all 0.7s ease-in-out 0s;
}

.features-tab3 .features-left .features-item:hover .features-icon,
.features-tab3 .features-right .features-item:hover .features-icon {
	color: #FFF;
	border-color: #7EC13F;
	background: #7EC13F;
}

.features-tab3 .features-left .features-icon {
	float: right;
}

.features-tab3 .features-right .features-icon {
	float: left;
}

.features-tab3 .features-left .features-info {
	text-align: right;
	margin-right: 90px;
}

.features-tab3 .features-right .features-info {
	text-align: left;
	margin-left: 90px;
}

.tab4-services-box {
	margin-bottom: 30px;
	text-align: center;
}

.tab4-services-box .icon {
	text-align: center;
	font-size: 47px;
	display: inline-block;
	color: #7EC13F;
	width: 100px;
	height: 100px;
	border: 1px solid #7EC13F;
	line-height: 100px;
	border-radius: 50%;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tab4-services-box .info {
	margin-top: 20px;
}

.tab4-services-box .info h4 {
	margin-bottom: 14px;
}

.tab4-services-box:hover .icon {
	background: #7EC13F;
	color: #FFF;
	border-color: #7EC13F;
}

.core-features .list {
	margin: 0px;
	padding: 0px 0px 0px 7px;
}

.core-features .list li {
	font-size: 15px;
	margin: 0px 0px 12px;
	font-weight: 600;
	line-height: 20px;
	position: relative;
	padding: 0px 0px 0px 25px;
	list-style: outside none none;
	color: #6E6D6D;
}

.core-features .list li::after {
	top: 0px;
	left: 0px;
	content: "\f058";
	position: absolute;
	font-family: roboto, sans-serif;
}





/*-----------------------------------------------------------------*/
/* History
/*-----------------------------------------------------------------*/


#history {
	background: url(../images/parallax/timeline.jpg);
}

ul.timeline {
	margin: 40px auto 0;
	width: 100%;
	background: url(../images/timeline-bg.jpg) center center repeat-y;
	height: auto;
	position: relative;
	padding: 0 0 80px;
	z-index: 200;
}

.timeline .year {
	background: #FFFFFF;
	clear: both;
	color: #3C3D3D;
	font-size: 18px;
	font-weight: 600;
	height: auto;
	margin: 31px auto;
	text-align: center;
	width: 75px;
	height: 75px;
	border-radius: 50%;
	line-height: 72px;
	left: -35px;
	border: 3px solid #919191;
	position: relative;
	top: -5px;
	left: auto;
}

.deta {
	color: black;
	position: -ms-page;
	border-radius: 50%;
}

.timeline .timeline-item {
	float: left;
	padding: 10px;
	width: 47.5%;
	background: rgba(0, 0, 0, .7);
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	margin: 10px 0;
	position: relative;
	z-index: 550;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item h4 {
	color: #FFF;
	font-size: 15px;
}

.timeline .timeline-item p {
	color: #FFF;
}

.timeline .timeline-item span {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
}

.timeline .timeline-item:after {
	content: '';
	position: absolute;
	right: -6.8%;
	display: block;
	width: 18px;
	height: 18px;
	background: #FFF;
	border: 2px solid #FFF;
	border-radius: 100px;
	top: 18px;
	z-index: 20;
}

.timeline .timeline-item:nth-of-type(2n):before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: 100%;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:before {
	border-top: 10px solid rgba(0, 0, 0, 0);
	border-bottom: 10px solid rgba(0, 0, 0, 0);
	border-right: 10px solid rgba(0, 0, 0, 0);
	border-left: 10px solid rgba(0, 0, 0, 0.7);
	content: "";
	right: -20px;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.timeline .timeline-item:nth-of-type(2n) {
	float: right;
	clear: right;
}

.timeline .year+.timeline-item {
	margin-top: -20px;
}

.timeline .timeline-item:nth-of-type(2n):after {
	left: -6.8%;
}

.timeline .end-icon:before {
	clear: both;
}

.timeline .end-icon {
	height: 64px;
	border: 3px solid #919191;
	border-radius: 300px;
	background: #FFF;
	color: #868586;
	font-size: 24px;
	bottom: 0px;
	left: 50%;
	margin-left: -32px;
	text-align: center;
	padding: 19px 0px;
	clear: both;
	position: absolute;
	width: 64px;
}



/*-----------------------------------------------------------------*/
/* Works
/*-----------------------------------------------------------------*/

#works {
	position: relative;
	padding-bottom: 0px;
	line-height: 0;
}

.work-grid .mix {
	opacity: 0;
	display: none;
}

.filtering {
	display: inline-block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.filter {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.25s linear 0s;
	padding: 20px 24px;
	margin-bottom: 15px;
	color: #5C5C5C;
	font-weight: 600;
	font-size: 14px;
	border: 2px solid #B1AEAE;
}

.filter:last-child {
	margin: 0px;
}

.filter.active,
.filter:hover {
	color: #FFF;
	background: #7EC13F;
	border-color: #7EC13F;
}

.work-main {
	width: 100%;
	clear: both;
	margin-top: 60px;
	display: inline-block;
}

.work-main-per {
	width: 95%;
	clear: both;
	margin-top: 60px;
}

.work-grid {
	width: 100%;
	padding: 0;
}

.work-grid .work-item {
	overflow: hidden;
}

.work-grid .work-item .work-image {
	overflow: hidden;
	width: 100%;
	min-height: 350px;
	max-height: 350px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	filter: grayscale(90%);
}

.work-grid .work-item .work-image img {
	width: 100%;
	height: auto;
}

.work-grid .work-item .work-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 10;
	background: rgba(0, 0, 0, 0.32);
}

.work-grid .work-item .work-caption h4 {
	font-size: 16px;
	color: #FFF;
	margin-top: 60px;
	letter-spacing: 1px;
}

.work-grid .work-item .work-caption p {
	font-size: 17px;
	color: #FFF;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
}

.work-grid .work-item .hover-link {
	left: 110px;
	position: absolute;
	bottom: 130px;
	z-index: 9999;
	opacity: 0;
}


.work-grid .work-item .work-image:hover,
.work-grid .work-item .work-caption {
	filter: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.work-grid .work-item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #004487;
	color: white;
	width: 150px;
	height: 50px;
	margin: 0px;
	border-radius: 0.25rem;
	cursor: pointer;
	z-index: 200;
}

#btn-san {
	display: inline-block;
	background: #004487;
	border-radius: 0.25rem;
	width: 230px;
	height: 50px;
	color: white;
	margin: 0px;
	line-height: 50px;
}

.btn-req-border {
	display: inline-block;
	background: #004487;
	border-radius: 0.25rem;
	width: 230px;
	height: 50px;
	color: white;
	margin: 0px;
	line-height: 39px;
}

.btn-req-border:hover,
.btn-req-border:focus {
	color: #FFF;
	background: #004487;
	border-color: #004487;
}


.work-grid .work-item:hover .hover-link,
.work-grid .work-item:hover {
	opacity: 1;
	background: rgba(0, 0, 0, 0.22);
}

.thumnail-img {
	position: relative;
	display: inline-block;
	width: 25%;
	overflow: hidden;
}



/*-----------------------------------------------------------------*/
/* Call To Action
/*-----------------------------------------------------------------*/

#cta {
	background: url(../images/parallax/cta.jpg) no-repeat;
	padding: 130px 0px 130px;
}

#cta h2 {
	color: #FFF;
	font-size: 33px;
	margin-bottom: 36px;
	font-weight: 600;
	text-shadow: 0px 0px 2px #1B1A1A;
}

#cta .btn-white {
	margin-right: 15px;
}


/*-----------------------------------------------------------------*/
/* Team
/*-----------------------------------------------------------------*/

#nextCourses {
	padding: 100px 0px 100px;
	background: url(../images/parallax/skills.jpg) no-repeat;
}

#socio {
	padding: 100px 0px 100px;
	background: url(/public/imgs/Portadas_Sep2021/1.jpg) no-repeat;
}

#mv {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/DSC_8811-4.jpg) no-repeat;
}

#btnC {
	text-align: center;
}

#btnC {
	text-align: center;
}

#mapa {
	padding: 100px 0px 100px;
	background: url(/public/imgs/instalaciones/inst7-w.jpg) no-repeat;
}

#instructores {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#nosotros {
	padding: 100px 0px 100px;
	background: url(/public/imgs/.jpg) no-repeat;
	background-size: cover;
}

#instalaciones {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
} 

/* #exito,
#modalities {
	padding: 50px 0px 0px;
	background: url(/public/imgs/otros/Fondo3.jpg) no-repeat;
	background-size: cover;
}  */


 #calendar_inicio {
	padding: 50px 0px 0px;
	background: url(/public/imgs/otros/Fondo3.jpg) no-repeat;
	background-size: cover;

} 

.card-footer {
	justify-content: center;
}

#prima {
	background-color: #007d47;
	border-color: #007d47;
	border-radius: 250;
}

#imgC {
	max-width: 100%;
	max-height: 100%;
}

#primo {
	justify-content: center;
}



#primos {
	justify-content: center;
}

#conta {
	padding: 10px;
}

#img-calen {
	width: 1000px;
}

#cardd {
	border-radius: 80px;
}

#cardz {
	height: 50%;
}

#productos {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#calendario {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#btnC {
	align-items: center;
}


#cursos {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Portadas-QMCTraining-03.jpg) no-repeat;
}

#calendario2022 {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Portadas-QMCTraining-cal.jpg) no-repeat;
}

#core,
#indications {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#blog,
#categories {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/tendencias.jpg) no-repeat;
}

#detai {
	color: #000;
}

/* #actualizaciones,
#reasons,
#presencial {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
} */

#manuales {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/manuales.jpg) no-repeat;
}

#preguntas {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#registro {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/tendencias.jpg) no-repeat;
}

/* #testimoniales {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
} */

#contacto {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo1.jpg) no-repeat;
	background-size: cover;
}

#producto {
	padding: 100px 0px 100px;
	background: url(/public/imgs/otros/Fondo2.jpg) no-repeat;
	background-size: cover;
}

.access-client {
	background-image: url(/public/imgs/otros/parallax-min.jpg);
	background-size: cover;
	border-radius: 0.25rem;
}

.access-company {
	background-image: url(/public/imgs/otros/Fondo2.jpg);
	background-size: cover;
	border-radius: 0.25rem;
}

.team-items {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-items .item {
	background: transparent;
	height: auto;
	font-weight: 300;
	margin: 0px 10px 10px;
	padding: 0px;
	cursor: pointer;
}

.team-items .item img {
	margin-bottom: 15px;
	align-items: center;
	align-content: center;
	align-self: center;
}

.team-items .item h4 {
	margin-bottom: 6px;
}

.text-white {
	color: white;
}

.team-items .item h5 {
	font-weight: 600;
	text-transform: none;
	font-size: 14px;
	color: #464745;
}

.team-items .item p {
	margin-bottom: 9px;
}

.socials {
	margin-bottom: 10px;
	margin-top: 15px;
	width: 100%;
}

.socials ul {
	margin: 0px;
	padding: 0px;
}

.socials ul li {
	display: inline-block;
	list-style: none;
}

.socials ul li a {
	background: #FFF;
	border: 1px solid #A9ACAE;
	color: #A0A3A5;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	margin-left: 5px;
	text-align: center;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;

}

.socials ul li a:hover {
	background: #7EC13F;
	border-color: #7EC13F;
	color: #FFF;
}

#team .owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: relative;
	height: 40px;
}

#team .owl-prev,
#team .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 20px;
	border-radius: 0;
	opacity: 1;
	background: #FA3636;
	position: absolute;
	transition: all 0.3s ease 0s;
}

#team .owl-prev {
	right: 50%;
	margin-right: 10px;
}

#team .owl-next {
	left: 50%;
	margin-left: 10px;
}

#team .owl-prev:hover,
#team .owl-next:hover {
	background: #3C3C3C;
}


/*-----------------------------------------------------------------*/
/* Skills
/*-----------------------------------------------------------------*/

#skills {
	text-align: center;
	padding: 100px 0px 0px;
	background: url(../images/parallax/skills.jpg) no-repeat;
}

.pie-chart-main {
	margin-bottom: 100px;
}

.pie-chart {
	position: relative;
	display: inline-block;
	width: 150px;
	height: 120px;
	margin-top: 70px;
}

.pie-chart canvas {
	position: absolute;
	top: -60px;
	left: 0;
	width: 150px;
	height: 150px;
	color: #FFF;
}

.percent {
	display: inline-block;
	z-index: 2;
	font-weight: 800;
	font-size: 40px;
	line-height: 46px;
	color: #FFF;
}

.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: 20px;
}

.pie-chart-main h4,
.pie-chart-main p {
	color: #FFF;
}


/*-----------------------------------------------------------------*/
/* Services
/*-----------------------------------------------------------------*/

#services {
	padding-bottom: 50px;
	background: #FFF;
}

.services-box {
	text-align: center;
	margin-bottom: 50px;
	border: 0px solid #EAE7E7;
	padding: 29px 10px 20px;
	min-height: 350px;
	max-height: 350px;
}

.services-box .services-icon {
	width: 80px;
	height: 80px;
	color: #FFF;
	font-size: 38px;
	line-height: 80px;
	border-radius: 50%;
	display: inline-block;
	margin: 0px auto;
	background: white none repeat scroll 0% 0%;
}

.services-box .services-desc {
	margin-top: 25px;
}

.services-box .services-desc h3 {
	margin: 31px 0px 20px;
}

/*-----------------------------------------------------------------*/
/*  Why Choose Us
/*-----------------------------------------------------------------*/


.tabs-main {
	padding-right: 15px;
	margin-bottom: 30px;
}

.accordion-main {
	padding-left: 15px;
	margin-bottom: 30px;
}

.tabs .nav-tabs li a {
	border-radius: 1px;
	color: #272727;
	font-weight: 700;
	font-size: 16px;
	padding: 8px 16px;
	background: #F3F0F0;
	border-top: 2px solid #F3F0F0;
}

.tabs .nav-tabs li.active a {
	border-top: 2px solid #7EC13F;
	background: #FFF;
	color: #272727;
	font-weight: 700;
	font-size: 16px;
	text-transform: none;
}

.tabs .nav-tabs li a:hover {
	background: #ededed;
}

.tabs .nav-tabs li.active a:hover {
	background: #FFF;
}

.tabs .tab-content {
	border: 1px solid #dbdbdb;
	border-top: none;
	padding: 25px 15px;
	font-size: 14px;
	color: #a9a9a9;
}

.panel-group .panel-heading {
	cursor: pointer;
	padding: 15px 15px;
}

.panel-body ul li {
	margin-bottom: 5px;
	line-height: 20px;
	font-weight: 300;
}

.panel-body ul li i {
	margin-right: 5px;
}

.panel-title {
	font-size: 16px;
	font-weight: 600;
	color: #272727;
	text-transform: none;
}

.panel-group .panel {
	background: rgba(243, 243, 243, 0.59);
	border: 1px solid #F0EDED;
	margin-bottom: 20px;
	border-radius: 0px;
	box-shadow: 0px 1px 0px #CCC;
}

.panel-group .panel-body {
	border: none;
}

#accordion .accordion-toggle:after {
	/* symbol for "opening" panels */
	font-family: roboto, sans-serif;
	content: "\f068";
	float: right;
	color: #393535;
	font-size: 12px;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
	/* symbol for "collapsed" panels */
	content: "\f067";
}

/*-----------------------------------------------------------------*/
/*  Video
/*-----------------------------------------------------------------*/


#video {
	background: url(../images/parallax/cta.jpg) no-repeat;
}

.pb-4 {
	margin-bottom: 30px;
}

.video-caption {
	margin-bottom: 30px;
	color: #E7E7E7;
}

.video-caption h4 {
	line-height: 26px;
	font-size: 18px;
	color: #FFF;
	text-transform: none;
}

.video-caption p {
	color: #FFF;
}

.video-caption .video-icon {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	border-radius: 50%;
	border: 1px solid #FFF;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.video-caption:hover .video-icon {
	background: #FFF;
	border-color: #FFF;
	color: #7EC13F;
}

.video-caption .video-caption-info {
	margin-left: 100px;
}

.play-video {
	margin-bottom: 30px;
}

.play-video iframe {
	width: 100%;
	height: 350px;
}

/*-----------------------------------------------------------------*/
/* Blog
/*-----------------------------------------------------------------*/

.blog-post {
	padding: 0px;
	background: #FEFDFD;
	border: 1px solid #F6F3F3;
	margin-bottom: 30px;
	box-shadow: 0px 0px 2px 1px rgba(216, 213, 213, 0.14);
}

.post-desc {
	padding: 25px 20px;
}

.post-desc h4 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 8px;
}

.post-desc h5 {
	color: #585957;
	font-size: 13px;
	font-weight: 700;
	text-shadow: 0px 0px 1px #E0D6D6;
	font-style: italic;
}

.post-media {
	overflow: hidden;
	max-height: 360px;
}

.post-media img {
	max-width: 100%;
	height: auto;
}

.post-blog .btn {
	text-transform: uppercase;
	margin-top: 15px;
}


/*-----------------------------------------------------------------*/
/* Testimonial
/*-----------------------------------------------------------------*/


#testimonials {
	background: url(/public/imgs/otros/testimoniales.jpg) no-repeat;
}

#testimonials {
	color: #fff;
	position: relative;
	padding: 100px 0px;
}

#testimonials .container {
	position: relative;
}

#testimonials .items {
	margin-bottom: 30px;
	margin-top: -7px;
	color: #fff;
	text-align: center;
}

#testimonials .testimonial-pic {
	margin: 10px 0px;
	width: 427.5px;
	height: 259.5px;
}

#testimonials .desc {
	font-size: 19px;
	line-height: 36px;
	margin-bottom: 30px;
	font-style: italic;
	font-family: roboto, sans-serif;
}

#testimonials .name {
	color: #FFF;
	font-weight: 600;
	margin-top: 20px;
	font-size: 18px;
}

#testimonials .owl-controls .owl-page span {
	background: none;
	display: block;
	margin: 5px 4px;
	opacity: 1;
	width: 12px;
	height: 12px;
	margin-right: 10px;
	border: 2px solid #ccc;
}

#testimonials .owl-controls .owl-page.active span {
	background: #020087;
	border-color: #004487;
}

/*-----------------------------------------------------------------*/
/* Client Logo Carousel
/*-----------------------------------------------------------------*/

#clients {
	background: #FFF;
	text-align: center;
	vertical-align: middle;

}

#clients1 {
	text-align: center;
	vertical-align: middle;
}

.clients-carousel .item figure {
	margin: 10px;
	width: 150px;
	margin: 0 auto;
}

.clients-carousel .item figure img {
	display: block;
	margin: 0 auto;
	opacity: 0.5;
}

.clients-carousel .item figure img:hover {
	opacity: 1;
}


/*-----------------------------------------------------------------*/
/* Featured Carousel
/*-----------------------------------------------------------------*/


#featured-works {
	background: #FBFBFB;
	padding-top: 70px;
}

.featured-work-carousel {
	display: inline-block;
	width: 100%;
}

#featured-works .item {
	height: auto;
	z-index: 300;
	cursor: pointer;
}

#featured-works .item .fworks-image {
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

#featured-works .item .fworks-image img {
	width: 100%;
	height: auto;
}

#featured-works .item .featured-caption {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
}

#featured-works .item .featured-caption h4 {
	font-size: 15px;
	color: #FFF;
	margin: 30px 0px 0px 30px;
}

#featured-works .item .featured-caption p {
	font-size: 14px;
	color: #FFF;
	margin: 5px 0px 0px 30px;
	text-transform: uppercase;
}

#featured-works .item .hover-link {
	left: 100px;
	position: absolute;
	bottom: 15px;
	opacity: 0;
	z-index: 200;
}

#featured-works .item .hover-link a {
	position: relative;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	background: #FFF;
	color: #444;
	width: 50px;
	height: 50px;
	margin: 0px;
	border-radius: 100%;
}

#featured-works .item:hover .hover-link,
#featured-works .item:hover .featured-caption {
	opacity: 1;
}

#featured-works .owl-controls {
	margin-top: 30px;
	position: absolute;
	top: 28%;
	width: 100%;
}

#featured-works .owl-prev,
#featured-works .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 20px;
	border-radius: 0;
	opacity: 0.9;
	background: #7EC13F;
	position: absolute;
}

#featured-works .owl-prev {
	left: 0;
}

#featured-works .owl-next {
	right: 0;
}

#featured-works .owl-prev:hover,
#featured-works .owl-next:hover {
	background: #7EC13F;
	opacity: 1;
}

/*-----------------------------------------------------------------*/
/*   Single Work Page
/*-----------------------------------------------------------------*/

#page-header {
	background: url('../images/page-header.jpg');
	padding: 130px 0px 80px;
	text-align: center;
}

#page-header:after {
	background: rgba(0, 0, 0, .5);
	position: absolute;
	left: 0px;
	right: 0px;
}

#page-header h1 {
	margin-bottom: 0px;
	color: #FFF;
	font-weight: 600;
}

.breadcrumb {
	background: none;
	padding-top: 35px;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.breadcrumb ul li {
	display: inline-block;
	padding: 0px 5px;
}

.breadcrumb ul li::after {
	content: "\f101";
	font-family: roboto, sans-serif;
	color: #FFF;
	line-height: 21px;
	vertical-align: middle;
	padding-left: 10px;
}

.breadcrumb ul li:last-child::after {
	display: none;
}

.breadcrumb ul li a {
	color: #C8C1C1;
	font-weight: 600;
	font-size: 14px;
}

.breadcrumb ul li a:hover {
	color: #7EC13F;
}

.breadcrumb ul li.current a {
	color: #FFF;
}

.breadcrumb ul li.current a:hover {
	color: #7EC13F;
}

.work-detail .btn {
	margin-top: 15px;
}

.work-detail h3,
#featured-works h3 {
	text-transform: none;
}

.work-detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-detail-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.work-detail-list li {
	padding: 0px 0px 7px;
	line-height: 22px;
	font-size: 16px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 7px;
}

.work-detail-list li span {
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 13.3px;
	font-weight: 600;
	color: #3E3E3E;
}

#single-work-slider {
	margin-bottom: 30px;
}

#single-work-slider .owl-controls {
	margin-top: 30px;
	position: absolute;
	width: 100%;
	top: 37%;
}

#single-work-slider .owl-prev,
#single-work-slider .owl-next {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 20px;
	font-size: 20px;
	border-radius: 0;
	opacity: 0.8;
	background: #7EC13F;
	position: absolute;
}

#single-work-slider .owl-prev {
	left: 0;
}

#single-work-slider .owl-next {
	right: 0;
}

#single-work-slider .owl-prev:hover,
#single-work-slider .owl-next:hover {
	opacity: 1;
	background: #7EC13F;
}

#single-work-slider .item img {
	display: block;
	width: 100%;
	height: auto;
}

#related-project {
	background: url('../images/pattern.png') repeat;
	padding: 100px 0 80px;
	position: relative;
}

#related-project .image-wrapper {
	margin-bottom: 20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #ff0000;
}

/*-----------------------------------------------------------------*/
/* Blog Page
/*-----------------------------------------------------------------*/

.post-content {
	margin-top: 0;
}

.post-img {
	margin: 0 0 25px 0;
	overflow: hidden;
	position: relative;
}

.post-img img {
	width: 100%;
}

.blog-img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

.post-img:hover .blog-img-hover {
	opacity: 1;
}

.blog-img-hover span {
	font-size: 15px;
	position: absolute;
	top: 40%;
	width: 30px;
	height: 30px;
	background: #F0353A;
	color: #FFF;
	line-height: 30px;
	border-radius: 50%;
}

.post-meta {
	margin: 10px 0px 20px;
	line-height: 20px;
	color: #999;
}

.post-meta a {
	font-size: 13px;
	color: rgb(56, 54, 54);
	font-weight: 600;
}

.post-meta a i {
	color: #383636;
	margin-right: 6px;
}

.post-description p {
	margin-bottom: 25px;
}

.post-description h3 {
	text-transform: none;
	font-size: 20px;
}

.post-description h3 a {
	color: #2E343C;
}

.post-description h3 a:hover {
	color: #F0353A;
}

blockquote {
	display: block;
	padding: 20px;
	background: rgba(245, 245, 245, 0.46) none repeat scroll 0% 0%;
	margin: 25px 15px;
	font-size: 15px;
	line-height: 21px;
	text-align: justify;
	color: #929292;
	letter-spacing: 0.1px;
	border-left: 5px solid #7EC13F;
}

blockquote a {
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover {
	color: #666;
}

blockquote em {
	font-style: italic;
}

.comments-section {
	padding: 50px 0;
}

.comments-section h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-form input,
.search-box input,
.comment-form textarea {
	border: 2px solid #CFCBCB;
}

.comment-form .form-control:focus,
.search-box .form-control:focus {
	border: 2px solid #B6DC93 !important;
}


.comment-form ::-webkit-input-placeholder {
	color: #5C5C5C !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.comment-form :-moz-placeholder {
	color: #5C5C5C !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.comment-form ::-moz-placeholder {
	color: #5C5C5C !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.comment-form :-ms-input-placeholder {
	color: #5C5C5C !important;
	font-weight: 600;
	letter-spacing: 1px;
}

.comment-list {
	margin: 40px 0;
	padding-top: 20px;
}

.comment-list h3 {
	margin-bottom: 35px;
	text-transform: none;
}

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment.first-comment {
	margin-top: 25px;
}

li.comment .single_comment {
	padding: 20px;
	background: #FFF none repeat scroll 0% 0%;
	margin-bottom: 20px;
	box-shadow: 0px 0px 2px #ccc;
}

li.comment ol.comment-sub {
	margin-left: 65px;
}

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 25px;
}

.comment-list ol .comment-avatar img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;
}

.comment-list ol .comment-name span {
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;
}

.comment-list ol .comment-name a {
	font-size: 15px;
	font-weight: 600;
	color: rgb(87, 87, 87);
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: 600;
	color: rgb(126, 193, 63);
}

.comment-list ol .comment-desc {
	font-size: 13px;
	margin-bottom: 10px;
	color: #5A5656;
	margin-top: 10px;
	font-weight: 600;
}

.widget-main {
	margin-bottom: 30px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #EAEAEA;
}

.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input {
	padding-left: 10px;
}

.widget-sidebar .search-box i {
	position: absolute;
	right: 20px;
	top: 14px;
	font-size: 16px;
}

.post-categories ul {
	padding: 0px;
	margin: 0px;
}

.post-categories li {
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.post-categories li a:before {
	content: "\f105";
	display: block;
	font-family: roboto, sans-serif;
	position: absolute;
	left: -15px;
}

.post-categories a {
	position: relative;
	color: #383636;
	font-size: 13.1px;
	display: inline-block;
	width: 100%;
	letter-spacing: 0.9px;
	padding-bottom: 10px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
	font-weight: 600;
}

.post-categories a:hover {
	color: #7EC13F;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget a {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget a:hover {
	color: #7EC13F;
}

.sidebar-widget img {
	float: left;
	width: 96px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 6px;
}

.tags {
	padding: 10px 0 10px;
	display: inline-block;
}

.tags a {
	float: left;
	padding: 10px 7px;
	font-size: 13px;
	color: #ffffff;
	margin: 0px 6px 6px 0px;
	background: transparent;
	font-weight: 600;
	border: 1px solid #ccc;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.tags a:hover {
	background: #7EC13F;
	color: #FFF;
	border: 1px solid #ccc;
}

.pagenation {
	padding: 40px 0 50px;
}

.pagenation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin: auto;
}

.pagenation li {
	float: left;
	margin-left: 4px;
	background: #fff;
	border: 1px solid #e4e7e8;
}

.pagenation li.active {
	border: 1px solid #F0353A;
}

.pagenation li:hover {
	border: 1px solid #F0353A;
}

.pagenation li:first-child {
	margin-left: 0;
}

.pagenation li a {
	color: #ffffff;
	font-size: 14px;
	padding: 12px 15px;
	line-height: 12px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
}

.pagenation li.active a,
.pagenation li:hover a {
	color: #F0353A;
}

/*-----------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------*/

#contact {
	background: url(../images/parallax/contact.jpg) no-repeat;
}

.contact-form {
	display: block;
	padding: 0px 0px 30px 0px;
}

.contact-info {
	margin-bottom: 65px;
}

.contact-info p {
	font-size: 17px;
	line-height: 13px;
	margin-bottom: 16px;
	color: black;
}

.copyright {
	margin-top: 15px;
}

.copyright p {
	color: #ffffff;
}

.social-icons {
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: right;
}

.social-icons ul {
	margin: 0px;
	padding: 0px;
}

.social-icons ul li {
	list-style: none;
	display: inline-block;
}

.social-icons ul li a {
	color: #A7A4A4;
	margin-right: 10px;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.social-icons ul li a:hover {
	color: #FFF;
}

/* USED IN CAROUSEL */
.container-img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: relative;
	width: 100%;
	background-color: #007d47;
}

.img-next {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.button-img {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.container-img:hover .img-next {
	opacity: 0.6;
}

.container-img:hover .button-img {
	opacity: 1;
}

.text-button {
	background-color: #004487 !important;
	color: white;
	font-size: 15px;
	border-radius: 0.5rem;
	width: 150px;
	padding: 16px 32px;
}

@media (min-width: 992px) and (max-width: 1024px) {

	.navbar-right {
		float: none !important;
	}
}

@media (min-width: 768px) and (max-width: 992px) {

	.thumnail-img {
		width: 50%;
	}
}

@media (max-width: 768px) {

	.thumnail-img {
		width: 50%;
	}
}

@media (max-width: 550px) {

	.thumnail-img {
		width: 100%;
	}
}


@media (max-width:480px) {

	.big {
		font-size: 35px;
		line-height: 52px;
	}

	.small {
		font-size: 19px;
	}
}

@media (min-width: 992px) {

	#main-menu.collapse {
		display: block !important;
	}
}

@media (max-width: 992px) {

	#main-menu {
		background: #202020;
	}
}

.navbar-right {
	float: none !important;
	margin-right: 0px !important;
}

.clear-toggle {
	display: block;
}

.navbar-toggle {
	display: block !important;
}

#main-menu ul li {
	display: block;
	text-align: left;
}

#main-menu ul li a {
	line-height: 23px;
	display: inherit;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px;
	background: transparent;
}

#main-menu ul li a:hover,
#main-menu ul li.active a {
	background: #ffffff !important;
	color: #FFF;
}

#main-menu ul li.active>a {
	box-shadow: none !important;
}

.row-info {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* BANNER IMAGE: */
.top-overlay img {
	max-width: 100%;
	height: 33vw;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 800px) {
	.video {
		width: 320px;
		height: 200px;
		text-align: center;
	}
}

/* LISTS 
  Including the navbar sections */

li {
	line-height: 2;
	font-size: 24px;
	color: black;
}

.list_text {
	line-height: 2;
	font-size: 21px;
	color: black;
}

/* FOOTER */

.site-footer {
	background-color: #000000;
	padding: 45px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: #ffffff;
}

.site-footer hr {
	border-top-color: #ffffff;
	opacity: 0.5
}

.site-footer hr.small {
	margin: 20px 0
}

.site-footer h6 {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 2px
}

.site-footer a {
	color: #ffffff !important;
}

.site-footer a:hover {
	color: #007d47;
	text-decoration: none;
}

.footer-links {
	padding-left: 25px;
}

.footer-links li {
	
	font-size: 20px;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #007d47;
	text-decoration: none;
}

.footer-links.inline li {
	display: inline-block
}

.site-footer .social-icons {
	text-align: right;
}

.site-footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
	border-radius: 100%;
	background-color: #ffffff
}

.copyright-text {
	margin: 0
}

@media (max-width:991px) {
	.site-footer [class^=col-] {
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.site-footer {
		padding-bottom: 0
	}

	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center
	}
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	margin-bottom: 4px
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px
}

.social-icons a {
	background-color: #ffffff;
	color: #000000;
	font-size: 16px;
	display: inline-block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	color: #fff;
	background-color: #29aafe
}

.social-icons.size-sm a {
	line-height: 34px;
	height: 34px;
	width: 34px;
	font-size: 14px
}

.social-icons a.facebook:hover {
	background-color: #3b5998
}

.social-icons a.youtube:hover {
	background-color: #cc1717
}

.social-icons a.linkedin:hover {
	background-color: #007bb6
}

.social-icons a.instagram:hover {
	background-color: #ea4c89
}

.social-icons a.what:hover {
	background-color: #00a884;
}

@media (max-width:767px) {
	.social-icons li.title {
		display: block;
		margin-right: 0;
		font-weight: 600
	}
}


/* PRODUCTS SECTION */

@import "compass/css3";

.product_section {
	background: transparent;
}

.tab-group {
	list-style: none;
}

.product_section a {
	display: block;
	text-decoration: none;
	padding: 0px;
	background: white;
	color: black;
	font-size: 20px;
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	transition: .5s ease;
}

.product_section .active a {
	background: #007d47;
	color: white;
}

.tab-content>div:last-child {
	display: none;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
	/* background-color: #007d47; */
	box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}


#header {
	height: 200%;

}




/* rotacion de los elementos del  sub-menu del dropdown */

#SUB {
	font-family: roboto, sans-serif;
	font-size: 14px;
	color: #212529;


} */

#rh {
	size: 70%;
}


.image-shadow {
	margin: 20px auto;
	width: 305px;
	height: 300px;
	border-radius: 10px;
	display: block;
	position: relative;
	background-size: cover;
}


.image-shadow:after {
	content: '';
	width: 100%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	filter: blur(20px);
	opacity: 0.9;
	z-index: -1;
	transition: filter .3s ease;
	transform: scale(0.95) translateY(36px) translateZ(-30px);
}


.image-container {

	transition: transform .1s ease;
	transform: rotateX(0) rotateY(0);
	transform-style: preserve-3d;
}

.snip1543 {
	background-color: #fff;
	color: #ffffff;
	font-family: roboto, sans-serif;
	font-size: 16px;
	margin: 10px;
	max-width: 315px;
	min-width: 230px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.snip1543 *,
.snip1543 *:before,
.snip1543 *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

.snip1543 img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
}

.snip1543:before,
.snip1543:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: hsla(113, 57%, 46%, 0.404);
	opacity: 0.5;
	-webkit-transition: all 0.45s ease;
	transition: all 0.45s ease;
}

.snip1543:before {
	-webkit-transform: skew(30deg) translateX(-80%);
	transform: skew(30deg) translateX(-80%);
}

.snip1543:after {
	-webkit-transform: skew(-30deg) translateX(-70%);
	transform: skew(-30deg) translateX(-70%);
}

.snip1543 figcaption {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	bottom: 0;
	padding: 25px 40% 25px 20px;
}

.snip1543 figcaption:before,
.snip1543 figcaption:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #007d47;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
	content: '';
	opacity: 0.5;
	z-index: -1;
}

.snip1543 figcaption:before {
	-webkit-transform: skew(30deg) translateX(-100%);
	transform: skew(30deg) translateX(-100%);
}

.snip1543 figcaption:after {
	-webkit-transform: skew(-30deg) translateX(-90%);
	transform: skew(-30deg) translateX(-90%);
}

.snip1543 h3,
.snip1543 p {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
}

.snip1543 h3 {
	font-family: roboto, sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
}

.snip1543 p {
	font-size: 0.9em;
}

.snip1543 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1543:hover h3,
.snip1543.hover h3,
.snip1543:hover p,
.snip1543.hover p {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 0.9;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.snip1543:hover:before,
.snip1543.hover:before {
	-webkit-transform: skew(30deg) translateX(-20%);
	transform: skew(30deg) translateX(-20%);
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.snip1543:hover:after,
.snip1543.hover:after {
	-webkit-transform: skew(-30deg) translateX(-10%);
	transform: skew(-30deg) translateX(-10%);
}

.snip1543:hover figcaption:before,
.snip1543.hover figcaption:before {
	-webkit-transform: skew(30deg) translateX(-40%);
	transform: skew(30deg) translateX(-40%);
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.snip1543:hover figcaption:after,
.snip1543.hover figcaption:after {
	-webkit-transform: skew(-30deg) translateX(-30%);
	transform: skew(-30deg) translateX(-30%);
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/****/

.snip1401 {
	font-family: roboto, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 230px;
	max-width: 315px;
	max-height: 220px;
	width: 100%;
	color: #000000;
	text-align: right;
	font-size: 16px;
	background-color: #000000;
}

.snip1401 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1401 img {
	max-width: 100%;
	backface-visibility: hidden;
}

.snip1401 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	opacity: 1;
	padding: 30px 0 30px 10px;
	background-color: #ffffff;
	width: 40%;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.snip1401 figcaption:before {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 120px 120px 0;
	border-color: transparent #ffffff transparent transparent;
}

.snip1401:after {
	position: absolute;
	bottom: 50%;
	right: 40%;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 120px 120px 0 120px;
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1401 h3,
.snip1401 p {
	line-height: 1.5em;
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
	margin: 0;
}

.snip1401 h3 {
	margin: 0 0 5px;
	line-height: 1.1em;
	font-weight: 900;
	font-size: 1.4em;
	opacity: 0.75;
}

.snip1401 p {
	font-size: 0.8em;
}

.snip1401 i {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 30px;
	font-size: 44px;
	color: #ffffff;
	opacity: 0;
}

.snip1401 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1401:hover img,
.snip1401.hover img {
	zoom: 1;
	filter: alpha(opacity=50);
	-webkit-opacity: 0.5;
	opacity: 0.5;
}

.snip1401:hover:after,
.snip1401.hover:after,
.snip1401:hover figcaption,
.snip1401.hover figcaption,
.snip1401:hover i,
.snip1401.hover i {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

/*****/

.snip1573 {
	background-color: hsla(113, 57%, 46%, 0.404);
	display: inline-block;
	font-family: roboto, sans-serif;
	font-size: 16px;
	margin: 10px;
	max-width: 315px;
	min-width: 500px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 100%;
}

.snip1573 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1573:before,
.snip1573:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: hsla(113, 57%, 46%, 0.404);
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	opacity: 0.9;
	z-index: 1;
}

.snip1573:before {
	-webkit-transform: skew(45deg) translateX(-155%);
	transform: skew(45deg) translateX(-155%);
}

.snip1573:after {
	-webkit-transform: skew(45deg) translateX(155%);
	transform: skew(45deg) translateX(155%);
}

.snip1573 img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
}

.snip1573 figcaption {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	opacity: 0;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}

.snip1573 h3 {
	background-color: hsla(113, 57%, 46%, 0.404);
	border: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}

.snip1573 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}

.snip1573:hover>img,
.snip1573.hover>img {
	opacity: 0.5;
}

.snip1573:hover:before,
.snip1573.hover:before {
	-webkit-transform: skew(45deg) translateX(-55%);
	transform: skew(45deg) translateX(-55%);
}

.snip1573:hover:after,
.snip1573.hover:after {
	-webkit-transform: skew(45deg) translateX(55%);
	transform: skew(45deg) translateX(55%);
}

.snip1573:hover figcaption,
.snip1573.hover figcaption {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}


/****/


.square-flip {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-webkit-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-ms-transform: perspective(1000px);
	transform: perspective(1000px);

	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	/*border:1px solid #efefef;*/

	position: relative;
	float: left;
	margin: 20px;

}

.square-flip {
	width: 400px;
	height: 400px;
}

.square,
.square2 {
	width: 100%;
	height: 100%;
}



/******/
.square {

	background-size: cover;
	background-position: center center;

	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	overflow: hidden;

	position: absolute;
	top: 0;


	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.square-flip .square {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transform-style: preserve-3d;
	z-index: 1;
}

/******/



.square2 {

	background-size: cover;
	background-position: center center;

	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	overflow: hidden;

	position: absolute;
	top: 0;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.square-flip .square2 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transform-style: preserve-3d;
	z-index: 1;
}

/****
    .square-flip:hover .square2{
      -webkit-transform: rotateY(0deg);
      -moz-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
      transform-style: preserve-3d;
    }
	/***/

/*Square content*/
.square-container {
	padding: 40px;
	text-align: center;
	position: relative;
	top: 50%;




	transform: translateY(-50%) translateX(0px) scale(1);

	z-index: 2;
}

.square-flip:hover .square-container {

	-webkit-transform: translateY(-50%) translateX(-650px) scale(.88);
	-ms-transform: translateY(-50%) translateX(-650px) scale(.88);
	transform: translateY(-50%) translateX(-650px) scale(.88);
	transform-style: preserve-3d;

}

.square-container2 {
	padding: 40px;
	text-align: center;
	position: relative;
	top: 50%;

	-ms-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);
	-webkit-transition: transform 0.60s cubic-bezier(.5, .3, .3, 1);


	-webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	-ms-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);
	transform: translateY(-50%) translateX(650px) translateZ(60px) scale(.88);

	transform-style: preserve-3d;
	z-index: 2;
}

.square-flip:hover .square-container2 {

	-webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	-ms-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
	transform-style: preserve-3d;
}



/*Style text*/
.square-flip h2 {
	color: rgb(0, 0, 0);
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.square-flip h3 {
	color: rgb(0, 0, 0);
	font-family: roboto, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

/*Elements*/
.flip-overlay {
	display: block;
	background: rgb(255, 255, 255);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

.align-center {
	margin: 0 auto;
}

.kallyas-button {
	display: block;
	width: 160px;
	padding: 18px 30px;
	font-family: roboto, sans-serif;
	font-weight: 600;
	color: rgb(0, 0, 0);
	background: hsla(113, 57%, 46%, 0.404);
	margin: 0 auto;
	border-radius: 2px;
	text-decoration: none;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa067+0,ff2959+49,ff2024+100 */
	background: #ffa067;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #ffa067 0%, #ff2959 49%, #ff2024 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: hsla(113, 57%, 46%, 0.404);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa067', endColorstr='#ff2024', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}




.square-flip .square .boxshadow {
	-webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip .square .textshadow {
	-webkit-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	text-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}

.square-flip:hover .square .boxshadow,
.square-flip:hover .square .textshadow {
	-webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}


.square-flip .square2 .boxshadow {
	-webkit-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	box-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.square-flip .square2 .textshadow {
	-webkit-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	-moz-text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
	text-shadow: 240px 42px 58px -8px rgba(0, 0, 0, 0.0);
}

.square-flip:hover .square2 .boxshadow,
.square-flip:hover .square2 .textshadow {
	-webkit-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
	box-shadow: 24px 42px 58px -8px rgba(0, 0, 0, 0.3);
}


/*You can delete this style*/
.centerflipcards {
	display: block;
	width: 1330px;
	height: 440px;
	text-align: center;
	margin: 0 auto;
	margin-top: 25px;
}

.clearfix {
	clear: both;
}

.centerflipcards p {
	font-family: roboto, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	font-weight: 700;
}

/*prueba*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

.snip1267 {
	font-family: roboto, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 220px;
	max-width: 310px;
	width: 100%;
	color: #ffffff;
	text-align: center;
}

.snip1267 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s 0.5s ease;
	transition: all 0.35s 0.5s ease;
}

.snip1267 img {
	max-width: 100%;
	vertical-align: top;
}

.snip1267 figcaption {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.snip1267 h2 {
	position: absolute;
	margin: 0;
	width: 100%;
	left: 0;
	top: 50%;
	opacity: 0;
	padding: 0 30px;
	display: inline-block;
	font-weight: 300;
	text-transform: uppercase;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
}

.snip1267 .icons {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.snip1267 i {
	padding: 10px 5px;
	display: inline-block;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	opacity: 0.7;
}

.snip1267 i:hover {
	opacity: 1;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.snip1267:before {
	position: absolute;
	top: 0;
	bottom: 100%;
	right: 0;
	left: 0;
	content: '';
	background-color: #038118;
	z-index: 1;
	opacity: 0.5;
	-webkit-transition: all 0.35s 0.3s ease-in;
	transition: all 0.35s 0.3s ease-in;
}

.snip1267:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 200px 200px 200px;
	border-color: transparent transparent #038118 transparent;
	opacity: 0.8;
	-webkit-transition: all 0.35s 0s ease-out;
	transition: all 0.35s 0s ease-out;
}

.snip1267:hover h2,
.snip1267.hover h2,
.snip1267:hover .icons,
.snip1267.hover .icons {
	opacity: 1;
}

.snip1267:hover h2,
.snip1267.hover h2 {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.snip1267:hover:before,
.snip1267.hover:before {
	bottom: 0;
	-webkit-transition: all 0.35s 0s ease-out;
	transition: all 0.35s 0s ease-out;
}

.snip1267:hover:after,
.snip1267.hover:after {
	top: 25%;
	-webkit-transition: all 0.35s 0.2s ease-in;
	transition: all 0.35s 0.2s ease-in;
}


.snip1352 {
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 255px;
	max-width: 315px;
	height: 500px;
	width: 100%;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.snip1352 img {
	max-width: 100%;
	vertical-align: top;
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}

.snip1352:hover img,
.snip1352.hover img {
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}


.snip1273 {
	font-family: roboto, sans-serif;
	position: relative;
	margin: 10px;
	min-width: 310px -60px;
	max-width: 310px;
	width: 100%;
	color: #ffffff;
	text-align: left;
	background-color: #0ab42f;
	font-size: 16px;
}

.snip1273 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}

.snip1273 img {
	position: relative;
	max-width: 100%;
	vertical-align: top;
}

.snip1273 figcaption {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	padding: 20px 30px;
}

.snip1273 figcaption:before,
.snip1273 figcaption:after {
	width: 1px;
	height: 0;
}

.snip1273 figcaption:before {
	right: 0;
	top: 0;
}

.snip1273 figcaption:after {
	left: 0;
	bottom: 0;
}

.snip1273 h3,
.snip1273 p {
	line-height: 1.5em;
}

.snip1273 h3 {
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
}

.snip1273 p {
	font-size: 0.8em;
	font-weight: 500;
	margin: 0 0 15px;
}

.snip1273 a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}

.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
	position: absolute;
	content: '';
	background-color: #ffffff;
	z-index: 1;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	opacity: 0.8;
}

.snip1273:before,
.snip1273:after {
	height: 1px;
	width: 0%;
}

.snip1273:before {
	top: 0;
	left: 0;
}

.snip1273:after {
	bottom: 0;
	right: 0;
}

.snip1273:hover img,
.snip1273.hover img {
	opacity: 0.4;
}

.snip1273:hover figcaption,
.snip1273.hover figcaption {
	opacity: 1;
}

.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
	height: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
	width: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
	opacity: 0.1;
}

/******/


/* -- Variables-- */
:root {
	/* Colors */
	--first-color: hsl(240, 100%, 78%);

	/*  Fonts */
	--body-font: 'Noto Sans TC', sans-serif;
}

/* -- Styles -- */
.responsive-card__card {
	padding: 60px;
}

.responsive-card__cardd {
	padding: 60px;
}

.responsive-card__container {
	position: relative;
	max-width: 1200px;
	width: 130%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px;
}


.responsive-cardd__container {
	position: relative;
	max-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: 30px;


}

/* general home */

.textH{
  font-size: 34px;
  text-align: justify;
  font-family: 'Josefin Slab', serif;
  margin: 2%;
}




/* card */
.responsive-card__card {
	position: relative;
	display: flex;
	text-align: center;
	flex-direction: column;
	margin: 30px 10px;
	padding: 20px 35px;
	width: 40%;
	height: 300px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 4px 4px 35px #0ab42f;
	transition: 0.3s ease-in-out;

}

.responsive-card__card:hover {
	height: 350px;
}

/* img wrap */
.responsive-card__img-wrap {
	position: relative;
	margin: 0 auto;
	width: 300px;
	height: 260px;
	top: -60px;
	left: 0;
	right: 0;
}

/* img */
.responsive-card__img {
	border-radius: 5px;

}

/* content */
.responsive-card__content {
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: #333;
	opacity: 0;
	height: 40%;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}

.responsive-card__card:hover .responsive-card__content {
	margin-top: -40px;
	opacity: 1;
	visibility: visible;
	transition-delay: 0.2s;
}

/*****/

.box {
	position: relative;
	width: 300px;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px;
	background: transparent;
	transition: 0.5s;
}

.box:hover {
	height: 400px;
}

.box .imgBx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.box .imgBx img {
	max-width: 100%;
	opacity: 0.1;
	transition: 0.5s;
}

.box:hover .imgBx img {
	opacity: 1;
}

.box:before {
	content: '';
	position: absolute;
	top: -5px;
	height: 450px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	background: #fff;
	z-index: -1;
}

.box:after {
	content: '';
	position: absolute;
	top: -1px;
	height: 450px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: #fff;
	z-index: -1;
	filter: blur(40px);
	/*ILUMINA */
}


.box:before,
.box:after {
	background: linear-gradient(235deg, #89ff00, #010615, #00bcd4);
}

.box:nth-child(2):before,
.box:nth-child(2):after {
	background: linear-gradient(235deg, #ff005e, #010615, #fbff00);
}

.box:nth-child(3):before,
.box:nth-child(3):after {
	background: linear-gradient(235deg, #772aff, #010615, #2196F3);
}

.box .content {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 100px;
	background: rgba(0, 0, 0, 0.4);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: 0.5s;
}

.box:hover .content {
	opacity: 1;
}

.box .content h2 {
	font-size: 25px;
	color: #fff;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 1px;
}

.box .content h2 span {
	font-size: 14px;
	color: #fff;
	font-weight: 200;
	letter-spacing: 2px;
}





/* Included color classes.. 
  .red 
  .blue 
  .yellow 
*/

figure.snip1104 {
	font-family: roboto, sans-serif;
	position: relative;
	overflow: hidden;
	margin: 10px;
	min-width: 320px;
	max-width: 310px;
	max-height: 220px;
	width: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1104 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
	max-width: 100%;
	position: relative;
	opacity: 0.4;
}

figure.snip1104 figcaption {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

figure.snip1104 h2 {
	position: absolute;
	left: 40px;
	right: 40px;
	display: inline-block;
	background: #000000;
	-webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
	transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
	padding: 12px 5px;
	margin: 0;
	top: 50%;
	text-transform: uppercase;
	font-weight: 400;
}

figure.snip1104 h2 span {
	font-weight: 800;
}

figure.snip1104:before {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: '';
	background: #ffffff;
	position: absolute;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(110deg) translateY(-50%);
	transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}

figure.snip1104.blue {
	background: #123851;
}

figure.snip1104.blue h2 {
	background: #0a212f;
}

figure.snip1104.red {
	background: #0ab42f;
}

figure.snip1104.red h2 {
	background: #0ab42f;
}

figure.snip1104.yellow {
	background: #7f5006;
}

figure.snip1104.yellow h2 {
	background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
	opacity: 1;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
	-webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
	transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
	-webkit-transform: rotate(110deg) translateY(-150%);
	transform: rotate(110deg) translateY(-150%);
}

.moscow:hover {
	box-shadow: 0 10px 40px 0 rgb(12, 117, 9);
	
	-webkit-transform: scale(1.0);
	transform: scale(1.2);
	opacity: 0.8;
	transition: 0.5s;
	}
	
/*****/

@media (max-width: 600px) {
.slider_button {
display: none;
}
}



/***/


.search-container{
	width: 490px;
	display: block;
	margin: 0 auto;
  }
  
  input#search-bar{
	margin: 0 auto;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 1rem;
	border: 1px solid #D0CFCE;
	outline: none;
	 
	 
   }
  
  .search-icon{
	position: relative;
	float: right;
	width: 75px;
	height: 75px;
	top: -62px;
	right: -45px;
  }



  /* nueva pagina mex V2 estilos */
/* 
home */


/* home */
.content{
	font-family: 'Mulish', sans-serif;
    font-size: 18px;
    font-weight: 600;
	
    text-align: justify;
}

.h1H{
	font-size: 45px;
	color: #003865;
	text-align: justify;

}

.listHH{
	font-size: 17px;
	color: #000000;
	
}


.listH{
	font-size: 22px;
	color: #003865;
}


/* card home */

  .containe {
	margin: 50px auto 0;
	width: 700px;
	margin-right: 40%;
  }
  
  .u-float-right {
	float: right;
  }
  
  .u-flex-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  }
  
  .subtle {
	color: #888;
	font-size: 12px;
  }
  
  .card-media {
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .12);
	height: 125px;
	margin-bottom: 25px;
	transition: all 300ms ease-out;
	width: 140%;
  }
  
  .card-media:hover {
	box-shadow: 0 5px 14px rgba(0, 0, 0, .2);
  }
  
  .card-media-object-container {
	background: none;
	float: left;
	height: 100%;
	width: 35%;
	position: relative;
  }
  
  .card-media-object {
	background-position: center center;
	background-size: cover;
	height: 100%;
  }
  
  .card-media-object:after {
	content: " ";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 300ms ease-out;
	z-index: 10;
  }
  
  .card-media:hover .card-media-object:after {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 52%, rgba(0,0,0,0.4) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
	opacity: 1;
  }
  
  .card-media-object-tag {
	background-color: #fff;
	border-radius: 2px;
	padding: 2px 7px;
	position: absolute;
	right: 10px;
	top: 10px;
  }
  
  .card-media-object-social-list {
	bottom: 4px;
	left: 10px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
  }
  
  .card-media-object-social-list li {
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	margin-right: 6px;
	opacity: 0;
	overflow: hidden;
	transform: translateY(5px);
	transition: all 300ms ease-out;
	width: 30px;
  }
  
  .card-media:hover .card-media-object-social-list li {
	opacity: 1;
	transform: translateY(0);
  }
  
  .card-media-object-social-list li:nth-child(1) {
	transition-delay: 0;
  }
  .card-media-object-social-list li:nth-child(2) {
	transition-delay: 75ms;
  }
  .card-media-object-social-list li:nth-child(3) {
	transition-delay: 150ms;
  }
  
  .card-media-object-social-list-item-additional {
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	padding-top: 7px;
	text-align: center;
  }
  
  .card-media-body {
	background-color: #fff;
	float: left;
	height: 100%;
	padding: 12px 15px;
	position: relative;
	width: 65%;
  }
  
  .card-media-body-top {
	display: block;
  }
  
  .card-media-body-top-icons {
	margin-top: -2px;
	opacity: 0;
	transition: all 300ms ease-out;
	transform: translateY(-5px);
  }
  
  .card-media:hover .card-media-body-top-icons {
	opacity: 1;
	transform: translateY(0);
  }
  




  .card-media-body-top-icons > svg {
	cursor: pointer;
	margin-left: 10px;
	transition: all 300ms ease-out;
  }
  
  .card-media-body-top-icons > svg:hover {
	fill: #444;
  }
  
  .card-media-body-heading {
	display: block;
	margin-top: 10px;
  }
  
  .card-media-body-supporting-bottom {
	position: absolute;
	bottom: 10px;
	left: 0;
	opacity: 1;
	padding: 0 15px;
	transition: all 300ms ease-out;
	width: 100%;
  }
  
  .card-media:hover .card-media-body-supporting-bottom {
	opacity: 0;
	transform: translateY(-8px);
  }
  
  .card-media-body-supporting-bottom-text {
	display: inline-block;
  }
  
  .card-media-body-supporting-bottom-reveal {
	opacity: 0;
	transform: translateY(8px);
	transition: all 300ms ease-out;
  }
  
  .card-media:hover .card-media-body-supporting-bottom-reveal {
	opacity: 1;
	transform: translateY(0);
  }
  
  .card-media-link {
	color: #41C1F2;
	text-decoration: none;
  }



  /* web_home */


  .contents{
	margin: 1%;
	padding: 1%;
  }

  /* carrusel inicial */


  
  .slide-wrapper {
	text-align: center;
  }


  /* card  de las 3 empresas*/

  .shell{
	padding:20px 0;
	/* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' width='1800' height='610' preserveAspectRatio='none' viewBox='0 0 1800 610'%3e%3cg mask='url(%26quot%3b%23SvgjsMask2786%26quot%3b)' fill='none'%3e%3crect width='1800' height='610' x='0' y='0' fill='url(%23SvgjsLinearGradient2787)'%3e%3c/rect%3e%3cpath d='M4 610L614 0L728 0L118 610z' fill='url(%23SvgjsLinearGradient2788)'%3e%3c/path%3e%3cpath d='M441 610L1051 0L1255 0L645 610z' fill='url(%23SvgjsLinearGradient2788)'%3e%3c/path%3e%3cpath d='M840 610L1450 0L2027.5 0L1417.5 610z' fill='url(%23SvgjsLinearGradient2788)'%3e%3c/path%3e%3cpath d='M1731 610L1121 0L680 0L1290 610z' fill='url(%23SvgjsLinearGradient2789)'%3e%3c/path%3e%3cpath d='M1335 610L725 0L150.5 0L760.5 610z' fill='url(%23SvgjsLinearGradient2789)'%3e%3c/path%3e%3cpath d='M935 610L325 0L65.5 0L675.5 610z' fill='url(%23SvgjsLinearGradient2789)'%3e%3c/path%3e%3cpath d='M1290.7886448410113 610L1800 100.78864484101138L1800 610z' fill='url(%23SvgjsLinearGradient2788)'%3e%3c/path%3e%3cpath d='M0 610L509.2113551589886 610L 0 100.78864484101138z' fill='url(%23SvgjsLinearGradient2789)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask2786'%3e%3crect width='1800' height='610' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' gradientUnits='userSpaceOnUse' id='SvgjsLinearGradient2787'%3e%3cstop stop-color='%230e2a47' offset='0'%3e%3c/stop%3e%3cstop stop-color='rgba(89%2c 12%2c 12%2c 1)' offset='1'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient2788'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient2789'%3e%3cstop stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(15%2c 70%2c 185%2c 0.2)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); */

  }
  .wsk-cp-product{
	background:transparent;
	padding: 20px;
	position:relative;
	margin:10px auto;
	width: 110%;
	height: 110%;

  }
  .wsk-cp-img{
	position:absolute;
	top:5px;
	left:45%;
	transform:translate(-50%);
	-webkit-transform:translate(-50%);
	-ms-transform:translate(-50%);
	-moz-transform:translate(-50%);
	-o-transform:translate(-50%);
	-khtml-transform:translate(-50%);
	width: 100%;
	padding: 5px;
	transition: all 0.2s ease-in-out;
  }
  .wsk-cp-img img{
	width:100%;
	transition: all 0.2s ease-in-out;
	/* border-radius:6px; */
  }
  .wsk-cp-product:hover .wsk-cp-img{
	top:-40px;
  }
  
  /* .wsk-cp-product:hover .wsk-cp-img img{
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  } */
  .wsk-cp-text{
	padding-top:65%;
	text-align: center;
  }
  .wsk-cp-text .category{
	text-align:center;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	margin-bottom:45px;
	position:relative;
	transition: all 0.2s ease-in-out;
  }
  .wsk-cp-text .category > *{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-khtml-transform: translate(-50%,-50%);
	  
  }
  .wsk-cp-text .category > span{
	padding: 12px 30px;
	/* border: 1px solid #313131; */
	background:#212121;
	color:#fff;
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	border-radius:27px;
	transition: all 0.05s ease-in-out;
	
  }
  .wsk-cp-product:hover .wsk-cp-text .category > span{
	/* border-color:#ddd; */
	box-shadow: none;
	padding: 11px 28px;
  }
  .wsk-cp-product:hover .wsk-cp-text .category{
	margin-top: 0px;
  }
  .wsk-cp-text .title-product{
	text-align:center;
  }
  .wsk-cp-text .title-product h3{
	font-size:20px;
	font-weight:bold;
	margin-top: 10% !important;
	overflow: hidden;
	  white-space: nowrap;
	  text-overflow: ellipsis;
	width:100%;
  }
  .wsk-cp-text .description-prod p{
	margin:0;
  }
  /* Truncate */
  .wsk-cp-text .description-prod {
	text-align:center;
	width: 100%;
	height:62px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom:15px;
  }
  .card-footer{
	padding: 25px 0 5px;
	/* border-top: 1px solid #ddd; */
  }
  .card-footer:after, .card-footer:before{
	content:'';
	display:table;
  }
  .card-footer:after{
	clear:both;
  }
  
  .card-footer .wcf-left{
	float:left;
	
  }
  
  .card-footer .wcf-right{
	float:right;
  }
  
  .price{
	font-size:18px;
	font-weight:bold;
  }
  
  a.buy-btn{
	display:block;
	color:#212121;
	text-align:center;
	font-size: 18px;
	width:35px;
	height:35px;
	line-height:35px;
	border-radius:50%;
	border:1px solid #212121;
	transition: all 0.2s ease-in-out;
  }
  a.buy-btn:hover , a.buy-btn:active, a.buy-btn:focus{
	border-color: #FF9800;
	background: #FF9800;
	color: #fff;
	text-decoration:none;
  }
  .wsk-btn{
	display:inline-block;
	color:#212121;
	text-align:center;
	font-size: 18px;
	transition: all 0.2s ease-in-out;
	border-color: #FF9800;
	background: #FF9800;
	padding:12px 30px;
	border-radius:27px;
	margin: 0 5px;
  }
  .wsk-btn:hover, .wsk-btn:focus, .wsk-btn:active{
	text-decoration:none;
	color:#fff;
  }  
  .red{
	color:#F44336;
	font-size:22px;
	display:inline-block;
	margin: 0 5px;
  }
  @media screen and (max-width: 991px) {
	.wsk-cp-product{
	  margin:40px auto;
	}
	.wsk-cp-product .wsk-cp-img{
	top:-40px;
  }
  .wsk-cp-product .wsk-cp-img img{
	box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  }
	.wsk-cp-product .wsk-cp-text .category > span{
	border-color:#ddd;
	box-shadow: none;
	padding: 11px 28px;
  }
  .wsk-cp-product .wsk-cp-text .category{
	margin-top: 0px;
  }
  a.buy-btn{
	border-color: #FF9800;
	background: #FF9800;
	color: #fff;
  }
  }


/* 
  carrusel empresas */


  @keyframes scroll {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-250px * 7));
   }
}
.slider {
	background-color: #C8102E;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 2 1'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='1' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23C8102E'/%3E%3Cstop offset='1' stop-color='%23003865'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0' y2='1' gradientTransform='rotate(164,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23C8102E' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23C8102E' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='2' y2='2' gradientTransform='rotate(0,0.5,0.5)'%3E%3Cstop offset='0' stop-color='%23C8102E' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23C8102E' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='2' height='1'/%3E%3Cg fill-opacity='0.65'%3E%3Cpolygon fill='url(%23b)' points='0 1 0 0 2 0'/%3E%3Cpolygon fill='url(%23c)' points='2 1 2 0 0 0'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
	/* box-shadow: 0 10px 20px -5px rgba(28, 26, 26, 0.874); */
	height: 160px !important;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 1290px;
}


.zlider{
	background-color: white  !important;
}

/* .slider::before, .slider::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(248, 248, 248, 0.735) 100%);
	content: "";
	height: 200px;
	position: absolute;
	width: 200px;
	z-index: 2;
} */


@media (max-width: 718px) {
	.slider::before, .slider::after {
		width: 50px;
	}
  }
  


.slider .slide-track {
	
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}
.slider .slide {
	
	height: 140px;
	width: 250px;
}

/* new card home */


.band {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	
	display: grid;
	
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 20px;
	
  }
  
  @media only screen and (min-width: 500px) {
	.band {
	  grid-template-columns: 1fr 1fr;
	}  
	.item-1 {
	grid-column: 1/ span 2;
	}
	.item-1 h1 {
	  font-size: 30px;
	}
  }
  
  @media only screen and (min-width: 850px) {
	.band {
	  grid-template-columns: 1fr 1fr 1fr 1fr;
	}
  }
  
  /* card */

  .card {
	min-height: 100%;
	background: white;
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: #444;
	position: relative;
	top: 0;
	transition: all .1s ease-in;
	border-radius: 24px;
  }
  
  .card:hover {
	top: -2px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.2);
  }
  
  .card article {
	padding: 20px;
	display: flex;
	flex: 1;
	justify-content: space-between;
	flex-direction: column;
	
  }
  .card .thumb {
	padding-bottom: 60%;
	background-size: cover;
	background-position: center center;
	border-radius: 24px 24px 0 0;
  }
  
  .card p { 
	flex: 1; /* make p grow to fill available space*/
	line-height: 1.4;
  }


  
  /* typography */
  h1 {
	font-size: 20px;
	margin: 0;
	color: #333;
  }
  
  .card span {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	letter-spacing: .05em;
	margin: 2em 0 0 0;
  }

  

  /* ejemplo */

  .containerr {
	display: flex;
	/* align-items: center; */
	max-width: 1130px;
	margin: 20px auto;
	padding: 10px;
  }

  .text-section {
	flex: 2.3;
	text-align: justify;
	padding: 1.5px;
	margin-top: 9%;
  }

  .text{
   font-size: 32px;
   color:#000000
  }

  .texts{
	font-size: 26px;

  }

  .Contacts{
	font-size: 20px;
  }

  .text-section h2 {
	margin-top: 0;
  }

  .image-section {
	flex: 1;
	text-align: center;
  }

  .image-section img {
	max-width: 110%;
	height: auto;
  }


  /*linea del tiempo*/

/* .containerr{
	
} */

  .containera {
	
	max-width: 1024px;
	width: 90%;
	font-size: 23px;
	margin: 0 auto;
}
.timeline-item {
	padding: 3em 2em 2em;
	position: relative;
	color: rgba(0, 0, 0, .7);
	border-left: 2px solid rgb(0, 0, 0);
}
.timeline-item p {
	font-size: 20px;
	text-align: center;
}
.timeline-item::before {
	content: attr(date-is);
	position: absolute;
	left: 2em;
	font-weight: bold;
	top: 1em;
	display: block;
	font-family: 'Roboto', sans-serif;
	
}
.timeline-item::after {
	width: 10px;
	height: 10px;
	display: block;
	top: 1em;
	position: absolute;
	left: -7px;
	border-radius: 10px;
	content: '';
	border: 2px solid rgba(0, 0, 0, .3);
	background: rgb(0, 0, 0);
}
.timeline-item:last-child {
	border-image: linear-gradient(to bottom, rgb(0, 0, 0) 60%, rgba(0, 0, 0, 0)) 1 100%;
}


.image {
	width: 200px;
	height: auto;
	margin-bottom: 10px;
  }
/* 
contador */

.conta{
	background-color: #01547e;
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23c34346' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23924356' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23624467' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23314477' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23004487' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23314477' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23624467' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23924356' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23c34346' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23F44336' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E"); */
background-attachment: fixed;
background-size: cover;
height: 120px;
font-size: 19px;
}

.counter {
	display: flex;
	justify-content: space-around;
	color: white;
	height: 130px;
	padding: 3% 0 4% 0;
	
  }
  

  .key-facts .col {
    min-width: 12rem;
    border-left: 2px solid #000000;
}
  
  .counter-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 2%;
  }
  
  
  .counter-label {
	font-size: 20px;
	color: rgb(255, 255, 255);
  }

  
  .counter-number {
	font-size: 22px;
	font-weight: bold;
	opacity: 0;
	animation: count 1s ease-in-out;
	animation-fill-mode: forwards;
  }

  @keyframes count {
	0% {
	  opacity: 0;
	  transform: translateY(20px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  .counter-number {
	font-size: 24px;
	font-weight: bold;
	opacity: 0;
	animation: count 1s ease-in-out;
	animation-fill-mode: forwards;
  }
  
  
  /* offers general */

  .offersHead{
	background-color: #003865;
  }

.mapasection{
	display: flex;
	flex-direction: row;
	background-color: #ffffff;
	/* width: 100vw; */
}

/* MAPA */
.mapa{
	width: 60%;
	height: auto;
}

.contactmap{
	width: 40%;
	margin: auto;
}
 

/* CARDS DEL MAPA */
.flags-list {
	display: flex;
	flex-direction: column;
	align-items: center;
  }

  .fila{
	display: flex;
	flex-direction: row;
  }
  
  .flag {
	margin: 8px 30px;
	width: 80px;
	height: 50px;
	border-radius: 0;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	cursor: pointer;
	transition: 0.4s;
  }
  
  .flag .flag_image {
	width: inherit;
	height: inherit;
	border-radius: 0px;
  }
  
  .flag .flag_image img {
	width: inherit;
	height: inherit;
	border-radius: 0;
	object-fit: cover;
  }
  
  /* .card .card_title {
	text-align: center;
	border-radius: 0px 0px 40px 40px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 30px;
	margin-top: -80px;
	height: 40px;
  } */
  
  .flag:hover {
	transform: scale(0.9, 0.9);
	box-shadow: 5px 5px 30px 15px rgba(0,0,0,0.25), 
	  -5px -5px 30px 15px rgba(0,0,0,0.22);
  }
  
  .title-white {
	color: white;
  }
  
  .title-black {
	color: black;
  }
  

  @media (max-width: 768px) {
	.mapasection{
		flex-direction: column;
	}
	.mapa{
		width: 100%;
	}
	.flags-list{
		flex-direction: column;
	}
  }
  
  
  /*
  .card {
	margin: 30px auto;
	width: 300px;
	height: 300px;
	border-radius: 40px;
	background-image: url('https://i.redd.it/b3esnz5ra34y.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
  box-shadow: 5px 5px 30px 7px rgba(0,0,0,0.25), -5px -5px 30px 7px rgba(0,0,0,0.22);
	transition: 0.4s;
  }
  */


.gray-card{
	background-color: rgba(200, 200, 200, 0.337) !important;
}



/* Forms */

[type=text],
[type=email],
[type=url],
select,
textarea {
  display: block;
  padding: .5rem;
  background: transparent;
  width: 100%;
  max-width: 100%;
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  font-size: .95rem;
}

[type=text]:focus,
[type=email]:focus,
[type=url]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: 1px solid #1E6BD6;
} 

select {
  
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==) 100% no-repeat;
  line-height: 1
}

label {
  font-weight: 600;
  font-size: .9rem;
  display: block;
  margin: .5rem 0;
}

/* Other */


.container_F {
	
  max-width: 900px;
  transform: translateY(-140px);
  margin: 0 auto;
  padding: 0 1rem;
}


/* Button */

[type=submit] {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	cursor: pointer;
	margin: .25rem 0;
	padding: .5rem 1rem;
	border: 1px solid rgb(8, 31, 147);
	border-radius: 6px;
	background: rgb(8, 31, 147);
	color: white;
	width: 880px; /* Ajusta el valor según sea necesario */
	height: 40px;
	font-weight: 600;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 18px;
  }

  .contactE{
	background-color: #EAEAEA;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg fill-opacity='0.75'%3E%3Crect fill='%23EAEAEA' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='10' width='11' height='11'/%3E%3Crect fill='%23ebebeb' y='10' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='20' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23ececec' y='20' width='11' height='11'/%3E%3Crect fill='%23ececec' x='30' width='11' height='11'/%3E%3Crect fill='%23ececec' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23ededed' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23ededed' y='30' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='40' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23efefef' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23efefef' y='40' width='11' height='11'/%3E%3Crect fill='%23efefef' x='50' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23f0f0f0' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' y='50' width='11' height='11'/%3E%3Crect fill='%23f1f1f1' x='60' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23f2f2f2' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23f3f3f3' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='70' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23f4f4f4' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23f5f5f5' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23f5f5f5' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23f5f5f5' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='80' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23f6f6f6' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23f7f7f7' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='90' width='11' height='11'/%3E%3Crect fill='%23f8f8f8' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23f9f9f9' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23fafafa' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23fbfbfb' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23fcfcfc' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23fcfcfc' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23fcfcfc' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23fdfdfd' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23fefefe' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23ffffff' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23FFFFFF' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
background-attachment: fixed;
background-size: cover;
  }

  .mess{
	width: 300px;
  }
  

  /*estilo de ejemplo*/



  
  .ruta{
	color: #003865 !important;
	
  }

  .rutas{
	padding: 5px 0 10px 10px;
	font-size: 28px !important;
  }



      /**separador**/
      .custom-breadcrumbs {
		width: 100%;
		height: 31px;
		z-index: 999;
		background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
		/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */

		overflow: hidden;
		font-family: UniversLTStd-Cn, Helvetica, sans-serif;
	  }


	  

	  .bread{
		background-image: url('/public/imgs/separador/op.png');
	  }
	  
	  .custom-breadcrumbs li,
	  .custom-breadcrumbs li span {
		display: block;
		position: relative;
		color: #fff;
		text-decoration: none;
	  }
	  
	  .custom-breadcrumbs li:first-child {
		margin-right: 30px;
		padding-right: 20px;
		padding-left: 30px;
		border-right: 1px solid #d1d4d3;
		transform: skew(-26deg);
	  }
	  
	  
	  
	  .custom-breadcrumbs li {
		list-style-type: none;
		float: left;
		font-size: 11px;
		text-transform: uppercase;
		color: #fff;
		position: relative;
		line-height: 20px;
		padding: 5px 25px 5px 0;
		margin: 0;
	  }
	  
	  .custom-inverse a{
		display: block !important;
		position: relative !important;
		color: #fff !important;
		text-decoration: none !important;
	  }
		  



	  
	      /**separador para uso exclusivo de recursos prueba 1.0**/
		  .custom-breadcrumbsx {
			margin-top: 151px;
			max-width: 100%;
			height: 31px;
			z-index: 999;
			background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
		  }
	

		  @media (max-width: 834px) {
			.custom-breadcrumbsx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  @media (max-width: 768px) {
			.custom-breadcrumbsx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  
		  
		  @media (max-width: 570px) {
			.custom-breadcrumbsx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  .bread{
			background-image: url('/public/imgs/separador/op.png');
		  }
		  
		  .custom-breadcrumbsx li,
		  .custom-breadcrumbsx li span {
			display: block;
			position: relative;
			color: #fff;
			text-decoration: none;
		  }
		  
		  .custom-breadcrumbsx li:first-child {
			margin-right: 30px;
			padding-right: 20px;
			padding-left: 30px;
			border-right: 1px solid #d1d4d3;
			transform: skew(-26deg);
		  }
		  
		  
		  
		  .custom-breadcrumbsx li {
			list-style-type: none;
			float: left;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			position: relative;
			line-height: 20px;
			padding: 5px 25px 5px 0;
			margin: 0;
		  }
		  
		  .custom-inverse a{
			display: block !important;
			position: relative !important;
			color: #fff !important;
			text-decoration: none !important;
		  }
			 



		  
	      /**separador para uso exclusivo de avisos de privacidad**/
		  .custom-breadcrumbsxx {
			margin-top: 157px;
			max-width: 100%;
			height: 31px;
			z-index: 999;
			background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
		  }
	

		  @media (max-width: 834px) {
			.custom-breadcrumbsxx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  @media (max-width: 768px) {
			.custom-breadcrumbsxx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  
		  
		  @media (max-width: 570px) {
			.custom-breadcrumbsxx {
			  margin-top: 70px; /* Ajusta este valor según lo necesites */
			}
		  }

		  .bread{
			background-image: url('/public/imgs/separador/op.png');
		  }
		  
		  .custom-breadcrumbsxx li,
		  .custom-breadcrumbsxx li span {
			display: block;
			position: relative;
			color: #fff;
			text-decoration: none;
		  }
		  
		  .custom-breadcrumbsxx li:first-child {
			margin-right: 30px;
			padding-right: 20px;
			padding-left: 30px;
			border-right: 1px solid #d1d4d3;
			transform: skew(-26deg);
		  }
		  
		  
		  
		  .custom-breadcrumbsxx li {
			list-style-type: none;
			float: left;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			position: relative;
			line-height: 20px;
			padding: 5px 25px 5px 0;
			margin: 0;
		  }
		  
		  .custom-inversex a{
			display: block !important;
			position: relative !important;
			color: #fff !important;
			text-decoration: none !important;
		  }
			 



		       /**separador para uso exclusivo de recursos prueba-brohues*/
			   .custom-breadcrumbsBRO {
				margin-top: 157px;
				max-width: 100%;
				height: 31px;
				z-index: 999;
				background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
			  }
		
	
			  @media (max-width: 834px) {
				.custom-breadcrumbsBRO {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  @media (max-width: 768px) {
				.custom-breadcrumbsBRO {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  
			  
			  @media (max-width: 570px) {
				.custom-breadcrumbsBRO {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  .bread{
				background-image: url('/public/imgs/separador/op.png');
			  }
			  
			  .custom-breadcrumbsBRO li,
			  .custom-breadcrumbsBRO li span {
				display: block;
				position: relative;
				color: #fff;
				text-decoration: none;
			  }
			  
			  .custom-breadcrumbsBRO li:first-child {
				margin-right: 30px;
				padding-right: 20px;
				padding-left: 30px;
				border-right: 1px solid #d1d4d3;
				transform: skew(-26deg);
			  }
			  
			  
			  
			  .custom-breadcrumbsBRO li {
				list-style-type: none;
				float: left;
				font-size: 11px;
				text-transform: uppercase;
				color: #fff;
				position: relative;
				line-height: 20px;
				padding: 5px 25px 5px 0;
				margin: 0;
			  }
			  
			  .custom-inverse a{
				display: block !important;
				position: relative !important;
				color: #fff !important;
				text-decoration: none !important;
			  }
				 
	


	      /**separador para uso exclusivo de recursos**/
		  .custom-breadcrumbss {
			margin-top: 157px;
			max-width: 100%;
			height: 31px;
			z-index: 999;
			background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
		  }
	

		  @media (max-width: 834px) {
			.custom-breadcrumbss {
			  margin-top: -15px; /* Ajusta este valor según lo necesites */
			}
		  }

		  @media (max-width: 768px) {
			.custom-breadcrumbss {
			  margin-top: -15px; /* Ajusta este valor según lo necesites */
			}
		  }

		  
		  
		  @media (max-width: 570px) {
			.custom-breadcrumbss {
			  margin-top: -15px; /* Ajusta este valor según lo necesites */
			}
		  }

		  .bread{
			background-image: url('/public/imgs/separador/op.png');
		  }
		  
		  .custom-breadcrumbss li,
		  .custom-breadcrumbss li span {
			display: block;
			position: relative;
			color: #fff;
			text-decoration: none;
		  }
		  
		  .custom-breadcrumbss li:first-child {
			margin-right: 30px;
			padding-right: 20px;
			padding-left: 30px;
			border-right: 1px solid #d1d4d3;
			transform: skew(-26deg);
		  }
		  
		  
		  
		  .custom-breadcrumbss li {
			list-style-type: none;
			float: left;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			position: relative;
			line-height: 20px;
			padding: 5px 25px 5px 0;
			margin: 0;
		  }
		  
		  .custom-inverse a{
			display: block !important;
			position: relative !important;
			color: #fff !important;
			text-decoration: none !important;
		  }
			  


		     /**separador para uso exclusivo de fechas qmc**/
			 .custom-breadcrumbss {
				margin-top: 157px;
				max-width: 100%;
				height: 31px;
				z-index: 999;
				background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
			  }
		
	
			  @media (min-width: 937px) {
				.custom-breadcrumbsFQMC {
				  margin-top: 150px; /* Ajusta este valor según lo necesites */
				}
			  }

			  @media (max-width: 834px) {
				.custom-breadcrumbsFQMC {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  @media (max-width: 768px) {
				.custom-breadcrumbsFQMC {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  
			  
			  @media (max-width: 570px) {
				.custom-breadcrumbsFQMC {
				  margin-top: 70px; /* Ajusta este valor según lo necesites */
				}
			  }
	
			  .bread{
				background-image: url('/public/imgs/separador/op.png');
			  }
			  
			  .custom-breadcrumbsFQMC li,
			  .custom-breadcrumbsFQMC li span {
				display: block;
				position: relative;
				color: #fff;
				text-decoration: none;
			  }
			  
			  .custom-breadcrumbsFQMC li:first-child {
				margin-right: 30px;
				padding-right: 20px;
				padding-left: 30px;
				border-right: 1px solid #d1d4d3;
				transform: skew(-26deg);
			  }
			  
			  
			  
			  .custom-breadcrumbsFQMC li {
				list-style-type: none;
				float: left;
				font-size: 11px;
				text-transform: uppercase;
				color: #fff;
				position: relative;
				line-height: 20px;
				padding: 5px 25px 5px 0;
				margin: 0;
			  }
			  
			  .custom-inverses a{
				display: block !important;
				position: relative !important;
				color: #fff !important;
				text-decoration: none !important;
			  }



		   /**separador para uso exclusivo de fechas**/
		   .custom-breadcrumbsD {
			margin-top: 150px;
			max-width: 100%;
			height: 31px;
			z-index: 999;
			background: linear-gradient( rgba(0, 0, 0, 0.893), rgba(0, 0, 0, 0.786));
			/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	
			overflow: hidden;
			font-family: UniversLTStd-Cn, Helvetica, sans-serif;
		  }

		  @media (max-width: 834px) {
			.custom-breadcrumbsD {
			  margin-top: 0px; /* Ajusta este valor según lo necesites */
			}
		  }

		  @media (max-width: 768px) {
			.custom-breadcrumbsD {
			  margin-top: 0px; /* Ajusta este valor según lo necesites */
			}
		  }

		  
		  
		  @media (max-width: 570px) {
			.custom-breadcrumbsD {
			  margin-top: 0px; /* Ajusta este valor según lo necesites */
			}
		  }
	
		  .bread{
			background-image: url('/public/imgs/separador/op.png');
		  }
		  
		  .custom-breadcrumbsD li,
		  .custom-breadcrumbsD li span {
			display: block;
			position: relative;
			color: #fff;
			text-decoration: none;
		  }
		  
		  .custom-breadcrumbsD li:first-child {
			margin-right: 30px;
			padding-right: 20px;
			padding-left: 30px;
			border-right: 1px solid #d1d4d3;
			transform: skew(-26deg);
		  }
		  
		  
		  
		  .custom-breadcrumbsD li {
			list-style-type: none;
			float: left;
			font-size: 11px;
			text-transform: uppercase;
			color: #fff;
			position: relative;
			line-height: 20px;
			padding: 5px 25px 5px 0;
			margin: 0;
		  }
		  
		  .custom-inverseD a{
			display: block !important;
			position: relative !important;
			color: #fff !important;
			text-decoration: none !important;
		  }

		  .custom-inverseD p{
			display: block !important;
			position: relative !important;
			color: #fff !important;
			text-decoration: none !important;
		  }

		  /*logo what*/

.fixed-image {
  display: none;
  position: fixed;
  bottom: 65px;
  right: 30px;
  width: 60px;
  height: 60px;
}

/*flechas/*
* {margin:0; box-sizing:content-box;}
body{
  height:100vh;
  background-color: #101010;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
	font-family: Arial;
  color:White;
  font-size:min(30px, max(3.75vw, 25px));
  text-align: center;
  display: flex;
  justify-content:center;
  align-items: center;
}

label{cursor: pointer;}

/* Contenedor para centrar */
.ContainerCenter{
	display: flex;
	align-items: center;
	flex-direction: column;
  }
  
  /* Slider */
  .Carrusels{
	height: 300px;
	width: 500px;
	position: relative;
	overflow-x: hidden;
  }
  .Carrusel{
	height: 100%;
	width: 100%;
	position: absolute;
	background-size: cover;
	overflow-y: hidden;
	transition: all .5s ease;
  }
  /* Estado 1 */
  #Slider1:checked ~ .Carrusels .Carrusel:nth-of-type(1) {transform: translate(0%, 0);}
  #Slider1:checked ~ .Carrusels .Carrusel:nth-of-type(2) {transform: translate(100%, 0);}
  #Slider1:checked ~ .Carrusels .Carrusel:nth-of-type(3) {transform: translate(200%, 0);}
  /* Estado 2 */
  #Slider2:checked ~ .Carrusels .Carrusel:nth-of-type(1) {transform: translate(-100%, 0);}
  #Slider2:checked ~ .Carrusels .Carrusel:nth-of-type(2) {transform: translate(0%, 0);}
  #Slider2:checked ~ .Carrusels .Carrusel:nth-of-type(3) {transform: translate(100%, 0);}
  /* Estado 3 */
  #Slider3:checked ~ .Carrusels .Carrusel:nth-of-type(1) {transform: translate(-200%, 0);}
  #Slider3:checked ~ .Carrusels .Carrusel:nth-of-type(2) {transform: translate(-100%, 0);}
  #Slider3:checked ~ .Carrusels .Carrusel:nth-of-type(3) {transform: translate(0%, 0);}
  
  
  /* Flechas */
  .Carrusels .ArrowLeft, .Carrusels .ArrowRight{
	position: absolute;
	height: 100%;
	width: 2em;
	align-items: center;
	justify-content: center;
	display: none;
	user-select: none;
  }
  .Carrusels .ArrowLeft{left: 0px;}
  .Carrusels .ArrowRight{right: 0px;}
  /* Configuracion de flechas individuales */
  #Slider1:checked ~ .Carrusels .Arrow1{display: flex;}
  #Slider2:checked ~ .Carrusels .Arrow2{display: flex;}
  #Slider3:checked ~ .Carrusels .Arrow3{display: flex;}
  
  
  /* Selectores */
  .Selectors {
	width: 60px;
	padding: 15px;
	display: flex;
	justify-content: space-between;
  }
  .Selectors .Selector {
	background-color: #FFF;
	height: 10px;
	width: 10px;
	display: block;
	border-radius: 5px;
  }
  /* Condicionales para botón inferior */
  #Slider1:checked ~ .Selectors .Selector:nth-of-type(1) {background-color: #999999;}
  #Slider2:checked ~ .Selectors .Selector:nth-of-type(2) {background-color: #999999;}
  #Slider3:checked ~ .Selectors .Selector:nth-of-type(3) {background-color: #999999;}

  @mixin transition($transition) {
	-moz-transition:    $transition;
	-o-transition:      $transition;
	-webkit-transition: $transition;
	transition:         $transition;
  }
  #carrousel{
	  margin: 10px;
	  @media (max-width: 768px){
		  margin: 70px 0px 0px 0px;
	  }
	  @media (max-width: 425px){
		  margin: 50px 0px 0px 0px;
	  }  
	  .title{
		margin-bottom: 10px;
		font-size: 30px;
	  }
	  .owl-carousel {
		  img{
			  max-height: 100%;
			  max-width: 100%;
			  width: auto;
			  height: auto;
			  position: absolute;
			  top: 0;
			  bottom: 0;
			  left: 0;
			  right: 0;
			  margin: auto;
			  height: 300px;
			  object-fit: cover;
			  @include transition(all 0.2s ease);
			  -webkit-box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
			  -moz-box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
			  box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
		  }
		  .owl-item{
			  height: 300px;
			  position: relative;
			  transform: scale(0.7);
			  -ms-transform: scale(0.7);
			  transition: all .2s;
			  -webkit-transform: all .2s;
			  z-index: 1;
			  @media (max-width: 768px){
				  height: 270px;
			  }
			  @media (max-width: 380px){
				  height: 200px;
			  }
		  }
		  .owl-stage-outer {
			  padding-bottom: 10px;
		  }
	  }
  
	  .owl-item {
		  &.big{
			  transform: scale(1);
			  -ms-transform: scale(1);
			  z-index: 3;
		  }
	  }
  
	  .owl-item{
		  &.medium{
			  transform: scale(0.8);
			  -ms-transform: scale(0.8);
			  z-index: 2;
  
			  &.mdright{
				  /*border: solid 1px red;*/
				  position: relative;
				  left: -30px;
				  @media (min-width: 768px){
					  left: 0px;
				  }
			  }
			  &.mdleft{
				  /*border: solid 1px blue;*/
				  position: relative;
				  right: -30px;
				  @media (min-width: 768px){
					  right: 0px;
				  }
			  }
		  }
	  }
  
	  .owl-item{
		  &.smallRight{
			  &.active{
				  transform: scale(0.7);
				  -ms-transform: scale(0.7);
				  position: relative;
				  left: -30px;
			  }
		  }
	  }
	  .owl-item {
		  &.smallLeft {
			  &.active {
				  transform: scale(0.7);
				  -ms-transform: scale(0.7);
				  position: relative;
				  right: -30px;
			  }
		  }
	  }
  
	  .owl-nav{
		  position: absolute;
		  top: 30%;
		  width: 100%;
		  .owl-prev{
			  position: absolute;
			  left: 0px;
			  top: 10px;
			  background: transparent !important;
			  color: #000 !important;
			  font-size: 40px !important;
			  &:hover{
				  color: #adadad !important;
			  }
		  }
		  .owl-next{
			  position: absolute;
			  right: 0px;
			  top: 10px;
			  background: transparent !important;
			  color: #000 !important;
			  font-size: 40px !important;
			  &:hover{
				  color: #adadad  !important;
			  }
		  }
	  }
  }


