/*
Theme Name:Catalina Schliebener
Author:Paula Villanueva
Author URI:http://www.paulavillanueva.cl
*/
body{
	overflow-x:hidden !important;
	background:#fff;
	animation:myfadeInAnimation 3s;
}
.body{
	overflow-x:hidden !important;
}
body.close-menu{
	overflow:hidden;
}
body.open-pop{
	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:8px;
    padding-left:8px;
}
.row.gutter{
	margin-left:-8px;
	margin-right:-8px;
}
.gutt > [class*='col-']{
    padding-right:10px;
    padding-left:10px;
}
.row.gutt{
	margin-left:-10px;
	margin-right:-10px;
}
.modal-header, .modal-footer{
	border:none;
	padding:20px 15px 0 15px;
}
.modal{
  overflow-y:auto;
}
.modal-content{
	border-color:#fff;
	background:#fff;
	border-radius:0 !important;
}
.modal .close{
	opacity:1 !important;
	position:absolute;
	right:20px;
	top:20px;
	margin:0;
	padding:0;
	z-index:5;
}
.modal .close .ico{
	width:18px;
}
.modal-backdrop{
	background-color:#000;
	z-index:997;
}
.modal-backdrop.show{
    opacity:.45;
}
.modal-lg{
	max-width:1050px;
}
.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;
}
.tablet{
	display:block;
}
.swiper-container1,.swiper-container2,
.swiper-container3,.swiper-container4,
.swiper-container5,.swiper-container6,
.swiper-container7,.swiper-container8{
	margin:0 auto;
	position:relative;
	overflow:hidden;
	list-style:none;
	padding:0;
	z-index:1;
}
.fancybox__counter, .fancybox__counter span{
	font-size:11px !important;
	color:#fff;
}
.fancybox__caption{
	font-family:'switzerregular';
	font-size:300;
	font-size:14px;
	color:#fff;
}
.pop{
	background:#f4f4f2;
	position:fixed;
	width:100%;
	height:100%;
	overflow-x:hidden;
	overflow-y:auto;
	z-index:99;
	top:0;
	right:0;
	transform:translateY(100%);
  	transform-origin:bottom;
	transition:transform 1s cubic-bezier(.19,1,.22,1);
}
.pop.activo{
	transform:translateY(0%);
}
.pop .inn{
	padding:35px 0 50px 0;
	background:#f4f4f2;
	position:relative;
}
.pop .cerrar-pop{
	position:absolute;
	top:45px;
	right:75px;
	z-index:9;
}
.pop .cerrar-pop .ico{
	width:35px;
}
.overlay{
	background:#1c1c1c;
	opacity:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index:96;
	visibility:hidden;
	-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;
}
body.open-pop .overlay{
	opacity:.75;
	visibility:visible;
}
#bgvid{
	position:absolute;
	right:0;
	bottom:0;
	height:100vh;
	width:100vw;
	object-fit:cover;
	z-index:1;
}
.grecaptcha-badge{
	visibility:hidden;
}
/***************************/

