/*
	Theme Name: Smart Studio 2020 Theme
	Description: WordPress Theme for Smart Studio
	Version: 1.1.0
	Author: Jorge Galindo (@galindojorge)
	Author URI: http://jgalindodesign.com
	Tags: SmartStudio, HTML5, CSS3

*/

.rojo{

	color: #E30414;

}

.negro{

	color: #000000;
}

.amarillo{

	color: #F6EB16;
}


/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	scroll-behavior: smooth;
}
body {
	font:300 11px/1.4 'Roboto Condensed', sans-serif;
	/* font-family: 'Bebas Neue', cursive; */
	color #ffffff;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

	background-color: transparent;
	height: 185px;
	width: 100%;
	position: fixed;
	z-index: 4;


}

.cont-header{

	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	height: 185px;
	padding: 10px;
	z-index: 2;

}

/* logo */
.logo {

	width: 132px;
    height: 160px;
    /* margin: 20px 0px; */

}

#menu .boton_menu{

	width: 65px;
	height:65px;
	background-color: #F6EB16;
	background-image:url(img/menu.svg);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 35px;
	color: #000000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 3px;
	
}

#menu .boton_wapp{

	width: 65px;
	height:65px;
	background-color: #000000;
	background-image:url(img/whatsapp_logo.svg);
	background-repeat: no-repeat;
	background-position: center 10px;
	background-size: 35px;
	color: #F6EB16;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 3px;
	
}


.boton_menu_cerrar{

	width: 65px;
	height:65px;
	background-color: #F6EB16;
	background-image:url(img/cerrar.svg);
	background-repeat: no-repeat;
	background-position: center 15px;
	background-size: 35px;
	color: #000000;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 3px;

  }

  .menu_screen{

	background-color: #000000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 220;

}

.menu_screen .cont-header{

	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
	height: 185px;
	padding: 10px;
	z-index: 2;

}

.menu_screen .logo-img img{

	margin-top: 23px;

}

.logo-img {

width: 125px;
height: auto;
margin-top: 12px;

}

.cont_menu_screen{

	display: flex;
    justify-content: center;
    align-content: center;
    height: calc(100vh - 143px);
	/* margin-top: calc(15% - 143px); */
	color: #FFFFFF;
	text-align: right;

}

.cont_menu_screen h4{

	font-family: 'Bebas Neue', cursive;
	font-size: 22px;
	text-align: right;
	padding-bottom: 8px;
	border-bottom: 1px solid #F6EB16;

}

.cont_menu_screen h5{

	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	color: #F6EB16;
	margin: 8px 0px;

}

.cont_menu_screen h5 a{

	font-family: 'Bebas Neue', cursive;
	font-size: 16px;
	color: #F6EB16;
	padding: 0px;

}

.cont_menu_screen ul li{

	list-style: none;
	color: #ffffff;
	padding: 4px 0px;

}

.cont_menu_screen ul li a{

	list-style: none;
	color: #ffffff;
	font-size: 14px;

}

.cont_menu_screen ul li a:hover{

	color: #F6EB16;

}

.menu_screen .cont_menu_principal{

	display: flex;
	justify-content: center;
	align-content: center;

}



.menu_proyectos{

	padding: 0px;

}

.menu_proyectos li a{

	display: block;
	width: 150px;
	height: 90px;
	background-repeat: no-repeat;;
	background-position: center;
	background-size: 100% auto;

}

.menu_proyectos li a:hover{

	opacity: .9;

}

.menu_proyectos li:nth-child(1) a{

	background-image: url(img/logo_nomad.png);

}

.menu_proyectos li:nth-child(2) a{

	background-image: url(img/logo_nano.png);

}

.menu_proyectos li:nth-child(3) a{

	background-image: url(img/logo_soul.png);
	background-size: auto 100%;

}

.cont_menu_screen .redes_sociales{

	padding: 0px;;

}

.cont_menu_screen .redes_sociales li{

	display: inline-block !important;
}

