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

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap" rel="stylesheet"');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #FFFFFF;
	color: #ededed;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 25px;
}
p
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 1.3;
	font-weight: normal;
	color: #3B3B3B;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #49bdc3;
	font-weight: 600;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;

}
p a:active
{
	position: relative;
	color: #49bdc3;
}
p a:hover
{
	color: #FFFFFF;
	background: #49bdc3;
	padding: 4px;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #49bdc3;
	color: #FFFFFF;
}
p::selection
{
	background: #49bdc3;
	color: #FFFFFF;
}
h1{font-size: 36px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto Condensed', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #3B3B3B!important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #3B3B3B!important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #3B3B3B!important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: bold !important;
	color: #3B3B3B!important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-weight: bold !important;
	color: #3B3B3B!important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

.icon-whats
{
    margin-right: 10px;
}

.consulta-link
{
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}

.consulta-link :hover
{
	color: #3B3B3B;
}

.font-size {
    font-size: 11px;
    margin: -3px;
    padding-top: 20px;
    padding-bottom: 14px;
    padding-left: 24px;
    padding-right: 25px;
}

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

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

.margin-left {
    margin-left: 0px;
}

.color-1
{
	background-color: #f73e4d;
}

.color-2
{
	background-color: #d43577;
}

.color-3
{
	background-color: #c3b627;
}

.color-4
{
	background-color: #37a252;
}

.color-5
{
	background-color: #00988f;
}

.color-6
{
	background-color: #03d2e0;
}

.color-7
{
	background-color: #a98d78;
}

.color-8
{
	background-color: #302e29;
}

.icon-head-whats
{
	margin-top: 0px;
}

.icon-head-color :hover
{
	color: #302e29;
}

.icon-portada-whats
{
	padding: 15px;
}

.datos-head {
    color: #FFFFFF;
    background: #191c16;
    padding: 11px;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: inherit;
    top: -15px;
    letter-spacing: 2px;
    font-size: 13px;
    padding-right: 5%;
}
.txt-alerta {
    font-size: 12px;
    color: #FFFFFF;
    background: #E40003;
    margin-top: -7px;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: .25rem;
    font-weight: 600;
}

.txt-alerta-envios {
    font-size: 22px;
    color: #FFFFFF;
    /* background: #E40003; */
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    /* border-radius: .25rem; */
    font-weight: 200;
    border: solid 1px #f5f5f5;
}

.alquiler_title {
    font-size: 70px;
    color: #646464;
    line-height: normal;
    font-weight: 600;
    letter-spacing: -6px;
}

.alquiler_subtitle {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
    letter-spacing: 9px;
    font-weight: 200;
}

.catalog_title {
    font-size: 25px;
    font-weight: 200;
    color: #ffffff;
    padding: 10px;
    line-height: 45px;
}

.catalogo {
 /* background-image: url("../images/productos-background.jpg");*/
  background-color: #292f3f;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.link-invert
{
	color: #49bdc3 !important;
	text-decoration: none;
}

.link-invert a:hover
{
	color: #2A2A2A !important;

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

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

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

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

.iframe {
    border: 10px solid #444446;
    width: 500px;
    height: 500px;
}

.margin-top-portada {
  margin-top: 10%;
}


/*********************************
3. Boton Flotantes WhatsApp
*********************************/

.ir-arriba {
	display:none;
	padding:32px;
	background-image: url(../images/whatsapp-icon.png);
	cursor:pointer;
	position: fixed;
	bottom:20px;
	right:20px;
}


.ir-arriba:hover
{
	opacity: 0.6;
    /* Firefox */
    -moz-transition: all 1s ease-out;
    /* WebKit */
    -webkit-transition: all 1s ease-out;
    /* Opera */
    -o-transition: all 1s ease-out;
    /* Standard */
    transition: all 1s ease-out;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/
#hero {
    display: table;
    width: 100%;
    height: 100vh;
    background-color:#d1d2d2;;
    background-size: cover;
    -webkit-box-shadow: 2px 49px 49px -43px rgba(0,0,0,0.30);
    -moz-box-shadow: 2px 49px 49px -43px rgba(0,0,0,0.30);
    box-shadow: 3px 20px 69px -28px rgba(0,0,0,0.30);
}

#hero .hero-logo {
  margin: 20px;
}

#hero .hero-logo img {
  max-width: 100%;
}

#hero .hero-container {
  background-color:#d1d2d2;
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  padding-top: 90px;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-weight: 700;
  line-height: 48px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #474747;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  #hero h2 .rotating {
    display: block;
  }
}

