.modulo{
	padding-top: 30px;
	padding-bottom:20px;
}

@media (max-width: 767px){
.modulo{
	padding-top: 15px;
	padding-bottom:10px;
}
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #333333;
}
    
.modulo h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	color: #7FAF00;
}

.modulo h3{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #7c7c7c;
}

.modulo p{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	line-height:24px;
	color: #7c7c7c;
}

@media (max-width: 767px){
.modulo p{
	font-size: 14px;
	line-height:24px;
}
}


.modulo .btn-uno {
	color: #ffffff;
	background-color: #d83133;
	border: solid 0px #003584;
	height: auto;
	border-radius: 60px;
	line-height: auto;
	font-size: 15px;
	/* letter-spacing: 1.5px; */
	padding: 12px 30px;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 10px;
	background: rgb(179,49,51);
	background: -moz-linear-gradient(top, rgba(179,49,51,1) 0%, rgba(216,49,51,1) 100%);
	background: -webkit-linear-gradient(top, rgba(179,49,51,1) 0%,rgba(216,49,51,1) 100%);
	background: linear-gradient(to bottom, rgb(124 124 124) 0%,rgb(165 158 158) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b33133', endColorstr='#d83133',GradientType=0 );
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo .btn-uno:hover {
	color: #ffffff;
    background-color: #d1ab66;
    /*border: solid 1px #17313e;*/
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ab7747+0,d1ab66+100 */
	background: rgb(171,119,71); /* Old browsers */
	background: -moz-linear-gradient(top, rgb(100 136 4) 0%,rgb(128 175 2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgb(100 136 4) 0%,rgb(128 175 2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgb(100 136 4) 0%,rgb(128 175 2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab7747', endColorstr='#d1ab66',GradientType=0 ); /* IE6-9 */
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo .btn-dos {
	color: #ffffff;
    background-color: rgb(23, 49, 62);
    border: solid 1px #17313e;
	height: auto;
	border-radius:0px;
	line-height:auto;
	font-size: 15px;
	/*letter-spacing: 1.5px;*/
    padding: 14px 32px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo .btn-dos:hover {
    color: #1b3463;
    background-color: rgba(255, 255, 255, 0.99);
    border: solid 1px #003584;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo .btn-tres {
    color: #fff;
    background-color: #333333;
    /*border: solid 1px #003584;*/
	height: auto;
	/*border-radius:0px;*/
	line-height:auto;
	font-size: 15px;
	/*letter-spacing: 1.5px;*/
    padding: 12px 30px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom:10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo .btn-tres:hover {
	color: #ffffff;
    background-color: #d83133;
    /*border: solid 1px #17313e;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo .btn-pdf {
	color: #ffffff;
	background-color: #d83134;
	/* border: solid 2px #d00000; */
	height: auto;
	/* border-radius: 0px; */
	line-height: auto;
	font-size: 15px;
	padding: 12px 30px;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo .btn-pdf:hover {
    color: #ffffff;
    background-color: rgb(23, 23, 23);
    /*border: solid 2px #171717;*/
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo .btn-ver-video {
    color: #ffffff;
    background-color: #d82d2d;
    border: solid 2px #bd2828;
    height: auto;
    border-radius: 5px;
    line-height: auto;
    font-size: 13px;
    /*letter-spacing: 1.5px;*/
    padding: 5px 16px;
    font-weight: 600;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 30px;
    top: 15px;
}

.modulo .btn-ver-video:hover {
    color: #ffffff;
    background-color: rgb(23, 23, 23);
    border: solid 2px #171717;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-decoration:none;
}

@media (max-width: 767px){
.modulo .btn-uno, .modulo .btn-dos, .modulo .btn-tres, .modulo .btn-pdf {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
}

/*------------------------------------------*/

.modulo.modulo-empresa {
	padding-bottom: 30px;
    padding-top: 30px;
	margin-bottom:20px;
}

.modulo.modulo-empresa .boxes {
    padding: 30px 0px 30px 50px;
    background-color: #FFF;
    display: inline-block;
    margin-top: 50px;
}

.modulo.modulo-empresa h2 {
	font-size:40px;
	line-height:44px;
	margin-bottom:40px;
	position:relative;
}

.modulo.modulo-empresa h2:after{
    content: '';
    height: 8px;
    /* width: 30%; */
    background-image: url(../img/h2-bg.gif);
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: -20px;
    left: 0px;
    right: 15px;
}


@media (max-width: 767px){
	.modulo.modulo-empresa .boxes {
		padding: 6px 15px 0px 15px;
		background-color: #FFF;
		display: inline-block;
		margin-top: 0px;
	}
	.modulo.modulo-empresa h2 {
		font-size:28px;
		line-height:34px;
		/*margin-bottom:10px;*/
	}
}

/*------------------------------------------*/

.modulo.modulo-hacemos {
	padding-bottom: 30px;
    padding-top: 30px;
}

.facts .fact-item:first-child, .facts .fact-item:first-child+.fact-item, .facts .fact-item:first-child+.fact-item+.fact-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.38);
}

.facts .fact-item .count {
    display: none;
    font-size: 45px;
    font-family: 'HelveticaNeueW02-75Bold',Verdana,Helvetica,sans-serif;
    line-height: 50px;
}

.modulo.modulo-hacemos .owl-theme .owl-dots {
    display: block !important;
}

.modulo.modulo-hacemos .owl-theme .owl-controls {
    position: initial;
}


.modulo.modulo-hacemos .paul-box{
	text-align:center;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(204,204,204,0.59);
	-moz-box-shadow: 0px 0px 15px 0px rgba(204,204,204,0.59);
	box-shadow: 0px 0px 15px 0px rgba(204,204,204,0.59);
	border-radius: 15px;
	padding: 20px 10px;
	margin: 14px;
}

.modulo.modulo-hacemos h2{
    font-size: 19px;
    margin-top: 10px;
}

.modulo.modulo-hacemos h2 a{
	color:inherit;
}

.modulo.modulo-hacemos h2 a:hover{
	text-decoration:none;
}


.modulo.modulo-hacemos p{
    font-size: 38px;
	line-height: 40px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 6px;
	display:inline-block;
	color: #717171;
}

.modulo.modulo-hacemos p.descripcion{
    font-size: 13.2px;
    display: block;
    font-weight: 500;
    color: #373435;
    margin: 0px;
    line-height: 20px;
    margin-top: 4px;
}

.modulo.modulo-hacemos img{
	margin-top:-8px;
}

.modulo.modulo-hacemos h3 {
	margin-top:0px;
	line-height: 1.3;
}

.modulo.modulo-hacemos h3 {
	font-size:32px;
	line-height:36px;
    margin-bottom: 18px;
    margin-top: 0px;
	text-align:center;
}

.modulo.modulo-hacemos h3:after {
    content: '';
    height: 8px;
    width: 30%;
    background-image: url(../img/h2-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 35%;
}


@media (max-width: 767px){
.modulo.modulo-hacemos h3 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-hacemos h3:after {
    height: 8px;
}

}

.modulo.modulo-hacemos .form-div{
    background-color: #333333;
    width: 50px;
    height: 6px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.modulo.modulo-hacemos .paul-box:hover{
	background-color:#d1272c;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}



.modulo.modulo-hacemos .paul-box:hover img{
	-webkit-filter: brightness(500%);
	filter: brightness(500%);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


.modulo.modulo-hacemos .paul-box:hover h2{
	color:#FFF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo.modulo-hacemos .paul-box:hover p{
	color:#FFF;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo.modulo-hacemos .paul-box:hover .form-div{
	background-color:#d1ab66;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}


/*------------------------------------------*/

.modulo.modulo-logos{
	/*background-color:#f7f7f7;*/
	padding-top:40px;
	padding-bottom:40px;
	text-align:center;
}

.modulo.modulo-logos img{
	max-width:120px;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align:middle;
}

/*------------------------------------------*/

.modulo.modulo-cabecera {
	text-align:left;
	background: #70a300;
	padding-bottom: 40px;
    padding-top: 40px;
	background-image: url(../img/modulo-cabecera.png);
    background-repeat: no-repeat;
    background-position: center top;
	background-size:cover;
	margin-bottom:20px;
}

.modulo.modulo-cabecera h2 {
	font-size:28px;
	line-height:32px;
    margin-bottom: 0px;
    margin-top: 0px;
	color:#FFF;
	margin-left:40px;
	font-weight: 700;
}

.modulo.modulo-cabecera h2:after {
    /*content: '';
    height: 8px;
    width: 30%;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    bottom: 0;
    left: 15px;*/
}

@media (max-width: 767px){
.modulo.modulo-cabecera {
	padding-bottom: 20px;
    padding-top: 15px;
	margin-bottom:15px;
}
.modulo.modulo-cabecera h2 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:10px;
}

.modulo.modulo-cabecera h2:after {
    height: 8px;
}

}

/*------------------------------------------*/

.modulo.modulo-1 {

}

.modulo.modulo-1 h2 {
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
}

@media (max-width: 767px){
	.modulo.modulo-1 h2 {
		font-size:18px;
		line-height:22px;
		margin-bottom:10px;
	}
	
	.modulo.modulo-1 .col-xs-12{
		margin-bottom:30px;
	}
	
	.modulo.modulo-1 .col-xs-12:last-child {
	  margin-bottom:0px;
	}
}

/*------------------------------------------*/

.modulo.modulo-2 {

}

.modulo.modulo-2 h2 {
	font-size:24px;
	line-height:28px;
	margin-bottom:10px;
	color:#202020;
}

@media (max-width: 767px){
	.modulo.modulo-2 h2 {
		font-size:18px;
		line-height:22px;
		margin-bottom:10px;
	}
	
	.modulo.modulo-2 .col-xs-12{
		margin-bottom:30px;
	}

	.modulo.modulo-2 .col-xs-12:last-child {
	  margin-bottom:0px;
	}
}


/*------------------------------------------*/

.modulo.modulo-3 {

}

.modulo.modulo-3 h2 {
	font-size:32px;
	line-height:40px;
	margin-bottom:0px;
	position:relative;
	text-transform:uppercase
}

.modulo.modulo-3 h2:after{
    content: '';
    height: 8px;
    /* width: 30%; */
    /*background-image: url(../img/h2-bg.gif);*/
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: -20px;
    left: 0px;
    right: 15px;
}

.modulo.modulo-3 h3 {
	font-size:18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:20px;
	position:relative;
}

.modulo.modulo-3 p {
	margin-bottom:20px;
}

.modulo.modulo-3 .box{
    padding-left: 50px;
    padding-top: 30px;
}

@media (max-width: 998px){
	.modulo.modulo-3 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-3 h2 {
		font-size:24px;
		line-height:28px;
		/*margin-bottom:10px;*/
	}
	.modulo.modulo-3 .box{
		padding-left: 0px;
		padding-top: 20px;
	}
}

/*------------------------------------------*/

.modulo.modulo-4 {

}

.modulo.modulo-4 h2 {
	font-size:32px;
	line-height:40px;
	margin-bottom:0px;
	position:relative;
	text-transform:uppercase
}

.modulo.modulo-4 h2:after{
    content: '';
    height: 8px;
    /* width: 30%; */
    /*background-image: url(../img/h2-bg.gif);*/
    background-repeat: no-repeat;
    background-position: left;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: -20px;
    left: 0px;
    right: 15px;
}

.modulo.modulo-4 h3 {
	font-size:18px;
	line-height:24px;
	margin-top:0px;
	margin-bottom:20px;
	position:relative;
}

.modulo.modulo-4 p {
	margin-bottom:20px;
}

.modulo.modulo-4 .box{
    padding-right: 50px;
    padding-top: 30px;
}

@media (max-width: 998px){
	.modulo.modulo-4 .box{
		padding-right: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-4 h2 {
		font-size:24px;
		line-height:28px;
		/*margin-bottom:10px;*/
	}
	.modulo.modulo-4 .box{
		padding-right: 0px;
		padding-bottom: 20px;
	}
}


/*------------------------------------------*/

.modulo.modulo-5 {
	text-align:center;
	padding-bottom:0px;
}

.modulo.modulo-5 h2 {
	font-size:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 24px;
}

.modulo.modulo-5 h2:before {
    content: '';
    height: 8px;
    width: 30%;
    background: #d72027;
    position: absolute;
    top: 0;
    left: 35%;
}

.modulo.modulo-5 h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background: #384184;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 35%;
}

@media (max-width: 767px){
.modulo.modulo-5 h2 {
	font-size:20px;
	line-height:24px;
	margin-top:18px;
	margin-bottom:18px;
}

.modulo.modulo-5 h2:before {
    height: 4px;
}

}

/*------------------------------------------*/

.modulo.modulo-6 {
	text-align:center;
}

.modulo.modulo-6 p {
	margin-bottom:20px;
}

.modulo.modulo-6 p:last-child {
	margin-bottom:5px;
}

/*------------------------------------------*/

.modulo.modulo-7 {
	text-align:center;
	padding-bottom:0px;
}

.modulo.modulo-7 h2 {
	font-size:40px;
	line-height:44px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.modulo.modulo-7 h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background-image: url(../img/h2-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 35%;
}

@media (max-width: 767px){
.modulo.modulo-7 h2 {
	font-size:24px;
	line-height:28px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-7 h2:after {
    height: 8px;
}

}

/*------------------------------------------*/

.modulo.modulo-8 {
	text-align:left;
}

.modulo.modulo-8 p {
	margin-bottom:20px;
}

.modulo.modulo-8 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-8 .main-col {
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;

	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
}

@media (max-width: 767px){
.modulo.modulo-8 .main-col {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;

	-moz-column-gap: 0em;
	-webkit-column-gap: 0em;
	column-gap: 0em;
}
}

/*------------------------------------------*/

/*------------------------------------------*/

.modulo.modulo-9 {
	text-align:left;
}

.modulo.modulo-9 p {
	margin-bottom:20px;
}

.modulo.modulo-9 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-9 .main-col {
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
	
	-moz-column-gap: 3em;
	-webkit-column-gap: 3em;
	column-gap: 3em;
	
	-moz-column-rule: 1px solid #bbb;
	-webkit-column-rule: 1px solid #bbb;
	column-rule: 1px solid #bbb;
}

@media (max-width: 767px){
.modulo.modulo-9 .main-col {
	-webkit-column-count:1;
	-moz-column-count:1;
	column-count:1;

	-moz-column-gap: 0em;
	-webkit-column-gap: 0em;
	column-gap: 0em;
}
}

/*------------------------------------------*/

.modulo.modulo-10 {
	padding:0px;
	margin-top:30px;
	margin-bottom:20px;
}

.modulo.modulo-10 h2 {
	font-size:30px;
	line-height:34px;
	margin-bottom:18px;
	color:#FFF;
}

.modulo.modulo-10 p {
	margin-bottom:20px;
	color:#FFF;
	font-size:18px;
	letter-spacing:1.5px;
}

.modulo.modulo-10 .box{
    padding-left: 50px;
    padding-top: 70px;
}

@media (max-width: 998px){
.modulo.modulo-10 {
	padding-top:30px;
	padding-bottom:20px;
}
	.modulo.modulo-10 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-10 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.modulo.modulo-10 .box{
		padding-left: 0px;
		padding-top: 20px;
	}
}

/*------------------------------------------*/

.modulo.modulo-11 {
	text-align:left;
	padding-bottom:0px;
}

.modulo.modulo-11 h2 {
	font-size:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.modulo.modulo-11 h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background-image: url(../img/h2-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 15px;
}


@media (max-width: 767px){
.modulo.modulo-11 h2 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-11 h2:after {
    height: 4px;
}

}

/*------------------------------------------*/

.modulo.modulo-12 {
	text-align:left;
	padding-bottom:0px;
}

.modulo.modulo-12 h2 {
	font-size:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.modulo.modulo-12 h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background: #384184;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 15px;
}

@media (max-width: 767px){
.modulo.modulo-12 h2 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-12 h2:after {
    height: 4px;
}

}

/*------------------------------------------*/

.modulo.modulo-13 {
	text-align:center;
	padding-bottom:0px;
}

.modulo.modulo-13 h2 {
	font-size:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.modulo.modulo-13 h2:after {
    content: '';
    height: 8px;
    /*width: 30%;*/
    background: #384184;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 15px;
	right: 15px;
}

@media (max-width: 767px){
.modulo.modulo-13 h2 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-13 h2:after {
    height: 4px;
}

}

/*------------------------------------------*/

.modulo.modulo-14 {
	text-align:left;
}

.modulo.modulo-14 p {
	margin-bottom:20px;
}

.modulo.modulo-14 p:last-child {
	margin-bottom:5px;
}

/*------------------------------------------*/

.modulo.modulo-15 {
	text-align:left;
}

.modulo.modulo-15  blockquote {
    padding: 6px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #d1ab66;
}

.modulo.modulo-15 p {
	margin-bottom:20px;
}

.modulo.modulo-15 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-15 blockquote p {
	font-style:normal;
}

/*------------------------------------------*/

.modulo.modulo-16 {
	text-align:left;
}

.modulo.modulo-16  blockquote {
    padding: 6px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #d1ab66;
}

.modulo.modulo-16 p {
	margin-bottom:20px;
}

.modulo.modulo-16 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-16 blockquote p {
	font-style:normal;
}

/*------------------------------------------*/

.modulo.modulo-17 {
	padding-top:60px;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}

.modulo.modulo-17 h2 {
	font-size:30px;
	line-height:34px;
	margin-bottom:18px;
	color:#FFF;
}

.modulo.modulo-17 p {
	margin-bottom:20px;
	color:#FFF;
	font-size:18px;
	letter-spacing:1.5px;
}



@media (max-width: 998px){
.modulo.modulo-17 {
	padding-top:30px;
	padding-bottom:20px;
}
}

@media (max-width: 767px){
	.modulo.modulo-17 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
}

/*------------------------------------------*/

.modulo.modulo-18 {
}

.modulo.modulo-18 h2 {
	margin-top:0px;
	line-height: 1.3;
}


/*------------------------------------------*/

.modulo.modulo-19 {
	padding-top:60px;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}

.modulo.modulo-19 h2 {
	font-size:30px;
	line-height:34px;
	margin-bottom:18px;
	color:#FFF;
	margin-top: 10px;
}

.modulo.modulo-19 h2:after {
    content: '';
    height: 8px;
    width: 26%;
    background: #d72027;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 37%;
}

.modulo.modulo-19 p {
	margin-bottom:20px;
	color:#FFF;
	font-size:18px;
	letter-spacing:1.5px;
}

@media (max-width: 998px){
.modulo.modulo-19 {
	padding-top:30px;
	padding-bottom:20px;
}
}

@media (max-width: 767px){
	.modulo.modulo-19 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}	
	.modulo.modulo-19 h2:after {
		height: 4px;
	}	
	.modulo.modulo-19 p {
		margin-bottom:15px;
		color:#FFF;
		font-size:15px;
		letter-spacing:1.5px;
	}
}

/*------------------------------------------*/

.modulo.modulo-20 {
	padding-top:60px;
	padding-bottom:50px;
	margin-top:30px;
	margin-bottom:20px;
	min-height:560px;
	position:relative;
	background-size: cover;
	background-position:top center;
	background-repeat:no-repeat;
}

.modulo.modulo-20 .banner-contianer-inner {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.modulo.modulo-20 h2 {
	font-size:40px;
	line-height:44px;
	margin-bottom:18px;
	margin-top: 10px;
}

.modulo.modulo-20 p {
	margin-bottom:20px;
	font-size:18px;
	letter-spacing:1.5px;
}

.modulo.modulo-20 p.tag {
	font-size:14px;
	text-transform:uppercase;
	font-weight:600;
}

@media (max-width: 767px){
	.modulo.modulo-20 {
		min-height:340px;
		background-position: 55%;

	}
	.modulo.modulo-20 h2 {
		font-size:24px;
		line-height:26px;
		margin-bottom:10px;
	}	
	
	.modulo.modulo-20 p {
		margin-bottom:15px;
		font-size:15px;
		letter-spacing:1.5px;
	}
}

/*----------------------------------------*/

.modulo.modulo-21 {
}

.modulo.modulo-21 h2 {
	font-size:38px;
	line-height:42px;
	margin-bottom:18px;
}

.modulo.modulo-21 p {
	margin-bottom:20px;
	font-size:14px;
}

.modulo.modulo-21 .box{
    padding-left: 20px;
    padding-top: 20px;
}

@media (max-width: 998px){
	.modulo.modulo-21 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-21 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.modulo.modulo-21 p {
		font-size:15px;
	}
	.modulo.modulo-21 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

/*------------------------------------------*/


.modulo.modulo-22 {
	text-align:right;
}

.modulo.modulo-22 h2 {
	font-size:38px;
	line-height:42px;
	margin-bottom:18px;
}

.modulo.modulo-22 p {
	margin-bottom:20px;
	font-size:14px;
}

.modulo.modulo-22 .box{
    padding-left: 20px;
    padding-top: 20px;
}

@media (max-width: 998px){
	.modulo.modulo-22 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-22 {
		text-align:left;
	}
	.modulo.modulo-22 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.modulo.modulo-22 p {
		font-size:15px;
	}
	.modulo.modulo-22 .box{
		padding-left: 0px;
		padding-top: 0px;
	}
}

/*------------------------------------------*/

.modulo.modulo-23 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #eeeeee;
}

.modulo.modulo-23 h2 {
	font-size:30px;
	line-height:34px;
	margin-bottom:12px;
}

.modulo.modulo-23 p {
	margin-bottom:20px;
	font-size:15px;
	letter-spacing:1.5px;
}



@media (max-width: 767px){
	.modulo.modulo-23 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.modulo.modulo-23 h2 {
		font-size:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.modulo.modulo-23 p {
		font-size:15px;
	}
}

/*------------------------------------------*/

.modulo.modulo-24 .vertical-align {
    display: table;
    height: 130px;;
    position: relative;
	background-color:#17313e;
	width: 100%;
	padding:15px;
	text-align:center;
	background-image:url(../img/bg-generico.png);
	background-size: cover;
}
.modulo.modulo-24 .vertical-middle {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.modulo.modulo-24 h2 {
	margin:0px;
}

.modulo.modulo-24 h2 a {
	color:#FFF;
}

.modulo.modulo-24 h2:before {
    content: '';
    height: 4px;
    width: 60%;
    background: #d72027;
    position: absolute;
    top: 29px;
    left: 20%;
}

.modulo.modulo-24 h2:after {
    content: '';
    height: 4px;
    width: 60%;
    background: #384184;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 29px;
    left: 20%;
}

@media (max-width: 998px){
.modulo.modulo-24 .vertical-align {
	margin-bottom:15px;
}
}

@media (max-width: 767px){
.modulo.modulo-24 .vertical-align {
    height: 70px;
	margin-bottom:15px;
}

.modulo.modulo-24 h2:before {
    top: 12px;
}

.modulo.modulo-24 h2:after {
    bottom: 12px;
}

}

/*------------------------------------------*/

.modulo.modulo-25 {
	text-align:center;
}

.modulo.modulo-25 h2 {
	font-size:38px;
	line-height:42px;
	margin-bottom:14px;
	margin-top:0px;
	color:#333333;	
}

@media (max-width: 767px){
	.modulo.modulo-25 h2 {
		font-size:18px;
		line-height:24px;
		margin-bottom:10px;
	}
}

/*------------------------------------------*/

.modulo.modulo-26 {
	text-align:;
}

.modulo.modulo-26 h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
	margin-top:0px;
	float:left;
	width:75%;
	color:#333333;
}

.modulo.modulo-26 .right {
	float:right;
	width:25%;
	text-align:right;
}


.modulo.modulo-26 .btn-pdf {
    font-size: 11px;
    padding: 4px 8px;
    margin-top: 0px;
    margin-bottom: 10px;

}

.modulo.modulo-26 hr {
    margin-top: 0px;
    margin-bottom: 0px;

}


@media (max-width: 767px){
	.modulo.modulo-26 h2 {
		font-size:16px;
		line-height:20px;
		margin-bottom:10px;
		width:65%;
	}

	.modulo.modulo-26 .right {
		float:right;
		width:35%;
		text-align:right;
	}
}


/*------------------------------------------*/

.modulo.modulo-27 {
	padding-bottom:0px;
}

.modulo.modulo-27 img {
	margin-bottom:20px;
}


/*------------------------------------------*/


.modulo.modulo-28 {
	padding-bottom:0px;
}

.modulo.modulo-28 img {
	margin-bottom:20px;
}


/*------------------------------------------*/


.modulo.modulo-29 {
	padding-bottom:0px;
}

.modulo.modulo-29 img {
	margin-bottom:20px;
}


/*------------------------------------------*/

.modulo.modulo-30 {
	padding-top: 20px;
}

.modulo.modulo-30 p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.modulo.modulo-30 hr {
    margin-top: 0px;
    margin-bottom: 0px;

}


@media (max-width: 767px){
	/*.modulo.modulo-30 p {
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
		width:65%;
	}*/
}


/*------------------------------------------*/

.modulo.modulo-31 {
	padding-top: 20px;
}

.modulo.modulo-31 p {
	font-size: 13.1px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.modulo.modulo-31 hr {
    margin-top: 0px;
    margin-bottom: 0px;

}


@media (max-width: 767px){
	/*.modulo.modulo-31 p {
		font-size:14px;
		line-height:20px;
		margin-bottom:10px;
		width:65%;
	}*/
}

/*------------------------------------------*/


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*------------------------------------------*/

    .modulo.modulo-32 {
		padding-bottom:30px;
		padding-top: 30px;
    }

    .modulo.modulo-32 h2 {
		color:#2993c9;
		font-size:13px;
		text-transform:uppercase;
		text-align:center;
		margin-top:15px;
		font-weight:600;
    }
	
	.modulo.modulo-32 h2 a {
		color:#001330;
    }
	
	.bg-p {
    background-image: url(imgs/bg-gris-h2.png);
    background-repeat: repeat-x;
    background-position: center;
    width: 100%;
    margin-bottom: 20px;
	text-align:center;
	font-weight:600;
}

.bg-p span {
    background: #fff;
    padding:0px 20px;
	font-size:22px;
}

.bg-p span i {
	font-style:normal;
}
	



/*------------------------------------------*/


.modulo.modulo-18 {
}

.modulo.modulo-33 h2 {
	margin-top:0px;
	line-height: 1.3;
}

.modulo.modulo-33 h3 {
	margin-top:0px;
	line-height: 1.3;
}

.modulo.modulo-33 h3 {
	/*font-size:32px;*/
	/*line-height:36px;*/
    /*margin-bottom: 18px;*/
    margin-top: 0px;
}

.modulo.modulo-33 h3:after {
    /*content: '';*/
    height: 8px;
    width: 30%;
    background-image: url(../img/h2-bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 15px;
}


@media (max-width: 767px){
.modulo.modulo-33 h3 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-33 h3:after {
    height: 8px;
}

}


/*------------------------------------------*/

.modulo.modulo-34 {

}

.modulo.modulo-34 h2 {
	font-size:24px;
	line-height:28px;
	margin-bottom:10px;
	color:#202020;
}

@media (max-width: 767px){
	.modulo.modulo-34 h2 {
		font-size:18px;
		line-height:22px;
		margin-bottom:10px;
	}
	
	.modulo.modulo-34 .col-xs-12{
		margin-bottom:30px;
	}

	.modulo.modulo-34 .col-xs-12:last-child {
	  margin-bottom:0px;
	}
}


/*------------------------------------------*/

.modulo.modulo-35 {
	padding-top:60px;
	padding-bottom:60px;
	margin-top:30px;
	margin-bottom:20px;
}

.modulo.modulo-35 h2 {
	font-size:36px;
	line-height:44px;
	margin-bottom:18px;
	color:#FFF;
	font-weight:300;
}

.modulo.modulo-35 p {
	margin-bottom:20px;
	color:#FFF;
	font-size:14px;
}

.modulo.modulo-35 .box{
    padding-left: 50px;
    padding-right: 40px;
}

@media (max-width: 998px){
.modulo.modulo-35 {
	padding-top:30px;
	padding-bottom:30px;
}
	.modulo.modulo-35 .box{
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-35 h2 {
		font-size:26px;
		line-height:32px;
		margin-bottom:10px;
	}
	.modulo.modulo-35 .box{
		padding-left: 0px;
		padding-right: 0px;
	}
}

/*------------------------------------------*/



.modulo.modulo-36 {
	padding-top:60px;
	padding-bottom:60px;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}

.modulo.modulo-36 h2 {
	font-size:18px;
	line-height:24px;
	margin-bottom:18px;
	color:#d83135;
	font-weight:700;
}

.modulo.modulo-36 h2:after {
	content: '';
	height: 1px;
	width: 40%;
	background: #dadada;
	position: absolute;
	top: 32px;
	left: 30%;
	z-index: -1;
}

.modulo.modulo-36 h2 span {
	background-color:#FFF;
	padding-left:8px;
	padding-right:8px;
}

.modulo.modulo-36 ul.social-buttons li a {
    text-align: center;
    height: 40px;
    width: 40px;
    display: block;
    text-decoration: none;
    line-height: 38px;
    color: #ffffff;
    background-color: #d2ae6d;
    font-size: 18px;
    border-radius: 30px;
    border: solid 2px #dec494;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.modulo.modulo-36 ul.social-buttons li a:hover, .modulo.modulo-36 ul.social-buttons li a:focus, .modulo.modulo-36 ul.social-buttons li a:active {
    color: #ffffff;
    border: solid 2px #e86467;
    background-color: #d83135;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

@media (max-width: 767px){
	.modulo.modulo-36 h2 {

	}

}

/*------------------------------------------*/

.modulo.modulo-37 {

}

.modulo.modulo-37 .row-fluid {
	background-color:#ededed;
	padding: 30px 20px;
}

.modulo.modulo-37 h2 {
	font-size:19px;
	text-transform:uppercase;
	text-align:right;
	color: #5f5f5f;
	font-weight:400;
}

.modulo.modulo-37 p {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 17px;
    color: #5f5f5f;
	text-align: justify;
}

.modulo.modulo-37 .box{
    padding-left: 50px;
    padding-top: 30px;
	padding-right: 50px;
}

@media (max-width: 998px){
	.modulo.modulo-37 .box{
		padding-left: 0px;
		padding-top: 0px;
		padding-right: 0px;
	}
}

@media (max-width: 767px){
	.modulo.modulo-37 h2 {
		font-size:24px;
		line-height:28px;
		/*margin-bottom:10px;*/
	}
	.modulo.modulo-37 .box{
		padding-left: 0px;
		padding-top: 20px;
		padding-right: 0px;
	}
}

/*------------------------------------------*/

.modulo.modulo-amplia-nota {
}

.modulo.modulo-amplia-nota .fecha {
	float:left;
	font-size:12px;
	color: #333;
}

.modulo.modulo-amplia-nota .btn-volver {
	float:right;
	font-size:12px;
	color: #000;
}


.modulo.modulo-amplia-nota .share-buttons {
	width:100%;
	display:inline-block;
	margin:0;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

.modulo.modulo-amplia-nota .posts-shares {
float:left;
/*width:100%;*/
}

.modulo.modulo-amplia-nota .share-buttons h5 {
float:left;
text-align:center;
font-size:12px;
letter-spacing:1px;
text-transform:uppercase;
color:#161616;
position:relative;
font-weight:700;
margin-right:20px;
}

.modulo.modulo-amplia-nota .social-shares {
display:block;
padding:0;
}

.social-shares ul {
list-style:none;
margin:0;
padding:0;
}

.modulo.modulo-amplia-nota .social-shares ul li {
float:left;
list-style:none;
margin:0 0 5px;
padding:0;
}

.modulo.modulo-amplia-nota .social-shares ul li a {
    display: block;
    float: left;
    color: inherit;
    background-image: none;
    line-height: 23px;
    font-size: .9em;
    margin: 0 10px 0 0;
    border-radius: 50%;
	color:#FFF;
}

.modulo.modulo-amplia-nota .social-shares ul li a:hover i {
/*background:#0F748A;*/
}

.modulo.modulo-amplia-nota .share-pinterest {
background-image:none!important;
}

.modulo.modulo-amplia-nota .social-shares ul li i {
    display: inline-block; */
    /* font-size: 14px; */
    /* background-color: #cc0000; */
    /* color: #FFF; */
    /* margin-right: 7px; */
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
    width: 34px;
    height: 34px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
}

.btn-whatsapp {
    background: #44b23a;
}



/*------  Rotadores  ----------*/

.modulo .owl-controls .owl-nav div, .owl-controls .owl-nav div:hover {
    background-image: none;
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    color: #6b9e01 !important;
    background-color: #f7f7f7 !important;
    line-height: 30px;
}

.modulo .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #6b9e01 !important;
	color: #ffffffe6 !important;
	text-decoration: none;
}

.carousel_flex .owl-stage {
		display: flex;
	}
.carousel_flex	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
	
.carousel_flex	.owl-item .item {
		display: flex;
}

.modulo.modulo-4 .box, .modulo.modulo-3 .box{
	padding-top: 0px;
}

.modulo.modulo-11.v2 h2 {
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 0px;
	position: relative;
	text-transform: uppercase;
}
.modulo.modulo-11.v2 h2:after{
	background-image:none;
}