@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@charset "utf-8";
/* CSS Document */

/* N.O.T */
/* Mayo/2015 */
/* DESARROLLO Y DISEÑO WEB POR WWW.VIAMAGICA.CL */


body
{
	background: #fff;
	color: #141823;
	font-family: 'Open Sans', 'sans-serif';
	font-size: 16px;
	margin: 0;
}
header{
	width:100%;
	height:auto;
}
.big-logo{
	width:20%;
	float:left;
	height:auto;
	display:block;
}
.big-logo img{
	display:block !important;
	left: inherit !important;
}
.cont-header{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.logo{
	width:18%;
	height:auto;
	float:left;
	margin:1%;
}
.wrap{
	width:100%;
	height:auto;
	float:left;
}
.cont-proyectos{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-top:20px;
}
.head-proyectos{
	width:100%;
	height:auto;
	float:left;
}
.head-proyectos h2{
	font-size:20px;
	color:#666;
	padding:20px;
	float:left;
}
.bg-grey{
	background:#f2f2f2;
}
.bg-darkblue{
	background:#21273e;
}
.bg-red{
	background:#c12244;
}
.menu-galeria{
	display: block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
    position: relative;
	width:60%;
	height:auto;
	margin-top: 25px;
}
.menu-galeria ul{
	padding: 0 !important; 
	margin: 0 !important; 
	display:inline-block;
	float:right;
}
.menu-galeria li{
	float:left;
    list-style: none;
	margin:0 !important;
    position: relative;
	text-align:center;
}
.menu-galeria  li a
{
	color: #a7a7a7;
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-left: 0 !important;
	padding: 20px 15px;
	text-align: left !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
}
.menu-galeria li a:hover
{
	color: #666;
}
.menu-galeria li a:active
{
	color: #666;
}



.menu-taller{
	display: block;
	float: right;
	font-family: 'Montserrat', sans-serif;
	font-weight:normal;
    position: relative;
	width:60%;
	height:auto;
	margin-top: 15px;
}
.menu-taller ul{
	padding: 0 !important; 
	margin: 0 !important; 
	display:inline-block;
	float:right;
}
.menu-taller li{
	float:left;
    list-style: none;
	margin:0 !important;
    position: relative;
	text-align:center;
}
.menu-taller  li a
{
	color: #a7a7a7;
	display: block;
	font-size: 13px;
	font-weight: 400;
	margin-left: 0 !important;
	padding: 20px;
	text-align: left !important;
	text-decoration: none !important;
	transition-duration: 0.3s;
	text-transform:uppercase;
	border-right: 1px solid #ad9679;
}
.menu-taller li a:hover
{
	color: #ad9679;
}
.menu-taller li a:active
{
	color: #ad9679;
}




/*
    portfolio
*/

#portfolio-filter{
	margin:40px 20px 30px 0px;
	font-weight: 300;
	text-transform: uppercase;
	color:#d9d8d3;
}

#portfolio-filter strong{
	color:#000;
	font-weight: 700;
}

#portfolio-filter a{
	color:#7e7e7e;
	text-decoration: none;
	margin:0 5px;
}

#portfolio-filter a:hover,
#portfolio-filter a.selected{
	color:#000;
	text-decoration: line-through;
}
#portfolio-filter-select{
    text-align: center;
    margin:40px auto;
}

#portfolio{
    width:100%;
    margin-bottom: 100px;
}

#portfolio .project{
    float: left;
    position: relative;
    width: 23%;
    padding-bottom: 25%;
    overflow: hidden;
    background:#000;
	margin:1%;
}

#portfolio .project .project-inner{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow: hidden;
}

#portfolio .project .details{
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:82%;
	height:100%;
	z-index: 2;
	background:rgba(0,0,0,0.6);
	color:#fff;
	text-decoration: none;
	padding:25px;
	opacity: 0;
	font-size: 14px;
	font-weight: 300;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

#portfolio .project .details:hover{
  opacity: 1;
}


#portfolio .project img{
    width: 100%;
    height:100%;
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
	-webkit-transition: all 0.8s ease-out;
	-moz-transition: all 0.8s ease-out;
	-ms-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}

