/*
	Theme Name: You Plaza
	Description: WordPress Theme for YOU Plaza
	Version: 1.1.0
	Author: Jorge Galindo (@galindojorge)
	Author URI: http://jgalindodesign.com
	Tags: You, Plaza, HTML5, CSS3

*/

.rojo{

	color:#E20714;

}

.negro{

	color: #000000;
}

.amarillo{

	color: #FDCC50;
}


/*------------------------------------*\
    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;
	color #ffffff;
}
body {
	font:300 11px/1.4 'Montserrat', sans-serif;

}
/* 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;
}

h2{

	font-size: 30px;
	font-weight: 300;
	padding: 20px 0px 0px 0px;

}

h3{
	font-size: 18px;
	font-weight: 300;
	color: #ffffff;
}

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

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

	background-color: #000000;
	height: 120px;
	width: 100%;
	position: fixed;
	z-index: 10;


}

.cont-header{

	display: flex;
	flex-direction: row;
	justify-items: center;
	align-items: flex-end;
	height: 120px;
	padding: 10px;

}

/* logo */
.logo {

	width: 140px;
    /* height: 109px; */
    /* margin: 20px 0px; */

}
.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{

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

}

.nav ul li:nth-child(7){

	list-style: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0px 0px 0px !important;
	border-radius: 6px;
	margin-left: 25px;

}

.nav ul li:nth-child(7) a{

	color: #000000;
	padding: 10px 20px 10px 20px;
	background-color: #FDCC50;
	border-radius: 5px;

}

.nav ul li:nth-child(7) a:hover{

	color: #ffffff;
	border-bottom: none;
	background-color: #E20714;

}

.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;

}

header .redes_soc_contact{

	padding: 0px;
    margin-top: 5px;
	margin-bottom: 0px;
	
}

header .redes_soc_contact li{

	list-style: none;
	display: inline-block;
	margin: 0px 15px 0px 0px;

}

header .redes_soc_contact li a{

	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: transform .6s cubic-bezier(0,0,0,1),-webkit-transform .6s cubic-bezier(0,0,0,1);
	background-repeat: no-repeat;
	background-position: center center;


}

header .redes_soc_contact li:nth-child(1) a{

	background-image: url(img/SVG/fb_icon.svg);
	background-size: 10px;

}

header .redes_soc_contact li:nth-child(2) a{

	background-image: url(img/SVG/ig_icon.svg);
	background-size: 17px;

}

header .redes_soc_contact li a:hover{

}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

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

}

.footer .redes_soc_contact{

	padding: 0px;
    margin-top: 5px;
	margin-bottom: 0px;
	
}

.footer .redes_soc_contact li{

	list-style: none;
	display: inline-block;
	margin: 0px 15px 0px 0px;

}

.footer .redes_soc_contact li a{

	display: block;
	width: 30px;
	height: 30px;
	background-color: #D0A742;
	border-radius: 50%;
	/* transition: all 500ms ease; */
	transition: transform .6s cubic-bezier(0,0,0,1),-webkit-transform .6s cubic-bezier(0,0,0,1);
	background-repeat: no-repeat;
	background-position: center center;


}

.footer .redes_soc_contact li:nth-child(1) a{

	background-image: url(img/SVG/fb_icon.svg);
	background-size: 10px;

}

.footer .redes_soc_contact li:nth-child(2) a{

	background-image: url(img/SVG/ig_icon.svg);
	background-size: 17px;

}

.footer .redes_soc_contact li a:hover{

	background-color: #000000;
}


/* SOCIAL	 */

.social {
    position: fixed;
    right: 10px;
    top: 140px;
    z-index: 2000;
}

.social ul {
    list-style: none;
    margin-left: -50px;
}

.social ul li {

    margin: 10px 0px;

}

.social ul li a {
    display: inline-block;
    background: #ffffff;
    padding: 10px 10px 10px 10px;
    border-radius: 8px 8px 8px 8px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
	box-shadow: 0px 0px 2px #fff;
}

.social ul li a img {
    width: 48px;
}

.social ul li a:hover {
	background: #ffffff;
	transform: scale(1.2,1.2);

}

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

section{

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

#inicio{

	height: calc(100vh) !important;
	overflow: hidden;

}

#inicio .owl-pagination{

	position: relative;
    bottom: 300px;

}

#inicio .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 50px;
    height: 9px;
    margin: 5px 7px;
	background: #E20714;
	border-radius: 0px !important;
	webkit-border-radius: 0px !important;
}

#inicio .slider .item img{

position: relative;
top: -120px;

}

#amenidades{

	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%), url("img/slider/youterraza.jpg");
	background-position: center center;
	background-size:cover;

}

.amenidades_circ{

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 160px;
	
}

.texto-amenidades{

	padding: 10px 30px;

}

.texto-amenidades h3{

	text-align: center;
}

