/*
Theme Name:Enhorabuena Estudio
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background-color:#f7c6c9;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
	position:relative;
	height:100%;
}
body.close-menu{
	overflow:hidden;
}
a,object{
	outline:none !important;
}
*:focus{
	outline:none !important;
}
.nopd{
	padding-right:0;
	padding-left:0;
}
.nopdl{
	padding-left:0;
}
.nopdr{
	padding-right:0;
}
.nopdb{
	padding-bottom:0 !important;
}
.nopdt{
	padding-top:0 !important;
}
.gutter > [class*='col-']{
    padding-right:10px;
    padding-left:8px;
}
.row.gutter{
	margin-left:-10px;
	margin-right:-10px;
}
.modal-header, .modal-footer{
	border:none;
	padding:0 15px;
}
.modal{
  overflow-y:auto;
}
.modal-backdrop{
	background-color:#e4e0db;
}
.modal-backdrop.show{
    opacity:.95;
}
.modal-content{
	border:none;
	background:none;
}
.modal-header .close .ico{
	max-width:25px;
}
.alignleft{
	float:left;
	margin-right:30px;
	padding-top:15px;
}
.alignright{
	float:right;
	margin-left:30px;
	padding-top:15px;
}
.aligncenter{
	margin:auto;
	display:block;
}
.os-animation, .staggered-animation{
	opacity:0;
}
.os-animation.animated, .staggered-animation.animated{
	opacity:1;
}
.mobile{
	display:none;
}
.desktop{
	display:block;
}
#bgvid{
	width:100vw;
	height:100vh;
	object-fit:cover;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
}
#bgvid2{
	height:100%;
	width:100%;
	object-fit:cover;
	position:fixed;
	top:0;
	left:0%;
	z-index:-1;
}
#bgvid3{
	display:none;
}
/***************************/

/* CABECERA ****************/
header{
	position:fixed;
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:5;
	display:block;
	padding-top:25px;
	-webkit-transition:top 0.5s ease;
	-moz-transition:top 0.5s ease;
	-ms-transition:top 0.5s ease;
	-o-transition:top 0.5s ease;
	transition:top 0.5s ease;
}
header .logo .img-fluid{
	width:180px;
}
.sticky-wrapper{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	z-index:997 !important;
	display:block;
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
}
section{
	padding-top:50px;
	padding-bottom:65px;
}
.paginas{
	padding:0 25px;
}
.clientes{
	margin-top:40px;
}
.clientes .swiper-wrapper{
	 transition-timing-function:linear;
}
.clientes h3{
	margin-top:5px;
}
.clientes .modulo.especial{
	background:#f7c6c9;
}
.clientes .modulo .img-fluid{
	padding:0 8px;
}
.clientes .modulo .img-fluid.multiply{
	mix-blend-mode:multiply;
}
.clientes span{
	font-size:.78vw;
	line-height:1vw;
	display:block;
}
/***************************/

/* PIE *********************/
.pie{
	position:fixed;
	left:0;
	right:0;
	bottom:10%;
	width:100%;
	z-index:2;
	text-align:center;
}
.pie.especial{
	 bottom:9%;
}
.pie.dos{
	bottom:20px;
}
.pie .link{
	font-weight:500;
	border-bottom:4px solid transparent;
}
.pie .link:hover{
	border-bottom:4px solid #cae7ea;
}
.pie a{
	text-decoration:none !important;
	border-bottom:4px solid transparent;
}
.pie a:hover{
	border-bottom:4px solid #cae7ea;
}
.pie p{
	margin-bottom:0;
}
/***************************/

/* TEXTOS ******************/
h1,h2,h3,h4,h5{
	margin:0;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
h1{
	font-family:'Roboto',sans-serif;
	font-weight:500;
	font-size:1.32vw;
	line-height:1.45vw;
	margin-bottom:10px;
	color:#063231;
}
h2{
	font-weight:normal;
	font-size:3.33vw;
	color:#063231;
}
h3{
	font-family:'Roboto',sans-serif;
	font-size:.85vw;
	font-weight:300;
	color:#063231;
}
p, a, span{
	font-family:'Roboto',sans-serif;
	font-size:1.15vw;
	font-weight:300;
}
p, span{
	color:#063231;
	line-height:1.11vw;
}
p, ul, ol{
	margin-bottom:30px;
}
a{
	color:#063231;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#063231;
}
ul{
	padding:0;
}
ul li{
	font-size:14px;
	font-weight:normal;
	padding-left:0;
	padding-bottom:1px;
	color:#000;
	list-style:none;
} 
strong, b{
	font-weight:normal;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-weight:normal;
	font-size:20px !important;
	color:#000 !important;
	line-height:25px !important;
	text-transform:uppercase;
}
/* TABLAS ******************/
.table-responsive{
	border:none !important;
	margin-bottom:30px;
	font-size:14px;
}
.table th{
	font-weight:normal;
	background:#fff;
	color:#414042;
	border:none;
	padding:20px 8px !important;
	text-align:center;
}
.table td{
	text-align:center;
	color:#414042;
	padding:20px 8px !important;
}
.table tr.par{
	border-bottom:1px solid #ddd;
}
/***************************/
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
/***************************/
@media (min-width:992px){
.w-20{
  -webkit-box-flex:0;
      -ms-flex:0 0 20% !important;
          flex:0 0 20% !important;
  max-width:20%;
}
}
@media (min-width:1600px){
.pie.dos{
	bottom:18%;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.mobile{
	display:block;
}
.desktop{
	display:none;
}
#bgvid2{
	width:100vw;
	height:80vh;
	object-fit:cover;
	left:0;
	top:10%;
	z-index:2;
}
#bgvid3{
	width:100vw;
	height:100vh;
	object-fit:cover;
	left:0;
	top:0;
	display:block;
	z-index:1;
}
.pie{
	bottom:8%;
}
.pie.dos{
	bottom:15px;
}
.pie a{
	border:none !important;
}
h1{
	font-size:18px;
	line-height:24px;
	margin-bottom:10px;
}
p,a{
	font-size:14px;
	line-height:20px;
}
.clientes{
	margin-top:25px;
}
.clientes span{
	font-size:12px;
	line-height:16px;
}
}
@media screen and (min-width:300px) and (max-width:576px){
}
@media screen and (min-width:300px) and (max-width:320px){
}