#hero .rotating > .animated {
  display: inline-block;
}

#hero .actions a {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
}

#hero .btn-get-started {
  background: #0a2da1;
  border: 1px solid #001b74;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: none;
  border: 1px solid #414141;
  color: #414141;
}

#hero .btn-services {
  border: 1px solid #414141;
  color: #414141;
}

#hero .btn-services:hover {
  background: #0a2da1;
  border: 1px solid #001b74;
}


/*********************************
9. Contact
*********************************/

.contact
{
	padding-top: 0px;
}
.contact_title
{
	font-size: 36px;
	font-weight: 200;
	color: #1a1a1a;
}
.contact_form_container
{
	margin-top: 70px;
	margin-bottom: 70px;
}
.input_field
{
	width: 100%;
	background: #e6e6e6;
	border: solid 2px transparent;
	margin-bottom: 24px;
	height: 42px;
	padding-left: 33px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 3px #e8e9ec;
	background:#ffffff30;
}
.text_field {
    width: 100%;
    height: 110px;
    background: none;
    border: solid 1px #e8e9ec;
    padding-left: 24px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.text_field:focus
{
	outline: none !important;
	border: solid 3px #e8e9ec;
	background:#ffffff30;
}

/*********************************
11. Google Map
*********************************/

#google_map
{
	width: 100%;
	height: auto;
	margin-top: 5px;
}
.map_container
{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#map
{
	width: 100%;
	height: calc(100% + 30px);
	bottom: -5px;
}

/*********************************
3. Milestones
*********************************/
.milestones
{
	width: 100%;
	padding-top: 118px;
	padding-bottom: 107px;
}
.milestones_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}
.milestone
{
	width: 100%;
}
.milestone_icon {
    display: inline-block;
    width: 110px;
    height: 110px;
    margin: 15px;
}
.milestone_icon img
{
	width: 100%;
}
.milestone_counter {
    font-size: 52px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1;
    margin-top: 20px;
    letter-spacing: -2px;
}
.milestone_text {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
	line-height: 30px;
}

/*********************************
3.4 Hamburger
*********************************/

.hamburger_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}

.hamburger_container i {
    font-size: 30px;
    padding: 0px;
    color: #ffffff;
    margin-top: -5px;
}

.hamburger_container:hover i
{
	color: #49bdc3;
}


/*********************************
8. Elements
*********************************/

.elements
{
	width: 100%;
	padding-top: 109px;
	padding-bottom: 106px;
}
.elements_title
{
	font-size: 24px;
	font-weight: 500;
	color: #1a1a1a;
}

/*********************************
8.3 Accordions
*********************************/