.cont_menu_screen .redes_sociales li:nth-child(3) a{
		
		background-image:url('img/social/fb_white.svg');	
	
	background-repeat:no-repeat;
	
	background-size: auto 30px;
	
	}
	
	.cont_menu_screen .redes_sociales li:nth-child(2) a{
		
		background-image:url('img/social/ig_white.svg');	
	
	background-repeat:no-repeat;
	
	background-size: auto 30px;
	
	}
	
	
	.cont_menu_screen .redes_sociales li:nth-child(1) a{
		
		background-image:url('img/social/yt_white.svg');	
	
	background-repeat:no-repeat;
	
	background-size: 30px auto;
	
	}

.logo-img {

}
/* nav */
.nav {

	color: #FFF;


}

.nav ul{

	display: flex;
	flex-direction: row;

}

.nav ul li{

	color: #FFF;
	list-style: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 20px 0px;

}

.nav ul li a{

	color: #FFF;
	padding: 0px 20px 20px 20px;
	border-bottom: 2px solid #000000;
	transition: all 500ms ease;

}

.nav ul li a:hover{

	border-bottom: 2px solid #E20714;

}

.nav ul .current-menu-item a {

	border-bottom: 2px solid #E20714;

}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

	display: flex;
	align-content: center;
	justify-content: center;
	height: 40px;
	color: #F6EB16;
	background-color: #000000;
	text-align: center;

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

section{

	height:100vh;
	padding: 80px 0px;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 40px;
  height: 70px;
  margin-left: -20px;
  top: 74%;
  margin-top: 60px !important;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@-moz-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@-o-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}


.titulo_seccion_izq{

	background-color: #F6EB16;
	width: 270px;
	margin-bottom: 30px;
	display: block;
	padding: 0px;
	text-align: center;
	float: left;

}

.titulo_seccion_izq h2{

font-size: 30px;

}

.titulo_seccion_der{

	background-color: #F6EB16;
	width: 270px;
	margin-bottom: 30px;
	display: block;
	padding: 0px;
	text-align: center;
	float: right;

}

.titulo_seccion_der h2{

font-size: 30px;

}

#inicio{

	/* background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%);
	background-size: cover; */
	margin: 0px;
	padding: 0px !important;
	height: 100vh;
	overflow: hidden;

}

#inicio .owl-carousel{
	
	margin-top: -70px;

}

#opacity{

	background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 100%);
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100vh;
}

#tu_personalidad{

	background-color: #000000;
		overflow: hidden;

}

.owl-carousel_personalidad{

	margin-top: 35px;

}

.owl-carousel_personalidad .item .col-md-4 img{



}

#opacity2{

	background: linear-gradient(0deg, rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,.8) 100%);
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100vh;
}

.slider{

	width: 80% !important;
	margin: 40px auto 0px auto;

}

.slider .item{


	margin: 0px 50px;

} 

#quienes_somos{

	background-color: #ffffff;
	background-image: url(img/bg_quinessomos.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;

}

.menu_quienessomos{

}

.menu_quienessomos a{

	background-color: #F6EB16;
	padding: 10px;
	font-size: 20px;
	margin: 5px 10px;

}

.menu_quienessomos a:hover{

	background-color: #000000;
	padding: 10px;
	font-size: 20px;
	margin: 5px 10px;
	color: #F6EB16;

}

.texto_quienessomos{

    background-color: #000000;
    color: #ffffff;
    padding: 30px;
    float: right;
    position: relative;
	bottom: 280px;
    width: 545px;
}

.texto_quienessomos p{

	font-size:18px;

}

.texto_intro{

	color: #ffffff;
	float: right;

}

.texto_intro p{

	font-size:18px;
}

.build{

	display: block;
    width: 460px;
    position: relative;
    margin-left: 150px;

}

.woman{

	height: 385px;
    display: block;

}

#visita{

	background-color: #000000;

}

.amenidades{

	margin-top:40px;

}