/* CABECERA ****************/
header{
	position:absolute;
	width:100%;
	left:0;
	right:0;
	top:0;
	padding:20px 0 15px 0;
	z-index:95 !important;
	display:block;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
header .logo{
	font-size:25px;
	line-height:25px;
	font-weight:600;
	color:#ffa9c0;
	text-transform:lowercase;
	display:inline-block;
	text-decoration:none !important;
}
header .logo:hover, header .logo:focus{
	color:#ffa9c0;
}
body.close-menu header .logo{
	opacity:0;
	visibility:hidden;
}
body.home header{
	display:none;
}
.menu{
	margin-bottom:0;
	position:relative;
	float:right;
}
.menu li{
	padding:0;
	position:relative;
	display:inline-block;
	padding-right:12px;
}
.menu li::before{
	display:none;
}
.menu li.ultimo{
	padding:0;
}
.menu a{
	font-size:15px;
	font-weight:400;
	color:#282627;
	text-decoration:none !important;
	text-transform:lowercase;
	position:relative;
	padding:2px 12px 4px 12px;
  	display:block;
	border-radius:25px;
	border:1px solid #282627;
}
.menu a:hover{
	color:#ffa9c0;
	border:1px solid #ffa9c0;
}
.menu a:focus{
	border:1px solid #282627;
	color:#282627;
}
.menu li.current-menu-item a{
	color:#ffa9c0;
	border:1px solid #ffa9c0;
}
body.home .menu{
	float:none;
}
body.home .menu li{
	display:block;
	padding-bottom:10px;
}
body.home .menu a{
	font-size:18px;
	color:#282627;
	display:inline-block;
	border:2px solid #282627;
	padding:0 12px 4px 12px;
}
body.home .menu a:hover{
	color:#fff;
}
.idiomas{
	margin:0;
	margin-left:3px;
	float:right;
	position:relative;
	top:0;
}
.idiomas li{
	display:inline-block;
	position:relative;
	padding:0;
}
.idiomas li::before{
	display:none;
}
.idiomas a{
	font-size:15px;
	font-weight:400;
	color:#ffa9c0;
	text-decoration:none !important;
	text-transform:lowercase;
	position:relative;
	padding:2px 12px 4px 12px;
  	display:block;
	border-radius:25px;
	border:1px solid #ffa9c0;
}
.idioma a:focus{
	border:1px solid #ffa9c0;
	color:#ffa9c0;
}
.idiomas a:hover, .idiomas a.seleccionado{
	border:1px solid #282627;
	color:#282627;
}
body.home .idiomas{
	margin-top:10px;
	float:none;
}
body.home .idiomas li{
	display:block;
	padding-bottom:10px;
}
body.home .idiomas a{
	background:#fff;
	font-size:15px;
	color:#ffa9c0;
	display:inline-block;
	padding:0 12px 2px 12px;
	border:2px solid #fff;
}
body.home .idiomas a:hover{
	background:#ffa9c0;
	color:#fff;
}
.menu-trigger{
	position:relative;
	z-index:2000;
	-webkit-transition:top ease-in-out 0.35s;
	-moz-transition:top ease-in-out 0.35s;
	-o-transition:top ease-in-out 0.35s;
	transition:top ease-in-out 0.35s;
	cursor:pointer;
	top:4px;
	float:right;
	overflow:hidden;
	display:none;
}
.menu-trigger .icon{
	display:inline-block;
	width:25px;
	height:2px;
	position:relative;
	top:-8px;
	background:#282627;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:before{
	content:'';
	width:100%;
	height:2px;
	background:#151617;
	position:absolute;
	top:-8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger .icon:after{
	content:'';
	width:100%;
	height:2px;
	background:#282627;
	position:absolute;
	top:8px;
	border-radius:5px;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span{
	background:none;
	color:#282627;
	-webkit-transition:all 0.35s;
	-moz-transition:all 0.35s;
	-ms-transition:all 0.35s;
	-o-transition:all 0.35s;
	transition:all 0.35s;
}
.menu-trigger.close-menu span:before{
	top:0 !important;
	background-color:#282627;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	width:100%;
}
.menu-trigger.close-menu span:after{
	width:100%;
	top:0 !important;
	background-color:#282627;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.contenedor-submenu{
	background:#fcf0f4;
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	overflow-x:hidden;
  	overflow-y:auto;
	z-index:95;
	opacity:1;
	visibility:hidden;
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-ms-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
 	transform:translateX(100%);
}
.contenedor-submenu.activo{
	visibility:visible;
	transform:translateX(0%);
}
.contenedor-submenu .pos{
	position:relative;
	margin-top:24px;
}
.menum h3{
	font-size:16px;
	font-weight:500;
	text-transform:lowercase;
	color:#282627;
	margin-bottom:2px;
	position:relative;
	top:-6px;
}
.menum ul{
	padding-left:20px;
	margin-bottom:20px;
}
.menum ul li::before{
	display:none;
}
.menum ul li{
	padding:0;
	padding-bottom:4px;
}
.menum ul a{
	font-size:16px;
	font-weight:400;
	text-transform:lowercase;
	color:#282627;
	text-decoration:none !important;
}
.menum .idiomasm{
	padding-left:0;
	margin-bottom:30px;
}
.menum .idiomasm a{
	font-weight:500;
}
/***************************/

/* CUERPO ******************/
#main{
	min-height:600px;
	padding-top:65px;
}
body.home #main{
	padding-top:0;
	min-height:100%;
  	width:100%;
}
body.home .container-fluid{
	max-width:100%;
}
section{
	padding:20px 0 40px 0;
	position:relative;
}
.paginas{
	padding:0 40px;
}
.inicio{
	width:100vw;
	height:100vh;
	position:relative;
}
.inicio::before{
	content:'';
	width:130%;
	height:100%;
	background-image:url(img/bg/bgbanner.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:8;
}
.inicio .grupo{
	position:absolute;
	width:100%;
	left:0;
	top:50%;
	transform:translateY(-50%);
	z-index:9;
}
.inicio .modulo .imagen{
	width:100vw;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}
.inicio .modulo .imagenm{
	width:100vw;
	height:100vh;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	display:none;
}
.inicio .modulo .img{
	opacity:1;
}
.inicio h1{
	color:#fff;
	font-size:45px;
	line-height:40px;
	letter-spacing:-0.01em;
	margin-bottom:20px;
}
.columna h2{
	text-transform:lowercase;
	position:relative;
	top:-4px;
	color:#606060;
	font-weight:300;
}
.general h2{
	text-transform:lowercase;
}
.entrada h2{
	text-transform:lowercase;
}
.submenu{
	margin-bottom:0;
	position:relative;
}
.submenu::after{
	content:'';
	position:absolute;
	left:0;
	bottom:-20px;
	width:15px;
	height:2px;
	background:#606060;
}
.submenu li::before{
	display:none;
}
.submenu li{
	padding:0;
	line-height:28px;
}
.submenu a{
	font-size:25px;
	font-weight:600;
	color:#282627;
	text-decoration:none !important;
	text-transform:lowercase;
}
.submenu a:hover, .submenu li.current-menu-item a{
	color:#ffa9c0;
}
.submenu.especial{
	margin-top:32px;
}
.submenu.especial::after{
	display:none;
}
.nosotros span{
	font-weight:300 !important;
}
.nosotros .imagen{
	margin-bottom:20px;
}
.entrada a{
	text-decoration:underline;
}
.portafolio .modulo{
	display:block;
	text-decoration:none !important;
	margin-bottom:20px;
}
.portafolio .modulo h3{
	margin-top:10px;
}
.portafolio .grupo{
	height:100%;
	min-height:200px;
}
.portafolio .menu{
	position:absolute;
	left:8px;
	top:40%;
	transform:translateY(-50%);
	float:none;
	margin:0;
}
.portafolio .menu li{
	margin-bottom:15px;
	padding-right:25px;
}
.portafolio .menu a{
	padding:0 12px 2px 12px;
}
.portafolio .menu li.current-menu-item{
	display:none;
}
.proyecto h1{
	margin-bottom:12px;
}
.proyecto h2{
	text-transform:lowercase;
	margin-bottom:15px;
}
.proyecto h2 a{
	font-family:'Outfit',sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:30px;
	color:#ffa9c0;
	text-decoration:none !important;
}
.proyecto .grupo{
	padding-right:30px;
}
.galeria{
	margin-top:8px;
}
.galeria .modulo{
	margin-bottom:12px;
}
.carrusel{
	position:relative;
}
.carrusel .modulo{
	margin-bottom:30px;
}
.carrusel .modulo h3{
	font-weight:300;
	font-size:15px;
	line-height:20px;
	margin-top:8px;
}
.scrollup{
	bottom:40px;
	display:none;
	opacity:1;
	position:fixed;
	right:15px;
	text-align:center;
	width:30px;
	z-index:9;
	transition:all 0.25s ease;
}
.scrollup:hover{
	opacity:.85;
}
/***************************/

/* PIE *********************/
footer{
	display:none;
}
body.home footer{
	position:absolute;
	left:0;
	right:0;
	bottom:20px;
	width:100%;
	display:block;
	z-index:9;
}
footer .creditos{
	font-size:13px;
	font-style:italic;
	color:#fff;
}
/***************************/

/* 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:'Outfit',sans-serif;
	font-weight:600;
	font-size:20px;
	line-height:30px;
	color:#606060;
}
h2{
	font-family:'Outfit',sans-serif;
	font-weight:400;
	font-size:20px;
	line-height:30px;
	color:#ffa9c0;
}
h3{
	font-family:'Outfit',sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:16px;
	color:#606060;
}
h4{
	font-family:'Outfit',sans-serif;
	font-weight:600;
	font-size:15px;
	line-height:16px;
	color:#606060;
}
p, a, span{
	font-family:'Outfit',sans-serif;
	font-weight:300;
	font-size:15px;
}
p, span{
	color:#515151;
	line-height:23px;
	text-align:justify;
}
p{
	margin-bottom:20px;
}
ul, ol{
	margin-bottom:20px;
}
a{
	color:#606060;
	-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:none;
	color:#ffa9c0;
}
ul{
	padding:0;
}
ul li{
	font-family:'Outfit',sans-serif;
	font-weight:300;
	font-size:15px;
	padding-left:12px;
	padding-bottom:2px;
	color:#606060;
	list-style:none;
	position:relative;
} 
ul li::before{
	content:'';
	width:4px;
	height:4px;
	border-radius:100%;
	position:absolute;
	left:0;
	top:10px;
	background:#00363c;
}
ol{
	padding:0;
	padding-left:15px;
}
ol li{
	font-family:'Outfit',sans-serif;
	font-weight:300;
	font-size:15px;
	color:#606060;
	padding-bottom:2px;
}
strong, b{
	font-weight:500;
}
blockquote{
	border:none;
	padding:0;
	margin:0;
}
blockquote p{
	font-family:'Outfit',sans-serif;
	font-weight:300;
	font-size:13px;
	color:#606060 !important;
	line-height:18px !important;
	margin-bottom:20px;
	text-align:left;
}
blockquote span{
	font-family:'Outfit',sans-serif;
	font-weight:300;
	font-size:13px;
	line-height:18px !important;
	color:#606060;
	display:block;
	text-align:left;
}
/* 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;
}
/***************************/
/* FORMULARIOS *************/
label{
	font-size:16px;
	font-weight:700;
	color:#1a1a1a;
}
.form-group{
	margin-bottom:15px;
}
.form-control{
	font-family:'Outfit',sans-serif;
	font-weight:400;
	font-size:14px;
	background:#b89f75;
	border:1px solid #b89f75;
	box-shadow:none;
	color:#fff;
	height:38px;
	padding:10px 15px;
	border-radius:0;
}
textarea.form-control{
	background:#b89f75;
	height:150px;
	position:relative;
	padding:10px 15px;
	color:#fff;
	border:1px solid #b89f75;
}
.form-control:focus{
	box-shadow:none;
	color:#fff;
	background:#b89f75;
	border:1px solid #b89f75;
}
.form-control::placeholder{
	color:#fff;
}
.boton{
	background:#F96330;
	border:1px solid #F96330;
	text-decoration:none !important;
	float:left;
	line-height:38px;
	text-align:center;
	display:block;
	position:relative;
	padding:0 22px 0 25px;
	border-radius:10px;
	-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;
}
.boton:hover{
	background:#223147;
	border:1px solid #223147;
}
.boton span{
	font-family:'Outfit',sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#e8e6e1;
	line-height:38px;
	letter-spacing:0.3em;
	-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;
	position:relative;
	z-index:1;
	text-transform:uppercase;
}
.boton.inverso{
	background:#223147;
	border:1px solid #223147;
}
.boton.inverso span{
	color:#F96330;
}
.wpcf7-submit{
	font-family:'Outfit',sans-serif;
	background:#00363c;
	border:1px solid #00363c;
	font-size:14px;
	font-weight:400;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	padding:0 35px;
	height:40px;
	cursor:pointer;
	border-radius:0;
	box-shadow:none;
	float:right;
	transition:all 0.25s ease;
}
.wpcf7-submit:hover, .wpcf7-submit:focus{
	background:#285454 !important;
	border:1px solid #285454 !important;
	outline:none;
	box-shadow:none !important;
}
.centrar{
	text-align:center;
}
.centrar .boton{
	float:none;
	display:inline-block;
}
/***************************/
.swiper-pagination{
	text-align:left !important;
}
.swiper-pagination-bullets{
	bottom:0 !important;
	left:0 !important;
}
.swiper-pagination-bullet{
	width:10px !important;
	height:10px !important;
	opacity:1 !important;
	background:#fff !important;
	border:1px solid #ffa9c0;
	margin:0 3px !important;
}
.swiper-pagination-bullet-active{
	border:1px solid #ffa9c0;
	background:#ffa9c0 !important;
	opacity:1 !important;
}
/***************************/
@keyframes myfadeInAnimation{
from{opacity:0;}
to{opacity:1;}
}
@keyframes e{
0%{background-position:-120px 0;}
to{background-position:120px 0;}
}
@keyframes zoomin{
0%{transform:scale(1);}
50%{transform:scale(1.5);}
100%{transform:scale(1);}
}
@keyframes scroll {
  100% {
    background-position:400% 0;
  }
}
/***************************/
@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){
.container-fluid{
	max-width:1440px;
}
.banner,header{
	max-width:1440px;
	margin:auto;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
.paginas{
	padding:0 15px;
}
}
@media screen and (min-width:300px) and (max-width:992px){
.desktop{
	display:none;
}
.paginas{
	padding:0 15px;
}
header .menu{
	display:none;
}
header .idiomas{
	display:none;
}
body.home header{
	display:block;
}
.idiomas{
	margin-left:12px;
}
.menu-trigger{
	display:block;
}
body.home .menu{
	float:left;
}
body.home header .logo{
	display:none;
}
body.home header .menu-trigger{
	display:none;
}
body.home .menu li{
	display:block;
	padding-right:35px;
}
body.home .idiomas{
	display:block;
	margin-top:0;
	float:right;
}
body.home .idiomas li{
	display:inline-block;
}
body.home .menu a{
	font-size:16px;
 	padding:0 12px 2px 12px;
}
.inicio h1{
	margin-bottom:30px;
}
.inicio .grupo{
	top:20%;
}
.inicio::before{
	width:100%;
	background-image:url(img/bg/bgbannerm.png);
	background-position:center 35%;
}
.inicio .modulo .imagen{
	display:block;
}
.inicio .modulo .img{
	opacity:0;
}
.submenu a{
	font-size:20px;
}
.submenu li{
	line-height:25px;
}
.proyecto h2 a{
	font-size:18px;
	line-height:24px;
}
.proyecto .grupo{
	padding:0;
}
.portafolio .grupo{
	min-height:200px;
}
h1{
	font-size:18px;
	line-height:24px;
}
h2{
	font-size:18px;
	line-height:24px;
}
blockquote p{
	font-size:13px;
	line-height:18px !important;
	margin-bottom:12px;
}
blockquote span{
	font-size:13px;
	line-height:18px !important;
}
body.home footer{
	bottom:0;
}
footer{
	text-align:left;
	padding:4px 0;
}
footer .idiomas{
	display:none !important;
}
}
@media screen and (min-width:300px) and (max-width:576px){
.mobile{
	display:block;
}
.tablet{
	display:none;
}
.paginas{
	padding:0 5px;
}
#main{
	padding-top:45px;
}
header{
	padding:12px 0;
}
header .logo{
	font-size:20px;
	line-height:20px;
}
.inicio h1{
	font-size:35px;
	line-height:35px;
	margin-bottom:20px;
}
.inicio .grupo{
	top:22.5%;
}
.inicio .modulo .imagen{
	display:none;
}
.inicio .modulo .imagenm{
	display:block;
}
.submenu{
	margin-bottom:35px;
}
.submenu.especial{
	margin-top:20px;
}
.general h2{
	text-transform:lowercase;
	margin-bottom:12px;
}
.entrada h2{
	text-transform:lowercase;
	margin-bottom:12px;
}
.carrusel .modulo{
	margin:0;
}
.carrusel .modulo h3{
	margin-top:0;
	margin-bottom:15px;
}
.carrusel .modulo .imagen{
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	height:480px;
}
.carrusel .modulo .img{
	display:none;
}
.swiper-pagination{
	text-align:center !important;
}
.swiper-pagination-bullets{
	bottom:25px !important;
}
.swiper-pagination-bullet{
	background:transparent !important;
}
.swiper-pagination-bullet-active{
	background:#ffa9c0 !important;
}
}