/* --------------------------------------------------------
/* ---- COLORS
-------------------------------------------------------- */

html {
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
}

.m-auto {
	margin: 0 auto;
}

.m-left {
	margin-left: 0px !important;
}

.text-center {
	text-align: center !important;
}

.text-white {
	color: #fff;
}

/* --------------------------------------------------------
/* ---- Widths
-------------------------------------------------------- */
.w-80 {
	width: 80% !important;
}

.w-70 {
	width: 70%;
}

.w-60 {
	width: 60%;
}

.display_table {
	display: table;
}

.display_block {
	display: block !important;
}

.display_initial {
	margin: initial !important;
}

.d_initial {
	display: initial !important;
}

.edebe__no_margins_top {
	margin-top: 0px !important;
}

.edebe__no_margins_bottom {
	margin-bottom: 0px !important;
}

.the_content img {
	max-width: fit-content !important;
}

.the_content iframe {
	width: 80%;
	height: 400px;
	margin: 0 auto;
	display: block;
}

.aligncenter {
	text-align: center !important;
	margin: 0 auto;
	display: block;
}

/* --------------------------------------------------------
/* ---- Margins
-------------------------------------------------------- */

.mt-50 {
	margin-top: 50px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-100 {
	margin-bottom: 100px !important;
}

.mb-90 {
	margin-bottom: 90px !important;
}

.mb-80 {
	margin-bottom: 80px !important;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

/* --------------------------------------------------------
/* ---- DISPLAYS
-------------------------------------------------------- */
.d_table {
	display: table;
}

.d_inline {
	display: inline;
}

.d_inline_block {
	display: inline-block;
}

.text_limit {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.text_limit_2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; /* number of lines to show */
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text_limit_3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; /* number of lines to show */
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.text_limit_4 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4; /* number of lines to show */
	line-clamp: 4;
	-webkit-box-orient: vertical;
}

/* --------------------------------------------------------
/* ---- GENERALES
-------------------------------------------------------- */

a {
	text-decoration: none;
}

a:hover {
	color: #fbc84f !important;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

img {
	width: 100%;
	height: auto;
}

.no-border {
	border: 0px !important;
}

.clear {
	clear: both;
}

.pointer {
	cursor: pointer !important;
}

.transition {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.p-relative {
	position: relative !important;
}

.no-padding {
	padding: 0px !important;
}

.section-full {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.custom-section {
	width: 100%;
	max-width: 1366px;
	height: auto;
	margin: 0 auto;
}

.edebe__main_section_1280 {
	width: 100%;
	max-width: 1280px;
	height: auto;
	margin: 0 auto;
}

.edebe__main_section_2240 {
	width: 100%;
	max-width: 2240px;
	height: auto;
	margin: 0 auto;
}

.edebe_main_content {
	width: 100%;
	height: auto;
	position: relative;
	margin: 0 auto;
}

/* --------------------------------------------------------
/* ---- containers and grids
-------------------------------------------------------- */

.edebe__full_container {
	width: 100%;
	height: auto;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.ed_center_container {
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}

.block_grid_2 {
	width: 50%;
	height: auto;
	float: left;
}

.block_grid_3 {
	width: 33.33%;
	height: auto;
	float: left;
}

.block_grid_4 {
	width: 25%;
	height: auto;
	float: left;
}

.block_grid_5 {
	width: 20%;
	height: auto;
	float: left;
}

.block_grid_6 {
	width: 10%;
	height: auto;
	float: left;
}

/* --------------------------------------------------------
/* ---- BOTONES
-------------------------------------------------------- */

.edebe__dots_horizontal {
	width: 320px;
	height: auto;
}

/* --------------------------------------------------------
/* ---- BOTONES
-------------------------------------------------------- */

.btn_general {
	width: 340px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_red_yellow_d_small.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_general .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_general_dots_white {
	width: 340px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_red_white_d_small.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_general_dots_white .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_conoce_mas {
	width: 200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_red_white_d_small_2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_conoce_mas .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_conoce_mas_green {
	width: 140px;
	height: 35px;
	position: relative;
	background: url(../images/botones/btn_green_blue_d_big.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_conoce_mas_green .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_ver_mas {
	width: 120px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_green_blue_d_big.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_ver_mas .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_ver_mas_big {
	width: 160px;
	height: 60px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_green_blue_d_big.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_ver_mas_big .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_descubre_mas {
	width: 200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_red_small.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 99;
}

.btn_descubre_mas .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.btn_explora_aqui {
	width: 200px;
	height: 80px;
	position: relative;
	margin: 0 auto;
	background: url(../images/botones/btn_red_white_d_small_2.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.btn_explora_aqui .texto {
	width: 100%;
	height: auto;
	font-family: "Montserrat-Bold";
	text-transform: uppercase;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.carousel-control-next,
.carousel-control-prev {
	background: rgba(0, 0, 0, 0);
	border: 0px;
}

.carousel-control-prev-icon {
	background-image: url("../images/generals/left-arrow.png") !important;
}

.carousel-control-next-icon {
	background-image: url("../images/generals/right-arrow.png") !important;
}

.carousel-indicators button {
	background: #bc0024 !important;
	border: 0px;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	border-radius: 50%;
	opacity: 0.5;
}

.carousel-indicators .active {
	opacity: 1 !important;
}

@media only screen and (max-width: 620px) {
	.btn_conoce_mas {
		width: 185px;
	}

	.btn_conoce_mas .texto {
		font-size: 12px;
		line-height: 17px;
	}

	.btn_conoce_mas_green {
		width: 130px;
		height: 40px;
	}

	.btn_conoce_mas_green .texto {
		font-size: 10px;
		line-height: 16px;
	}

	.btn_descubre_mas {
		width: 185px;
	}

	.btn_descubre_mas .texto {
		font-size: 12px;
		line-height: 17px;
	}

	.btn_explora_aqui {
		width: 185px;
	}

	.btn_explora_aqui .texto {
		font-size: 12px;
		line-height: 17px;
	}

	.btn_general_dots_white {
		width: 300px;
		height: 60px;
	}
	.btn_general_dots_white .texto {
		font-size: 12px;
		line-height: 17px;
	}

	.btn_general {
		width: 290px;
		height: 46px;
	}

	.btn_general .texto {
		font-size: 12px;
		line-height: 16px;
	}
}

@media only screen and (max-width: 568px) {
	.edebe__dots_horizontal {
		width: 260px;
		height: auto;
	}

	.the_content iframe {
		width: 90%;
		height: 360px;
	}
}

@media only screen and (max-width: 480px) {
	.btn_conoce_mas {
		width: 160px;
		height: 44px;
	}

	.btn_conoce_mas .texto {
		font-size: 10px;
		line-height: 15px;
	}

	.btn_descubre_mas {
		width: 160px;
		height: 44px;
	}

	.btn_descubre_mas .texto {
		font-size: 10px;
		line-height: 15px;
	}

	.btn_explora_aqui {
		width: 160px;
		height: 44px;
	}

	.btn_explora_aqui .texto {
		font-size: 10px;
		line-height: 15px;
	}

	.btn_general_dots_white {
		width: 268px;
		height: 34px;
	}

	.btn_general_dots_white .texto {
		font-size: 10px;
		line-height: 15px;
	}
}

@media only screen and (max-width: 380px) {
	.btn_conoce_mas {
		width: 148px;
		height: 38px;
	}

	.btn_conoce_mas .texto {
		font-size: 8px;
		line-height: 10px;
	}

	.btn_descubre_mas {
		width: 148px;
		height: 38px;
	}

	.btn_descubre_mas .texto {
		font-size: 8px;
		line-height: 10px;
	}

	.btn_explora_aqui {
		width: 148px;
		height: 38px;
	}

	.btn_explora_aqui .texto {
		font-size: 8px;
		line-height: 10px;
	}

	.edebe__dots_horizontal {
		width: 200px;
		height: auto;
	}

	.btn_general_dots_white {
		width: 237px;
	}
	.btn_general_dots_white .texto {
		font-size: 8px;
		line-height: 10px;
	}