.menu_visita {


	display: block;
	filter: grayscale(100%);
	transition: all 500ms ease;

}

.menu_visita:hover {


	display: block;
	filter: grayscale(0%);

}

.boton_visita{

	background-color: #F6EB16;
	padding: 10px;
	font-size: 20px;
	width: 150px;
	margin: 20px;
	text-align: center;
	display: block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 8;
}

.menu_visita h4:hover{

	background-color: #000000;
	padding: 10px;
	color: #F6EB16;

}

.greyscale{

	filter: grayscale(100%);

}

.greyscale a:hover{

	background-color: #000000;
	padding: 10px;
	color: #F6EB16;

}

.greyscale:hover{

	filter: grayscale(0%);

}

#barrio_smart{

	/* background:linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 29%, rgba(0,0,0,0) -16%, rgba(0,0,0,1) 85%); */
	background-color: #000000;
	background-size: cover;
	/* padding: 0 !important; */
	/* padding-top: 140px; */
	overflow: hidden;

}

#barrio_smart p{

	font-size: 18px;
	color: #FFFFFF;

}

.header_bsmart{

	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.8) 50%, rgba(0,0,0,1) 100%);
    position: relative;
    z-index: 1;
    height: 280px;

}


#video_barrio{

	background-color: #000000;

}

#video_barrio h2{

	font-size: 19px;
	color: #F6EB16;
	text-align: center;

}

#contacto{
	background-color: #ffffff;

}

.form_contacto form input {

	height: 30px;
	width: 100%;
	/* border-radius: 2px; */
	border-bottom: 1px solid #000000;
	background-color: #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #616161;
	
	
	}
	
	.form_contacto form textarea {
	
	border-bottom: 1px solid #000000;
	background-color: #fff;
	color: #616161;
	border-top: none;
	border-right: none;
	border-left: none;
	width: 100%;
	height: 120px;
	
	}
	
	.form_contacto form input:focus, textarea:focus {
		border-bottom: solid 1px  #616161 !important;
		outline: none;
	
	}
	
	.form_contacto form input[type="submit"] {
	
	background-color: #F6EB16;
	border: none;
	color: #000000;
	font-size: 14px;
	padding: 0px 15px;
	width: 80px;
	transition: all 0.6s ease-in-out 0s;
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	
	}
	
	.form_contacto form input[type="submit"]:hover {
	
	background-color: #000000;
	color: #ffffff;
	
	}
	
	.form_contacto label{
	
		font-size:14px;
	}
	
	.msj_contacto h3{
	
		
		color: #616161;
	
	
	}

	.datos_contacto{

		text-align: right;

	}

	.datos_contacto h3 {

		color:#898989;
		font-size: 18px;

	}

	.datos_contacto h4 {

		font-size: 12px;

	}

	.redes_sociales{

		display: block;
		float: right;

	}

	.redes_sociales li{

		list-style: none;
		text-indent:-9999px;
		float:right;

	}

	.redes_sociales li a{

		display:block;
		margin:5px 10px;
		width:30px;
		height:30px;
		background-position:center center;
		
		}
		
		
		.redes_sociales li a:hover{
		
		opacity:.7
		
		}
		
		.redes_sociales li:nth-child(3) a{
			
			background-image:url('img/social/fb.svg');	
		
		background-repeat:no-repeat;
		
		background-size: auto 30px;
		
		}
		
		.redes_sociales li:nth-child(2) a{
			
			background-image:url('img/social/ig.svg');	
		
		background-repeat:no-repeat;
		
		background-size: auto 30px;
		
		}
		
		
		.redes_sociales li:nth-child(1) a{
			
			background-image:url('img/social/yt.svg');	
		
		background-repeat:no-repeat;
		
		background-size: 30px auto;
		
		}
		
/*------------------------------------*\
   Páginas Internas
\*------------------------------------*/

.template_interno{

	background-color:#000000;
	height: auto !important;
	padding-bottom: 0px;


}

.somos_smart{

	padding: 0px;
	height: auto !important;

}

