@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
	src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
		url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
		url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Icons created with icomoon.io/app */


.blackscreen{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.testing{
    opacity: 0;

}


.card-caja {
    position: relative;
    display: -ms-flexbox;
    /* display: flex; */
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    padding: 5px;
}

.swiper-container-caja {
    width: 100%;
    height: 100%;
    text-align: left;
}

.swiper-slide-caja {
    width: 130px;
    position: relative;
    height: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: inline-block;
    z-index: 999;
    margin: 3px;

}

.swiper-slide-caja img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.swiper-container {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.swiper-slide {
    height: 100%;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: inline-block;
    z-index: 999;

}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.image-caption {
    position: absolute;
    bottom: 0px;
    justify-content: flex-start;
    align-items: center;
    color: white;
    width: 100%;

    border-radius: 5px;
}

.image-caption-caja {
    bottom: 0px;
    justify-content: flex-start;
    align-items: center;
    color: white;
    width: 100%;
position: absolute;
    border-radius: 5px;
}

.testSwiper{
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-weight: 900;
    font-size: 13px;
    letter-spacing: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.40);
    /* background-color: rgba(92, 143, 85, 1); */
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px 0px 5px 5px;
}

.testSwiper-caja{
    text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight: 900;
    font-size: 11px;
    letter-spacing: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.40);
    /* background-color: rgba(92, 143, 85, 1); */
    line-height: 1;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0px 0px 5px 5px;
}

@media (max-width: 991px) {
    .testSwiper {
        font-size: 11px;

    }
    .testSwiper-caja {
        font-size: 10px;

    }

    .swiper-slide-caja{
        width: 47%;
    }
}

@media (min-width: 992px) {
    .testSwiper {
        font-size: 12px;

    }
    .testSwiper-caja {
        font-size: 10px;

    }

}

@media (min-width: 1200px) {
    .testSwiper {
        font-size: 13px;

    }
    .testSwiper-caja {
        font-size: 11px;

    }

}

.tabs {
	position: relative;
	width: 100%;
	overflow: hidden;
	margin: 1em 0 2em;
	font-weight: 400;
}

/* Nav */
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}

.tabs nav ul li {
	border: 1px solid #becbd2;
	border-bottom: none;
	margin: 0 0.25em;
	display: block;
	float: left;
	position: relative;

}

.tabs nav li.tab-current {
	border: 1px solid #17508e;
	box-shadow: inset 0 2px #17508e;
	border-bottom: none;
	z-index: 100;

}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	bottom: 0;
	width: 1000px;
	background: #17508e;
}

.tabs nav li.tab-current:after {
	right: auto;
	left: 100%;
	width: 4000px;
}

.tabs nav a {
	color: #becbd2;
	display: block;
	font-size: 1.25em;

	line-height: 2.5;
	/*padding: 0 1.25em;*/
	padding: 0 1.00em;
	white-space: nowrap;
}

.tabs nav a:hover {
	color: #768e9d;
}

.tabs nav li.tab-current a {
	color: #17508e;
}

/* Icons */
.tabs nav a:before {
	display: inline-block;
	vertical-align: middle;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	font-family: 'icomoon';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
	margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
	content: "\e600";
}

.icon-lab:before {
	content: "\e601";
}

.icon-cup:before {
	content: "\e602";
}

.icon-truck:before {
	content: "\e603";
}

.icon-shop:before {
	content: "\e604";
}

/* Content */
.content section {
	font-size: 1rem;
	padding: 2em 0.25em;
	display: none;
	max-width: 1230px;
	margin: 0 auto;
}

.content section:before,
.content section:after {
	content: '';
	display: table;
}

.content section:after {
	clear: both;
}

/* Fallback example */
.no-js .content section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid #47a3da;
}

.content section.content-current {
	display: block;
}

.mediabox {
	float: left;
	width: 33%;
	padding: 0 25px;
}

.mediabox img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.mediabox h3 {
	margin: 0.75em 0 0.5em;
}

.mediabox p {
	padding: 0 0 1em 0;
	margin: 0;
	line-height: 1.3;
}

.fas{
	position: relative !important;
	 right: 10px !important;
}


@media screen and (max-width: 500px) {
	.tabs nav a {
		font-size: 0.8em;
	}
	.fas{
		position: relative !important;
		 right: 5px !important;
	}

}


@media screen and (max-width: 350px) {
	.fas{
		position: relative !important;
		 right: 0px !important;
	}

	.tabs nav a span {
		display: none;
	}

	.tabs nav a:before {
		margin-right: 0;
	}

	.mediabox {
		float: none;
		width: auto;
		padding: 0 0 35px 0;
		font-size: 90%;
	}

	.mediabox img {
		float: left;
		margin: 0 25px 10px 0;
		max-width: 40%;
	}

	.mediabox h3 {
		margin-top: 0;
	}

	.mediabox p {
		margin-left: 40%;
		margin-left: calc(40% + 25px);
	}

	.mediabox:before,
	.mediabox:after {
		content: '';
		display: table;
	}

	.mediabox:after {
		clear: both;
	}
}