.elements_accordions
{
	
}
.accordion_container
{
	margin-bottom: 5px;
	margin-top: 15px;
}
.accordion
{
	height: 40px;
	width: 100%;
	background: #585858;
	color:#FFFFFF;
	padding-left: 30px;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active
{
	background: #49bdc3;
	color: #FFFFFF;
}
.accordion:active
{
	background: #49bdc3 !important;
	color: #FFFFFF;
}
.accordion::after
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 100%;
	content: '+';
	background: #49bdc3;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 500;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.accordion.active::after
{
	content: '-';
}
.accordion:hover
{
	background: #787878;
}
.accordion_panel
{
	padding-left: 5px;
	padding-right: 5px;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.accordion_panel p
{
    font-family: 'Roboto Condensed', sans-serif;;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 15px;
    color: #969696;
}

/*********************************
3. Fancybox
*********************************/
.single-image img{
	width:256px;
	height:auto;
}

	.gallery-image img {
    width: 217px;
    height: 200px;
    float: left;
    margin: 5px;
	padding:5px;
	border: 1px solid #D8D8D8;
}

	.gallery-image img:hover {
	background-color:#FFFFFF;
	margin: 5px;
	padding:5px;
	opacity: 0.7;
    /* Firefox */
    -moz-transition: all 1s ease-out;
    /* WebKit */
    -webkit-transition: all 1s ease-out;
    /* Opera */
    -o-transition: all 1s ease-out;
    /* Standard */
    transition: all 1s ease-out;
}

.fancyOther2{
	cursor:pointer;
}

/*********************************
3. Owl Carousel
*********************************/
		
#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}		

/*********************************
3. Header
*********************************/

.header
{
	position: fixed;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 104px;
	background: #49bdc3;
	z-index: 10;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{	
	top: 0px;
	-webkit-box-shadow: -4px 45px 30px -35px rgba(0,0,0,0.20);
	-moz-box-shadow: -4px 45px 30px -35px rgba(0,0,0,0.20);
	box-shadow: -4px 45px 30px -35px rgba(0,0,0,0.20);
}

.header_content
{
	width: calc(100% - 279px);
	height: 100%;
	margin-right: 145px;
}
.header_content::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';

}

/*********************************
3.1 Logo
*********************************/

.logo_container {
    width: 500px;
    height: 105px;
    display: block;
    margin-right: auto;
    margin-left: -1px;
    top: 0px;
}

.logo span
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #3a3a3a;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 3px;
}

/*********************************
3.2 Main Nav
*********************************/

.main_nav_container {
    display: inline-block;
    margin-left: auto;
    padding-right: 0px;
	margin-top: 24px;
}
.main_nav
{
	margin-top: 0px;
}
.main_nav_item
{
	display: inline-block;
	margin-right: 0px;
	font-size: 28px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #49bdc3;
	padding: 0px;
	margin-right:15px;
    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;
}
.main_nav_item a:hover
{
	border-bottom:#191c16 5px solid;
    color: #191c16;
}

/*********************************
3.3 Header Side
*********************************/

.header_side {
    width: 260px;
    background-color: #49bdc3;
    margin-top: 0px;
    margin-right: 15px;
}
.header_side img {
    width: 35px;
    height: 35px;
}
.header_side span {
    display: block;
    position: relative;
    font-size: 20px;
    font-weight: lighter;
    color: #ffffff;
}

.txt-portada {
    font-size: 70px;
    font-weight: 400;
    color: #191c16;
    line-height: 70px;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.txt-portada-invert {
    font-size: 50px;
    font-weight: 100;
    color: #afafaf;
    line-height: 55px;
    letter-spacing: 10px;
    text-transform: uppercase;
    padding: 20px;
}

.txt-tit-invert {
    font-size: 37px;
    font-weight: 100;
    color: #ffffff;
    background-color: #4c4d5a;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 25px;
}

.txt-destacado-azul {
    font-size: 33px;
    font-weight: 500;
    color: #191c16;
    line-height: 38px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

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

.txt-portada-gris {
    font-size: 24px;
    font-weight: 300;
    color: #3B3B3B;
    line-height: 30px;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.txt-portada-gris-espaciado {
    font-size: 24px;
    font-weight: 100;
    color: #49bdc3;
    line-height: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.txt-portada-gris-espaciado-bajada {
    font-size: 17px;
    font-weight: 400;
    color: #4B4B4B;
    text-align: right;
    line-height: 60px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.txt-subindice {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 12%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #49bdc3;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #49bdc3;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;
	margin-right: 30px;
}
.menu_social_item a i
{
	color: #3a3a3a;
}
.menu_social_item a i:hover
{
	color: #49bdc3;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
4.2 Menu copyright
*********************************/

.menu_copyright
{
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}
.menu_container.active .menu_copyright
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	height: 100vh;
}

/*********************************
5.1 Hero Slider
*********************************/

.hero_slide_color
{
	color:#49bdc3 !important;
}

.hero_slider_container
{
	width: 100%;
	height: 100%;
	-webkit-box-shadow: -2px 24px 50px -38px rgba(0,0,0,0.75);
	-moz-box-shadow: -2px 24px 50px -38px rgba(0,0,0,0.75);
	box-shadow: -2px 24px 50px -38px rgba(0,0,0,0.75);
}

.hero_slide
{
	width: 100%;
	height: 100%;
}

.hero_slide_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

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

.hero_slide_content
{
	max-width: 80%;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}

.hero_slide_content h1
{
	font-size: 72px;
	font-weight: lighter;
	color: #FFFFFF;
	font-weight: 200;
	text-shadow:rgb(2, 2, 2) 5px 4px 9px
	
}

.hero_slide_content span {
	font-family: 'Roboto Condensed', sans-serif;
	color:#ffffff;
    padding-left: 13px;
    padding-right: 13px;
    margin-left: 0px;
    margin-right: 9px;
    padding: 15px;
	line-height: 55px;
    font-size: 60px;
	letter-spacing: -2px;
}

.tit-destacado {
    background: #49bdc3;
    padding: 10px;
    color: #FFFFFF;
    font-size: 35px!important;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: lighter;
}

.animated
{
	-webkit-animation-duration : 1s !important;
	animation-duration : 1s !important;
	-webkit-animation-delay : 500ms;
	animation-delay : 500ms;
}
.animate-out
{
	-webkit-animation-delay : 0ms;
	animation-delay : 0ms;
}

/*********************************
5.2 Hero Slider Navigation
*********************************/

.hero_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 38px;
	height: 68px;
	background: #191c16;
	z-index: 9;
	cursor: pointer;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.hero_slider_nav:hover
{
	background: #49bdc3;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.hero_slider_nav:hover span
{
	color: #191c16;
}
.hero_slider_nav span
{
	display: block;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: bold;
	color: #49bdc3;
	line-height: 1;
}
.hero_slider_left
{
	left: 4.32%;
}
.hero_slider_right
{
	right: 4.32%;
}

/*********************************
6. Hero Boxes
*********************************/

.hero_boxes
{
	width: 100%;
	height: 0px;
	z-index: 9;
	padding-top: 0px;
	margin-top: 3%;
	margin-bottom: 3%;
}
.hero_boxes_inner
{
	width: 100%;
}
.hero_box
{
	width: 100%;
	color:#49bdc3;
}
.hero_box img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    align-items: end;
}
.svg path
{
	fill: #49bdc3;
}
.hero_box svg
{
	width: 62px;
	height: auto;
}
.hero_box:hover svg path
{
	fill: #FFFFFF;
}
.hero_box_content_pasos {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #353c4e;
    padding: 15px;
    background-color: #d1d2d2;
}

.hero_box_title {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: -1px;
    margin-left: 16px;
    color: #49bdc3;
}

.hero_box_title_inyeccion {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 15px;
    letter-spacing: 0px;
    margin-left: 10px;
    color: #191c16;
    line-height: 32px;
}

.hero_box_destacados_matriceria {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 0px;
    letter-spacing: 0px;
    margin-left: 10px;
    color: #49bdc3;
}

.hero_box_text {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
    letter-spacing: 1px;
    margin-left: 10px;
    margin-top: -12px;
    line-height: 17px;
}

.hero_box_link
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
}
.hero_box_link:hover
{
	color: #1a1a1a;
}

/*********************************
7. Page Section
*********************************/

.page_section
{
	padding-top: 100px;
	padding-bottom: 0px;
}
.section_title
{

}
.section_title h1 {
    display: block;
    color: #49bdc3;
    font-weight: bold;
    padding-top: 15px;
    font-size: 50px;
	letter-spacing:-1px;	
}
.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	content: '';
	background: #3B3B3B;
}

.section_title_invert h1 {
    display: block;
    color: #ffffff;
    font-weight: bold;
    padding-top: 15px;
    font-size: 50px;
	letter-spacing:-1px;	
}

.section_title_invert::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	content: '';
	background: #ffffff;
}

/*********************************
8. Buttons
*********************************/

.button
{
	cursor: pointer;
}
.button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.button a
{
	font-size: 14px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.button_1
{
	width: 202px;
	height: 48px;
}

/*********************************
9. Popular
*********************************/

.popular
{

}
.course_boxes
{
	margin-top: 68px;
}
.card
{
	display: block;
	background: #f8f9fb;
	border: none;
	margin-bottom:30px;
}
.card-img-top
{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.card-body
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.card-title
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	font-weight: 100;
	margin-top: 30px;
	padding-top: 10px;
}
.card-title a
{
	font-size: 22px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 1.2;
}
.card-title a:hover
{
	color: #3B3B3B;
}
.card-text
{
	font-size: 14px;
	font-weight: 600;
	color: #8e8e8e;
	margin-top: -12px;
	padding-bottom: 10px;
}
.price_box
{
	width: 100%;
	height: 45px;
	background: #eaebec;
	padding-left: 35px;
}
.course_author_image
{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}
.course_author_name
{
	font-size: 14px;
	font-weight: bold;
	color: #1a1a1a;
	padding-left: 20px;
	margin-top: 7px;
}
.course_author_name span
{
	color: #3B3B3B;
}
.course_price
{
	width: 80%;
	height: 45px;
	background: #3B3B3B;
	margin-left: auto;
}
.course_price span {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
    letter-spacing: 1px;
}
.course_price span :hover
{
	color: #363636;
	font-weight: 500;
}
.link-redes {
    color: #3B3B3B;
}
.link-redes :hover
{
	color: #49bdc3;
}


/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
	margin-top:-1px;
}
.register_section
{
	width: 100%;
	height: 100%;
	background: #49bdc3;
}
.register_content
{
	width: 522px;
}
.register_title
{
	color: #171717;
	margin-bottom: 16px;
	line-height: 0px;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	font-size: 20px;
	color: #171717;
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 0px;
}

.register_text_invert {
    font-size: 17px;
    color: #ffffff;
    font-weight: 100;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

.register_button
{
	background: #49bdc3;
	margin-top: 65px;
}
.register_button a
{
	color: #FFFFFF;
}

.productos_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.productos_section
{
	width: 100%;
	height: 100%;
	background: #555555;
}


/*********************************
11. Search
*********************************/

.search_section
{
	width: 100%;
	height: 100%;
	background: #f2f3f5;
}
.search_content
{
	width: 50%;
}
.search_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.10;
}
.search_title
{
	color: #656565;
}

/*********************************
11.1 Search Form
*********************************/

.search_form
{
	margin-top: 25px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: none;
	box-sizing: border-box;
	border: solid 1px #e8e9ec;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{
	margin-bottom: 0px;
}
.input_field:focus
{
	outline: none !important;
	border: solid 3px #49bdc3;
}

.text_field contact_form_message 
{
	background: #F8F8F8!important;
	box-sizing: border-box;
	border: solid 1px #49bdc3;
	padding-left: 25px;
	margin-bottom: 24px;
}

.search_submit_button
{
	width: 100%;
	height: 48px;
	background: #49bdc3;
	color: #FFFFFF;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 28px;
	border: none;
	cursor: pointer;
}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}

/*********************************
12. Services
*********************************/

.services
{
	padding-bottom: 0px;
}
.services_row
{
	margin-top: 65px;
}
.service_item
{
	margin-bottom: 41px;
}
.service_item h3
{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.service_item p
{
	font-size: 16px;
	font-weight: 100;
	line-height: 30px;
	color: #797878;
	max-width: 100%;
	margin-bottom: 0px;
}
.icon_container {
    max-width: max-content;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    text-align: center;
    line-height: 40px;
}
.icon_container img
{
	height: 250px;
}
.redes {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

/*********************************
13. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote
{
	font-size: 36px;
	color: #49bdc3;
}
.testimonials_text {
    margin-bottom: 0px;
    line-height: 20px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}
.testimonial_title {
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 5px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #49bdc3 !important;
}

/*********************************
14. Events
*********************************/

.event_title {
    font-weight: 400;
    font-size: 35px;
    color: #49bdc3;
}

.event_content p
{
	font-weight: 100;
	font-size: 20px;
	color: #3B3B3B;
	margin-top: 10px;
	margin-bottom: 13px;
}
.event_image
{

}
.event_image img
{
	width: 100%;
}

/*********************************
15. Footer
*********************************/

#footer {
  background: #191c16;
  padding: 70px 0;
  color: #fff;
}

#footer .copyright {
    text-align: center;
    line-height: 31px;
    font-size: 16px;
    font-weight: 100;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #49bdc3;
}

.logo-footer {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.2;
}

/*********************************
15.1 Newsletter
*********************************/

.newsletter
{
	padding-bottom: 85px;
	border-bottom: solid 2px #4d4e4e;
}
.newsletter_form_container
{
	width: 60%;
	margin-top: 48px;
}
.newsletter_email
{
	width: calc(100% - 164px);
	height: 42px;
	border: none;
	padding-left: 27px;
	font-weight: bold;
	color: #1a1a1a;
}
.newsletter_email:focus
{
	outline: solid 2px #49bdc3;
}
.newsletter_submit_btn
{
	width: 164px;
	height: 42px;
	border: none;
	background: #49bdc3;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}

/*********************************
15.2 Footer Content
*********************************/

.footer_content 
{
	padding-top: 80px;
	padding-bottom: 83px;
	border-bottom: solid 2px #4d4e4e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
	margin-top: 24px;
	margin-bottom: 0px;
	padding-right: 20px;
}
.footer_column_title
{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
}
.footer_column_content
{
	margin-top: 32px;
}
.footer_list_item
{
	margin-bottom: 0px;
}
.footer_list_item a
{
	font-size: 14px;
	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;
}
.footer_list_item a:hover
{
	color: #49bdc3;
}
.footer_contact_item
{
	font-size: 14px;
	font-weight: lighter;
	color: #181b16;
	margin-bottom: 22px;
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}

/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #145dcc;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}

.hero_box_container {
    margin: 5px;
    padding: 5px;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    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%);
}

/*********************************
Modal
*********************************/

.modal-content-image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #ffffff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: .3rem;
	outline: 0;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
	background-color: #161616;
}

.modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 15px 0px 15px;
	border-bottom: 1px solid #e9ecef;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 400;
    font-size: 46px;
    letter-spacing: -2px;
}

.close {
	float: right;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #151515;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
	filter:alpha(opacity=5);
}

button.close {
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
}

.modal-header .close {
	padding: 1rem;
	margin: -1rem -1rem -1rem auto;
}

.close:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.modal-body {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: 1.5rem;
letter-spacing: 1px;
}

.img-contacto
{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-position-x: center;
background-color:#49bdc3;
}

.img-horizontal
{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 280px;
background-position-x: center;
}

.destacados {
background: #191c16;
padding: 45px;
}

.title-telefono {
margin-bottom: 0;
line-height: 1.5;
font-weight: 400;
font-size: 30px;
letter-spacing: -1px;
color: #d3d3d3;
}

.whatsapp-destacado-head {
width: auto;
background: #2ea53b;
padding: 4px;
display: initial;
}

.contact_form_section {
background: #f9f9f9;
padding: 25px;
}