.bloque{

	color: #F6EB16;

}

#timeline{

	margin: 0px;
    padding: 0px;
    height: 100vh;
    overflow: hidden;

}

#timeline .item img{

	margin-top: -8%;

}

.contenido_anual{

    position: absolute;
    z-index: 4;
    top: 30%;
    right: 60px;
    width: 100%;
	color: #fff;

}

.contenido_anual h3{

	font-size: 30px;
	padding: 5px;
	color: #fff;
	background-color: #000000;

}

.contenido_anual p{

font-size: 18px;
padding: 15px;
background-color: rgba(0,0,0,.6);

}

.filter{

	background-color: rgba(0,0,0,.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 4;

}

.menu_timeline{

    display: block;
    position: absolute;
    top: 70%;
    z-index: 2;
    width: 50%;


}

.menu_timeline ul{

	display: flex;
	flex-direction: row;
	color: #fff;
	width: 100%;
	justify-content: space-between;
	align-content: center;

}

.menu_timeline ul li{

	list-style: none;
	
	}

.menu_timeline ul li a{

font-size: 30px;
color: #ffffff;
font-family: 'Bebas Neue', cursive;
padding: 15px;
}

.menu_timeline ul li a:hover{

	border-bottom: 3px solid #F6EB16;

	}

	/* Página Proyecto */

	.img_proyecto{

		background-image: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,.5) 20%, rgba(0,0,0,0) 100%);
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100vh;
		padding: 0px;

	}

	.black{

		height: 100%;
		padding: 80px 0px;
		background-color: #000000;

	}

	.black p{

		color: #ffffff;
		font-size: 18px;
	}

	.titulo_proyecto{

		color: #fff;
		font-size: 30px;
	}
	
	.logo_proyecto{

		margin-top: 60px;

	}

	/* .box-3 { background-color: #66A182; } */

.btn {
	line-height: 50px;
	height: 50px;
	text-align: center;
	width: 250px;
	cursor: pointer;
	margin: auto;
	font-size: 18px;
}

	.btn-three {
		color: #FFF;
		transition: all 0.5s;
		position: relative;
	}
	.btn-three::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background-color: rgba(255,255,255,0.1);
		transition: all 0.3s;
	}
	.btn-three:hover::before {
		opacity: 0 ;
		transform: scale(0.5,0.5);
	}
	.btn-three::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		transition: all 0.3s;
		border: 1px solid rgba(255,255,255,0.5);
		transform: scale(1.2,1.2);
	}
	.btn-three:hover::after {
		opacity: 1;
		transform: scale(1,1);
	}


	.contenido{

		font-size: 20px;
		margin: 50px;

	}
	

	.caracteristicas, .galeria{

		padding: 0px

	}

	.texto-promocional p{

		font-size: 20px;
		margin: 20px;

	}

	.cont_separador_int{

		height: 400px;
		overflow: hidden;

	}


	/* empezamos */

	.empezamos{

		background-image: url(img/empezamos.jpg);
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		height: 450px;

	}

	.empezamos .menu_quienessomos{

		margin-top: 70px;

	}

	.cont_empezamos h3{

		font-size: 25px;
		color: #F6EB16;

	}

	.cont_empezamos p{

		color: #FFFFFF;
		font-size: 20px;

	}

	/* Visita Apartamentos */

	.visita_apart{

		height: auto;

	}

	.panel-body{

		padding: 20px 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
		align-items: flex-start;
		flex-direction: row;

	}

	.panel-body img{

		margin: 20px;

	}

	.boton_apart {

        display: block;
        height: auto;
        color: #F6EB16;
        border-bottom: 1px solid #f6EB16;
        transition: all 0.6s ease-in-out 0s;
        transition-property: all;
        transition-duration: 0.6s;
        transition-timing-function: ease-in-out;
        transition-delay: 0s;
        font-size: 14px;
        padding: 5px 20px;

	}
	
	.boton_apart:hover{

		/* color:#616161; */
		color: #ffffff;

    }

