@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 2560px
************/

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

.main_nav_container {
    display: inline-block;
    margin-left: -15px;
    margin-top: 20px;
}

.header_content {
    width: calc(100% - 279px);
    height: 100%;
    margin-right: 115px;
}
	
.main_nav_item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin-right: 25px;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}

	.hero_slide_container
	{
	width: 100%;
	height: 55vh;
	}

}

/************
1. 1920px
************/

@media only screen and (max-width: 1920px)
{
	.header_content {
	width: calc(100% - 279px);
	height: 100%;
	margin-right: 145px;
	}
	
.main_nav_item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin-right: 25px;
    line-height: 15px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
}

/************
1. 1600px
************/

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

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.hero_slide_content span {
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: 0px;
	margin-right: 9px;
	padding: 15px;
	line-height: 45px;
	font-size: 50px;
	}

.header_content {
    width: calc(100% - 320px);
    height: 100%;
    margin-right: 75px;
}
.header_side img {
    width: 30px;
    height: 30px;
}

	.main_nav_container {
	display: inline-block;
	margin-left: -15px;
	padding-right: 0px;
	margin-top: 20px;
	}
	
.main_nav_item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin-right: 7px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
	.hero_slide_container
	{
	width: 100%;
	height: 58vh;
	}

}

/************
3. 1380px
************/

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

	.main_nav_container {
		padding-right: 0px;
	}
	
	.logo_container {
	width: 500px;
	height: 105px;
	display: block;
	margin-right: auto;
	margin-left: -71px;
	top: 0px;
	}
	
	.header {
	width: 100%;
	}
	
	.header_content {
	width: calc(100% - 219px);
	
	}

	.header_side span {
	font-size: 14px;
	}
	
	.header_side img {
	width: 20px;
	height: 20px;
	}

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.header {
	width: 95%;
	left: 50%;
	}
	
	.header_content {
	width: 100%;
	}
	
	.mai
	n_nav_container {
	padding-right: 40px;
	}
	
	.hero_slide_content h1 {
	font-size: 56px;
	}
	
	.card-title {
	font-size: 20px;
	}
	
	.register_content,
	.search_content {
	width: 442px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
.hero_box {
    width: 100%;
    height: 0px;
    color: #ab0507;
    margin-bottom: 290px;
    position: inherit;
    margin-top: 0px;
}
	
	.hero_box_destacados
	{
	padding-left: 20px;
	}
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

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

.header_side {
    width: 160px;
    background-color: #49bdc3;
    margin-top: 0px;
    margin-right: 5px;
}

.main_nav_container {
    padding-right: 50px;
}

.main_nav {
    margin-top: 0px;
    width: 130%;
    margin-left: 5px;
}
.logo_container {
    width: 595px;
    height: 105px;
    display: block;
    margin-right: auto;
    margin-left: -180px;
    top: 0px;
}

.header {
    width: 100%;
    left: 50%;
}

.main_nav_item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #ffffff;
    padding: 0px;
    margin-right: 7px;
    line-height: 19px;
    text-transform: uppercase;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
	.hero_slide_container
	{
	width: 100%;
	height: 58vh;
	}
	
	.gallery-image img {
	width: 237px;
	height: 237px;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	padding: 0px;
	border: 1px solid #D8D8D8;
	}
	
	.event_content p {
	font-weight: 100;
	font-size: 19px;
	color: #151515;
	margin-top: 21px;
	margin-bottom: 13px;
	}

	.head-idioma {
	padding: 6px;
	color: #ffffff;
	width: 63px;
	border: solid 1px #820405;
	margin: 10px;
	font-size: 13px;
	font-weight: 300;
	left: -5px
	}

	.container-trabajos {
	margin-left: -43px;
	margin-right: -43px;
	}

	.portadas_text {
	color: #151515;
	font-weight: 400;
	margin-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	}

.hero_box_title {
    font-size: 24px;
    font-weight: 200;
    margin-bottom: 7px;
    letter-spacing: -1px;
}

	.video_background {
	bottom: 0px;
	width: 100%;
	height: 570px;
	z-index: -1000;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 0;
	}

	.iframe-video {
	width: 117%;
	height: 175px;
	border: none;
	}

.hero_box {
    width: 100%;
    height: 0px;
    color: #ab0507;
    margin-bottom: 100px;
    position: inherit;
    margin-top: 80px;
}

}