.texto-amenidades a h3:hover{

	color: #FDCC50;
}

.circ_amenidad{

	display: flex;
	flex-direction: column;
	align-items: center;


}

.circ_amenidad img{

	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: solid 3px #FDCC50;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;


}

.circ_amenidad a img:hover{

	transform: scale(1.1,1.1);

}

.linea{

    display: inline-block;
    width: 45px;
    border: 2px solid #FDCC50;
    position: relative;
    bottom: 8px;
    margin-right: 15px;

}

#ubicacion{

	background-color: #000000;
	color: #ffffff;

}

#ubicacion p{

	font-size: 14px;

}

#ubicacion h2{

	color: #ffffff;

}

#ubicacion .cont_cercayou{

	width: 80%;

}

#ubicacion .cerca_you li{

	list-style: none;
	font-size: 16px;
	margin: 30px 0px;
	padding: 0px 0px 0px 30px;
	background-image: url(img/bullet.svg);
	background-repeat: no-repeat;
	background-position: left center;

}

#google-container {
	position: relative;
	height: 200px;
	background-color: #000000;
	width: 75%;
	margin: auto;
  }
  @media only screen and (min-width: 768px) {
	#google-container {
	  height: 300px;
	}
  }
  @media only screen and (min-width: 1170px) {
	#google-container {
	  height: 430px;


	}
  }
  
  #cd-google-map {
	position: relative;
  }
  #cd-google-map address {
	position:absolute;
    width: 75.1%;
    bottom: 0;
    left: 12.5%;
	padding: 1em 1em;
	background-color: rgba(226, 7, 20, .8);
	color: white;
	font-size: 14px;
	margin: auto;
  }
  @media only screen and (min-width: 768px) {
	#cd-google-map address {
	  font-size: 14px;
	  text-align: center;
	}
  }
  
  #cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color:rgba(226, 7, 20, .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: #E20714;
  }
  @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;
  }



#studios{

	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%), url("img/studios.jpg");
	background-attachment: fixed;
	background-size: cover;

}

#studios h2{

	color: #ffffff;

}

.cont_botones_studios{

	position: relative;
    height: calc(100vh - 260px);
    width: 100%;
    display: flex;
    flex: wrap;
    flex-direction: column-reverse;
	
}

.botones_studios{

	display: flex;
	flex-direction: row;
	width: 100%;
}

.botones_studios li{

	list-style: none;
	width: 32%;

}

.botones_studios li a{

	display: block;
	padding: 10px 30px;
	background-color:#E6BA49;
	color: #000000;
	font-size: 18px;
	text-align: center;

}

.botones_studios li a:hover{

	background-color:#D0A742;


}

#contacto{

	background-color: #000000;
	color: #ffffff;

}

#contacto .logo2{

	display: flex;
    height: calc(100vh - 140px);
    justify-content: center;
	align-content: center;
	align-items: center;
	justify-items: center;
	flex-direction: column;

}

.logo2 img{

	width: 296px;

}

.logo2 .datos_cont{

	list-style: none;
	font-size: 14px;

}

.logo2 .datos_cont li{

	margin: 10px 0px;
	padding: 0px 0px 0px 30px;
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

.logo2 .datos_cont li:nth-child(1){

	background-image: url(img/SVG/lugar.svg);

}

.logo2 .datos_cont li:nth-child(2){

	background-image: url(img/SVG/direccion.svg);

}

.logo2 .datos_cont li:nth-child(3){

	background-image: url(img/SVG/telefono.svg);

}

.logo2 .datos_cont li:nth-child(4){

	background-image: url(img/SVG/email.svg);

}

.logo2 .datos_cont li a{

	color: #ffffff;

}

.logo2 .datos_cont li a:hover{

	color: #E20714;

}

#contacto h2{
	color: #ffffff;
}

.msj_contacto, .form_contacto{

	width: 80%;
	margin: auto;
	color:#ffffff;
}


.form_contacto form input {

height: 30px;
width: 100%;
/* border-radius: 2px; */
border-bottom: 1px solid #FDCC50;
background-color: #000000;
border-top: none;
border-right: none;
border-left: none;
color: #ffffff;


}

.form_contacto form textarea {

border-bottom: 1px solid #FDCC50;
background-color: #000000;
color: #ffffff;
border-top: none;
border-right: none;
border-left: none;
width: 100%;
height: 120px;

}

.form_contacto form input:focus, textarea:focus {
	border-bottom: solid 1px #E20714 !important;
	outline: none;

}

.form_contacto form input[type="submit"] {

background-color: #FDCC50;
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: #E20714;

}

.form_contacto label{

	font-size:14px;
}

.msj_contacto h3{

	
	color: #FDCC50;


}

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



/*------------------------------------*\
	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 (min-width:768px) {

}
@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;
	}
}