/*------------------------------------*\
    Templates
\*------------------------------------*/

.en_construccion{

	height: auto;
}

.proyecto_const{

	width: 100%;
	overflow: hidden;
	text-align: center;

}

.proyecto_const img{

	height:100%;
	width: 100%;

}

.proyecto_const .logo_proyecto{

	height: 100px;
	width: auto !important;
	margin: 30px auto;

}

.proyecto_const .logo_proyecto2{

	height: auto;
	width: 100px;
	margin: 30px auto;

}

.proyect0_const .separador2{

	filter: grayscale(0%);
	transition: all 0.5s;

}

.proyecto_const .separador2:hover{

	filter: grayscale(100%);
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/* MAPA */

#google-container {
	position: relative;
	height: 100vh;
	background-color: #000000;
	width: 100%;
	margin: auto;
	z-index: 0;
  }
  @media only screen and (min-width: 768px) {
	#google-container {
	  height: 300px;
	}
  }
  @media only screen and (min-width: 1170px) {
	#google-container {
	  height: 100vh;
	}
  }
  
  #cd-google-map {
	position: relative;
	top: -156px;
  }
  
  #cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color:rgba(246, 235, 22, .8);
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("img/cd-icon-controller.svg");
  }
  .no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #F6EB16;
  }
  @media only screen and (min-width: 768px) {
	#cd-zoom-in, #cd-zoom-out {
	  margin-left: 50px;
	}
  }
  
  #cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
  }
  @media only screen and (min-width: 768px) {
	#cd-zoom-in {
	  margin-top: 50px;
	}
  }
  
  #cd-zoom-out {
	background-position: 50% -32px;
  }


/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/* @font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
} */

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

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

	.header {
		background-color: #000000;
		height: 185px;
		width: 100%;
		position: relative;
		z-index: 9;
		top: 0px;
		}

		.menu_screen {

			overflow: scroll;

			}

		.cont_menu_screen {
			display: flex;
			justify-content: center;
			align-content: center;
			flex-direction: column;
			height: auto !important;
			}

	section{

		height: auto !important;
		margin-top: 0px;
		padding: 30px 0px;
	}

	#inicio{

		height: auto !important;
		/* padding: 185px 0px 0px 0px !important; */

	}

	#inicio .owl-carousel {
		margin-top: 0px !important;
		}

	#opacity {

		height: auto !important;

		}

	#inicio .icon-scroll{

		display: none;

	}	

	#inicio .owl-dots{

		display: none;
	}

	.menu_quienessomos a{

		display: block;

	}

	.menu_visita a{

		display: block;
		margin: 20px 0px;

	}

	.texto_quienessomos {
		float: right;
		position: relative;
		bottom: 160px;
		width: 280px !important;
		z-index: 8;
		}

	.titulo_seccion_izq h2 {
		font-size: 20px;
	}

	.titulo_seccion_der h2 {
		font-size: 20px;
	}

	.datos_contacto{

		text-align: center;

	}

	/* .template_interno{

		padding-top: 185px;

	} */

	.empezamos {
		background-image: url(img/empezamos.jpg);
		background-position: center;
		height: 450px !important;
		background-repeat: no-repeat !important;
		background-size: auto 100% !important;
		background-attachment: scroll;
		}


	.hide-sm{

		display: none;

	}


		.contenido_anual h3 {
			font-size: 20px !important;
			position: absolute;
			right: 0px;
			bottom: -140px !important;
			}

	.menu_timeline{

		position: relative;
		width: 100%;

	}

	.menu_timeline ul{

		flex-wrap: wrap;
		justify-content: center !important;
		padding: 0;

	}

	.menu_timeline ul li{

		padding: 5px 15px;
		display: block;
		margin: 5px 0px; 

	}

	.menu_timeline ul li a {

		font-size: 20px !important;

	}

	.caracteristicas {
		padding: 0px;
		display: flex !important;
		flex-wrap: wrap !important;
		}

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

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