/************
6. 991px
************/

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

	.main_nav_container
	{
	display: none;
	}
	.logo_container
	{
	padding-left: 30px;
	}
	.hamburger_container
	{
	display: block;
	}
	.hero_slide_content h1
	{
	font-size: 48px;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

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

	.header_side {
		width: 140px;
		background-color: #49bdc3;
		margin-top: 0px;
		margin-right: -768px;
	}

	.logo_container {
		width: 527px;
		height: 105px;
		display: block;
		margin-left: -175px;
		margin-right: 272px;
	}

	.img-contacto {
	display:none;
	}
	
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	.hero_boxes {
	margin-top: 10%;
	margin-bottom: 10%;
	}
	
	.hero_slide_content span {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 5px;
	line-height: 38px;
    font-size: 40px;
	}
	
	.iframe {
	width: 100%;
	height: -webkit-fill-available;
	border: none;
	}
	
	.datos-head {
	color: #FFFFFF;
	background: #49bdc3;
	padding: 8px;
	width: 100%;
	height: 33px;
	position: fixed;
	z-index: inherit;
	top: -15px;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 16px;
	}
	
	.menu {
	position: absolute;
	top: 110px;
	left: 0;
	padding-left: 12%;
	}
	
	.txt-destacado-azul {
	font-size: 23px;
	font-weight: 500;
	color: #49bdc3;
	line-height: 38px;
	letter-spacing: 0px;
	text-transform: uppercase;
	}
	
	.txt-portada-gris {
	font-size: 18px;
	font-weight: 300;
	color: #3B3B3B;
	line-height: 25px;
	letter-spacing: 0px;
	text-transform: uppercase;
	}
	
	.hero_box_title {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: -1px;
	margin-left: 10px;
	color: #49bdc3;
	line-height: 25px;
	}
	
	.hero_box_text {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 5px;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-top: -12px;
	line-height: 15px;
	}
	
	.hero_box_title_inyeccion {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 18px;
	letter-spacing: -1px;
	margin-left: 10px;
	color: #49bdc3;
	}
	
	.whatsapp-destacado-head {
	width: auto;
	background: #2ea53b;
	padding: 3px;
	display: initial;
	}
	
	.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 400;
	font-size: 35px;
	letter-spacing: -2px;
	}

	.register_title {
	color: #171717;
	margin-bottom: 30px;
	line-height: 0px;
	}

	.register_text {
	font-size: 20px;
	color: #171717;
	font-weight: 300;
	margin-top: -15px;
	margin-bottom: -2px;
	}

	h1 {
	font-size: 33px;
	}

	.hero_box_container {
    margin: 5px;
    padding: 5px;
    width: 95%;
    margin-right: 30px;
    margin-left: 70px;
    margin-bottom: 40px;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: -1px 6px 20px -10px rgb(0 0 0 / 25%);
    -moz-box-shadow: -1px 6px 20px -10px rgba(0,0,0,0.25);
    box-shadow: -1px 6px 20px -10px rgb(0 0 0 / 25%);
}

	.hero_slide_container
	{
	width: 100%;
	height: 55vh;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	.menu_container {
	right: -100vw;
	width: 100vw;
	height: 100vh;
	}
	
	.newsletter_email {
	width: 100%;
	}
	
	.newsletter_submit_btn {
	margin-top: 15px;
	}
	
	p {
	font-size: 20px;
	}	
	
	.datos-head {
	color: #FFFFFF;
	background: #49bdc3;
	padding: 8px;
	width: 100%;
	height: 46px;
	position: fixed;
	z-index: inherit;
	top: -15px;
	letter-spacing: 1px;
	font-size: 11px;
	line-height: 32px;
	}
	
	.whatsapp-destacado-head {
	width: auto;
	background: #2ea53b;
	padding: 1px;
	display: initial;
	}
	
	.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	font-weight: 400;
	font-size: 30px;
	letter-spacing: -2px;
	}

	.txt-destacado-blanco {
	font-size: 28px;
	font-weight: 400;
	color: #ffffff;
	line-height: 38px;
	letter-spacing: 0px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.header_content {
	width: 100%;
	margin-right: 140px;
	}
	
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	h1 {
	font-size: 22px;
	}
	
	p {font-size:13px;
	}
	
	.header {
	height: 74px;
	}
	
	.logo img {
	width: 275px;
	}
	
	.logo span {
	font-size: 16px;
	}
	
	.menu {
	top: 70px;
	}
	
	.menu_item {
	margin-bottom: -3px;
	}
	
	.menu_item a {
	font-size: 30px;
	}
	
	.menu_copyright {
	display: none;
	}
	
	.menu_social_container {
	margin-top: 50px;
	}
	
	.menu_close_container {
	right: 30px;
	top: 34px;
	}
	
	.hero_slider_nav {
	display: none;
	}
	
	.hero_slide_content {
	margin-top: -100px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.hero_slide_content h1 {
	font-size: 28px;
	}
	
	.card-title {
	margin-top: 30px;
	}
	
	.card-title a {
	font-size: 20px;
	}
	
	.card-text {
	font-size: 13px;
	}
	
	.price_box {
	margin-top: 0px;
	}
	
	.register_section,
	.search_section {
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
	.register_content,
	.search_content {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.register_text {
	margin-top: 25px;
	}
	
	.register_button {
	margin-top: 53px;
	}
	
	.testimonials_slider .owl-dots {
	display: none !important;
	}
	
	.testimonials_item {
	padding-bottom: 0px;
	}
	
	.event_date {
	width: 100px;
	height: 100px;
	}
	
	.event_day {
	font-size: 36px;
	}
	
	.event_month {
	font-size: 14px;
	}
	
	.event_name {
	margin-top: 5px;
	}
	
	.footer_bar {
	padding-top: 49px;
	padding-bottom: 52px;
	}
	
	.footer_social {
	margin-top: 20px;
	}
	
	.footer_copyright span {
	font-size: 13px;
	}
	
	p {
	font-size: 20px;
	}
	
	.milestone_col {
	margin-bottom: 50px;
	margin-top: 50px
	}
	
	.milestone_icon {
	display: inline-block;
	width: 195px;
	height: 200px;
	}
	
	.milestone_counter {
	font-size: 30px;
	margin-top: -30px;
	}
	
	.milestone_text {
	font-size: 16px;
	}
	
	.menu {
	position: absolute;
	top: 110px;
	left: 0;
	padding-left: 17%;
	}

	.register_title {
	color: #171717;
	margin-bottom: 0px;
	line-height: 5px;
	}

	h1 {
	font-size: 33px;
	}

	.register_text {
	margin-top: 18px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	p {
	font-size: 20px;
	}
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.header {
	height: 110px;
	top: 0px;
	width: 100%;
	}
	
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	.gallery-image img {
	width: 169px;
	height: 200px;
	float: left;
	margin: 5px;
	}

	.tit-destacado {
	background: #145dcc;
	padding: 10px;
	color: #FFFFFF;
	font-size: 22px!important;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: 200;
	}
	
	p {
	font-size: 20px;
	}

	.logo_container {
		height: 110px;
		display: block;
		margin-left: -190px;
		margin-right: auto;
	}

	.logo img {
		width: 522px;
	}

.hero_box {
    width: 100%;
    height: 0px;
    color: #ffffff;
    margin-bottom: 150px;
    position: inherit;
    margin-top: 110px;
}

.hero_box_servicios {
    width: 100%;
    height: 0px;
    color: #ffffff;
    margin-bottom: 60px;
    position: inherit;
    margin-top: 60px;
}

}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	.hero_slide_content span {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 37px;
    font-size: 35px;
	}
	
	.hero_box_content {
	padding-top: 10px;
	}
	
	.hero_box_link {
	font-size: 10px;
	}
	
	p {
	font-size: 20px;
	}

	.hero_box_title {
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: 0;
	margin-left: 10px;
	}

	.hero_slide_container
	{
	width: 100%;
	height: 70vh;
	}

}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.service_item {
	margin-bottom: 41px;
	border-left: none;
	border-right: none;
	}
	
	p {
	font-size: 16px;
	}
	
	.font-size {
	padding-left: 23px;
	padding-right: 23px;
	}
	
	.contact_title {
	font-size: 17px;
	}
	
	.event_content p {
	font-size: 20px;
	margin-top: -10px;
	margin-bottom: 10px;
	}
	
	.alquiler_title {
	font-size: 50px;
	color: #646464;
	line-height: normal;
	font-weight: 600;
	letter-spacing: -4px;
	}
	
	.alquiler_subtitle {
	font-size: 19px;
	line-height: normal;
	margin-bottom: 10px;
	letter-spacing: 4px;
	font-weight: 200;
	}
	
	.catalog_title {
	font-size: 24px;
	font-weight: 200;
	color: #ffffff;
	margin-top: -10px;
	margin-bottom: 5px;
	line-height: 35px;
	}
	
	.catalog-img {
	margin-top: -50px;
	z-index: -1;
	}
	
	.iframe {
	width: 90%;
	height: 440px;
	/* margin: 15px; */
	border: none;
	}
	
	.txt-portada-gris-espaciado-bajada {
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	text-align: right;
	line-height: 30px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 15px;
	}
	
	.txt-tit-invert {
	font-size: 26px;
	font-weight: 100;
	color: #ffffff;
	background-color: #2F303B;
	line-height: 40px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 25px;
	}
	
	.txt-portada-gris {
	font-size: 18px;
	font-weight: 300;
	color: #4B4B4B;
	line-height: 28px;
	letter-spacing: 0px;
	text-transform: uppercase;
	padding-right: 15px;
	}
	
	.txt-portada {
	font-size: 51px;
	font-weight: 400;
	color: #272e6f;
	line-height: 45px;
	letter-spacing: -4px;
	text-transform: uppercase;
	margin-right: 15px;
	}
	
	.txt-portada-gris-espaciado {
	font-size: 22px;
	font-weight: 100;
	color: #272e6f;
	line-height: 35px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-right: 15px;
	}
	
	.txt-portada-invert {
	font-size: 25px;
	font-weight: 100;
	color: #afafaf;
	line-height: 10px;
	letter-spacing: 5px;
	text-transform: uppercase;
	padding: 20px;
	}
	
	.hero_box_title {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
	letter-spacing: 0;
	margin-left: 10px;
	}
	
	.section_title_invert h1 {
	display: block;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 50px;
	letter-spacing:-1px;	
	}
}

/************
14. 375px
************/

@media only screen and (max-width: 375px)
{
.datos-head {
    color: #FFFFFF;
    background: #49bdc3;
    padding: 8px;
    width: 100%;
    height: 46px;
    position: fixed;
    z-index: inherit;
    top: -15px;
    letter-spacing: 0px;
    font-size: 10px;
    line-height: 32px;
	}
	
	.menu {
	position: absolute;
	top: 110px;
	left: 0;
	padding-left: 12%;
	}

	.txt-destacado-blanco {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 38px;
	letter-spacing: 0px;
	}

	#footer .copyright {
	text-align: center;
	line-height: 31px;
	font-size: 13px;
	font-weight: 100;
	}
	.footer_list_item a {
	font-size: 12px;
	color: #fffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	}

	.register_title {
	color: #171717;
	margin-bottom: 0px;
	line-height: 5px;
	}

	h1 {
	font-size: 30px;
	}

.hero_box_container {
    margin: 5px;
    padding: 5px;
    width: 95%;
    margin-right: -5px;
    margin-left: 25px;
    margin-bottom: 40px;
    background-color: #ffffff;
    text-align: center;
    -webkit-box-shadow: -1px 6px 20px -10px rgb(0 0 0 / 25%);
    -moz-box-shadow: -1px 6px 20px -10px rgba(0,0,0,0.25);
    box-shadow: -1px 6px 20px -10px rgb(0 0 0 / 25%);
	}

.logo_container {
    height: 110px;
    display: block;
    margin-left: -225px;
    margin-right: auto;
}


}

/************
14. 320px
************/

@media only screen and (max-width: 320px)
{
	.menu {
	position: absolute;
	top: 110px;
	left: 0;
	padding-left: 5%;
	}

.txt-destacado-blanco {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 38px;
    letter-spacing: 0px;
	}

	.register_title {
	color: #171717;
	margin-bottom: 0px;
	line-height: 5px;
	}

	h1 {
	font-size: 26px;
	}

	.hero_slide_container
	{
	width: 100%;
	height: 80vh;
	}

	.hero_slide_content span {
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 0px;
	margin-right: 0px;
	line-height: 35px;
    font-size: 30px;
	}
	
	.hero_slide_content {
	margin-top: -160px;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	}

	.logo_container {
	height: 110px;
	display: block;
	margin-left: -254px;
	margin-right: auto;
	}

}