#portfolio .project:hover img{
    width: 115%;
    height:115%;
    left:-7%;
    top:-7%; 
}
.project-inner{
	font-size:16px;
	color:#fff;
}
.button-visit-website{
  margin-top:30px;
}
.wrap section{
	width: 1100px;
	margin: auto;
	overflow: hidden;
	padding-bottom: 30px;
}
.banner-bottom{
	width:100%;
	height:auto;
	min-height:170px;
	float:left;
	background: url(../imagenes/bg-banner-bottom.jpg) top center;
	margin-bottom:20px;
}
.banner-bottom article{
	width:90%;
	height:auto;
	min-height:100px;
	margin:0 auto;
	padding:1%;
	overflow:hidden;
	text-align:center;
}
.banner-bottom article h4{
	font-size: 25px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 0px;
}
.banner-bottom article p{
	font-size:15px;
	color:#fff;
	font-family: 'PT Serif', serif;
}

footer{
	width:100%;
	height:auto;
	float:left;
	background:#282929;
}
footer h4{
	font-size:22px;
	color:#fff;
	font-family: 'Open Sans', 'sans-serif';
	margin: 25px 10px 10px 10px;
}
footer p{
	font-size:13px;
	color:#fff;
	font-family: 'Open Sans', 'sans-serif';
	padding:10px;
}
footer a{
	padding:10px;
	float:left;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.cont-footer{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
}
.cont-footer article ul{
	display:inline-block;
	margin-right: 25px;
	float:right;
}
.cont-footer article ul li{
	float: left;
	list-style: none;
	margin: 0 !important;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding-right: 25px;
}
.cont-footer article ul li strong{
	color:#666666;
}
nav#menu-foot{
	width: 100%;
	float: left;
	margin: 30px 0px 20px 0px;
	display: inline-block;
	padding-left: 35%;
}
nav#menu-foot h4{
	font-size: 20px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 12px;
}
nav#menu-foot ul{
	overflow:hidden;
	padding-left: 10px;
    width: 45%;
    float: left;
}
nav#menu-foot ul li{
	display:block;
	margin:0 0px;
	overflow:hidden;
}
nav#menu-foot ul li a{
	padding: 5px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	/* text-transform: uppercase; */
	font-family: 'Open Sans', sans-serif;
}
nav#menu-foot ul li a:hover{
	color:#c12244;
	transition:0.5s;
}
.w-100{
	width:100%;
}
.w-90{
	width:90%;
}
.w-80{
	width:80%;
}
.w-70{
	width:70%;
}
.w-55{
	width:55%;
}
.w-60{
	width:60%;
}
.w-50{
	width:50% !important;
}
.w-40{
	width:40%;
}
.w-30{
	width:30%;
}
.w-25{
	width:25%;
}
.w-20{
	width:20%;
}
.w-20 ul{
	width: 100%;
	margin-left: 0;
	display: block;
	padding-left: 6px;
	margin-top: 45px;
}
.w-20 li{
	font-size:13px;
	color:#fff;
	display:block;
	padding-bottom:10px
}
.w-20 li strong{
	font-size:18px;
	color:#c12244;
	font-weight:700;
}
.f-l{
	float:left;
}
.f-r{
	float:right;
}
.f-c{
	margin:0 auto;
	overflow:hidden;
}
.circle{
	background: #fff !important;
	border-radius: 60px;
	padding: 5px;
	margin: 0px 5px;
	transition: 0.8s;
}
.circle i{
	color: #c12244 !important;
	font-size: 20px;
}
.circle:hover{
	transition:0.8s;
	opacity:0.8;
	text-shadow: 1px 1px 2px #282929;
}
.top-banner{
	width:100%;
	height:auto;
	position:relative;
	float:left;
}
.top-banner img{
	width:100%;
	float:left;
}
.top-banner article{
	width:50%;
	float:left;
	position:absolute;
	top:10%;
}
.top-banner article h3{
	font-size:50px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	padding-left:15%;
	margin-bottom: 30px;
}
.top-banner article h4{
	font-size:30px;
	font-family: 'Montserrat', sans-serif;
	color:#fff;
	padding-left:15%;
	margin-top: 30px;
}
.top-banner article h5{
	font-size:22px;
	font-family: 'PT Serif', serif;
	color:#fff;
	padding-left:15%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.top-banner article p{
	font-size:18px;
	font-family: 'PT Serif', serif;
	color:#fff;
	padding-left:15%;
	margin-top: 30px;
	font-style:italic;
}
.line{
	width: 22%;
	height: 3px;
	background: #fff;
}
.line-black{
	width: 15%;
	height: 2px;
	background: #000;
	margin-top: 8px;
}
.txt-qs-dos {
  padding: 0px 40px;
  
}
.txt-qs-dos h4{
	font-size:40px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	margin-top: 12px;
	margin-bottom: 20px;
}
.txt-qs-dos p{
	font-size:14px;
	font-family: 'Open Sans', 'sans-serif';
	line-height:20px;
	padding-bottom:15px;
	text-align: justify;
}
.txt-qs-dos p strong{
	font-size:18px;
	font-family: 'PT Serif', serif;
	font-weight:normal;
	line-height: 22px;
}
.txt-qs{
	padding:10px;
}
.txt-qs h4{
	font-size:40px;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	margin-top: 12px;
	margin-bottom: 20px;
}
.txt-qs p{
	font-size:14px;
	font-family: 'Open Sans', 'sans-serif';
	line-height:20px;
	padding-bottom:15px;
	text-align: justify;
}
.txt-qs p strong{
	font-size:18px;
	font-family: 'PT Serif', serif;
	font-weight:normal;
	line-height: 22px;
}
.espacio-20{
	width:100%;
	height:20px;
}
.espacio-30{
	width:100%;
	height:30px;
}
.espacio-50{
	width:100%;
	height:50px;
}
.big-title{
	min-width: 27%;
	height: auto;
	min-height: 180px;
	float: left;
}
.big-title article{
	height:auto;
	margin: 0 auto;
	overflow:hidden;
}
.big-title article h2{
	font-size: 30px;
	color: #fff;
	padding: 25px 25px 10px;
	margin-top: 0;
	text-align:right;
	font-weight:300;
}
.big-title article h2 strong{
	font-weight:700;
	color:#c12244;
}


/*******/
.events{
	width: 190px;
	float: left;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
	margin:1%;
	height: 190px;
}
.events-mark{
	width: 92%;
	height: 38%;
	margin-left: 8px;
	margin-top: 10px;
	transition:0.5s;
}
.events:hover .events-mark{
	padding-top:40px;
	transition:0.5s;
}
.events img{
	width:100%;
	height:auto;
}
.events:hover img{
	opacity:0.5;
}
.events:hover article{
	width: 100%;
	height: 190px;
	background: rgba(000,000,000,0.4);
	position: absolute;
	top: 0px;
	transition: 0.5s;
}
.events article h4{
	font-size: 20px;
	color: #FFF !important;
	line-height: 18px;
	padding: 38px 10px 10px 20px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.events article p{
	font-size:12px;
	color:rgba(135,128,112,1);
	line-height:16px;
	padding: 10px 10px 0px 20px;
	text-align:left;
}
.events article span{
	font-size:14px;
	color:#FFF;
	line-height:16px;
	padding: 15px 10px 0px 20px;
	text-align:left;
	float:left;
	font-style:italic;
}
.events article{
	top:200px;
	transition:0.5s;
	height:100%;
	transition:0.5s;
	overflow:hidden;
}
.events:hover img{
	opacity:0.7;
	transition:0.5s;
}
/*******/
.events-dos{
	width: 190px;
	float: left;
	overflow: hidden;
	position: relative;
	transition: 0.5s;
	margin:1%;
	height: 360px;
}
.events-mark-dos{
	width: 92%;
	height: 38%;
	margin-left: 8px;
	margin-top: 10px;
	transition:0.5s;
}
.events-dos:hover .events-mark-dos{
	padding-top:160px;
	transition:0.5s;
}
.events-dos img{
	width:100%;
	height:auto;
}
.events-dos:hover img{
	opacity:0.5;
}
.events-dos:hover article{
	width: 100%;
	height: 360px;
	background: rgba(000,000,000,0.4);
	position: absolute;
	top: 0px;
	transition: 0.5s;
}
.events-dos article h4{
	font-size: 20px;
	color: #FFF !important;
	line-height: 18px;
	padding: 230px 10px 10px 20px;
	text-align: left;
	font-weight: 600;
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
}
.events-dos article p{
	font-size:12px;
	color:rgba(135,128,112,1);
	line-height:16px;
	padding: 10px 10px 0px 20px;
	text-align:left;
}
.events-dos article span{
	font-size:14px;
	color:#FFF;
	line-height:16px;
	padding: 15px 10px 0px 20px;
	text-align:left;
	float:left;
	font-style:italic;
}
.events-dos article{
	width: 100%;
	height: 360px;
	background: rgba(000,000,000,0.4);
	position: absolute;
	top: 0px;
	transition: 0.5s;
}
.events-dos:hover img{
	opacity:0.7;
	transition:0.5s;
	filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
/*****/
.detail-cont{
	margin-top: -106px;
	background: #fff !important;
	z-index: 9;
	position: relative;
	overflow: hidden;
	padding: 20px;
	width: 1100px;
}
.comparte{
	width:100%;
	height:auto;
	float:left;
}
.comparte p{
	font-size:14px;
	padding-left:10px;
	font-family: 'PT Serif', serif;
	font-style:italic;
	margin-top: 0;
	float:left;
}
.paginado{
	width:100%;
	float:left;
	height:auto;
}
.paginado a{
	font-size:18px;
	font-family: 'PT Serif', serif;
	font-style:italic;
	color:#666;
	display:inline-block;
	padding:20px;
	text-decoration:none;
	transition:0.6s;
}
.paginado span{
	padding: 0 10px;
	margin-top: 0px;
	float: inherit;
	display: inline-block;
}
.paginado a:hover{
	transition:0.6s;
	opacity:0.6;
}
.menu-clientes{
	width: 90%;
	padding: 0% 0% 0% 20%;
	float: left;
	border-right: 1px solid #ccc;
}
.menu-clientes h4{
	font-family: 'PT Serif', serif;
	font-size:18px;
	color:#666;
	padding-left:25px;
}
.menu-clientes ul{
	padding-left: 10px;
}
.menu-clientes li{
	display: block;
	margin: 0 0px;
	padding: 6px 14px;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	font-family: 'Open Sans', sans-serif;
}
.narrow{
	width:92%;
	height:auto;
	float:left;
	border-bottom:2px solid #ccc;
	padding-bottom:20px;
}
.narrow p{
	font-size:14px;
	font-family: 'PT Serif', serif;
	line-height:22px;
	color:#666;
}
.bg-c{
	background: url(../imagenes/bg-c.jpg);
}
.bg-a{
	background: url(../imagenes/bg-head-a.jpg) center;
}
.bg-b{
	background: url(../imagenes/bg-head-b.jpg) center;
}
.bg-e{
	background: url(../imagenes/bg-head-e.jpg) center;
}

/* Formulario */

#contact-wrapper-c
{
  width: 80%;
  border: none;
  padding-bottom: 30px;
  overflow: hidden;
  margin:0 auto;
}

#contact-wrapper-c div
{
	clear:both;
	margin:1em 0;
}

#contact-wrapper-c label
{
	display:block;
	float:left;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;	
	margin:8px 0px;
	text-align:left;
	width:120px;
}

form#contactform-c input
{
	background: #fff;
	border: 1px solid #c2c2c2;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	font-size: 13px;
	float: right;
	height: 40px;
	padding: 0 15px 0 15px;
	margin:8px 0px;
	transition-duration: 0.3s;
	width: 395px;
}

form#contactform-c input:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform-c textarea
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right !important;
	padding:0 5px;
	margin:8px 0;
	transition-duration: 0.3s;
	width:415px;
	font-family: 'Open Sans', sans-serif;
}

form#contactform-c textarea:hover
{
	-webkit-box-shadow:  0px 0px 5px 0px #e0e0e0;
    box-shadow:  0px 0px 5px 0px #e0e0e0;	
	transition-duration: 0.3s;
}

form#contactform-c select
{
	background:#fff;
	border:1px solid #c2c2c2;
	-webkit-border-radius: 3px;
    border-radius: 3px;
	display:block;
	font-size:13px;
	float: right;
	height:40px;
	padding:5px;
	margin:8px 0;
	transition-duration: 0.3s;
	width:426px;
}

form#contactform-c select option
{
	padding:10px;
}

form#contactform-c input.check
{
	background:#fff;
	border:1px solid #c2c2c2;
	display:block;
	float: left !important;
	height:auto !important;
	width: auto !important;
	margin:0 !important;
}

.boton-c
{
	background: #333 !important;
	border: 0 !important;
	color: #fff !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px !important;
	font-weight: normal;
	padding: 10px 15px !important;
	text-decoration: none;
	transition-duration: 0.3s;
	float: right !important;
	margin: 5px !important;
	-webkit-border-radius: 5px;
	width: auto !important;
	height:auto !important;
	border-radius: 0px !important;
}

.boton-c:hover {
	background:#666 !important;
	text-decoration:none !important;
	transition-duration: 0.3s !important;
}

.boton-c:active {
	background:#666 !important;
}
.callcenter{
	float: right;
  margin-right: 70px;
}
.callcenter p{
	font-size:18px;
	font-weight:300;
	color:#2d3553;
	float:left;
	padding: 22px 15px;
}
.callcenter a{
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	background: #c12244;
	border-bottom: 5px solid #9c1a36;
	border-radius: 12px;
	float: left;
	padding: 10px;
	text-decoration: none;
	margin-top: 28px;
	transition:0.8s;
}
.callcenter a:hover{
	transition:0.8s;
	opacity:0.6;
}
.bg-seguros{
	background:url(../imagenes/bg-seguros-big.jpg);
}
.bg-qs{
	background:url(../imagenes/bg-head-qs.jpg) center;
}
.bg-s1{
	background:url(../imagenes/bg-head-s1.jpg) center;
}
.seguro-big{
	padding: 5% 10% 0 10%;
	text-align:center;
	text-decoration:none !important;
}
.seguro-big img{
	width:100%;
	float:left;
}
.seguro-big h4{
	font-weight:100;
	color:#2d3553;
	margin-top: 0px;
    font-size: 28px;
	text-align:center;
	text-decoration:none !important;
}
.seguro-big h4 strong{
	font-weight:700;
	color:#2d3553;
}
.bg-bannerb{
	background:url(../imagenes/bg-bottombanners.jpg) center top;
}
.banner-bottom-one{
	width: 55%;
	padding-left: 18%;
	padding-bottom: 10px;
	height: auto;
	float: left;
}
.banner-bottom-one h4{
	font-size:24px;
	color:#fff;
	margin-bottom:10px;
}
.banner-bottom-one p{
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
}
.banner-bottom-one a{
	font-size:14px;
	color:#fff;
	padding:10px;
	background:#2d3553;
	border-radius:12px;
	margin:10px 0;
	float:left;
	text-decoration:none;
}
.banner-bottom-two{
	width: 85%;
	padding-right: 10%;
	padding-bottom: 10px;
	height: auto;
	float: right;
	text-align: right;
}
.banner-bottom-two h4{
	font-size:25px;
	color:#21273e;
	margin-bottom:10px;
	font-weight:100;
	text-transform:uppercase;
}
.banner-bottom-two h4 strong{
	font-weight:700;
}
.banner-bottom-two p{
	font-size:14px;
	color:#21273e;
	margin-bottom:10px;
}
.banner-bottom-two span{
	width:200px;
	height:auto;
	float:left;
	border:4px solid #c12244;
	padding: 12px 18px;
	text-align:center !important;
	margin-top: 50px;
}
.banner-bottom-two span p{
	font-size:16px;
	color:#c12244;
}
.banner-bottom-two span p strong{
	font-size:26px;
	color:#c12244;
}
.seguro{
	text-decoration:none;
	transition:0.7s;
}
.seguro:hover{
	opacity:0.6;
	transition:0.7s;
}
.last-foot{
	width:100%;
	float:left;
	background:#000;
}
.creditos
{
	width: 1100px;
	margin:0 auto;
	overflow:hidden;
}
.creditos p{
	font-size:12px;
	color:#fff;
	float:left;
}
.creditos a{
	float:right;
	border:none;
}
.txt-italic{
	padding: 0 15%;
	text-align: right;
}
.txt-italic h5{
	font-weight:100;
	font-size:16px;
	letter-spacing: 1pt;
}
.txt-normal{
	padding: 0 30px 0 0;
}
.txt-normal p{
	font-size:15px;
	line-height:22px;
}
.txt-normal h5{
	font-size: 22px;
	line-height: 22px;
	padding: 0 12px;
	font-weight: 700;
	margin: 15px 0;
}
.txt-normal ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	margin-top:20px;
}
.txt-normal ul li {
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 22px;
	color: #37383a;
	padding-bottom: 15px;
}
.banner-int{
	width:95%;
	height:auto;
	float:left;
	background: url(../imagenes/bg-banner-int.jpg) center;
	margin:15px;
}
.banner-int article{
	padding:20px;
	height:auto;
	overflow:hidden;
}
.banner-int article h4{
	font-size:25px;
	color:#fff;
	float:left;
	margin: 5px 25px;
}
.banner-int article h4 strong{
	font-weight:700;
}
.banner-int article p{
	font-size:15px;
	color:#fff;
	float:left;
}
.seguro-int-l{
	padding: 30px 45px;
	margin-top: -100px;
	background: #fff;
	margin-left: 30px;
}
.tit-seg{
	padding: 20px;
	background: red;
	margin-top: -80px;
	margin-bottom: 20px;
	display: inline-block;
}
.tit-seg h4{
	color: #fff !important;
	text-transform:uppercase !important;
	font-weight:100 !important;
	font-size:22px !important;
	display: inline-block;
	margin-top: 0;
}
.tit-seg h4 b{
	color:#21273e;
	font-weight:700;
}
.tit-seg i{
	color:#fff;
	font-size:50px;
	display: inline-block;
}
.seguro-int-l h4{
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	font-weight: 400;
	color: #414862;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.seguro-int-l p{
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#414862;
}
.seguro-int-l i{
	float: left;
	margin-right: 5px;
}
.seguro-int-l nav {
	width: 100%;
	display: inline-block;
}
.seguro-int-l ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
	width: 100%;
	float: left;
}
.seguro-int-l ul li {
	background-image: url(sqpurple.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 20px;
	font-size: 16px;
	line-height: 22px;
	color: #37383a;
	padding-bottom: 15px;
	font-weight:300;
}
.seguro-int-l a{
	font-size:16px;
	line-height:24px;
	font-weight:300;
	color:#fff;
	padding:20px;
	background:#434b65;
	text-decoration:none;
	border-radius:12px;
	margin: 20px 0;
    float: left;
}
.seguro-int-r{
	margin-top: -70px;
	background:#434b65;
}
.seguro-int-r img{
	float:left;
	border-bottom:8px solid #626b89;
	width: 100%;
    height: auto;
}
.seguro-int-r article{
    margin: 20px;
    float: left;
    border-left: 1px solid #fff;
}
.seguro-int-r p{
	color:#fff;
	padding-left: 15px;
}  
.noticia{
	width: 22%;
	margin: 1% 1.5% 2% 1.5%;
	float: left;
	background: #fff;
	transition: 0.6s;
}
.noticia:hover{
	transition:0.6s;
	opacity:0.6;
}
.top-noticia{
	width: 100%;
	float: left;
	position:relative;
}
.top-noticia img{
	width: 100%;
	float: left;
}
.bottom-noticia{
	width: 100%;
	float: left;
	background: #f1f1f1;
	height: auto;
	padding-bottom: 10px;
	border-bottom: 4px solid #ccc;
	min-height: 120px;
}
.bottom-noticia p{
	font-size: 14px;
	line-height: 20px;
	color: #333;
	padding: 0px 22px;
}
.bottom-noticia h4{
	font-size: 22px;
	line-height: 20px;
	color: #333;
	padding: 0px 22px;
	margin-bottom: 0;
}
.top-btn{
	float: right;
	width: 27%;
	display: inline-block;
	margin-top: -30px;
}

.title-slide > b
{
	color: #c12244;
}
#slide{
	width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    max-height: 500px;
    overflow: hidden;
}
.fnac{ float: left !important; margin-left: 5% !important;width: auto !important;} 
.h2border
{
	font-size: 20px;
    color: #414862;
    margin-top: 0;
    text-align: left;
    font-weight: 400;
    border-bottom: 1px solid #414862;
    padding-bottom: 1px;
    font-style: italic;
    letter-spacing: 1px;
    padding-top: 5%;
    text-align: center;
}
.input-carga
{
	width: 90% !important;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: 10% !important;
}

.cd-dropdown-wrapper
{
	display: none;
}

/* FORMS */

.flw100
{
	float: left;
	width: 100%;
}

.check
{
	width:15px;height:15px;float:left;
}

.btn-agregar
{
	float: right;
    color: #434b65;
    background: none !important;
    line-height: 0px !important;
    margin: 0px !important;
}

.w20{ width: 20% !important;}
.w26{ width: 26% !important;}
.w50{width: 50% !important; }
.w80{width: 80% !important; }
.w150{ width: 150px !important;}