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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.spacesup{
	width: 100%;
	height: 10px;
	background-color: white;
	margin-top: 20px;
}

/* Comienza Breadcrumb */

.ubea-section a {
  color: #595959;
  text-decoration: none;
}
.ubea-section a:hover, a:active, a:focus {
  color: black;
  outline: none;
  text-decoration: none;
}

::-webkit-selection {
  color: #fff;
  background: #595959;
}

::-moz-selection {
  color: #fff;
  background: #595959;
}

::selection {
  color: #fff;
  background: #595959;
}

.ubea-container {
  max-width: 1140px;
  padding-left: 30px;
}

.ubea-nav {
  position: fixed;
  margin-top: 0;
  width: 100%;
  background: #000;
  webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
}

/* Termina Breadcrumb */

.header {
  background-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1100;
}

.header ul {
  margin-right: 5px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  
}

.header li a {
  display: block;
  padding: 20px 30px;
  margin-right: 0px;
  color: #595959;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
	color: black;
	background-color: #EFEFEF; 
}

.header .logo {
  display: block;
  float: left;
  margin: 15px 0px 0px 30px;
  text-decoration: none;
}


.btn-mal{
	color: red;
	background-color: red;
}


/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: black;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 500px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/*Navicon Nosotros US*/
.header .menu-icon .navicon_us {
  background: white;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon_us:before,
.header .menu-icon .navicon_us:after {
  background: white;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon_us:before {
  top: 5px;
}

.header .menu-icon .navicon_us:after {
  top: -5px;
}

.header .menu-btn:checked ~ .menu-icon .navicon_us {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon_us:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon_us:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon_us:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon_us:after {
  top: 0;
}

/*Termina navicon nosotros us*/

.imggracias img{
	margin: 0 auto;
	width: 50%;
}

/*Comienzan servicios*/
	.serviciosgif {
	width: 100%;
	margin: 0 auto;
    }

.serviciosgif h3{
	color: white;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
    }

.servizq img {
	margin: 0 auto;
	width: 100%;
	padding: 0px 5px;
    }

.servder img {
	float: left;
	width: 50%;
	padding: 0px 5px;
    }

.rectanguloS2{
	color: white;
    }

.rectanguloS3{
	color: white;
    }

.rectanguloS4{
	color: white;
    }

	div.rectanguloS2 p {
	font-size: 18px;
	font-family: "helvetica";
	font-weight: lighter;
	color: ffffff;
	text-align: justify;
    }

div.rectanguloS3 p {
	font-size: 30px;
	font-family: "helvetica";
	font-weight: lighter;
	color: ffffff;
	text-align: center;
    }

div.rectanguloS4 p {
	font-size: 24px;
	font-family: "helvetica";
	font-weight: lighter;
	color: ffffff;
	text-align: left;
    }

	.servizq p {
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-family: "helvetica";
	font-weight: lighter;
	font-size: 18px;
	padding: 30px 10px;
	width: 45%;
    }

	.servder p {
	float: left;
	text-align: right;
	color: #ffffff;
	font-family: "helvetica";
	font-weight: lighter;
	font-size: 18px;
	padding: 30px 10px;
	width: 45%;
    }

	.serviciocita p {
	margin: 0 auto;
	text-align: center;
	color: #8F7C4F;
	font-family: "helvetica";
	font-weight: lighter;
	font-style: italic;
	padding-top: 60px;
	font-size: 18px;
	width: 60%;
	}

.alianzas img{
	float: left;
	width: 20%;
}


/*Comienzan servicios*/
	div.rectanguloS {
	width: 100%;
	margin-top: 5px;
    }

@media only screen and (min-width:564px){
	div.rectanguloS {
	width: 100%;
	margin-top: 15px;
    }
	
	div.rectanguloS img{
	margin-left: 20%;
	margin-top: 20px;
	width: 198px;
	}
	
}

@media only screen and (max-width:1000px){
	
	.servizq p {
	width: 60%;
    }	
}


@media only screen and (max-width:564px){
	
	
	.imggracias img{
	margin: 0 auto;
	width: 100%;
	}
	
	.servizq p {
	width: 90%;
    }

	.alianzas img{
	width: 50%;
	}
	
}
	
	div.rectanguloS img{
	margin-left: 20%;
	margin-top: 20px;
	width: 198px;
	}
	
    div.rectanguloS2 {
	margin: 0 auto;
	width: 90%;
	margin-top: 5px;
    }

 div.rectanguloS3 {
	margin: 0 auto;
	width: 90%;
	margin-top: 5px;
    }



@media only screen and (min-width:768px) {
	
	
	div.rectanguloS {
	width: 50%;
	float: left;
	margin-top: 30px;
    }
	
	div.rectanguloS img{
	margin-left: 35%;
	margin-top: 10px;
	width: 198px;
	}
	
	div.rectanguloS2 {
	width: 50%;
	float: right;
	margin-top: 30px;
	padding-right: 10%;
    }
	
	div.rectanguloS3 {
	width: 50%;
	margin-top: 30px;
    }
	
	div.rectanguloS4 {
	width: 40%;
	float: left;
	margin-top: 30px;
	margin-left: 100px;
	margin-right: 10px;
    }
	
	div.rectanguloS4 img {
	width: 100%;
	margin-top: 30px;
    }
	
	div.rectanguloS4 p {
	float: left;
	margin-top: 30px;
		width: 80%;
    }
	
	div.rectanguloS4 h3 {
	float: left;
	margin-top: 100px;
		font-size: 60px;
    }
	
	div.imgpresent {
	width: 60%;
	margin: 0 auto;
	}
}

@media only screen and (min-width:1163px) {
	
	div.rectanguloS {
	width: 50%;
	float: left;
	margin-top: 30px;
    }
	
	div.rectanguloS img{
	margin-left: 45%;
	margin-top: -20px;
	width: 198px;
	}
	
	div.imgcentral {
	margin: 0 auto;
	width: 100%;
	}
	
	div.rectanguloS2 {
	width: 50%;
	float: right;
	margin-top: 30px;
	padding-right: 10%;
    }
	
	div.rectanguloS3 {
	width: 60%;
		margin: 0 auto;
	margin-top: 30px;
    }
	
	
	
	
}


	
	
	
	/*Terminan servicios*/


/*terminan servicios*/

/*comienza blog*/
	.contenedorblog{
		width: 100%;
		margin: 0 auto;
	
	}

	.rectanguloB {
	max-width: 50%;
	float: left;
	margin-top: 20px;

	}

	.rectanguloB img {
	float: left;
	max-width: 50%;
	margin-right: 10px;
	
	}

	.rectanguloB h3 {
	text-align: left;
	color: black;
	font-size: 20px;
	font-family: "helvetica";
	font-weight: bold;
	}

	.rectanguloB p {
	text-align: left;
	color: black;
	font-size: 14px;
	font-family: "helvetica";
	font-weight: lighter;
	margin-top: 50px;

	}

	.rectanguloB a {
	text-decoration: none;
	}


@media only screen and (max-width:750px) {
	
	.rectanguloB {
	max-width: 100%;
	margin-top: 100px;
	}
	
	.rectanguloB img {
	max-width: 100%;
	margin-bottom: 10px;
	}

	.rectanguloB p {
	margin-top: 5px;
	}
	
}



	div.textblog{
	max-width: 1149;
	font-size: 16px;
	font-family: "helvetica";
	font-weight: normal;
	color: black;
	text-align: left;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
		
	}

	div.textblog h1{
	text-align: left;
	font-size: 3em;
	font-family: "helvetica";
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
	
	}

div.textblog h2{
	text-align: left;
	font-size: 1.5em;
	font-family: "helvetica";
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
	
	}

div.textblog ul{
	margin-left: 20px;
	margin-top: 10px;
	
	}

	div.textblog p {
	text-align: left;
	margin: 0;
	}

	.textblog a {
	color: #595959;
	}

.textblog a:hover {
	color: black;
	}


div.sitemap{
	max-width: 1149;
	font-size: 16px;
	font-family: "helvetica";
	font-weight: lighter;
	color: black;
	text-align: left;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-left: 100px;
		
	}

	div.sitemap h1{
	text-align: left;
	font-size: 3em;
	font-family: "helvetica";
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
	
	}

div.sitemap h2{
	text-align: left;
	font-size: 1.5em;
	font-family: "helvetica";
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
	
	}

div.sitemap ul{
	margin-left: 20px;
	margin-top: 10px;
	
	}

	div.sitemap p {
	text-align: left;
	margin: 0;
	}

	.sitemap a {
	color: #595959;
	}

.sitemap a:hover {
	color: black;
	}

div.sitemap_int{
	float: left;
	width: 30%;
	margin-right: 20px;
	margin-bottom: 30px;
}


.artprev a{
	float: left;
	text-decoration: none;
	color: #595959;
}

.artprev a:hover{
	color: black;
}

.artnext a{
	float: right;
	text-align: right;
	text-decoration: none;
	color: #595959;
}

.artnext a:hover{
	color: black;
}

@media screen and (min-width: 50px){
	div.textblog {
	padding-right: 10%;
	padding-left: 10%;
	}
}

@media only screen and (min-width:768px){
	div.textblog {
	padding-right: 30%;
	padding-left: 15%;
	}
}



/*termina blog*/

/*Comienza Contacto*/

.wrappercontact{
	width: 60%;
	margin: 0 auto;
}

.contactizq p {
	margin: 0 auto;
	text-align: center;
	padding: 0px 40px;
	margin: 0px 0px 0px;
}

.contactizq a {
	text-decoration: none;
	color: #595959;
}

.contactizq a:hover {
	color: black;
}

@media only screen and (max-width:500px){
	.contactizq h2 {
	font-size: 1.2em;
	line-height: 25pt;
	text-align: center;
	}
}


.contactder h2 {
	float: left;
	text-align: left;
	margin: 0px 0px 0px;
}

.contactder a {
	text-decoration: none;
	color: #595959;
}



/*Termina Contacto*/


.footer {
	width: 95%;
	margin: 0 auto;
	color: #595959;
	font-size: 1em;
	margin-bottom: 60px;
}

.footer a{
	color: #595959;
	text-decoration: none;
}

.footer a:hover{
	color: black;
}

.footer .derechos {
	float: left;
	text-align: left;

}

.derechos p{
	float: left;
	padding-right: 30px;
}

.footer .rs{
	float: right;
	text-align: right;
}

.rs{
	float: right
}

.rs p{
	float: left;
	padding-left: 30px;
}

@media screen and (max-width: 900px){
	.footer{
		margin-bottom: 150px;
	}
	
	.footer p{
	float: left;
	padding-top: 5px;
	}
	
	.derechos{
		width: 50%;
		padding-left: 20px;
	}
	
	.derechos p{
	padding-left: 10px;
	}
	
	
	.footer .rs{
	width: 50%;
	float: left;
	text-align: left;
	}

	.rs{
	float: left;
	}

	.rs p{
	float: left;
	padding-left: 10px;
	}
}

/*Comienza footer US*/
.footer_us {
	width: 95%;
	margin: 0 auto;
	color: #595959;
	font-size: 1em;
	margin-bottom: 60px;
}

.footer_us a{
	color: #595959;
	text-decoration: none;
}

.footer_us a:hover{
	color: white;
}

.footer_us .derechos {
	float: left;
	text-align: left;

}

.derechos p{
	float: left;
	padding-right: 30px;
}

.footer_us .rs{
	float: right;
	text-align: right;
}

.rs{
	float: right
}

.rs p{
	float: left;
	padding-left: 30px;
}


@media screen and (max-width: 900px){
	.footer_us{
		margin-bottom: 150px;
	}
	
	.footer_us p{
	float: left;
	padding-top: 5px;
	}
	
	.derechos{
		width: 50%;
		padding-left: 20px;
	}
	
	.derechos p{
	padding-left: 10px;
	}
	
	
	.footer_us .rs{
	width: 50%;
	float: left;
	text-align: left;
	}

	.rs{
	float: left;
	}

	.rs p{
	float: left;
	padding-left: 50px;
	}
}
/*Termina footer US*/

body {
	font-family: helvetica;
	margin: 0 auto;
	color: black;
}

.bodycontainer {
	max-width: 1547px;
	margin: 0 auto;
}

h1 {
	font-family: helvetica;
	font-size: 3em;
	text-align: center;
	margin: 50px 0px 60px 0px;	
}

h2 {
	font-family: helvetica;
	font-size: 2em;
	text-align: center;
	margin: 50px 0px 30px 0px;
}

h3 {
	font-size: 1.3em;
	color: black;
	font-weight: normal;
	text-align: left;
	}



.wrapper {
	width: 95%;
	margin: 0 auto;
}


.cuadroch{
	width: 33.33%;
	height: auto;
	float: left;
	padding: 5px;
	position: relative;
}

.cuadroch h3{
	float: right;
	padding: 35% 15% 0% 0%;
	color: white;
	text-align: right;
	letter-spacing: 5px;
	font-weight: lighter;
	font-size: 1.5em;
	width: 100%;
}

.cuadroch p{
	float: right;
	padding: 0% 15% 0% 0%;
	color: white;
	text-align: right;
	letter-spacing: 2px;
	font-weight: lighter;
	font-size: 1em;
}

@media screen and (max-width: 500px){
	.cuadroch{
	width: 100%;
}
	
	.cuadroch h3{
	padding: 35% 10% 0% 0%;
	font-size: 1.5em;
	}

.cuadroch p{
	padding: 5% 10% 0% 0%;
	font-size: 1em;
	}
}



.cuadrogde{
	width: 66.66%;
	height: auto;
	float: left;
	padding: 5px;
	position: relative;	
}

.cuadrogde h3{
	float: left;
	padding: 17.5% 0% 0% 50%;
	color: white;
	letter-spacing: 5px;
	font-weight: lighter;
	font-size: 1.5em;
}

.cuadrogde p{
	float: left;
	padding: 0% 0% 0% 50%;
	color: white;
	letter-spacing: 2px;
	font-weight: lighter;
	font-size: 1em;
}

.over {
	display: none;
}

.cuadroch:hover .image {
	opacity: 0;
}

.cuadrogde:hover .image {
	opacity: 0;
}

.cuadroch:hover .over {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	opacity: 1;
	padding: 6px;
	background-color: #55492F;
}

.cuadrogde:hover .over {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	opacity: 1;
	padding: 6px;
	background-color: #55492F;
}

/*Comienza Slider CSS*/
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.nuevoarticulo {
	width: 65%;
	margin: 0 auto;
	max-width: 1000px;
}

@media screen and (max-width: 1000px){
	.nuevoarticulo {
	width: 90%;
	}
}

.nuevoarticulo p{
	color: #595959;
}

.nuevoarticulo p:hover{
	color: black;
}


.article_home img {
	width: 50%;
	height: auto;
	float: left;
}

.texto_na{
	text-align: left;
	width: 50%;
	padding-left: 50px;
	float: left;
}

.texto_na h3 {
	font-family: helvetica;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 10px;
}

@media screen and (max-width: 500px){
	.article_home img {
	width: 100%;
	height: auto;
	float: left;
	}
	
	.texto_na{
	text-align: left;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
	padding-bottom: 30px;
	float: left;
	}
}


/* Proyectos filters */

.container {
  width:95%;
  margin:0 auto;
  text-align: center;
}
input[type="radio"] {
    display:none;
}
label {
  margin: 0 auto;
  text-align:center;
  font-size: 1.5em;
  color:#595959;
  padding:2%;
	line-height: 30pt;
  cursor:pointer;
}

label:hover{
	color: black;
}

input[type="radio"][id="branding"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="branding"]:checked ~ .web,
input[type="radio"][id="branding"]:checked ~ .identidad,
input[type="radio"][id="branding"]:checked ~ .envase,
input[type="radio"][id="branding"]:checked ~ .logotipo,
input[type="radio"][id="branding"]:checked ~ .ilustracion,
input[type="radio"][id="branding"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="web"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="web"]:checked ~ .branding,
input[type="radio"][id="web"]:checked ~ .identidad,
input[type="radio"][id="web"]:checked ~ .envase,
input[type="radio"][id="web"]:checked ~ .logotipo,
input[type="radio"][id="web"]:checked ~ .ilustracion,
input[type="radio"][id="web"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="identidad"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="identidad"]:checked ~ .web,
input[type="radio"][id="identidad"]:checked ~ .branding,
input[type="radio"][id="identidad"]:checked ~ .envase,
input[type="radio"][id="identidad"]:checked ~ .logotipo,
input[type="radio"][id="identidad"]:checked ~ .ilustracion,
input[type="radio"][id="identidad"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="envase"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="envase"]:checked ~ .web,
input[type="radio"][id="envase"]:checked ~ .branding,
input[type="radio"][id="envase"]:checked ~ .identidad,
input[type="radio"][id="envase"]:checked ~ .logotipo,
input[type="radio"][id="envase"]:checked ~ .ilustracion,
input[type="radio"][id="envase"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="logotipo"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="logotipo"]:checked ~ .web,
input[type="radio"][id="logotipo"]:checked ~ .branding,
input[type="radio"][id="logotipo"]:checked ~ .identidad,
input[type="radio"][id="logotipo"]:checked ~ .envase,
input[type="radio"][id="logotipo"]:checked ~ .ilustracion,
input[type="radio"][id="logotipo"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="ilustracion"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="ilustracion"]:checked ~ .web,
input[type="radio"][id="ilustracion"]:checked ~ .branding,
input[type="radio"][id="ilustracion"]:checked ~ .identidad,
input[type="radio"][id="ilustracion"]:checked ~ .envase,
input[type="radio"][id="ilustracion"]:checked ~ .logotipo,
input[type="radio"][id="ilustracion"]:checked ~ .fotografia
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

input[type="radio"][id="fotografia"]:checked + label {
  background:white;
  color: black;
}
input[type="radio"][id="fotografia"]:checked ~ .web,
input[type="radio"][id="fotografia"]:checked ~ .branding,
input[type="radio"][id="fotografia"]:checked ~ .identidad,
input[type="radio"][id="fotografia"]:checked ~ .envase,
input[type="radio"][id="fotografia"]:checked ~ .logotipo,
input[type="radio"][id="fotografia"]:checked ~ .ilustracion
{
  width:0;
  height:0;
  padding:0;
  margin:0;
  opacity:0;
}

.tile {
	transition: all 1s;
}



/* Termina Proyectos filters */



/* 48em = 768px */

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

  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}