@import url('fonts.css');
.ei-slider{
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 670px;
	margin: 0 auto;
}
.ei-slider-loading{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999;
	background: rgba(0,0,0,0.9);
	color: #fff;
	text-align: center;
	line-height: 400px;
}
.ei-slider-large{
	height: 100%;
	width: 100%;
	position:relative;
	overflow: hidden;
}
.ei-slider-large li{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.ei-slider-large li img{
	width: 100%;
}
.ei-title{
	position: absolute;
	width: 50%;
	left:5%;
	top: 40%;
}
.ei-title h2, .ei-title h3{
	text-align: left;
}
.ei-title h3{
	font-size: 38px;
	font-family: 'Raleway-light', serif;
	font-style: normal;
	margin-top:25px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.ei-title h2{
	font-size: 60px;
	line-height: 70px;
	font-family: 'exo-black-italic';
	font-style:italic;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.ei-title .link{
	font-family: 'exo-black-italic';
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
	color: rgba(255,190,4,1);
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
	position: absolute;
	bottom: -100px;
	float: left;
	border: 2px solid #f6b314;
	padding: 10px 20px;
	letter-spacing: 2px;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	text-decoration: none;
	background: rgba(109,119,124,0);
	text-transform: uppercase;
	opacity:1;
	display:inline;
}
.ei-title .link:hover {
	color: #fff;
	border: 2px solid rgba(255,190,4,1);;
	background: rgba(255,190,4,1);
}
.ei-slider-thumbs{
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.ei-slider-thumbs li{
	position: relative;
	float: left;
	height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
	top: -25px;
	left: 0px;
	position: absolute;
	height: 100%;
	z-index: 10;
	text-indent: -9000px;
	background: #0080aa;
}
.ei-slider-thumbs li a{
	display: block;
	text-indent: -9000px;
	background: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin-top: -25px;
	position: absolute;
	z-index: 1000;
}
.ei-slider-thumbs li a:hover{
	background-color: #0080aa;
	}
.ei-slider-thumbs li img{
	display:none;
	
}
/************************** Contenido ********************************/
.marca{
	width:100%;
	position:relative;
	height:170px;
	background:rgba(255,255,255,1);
	clear:both;
	text-align:center;
	padding: 50px 0;
	top: -125px;
	z-index: 1000;
	margin-bottom:-100px;
}
.marca h1{
	font-size: 60px;
	line-height: 70px;
	font-family: 'exo-black-italic';
	font-style:italic;
	color: #000;
}
.marca h2{
	font-size: 32px;
	line-height: 70px;
	font-family: 'exo-black-italic';
	font-style:italic;
	color: #000;
}
.soluciones{
	height:600px;
	width:90%;
	padding:0 5%;
}
.solucion{
	width:45%;
	height:auto;
	padding:20px 2.5%;
	float:left;
	display:block;
	position:relative;
}
.solucion img{
	float:left;
	position:relative;
	width:120px;
	padding:20px;
	}
.texto{
	float: right;
  	margin: auto 0;
  	width: 65%;
  	display: block;
}
.texto h2{
	font-family:'exo-bold-italic';
	font-style:italic;
	font-weight:bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom:10px;
}
.texto p{
	font-family: 'Raleway', Arial, sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size: 14px;
}
.casos-exito{
	width:100%;
	position:relative;
	height:70px;
	background:rgba(240,243,240,1);
	clear:both;
	text-align:center;
	padding: 50px 0;
	top: -125px;
	z-index: 1000;
}
.casos-exito::after{
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: rgba(240,243,240,1);
	border-width: 30px;
	margin-left: -30px;
}
.casos-exito h1{
	font-size: 60px;
	line-height: 70px;
	font-family: 'exo-black-italic';
	font-style:italic;
	color: #000;
}
.cubre100{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	clear:both;
	min-height:300px;
}
.cuarto{
	width:25%;
	height:320px;
	float:left;
	position:relative;
	cursor:pointer;
	background-color: transparent rgba(0,0,0,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.caso-logo{
	display:none;
	opacity:0;
}
.cuarto:hover .caso-logo{
	opacity:1;
	width:200px;
	height:auto;
	position:absolute;
	top:0;
	display:block;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.cuarto:hover .caso-logo img{
	position:relative;
	padding:20px 25%;
	max-width:230px;
	height:auto;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	}
.medio{
	width:40%;
	height:240px;
	float:left;
}
.video{
	text-align:right;
	background:#0080aa;
	padding:40px 5%;
	}
.video h2{
	font-size: 30px;
	line-height: 35px;
	font-family: 'exo-black-italic';
	font-weight:bolder;
	font-style:italic;
	color: #fff;
	}
.video p{
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}
.video img{
	padding:20px 0;
}
.frases{
	text-align:center;
	background:#f0f3f0;
	padding:40px 5%;
	background:url(../img/comillas.png) no-repeat 90% 15%;
	}
.frases h2{
	font-size: 24px;
	line-height: 35px;
	font-family: 'exo-italic';
	font-weight:bolder;
	font-style:italic;
	color: #000;
	margin-top:40px;
	}
.frases p{
	margin-top:40px;
	font-family: 'exo-italic';
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	color: #000;
}
.link{
	opacity:0;
	display:none;
}
.cuarto:hover .link {
	opacity:1;
	filter:alpha(opacity=100);
	display:block;
	font-family: 'exo-black-italic';
	font-weight: normal;
	font-style:italic;
	font-size: 12px;
	position: absolute;
	bottom: 30px;
	left:30%;
	border: 2px solid #f6b314;
	padding: 10px 20px;
	letter-spacing: 2px;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f6b314;
	text-shadow:none;
	border: 2px solid rgba(255,255,255,1);;
	background: #fff;
	box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.asergen{
	background:url(../img/casos/asergen/2.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .asergen{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.barrick{
	background:url(../img/casos/barrick-zaldivar/1.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .barrick{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.candelaria{
	background:url(../img/casos/candelaria/6.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .candelaria{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.cap{
	background:url(../img/casos/cap-colorados/14.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .cap{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.andina{
	background:url(../img/casos/codelco-andina/20.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .andina{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.chuqui{
	background:url(../img/casos/codelco-chuquicamata/3.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .chuqui{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mistral{
	background:url(../img/casos/codelco-mistral/14.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .mistral{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.teniente{
	background:url(../img/casos/codelco-teniente/4.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
}
.cuarto:hover .teniente{
	background-color:rgba(255,255,255,1);
	opacity: 0.4;
    filter: alpha(opacity=40);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
/**************************************** frases ******************************/
.cbp-qtrotator {
	position: relative;
	margin: 2em auto 0 auto;
	max-width: 600px;
	width: 100%;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	/*border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;*/
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
	opacity:0;
	display:none;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote h2 {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote h2:before {
	content: '― ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}
/********************************** Contacto **********************************/
.tres-cuartos{
	width:75%;
	margin-top:40px;
	float:left;
	position:relative;
}
.contacto{
	width:90%;
	background:url(../img/contacto.jpg) bottom;
	background-size:cover;
	height:440px;
	padding:60px 5%;
	text-align:left;
}
.contacto h1{
	font-size: 60px;
	font-family: 'exo-black-italic';
	font-style:italic;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.contacto .textarea{
	width:44%;
	float: left;
	margin-right:2.5%;
	height:25px;
	margin-bottom:5px;
	font-family: 'Raleway', Arial, sans-serif;
	font-size: 16px;
	color: #f6b314;
	position: relative;
	border: 2px solid #f6b314;
	padding: 10px;
	text-indent: 4px;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	text-decoration: none;
	background:none;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
	}
.contacto .boton{
	font-family: 'exo-black-italic';
	font-style:italic;
	font-size: 12px;
	color: #f6b314;
	margin-top:20px;
	position: relative;
	float: left;
	border: 2px solid #f6b314;
	padding: 10px 10px;
	border-radius: 10px 10px;
	-webkit-border-radius: 10px 10px;
	-moz-border-radius: 10px 10px;
	text-decoration: none;
	background:none;
	cursor:pointer;
	letter-spacing:4px;
	text-transform:uppercase;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
	width:140px;
}
.contacto .boton:hover{
	background:#f6b314;
	border-color:#f6b314;
	color:#fff;
	}
.contacto #mensaje{
	width:93%;
	height:150px;
}
.directions{
	width:23%;
	padding:40px 1%;
	color:#fff;
	position:relative;
	height:auto;
	display:block;
	float:right;
}
.directions h3{
	font-size: 24px;
	font-family: 'exo-bold-italic';
	font-style: italic;
	font-weight:bold;
	margin-top:25px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.directions p{
	font-size: 18px;
	font-family: 'Raleway-light';
	font-style: normal;
	font-weight:bold;
	margin-top:25px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}
.directions a{
	font-size: 18px;
	font-family: 'Raleway-light';
	color:#fff;
	font-style: normal;
	font-weight:bold;
	margin-top:25px;
	color: #fff;
	text-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.5);
}

/*@media screen and (max-width: 830px) {
	.ei-title{
		position: absolute;
		right: 0px;
		margin-right: 0px;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10px;
		background: #fff;
		background: rgba(255,255,255,0.9);
		padding: 5px 0;
	}
	.ei-title h2, .ei-title h3{
		text-align: center;
	}
	.ei-title h2{
		font-size: 20px;
		line-height: 24px;
	}
	.ei-title h3{
		font-size: 30px;
		line-height: 40px;
	}
}*/

@media only screen and (max-width:1170px) and (orientation:landscape){
.ei-title h3 {
    font-size: 28px;
}
.soluciones {
    height: 600px;
    width: 100%;
    padding: 0;
}
.solucion {
    width: 48%;
    padding: 20px 1%;
}
.casos-exito {
    height: 50px;
}
.casos-exito h1 {
    font-size: 50px;
    line-height: 50px;
}
.cubre100 {
    min-height: 240px;
}
.cuarto {
    height: 250px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 20%;
    width: 180px;
}
.medio {
    height: 190px;
}
.video {
    padding: 30px 5%;
}
.video h2 {
    font-size: 26px;
    line-height: 35px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 30px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.6em;
    font-weight: normal;
}
}
@media only screen and (max-width:768px) and (orientation:portrait){
.ei-title {
    width: 80%;
}
.ei-title h3 {
    font-size: 28px;
}
.marca {
    height: 170px;
    padding: 30px 0;
    top: -100px;
    margin-bottom: -120px;
}
.soluciones {
    height: 1000px;
    width: 90%;
    padding: 0;
}
.solucion {
    width: 70%;
    padding: 20px 15%;
}
.casos-exito {
    height: 40px;
}
.casos-exito h1 {
    font-size: 40px;
    line-height: 40px;
}
.cubre100 {
    min-height: 200px;
}
.cuarto {
    height: 200px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 15%;
    width: 130px;
}
.cuarto:hover .link {
	left:20%;
}
.medio {
    height: 160px;
}
.video {
    padding: 20px 5%;
}
.video h2 {
    font-size: 20px;
    line-height: 26px;
}
.video p {
    font-size: 15px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 20px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.2em;
    font-weight: normal;
}
.contacto h1 {
    font-size: 50px;
}
.contacto .textarea {
    width: 40%;
}
.contacto #mensaje {
    width: 87%;
    height: 150px;
}
}
@media only screen and (max-width:800px) and (orientation:landscape){
.ei-title {
    width: 80%;
}
.ei-title h3 {
    font-size: 28px;
}
.marca {
    height: 170px;
    padding: 30px 0;
    top: -100px;
    margin-bottom: -120px;
}
.soluciones {
    height: 1000px;
    width: 90%;
    padding: 0;
}
.solucion {
    width: 70%;
    padding: 20px 15%;
}
.casos-exito {
    height: 40px;
}
.casos-exito h1 {
    font-size: 40px;
    line-height: 40px;
}
.cubre100 {
    min-height: 200px;
}
.cuarto {
    height: 200px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 15%;
    width: 130px;
}
.cuarto:hover .link {
	left:20%;
}
.medio {
    height: 160px;
}
.video {
    padding: 20px 5%;
}
.video h2 {
    font-size: 20px;
    line-height: 26px;
}
.video p {
    font-size: 15px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 20px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.2em;
    font-weight: normal;
}
.contacto h1 {
    font-size: 50px;
}
.contacto .textarea {
    width: 40%;
}
.contacto #mensaje {
    width: 87%;
    height: 150px;
}
}
@media only screen and (max-width:480px) and (orientation:portrait){
.marca h1 {
    font-size: 40px;
    line-height: 70px;
}
.marca h2 {
    font-size: 20px;
    line-height: 18px;
}
.soluciones {
    height: 850px;
    width: 100%;
    padding: 0;
}
.solucion {
    width: 100%;
    padding: 20px 0;
}
.texto {
    width: 60%;
    padding-right: 3%;
}
.solucion img {
    width: 120px;
    padding: 5px 20px;
}
.texto h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cubre100 {
    min-height: 200px;
}
.cubre100 {
    min-height: 200px;
}
.cuarto {
	width:50%;
    height: 200px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 28%;
    width: 130px;
}
.cuarto:hover .link {
	left:28%;
}
.medio {
	width:90%;
    height: 160px;
}
.video {
    padding: 20px 5%;
}
.video h2 {
    font-size: 20px;
    line-height: 26px;
}
.video p {
    font-size: 15px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 20px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.2em;
    font-weight: normal;
}
.contacto h1 {
    font-size: 40px;
}
.tres-cuartos {
    width: 100%;
}
.contacto {
    width: 90%;
    height: 700px;
    padding: 60px 5%;
}
.contacto .textarea {
    width: 40%;
}
.contacto #mensaje {
    width: 87%;
    height: 150px;
}
.directions {
    width: 100%;
}

}
@media only screen and (max-width:480px) and (orientation:landscape){
.marca h1 {
    font-size: 40px;
    line-height: 70px;
}
.marca h2 {
    font-size: 20px;
    line-height: 18px;
}
.soluciones {
    height: 850px;
    width: 100%;
    padding: 0;
}
.solucion {
    width: 100%;
    padding: 20px 0;
}
.texto {
    width: 60%;
    padding-right: 3%;
}
.solucion img {
    width: 120px;
    padding: 5px 20px;
}
.texto h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cubre100 {
    min-height: 200px;
}
.cubre100 {
    min-height: 200px;
}
.casos-exito {
	height:15px;
    padding: 40px 0;
}
.casos-exito h1 {
    font-size: 28px;
    line-height: 16px;
}
.cuarto {
	width:50%;
    height: 200px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 25%;
    width: 130px;
}
.cuarto:hover .link {
	left:28%;
}
.medio {
	width:90%;
    height: 160px;
}
.video {
    padding: 20px 5%;
}
.video h2 {
    font-size: 20px;
    line-height: 26px;
}
.video p {
    font-size: 15px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 20px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.2em;
    font-weight: normal;
}
.contacto h1 {
    font-size: 40px;
}
.tres-cuartos {
    width: 100%;
}
.contacto {
    width: 90%;
    height: 700px;
    padding: 60px 5%;
}
.contacto .textarea {
    width: 40%;
}
.contacto #mensaje {
    width: 87%;
    height: 150px;
}
.directions {
    width: 100%;
}
}
@media only screen and (max-width:320px) and (orientation:portrait){
.marca{
	height:70px;
}
.marca h1 {
    font-size: 32px;
    line-height: 40px;
}
.marca h2 {
    font-size: 14px;
    line-height: 23px;
}
.soluciones {
    height: 1250px;
    width: 100%;
    padding: 0;
}
.solucion {
    width: 100%;
    padding: 10px 0;
}
.texto {
    width: 90%;
    padding-right: 5%;
}
.solucion img {
    width: 120px;
    padding: 10px 30%;
}
.texto h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cubre100 {
    min-height: 200px;
}
.cubre100 {
    min-height: 200px;
}
.casos-exito {
	height:15px;
    padding: 40px 0;
}
.casos-exito h1 {
    font-size: 28px;
    line-height: 16px;
}
.cuarto {
	width:100%;
    height: 250px;
}
.cuarto:hover .caso-logo img {
    padding: 0px 25%;
    width: 190px;
}
.cuarto:hover .link {
	left:28%;
}
.medio {
	width:90%;
    height: 160px;
}
.video {
    padding: 20px 5%;
}
.video h2 {
    font-size: 20px;
    line-height: 26px;
}
.video p {
    font-size: 15px;
}
.video img {
    padding: 5px 0;
	margin-bottom:0;
}
.frases {
    padding: 20px 5%;
}
.cbp-qtrotator .cbp-qtcontent {
    padding:0;
}
.cbp-qtrotator blockquote p {
    font-size: 1.2em;
    font-weight: normal;
}
.contacto h1 {
    font-size: 28px;
}
.tres-cuartos {
    width: 100%;
}
.contacto {
    width: 90%;
    height: 800px;
    padding: 60px 5%;
}
.contacto .textarea {
    width: 90%;
}
.contacto #mensaje {
    width: 90%;
    height: 150px;
}
.directions {
    width: 100%;
}
}

@media only screen and (max-height:768px) and (orientation:landscape){
.ei-slider {
    height: 670px;
}
}
@media only screen and (max-height:480px){
}