.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: #001330;
}
    
.modulo h2{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	color: #001330;
}

.modulo p{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height:24px;
	color: #212121;
}

@media (max-width: 767px){
.modulo p{
	font-size: 14px;
	line-height:20px;
}
}


.modulo .btn-uno {
	color: #111111;
	background-color: rgba(0, 0, 0, 0.0);
	border: solid 1px #003584;
	height: auto;
	border-radius:0px;
	line-height:auto;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-size: 15px;
	letter-spacing: 1.5px;
    padding: 14px 32px;
	font-weight: 500;
	margin-top:10px;
	margin-bottom:10px;
}

.modulo .btn-uno:hover {
	color: #ffffff;
    background-color: rgb(23, 49, 62);
    border: solid 1px #17313e;
	-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: #1b3463;
    background-color: rgba(255, 255, 255, 0.99);
    border: solid 1px #003584;
	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-tres:hover {
	color: #ffffff;
    background-color: rgb(23, 49, 62);
    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: #e80b0b;
    border: solid 2px #d00000;
	height: auto;
	border-radius:0px;
	line-height:auto;
	font-size: 15px;
	letter-spacing: 1.5px;
    padding: 14px 32px;
	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-cabecera {
	text-align:left;
	background: #384184;
	padding-bottom: 40px;
    padding-top: 40px;
	background-image: url(../img/modulo-cabecera.png);
    background-repeat: no-repeat;
    background-position: left top;
	margin-bottom:20px;
}

.modulo.modulo-cabecera h2 {
	font-size:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
	color:#FFF;
}

.modulo.modulo-cabecera h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background: rgba(255, 255, 255, 0.55);
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    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:12px;
}

.modulo.modulo-cabecera h2:after {
    height: 4px;
}

}

/*------------------------------------------*/

.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:20px;
	line-height:24px;
	margin-bottom:10px;
}

@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:30px;
	line-height:34px;
	margin-bottom:18px;
}

.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:20px;
		line-height:26px;
		margin-bottom:10px;
	}
	.modulo.modulo-3 .box{
		padding-left: 0px;
		padding-top: 20px;
	}
}

/*------------------------------------------*/

.modulo.modulo-4 {

}

.modulo.modulo-4 h2 {
	font-size:30px;
	line-height:34px;
	margin-bottom:18px;
}

.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:20px;
		line-height:26px;
		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-5 h2:after {
    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:30px;
	line-height:34px;
    margin-bottom: 22px;
    margin-top: 0px;
}

.modulo.modulo-7 h2:after {
    content: '';
    height: 8px;
    width: 30%;
    background: #d72027;
    position: absolute;
    /* top: 20%; */
    /* bottom: 20%; */
    bottom: 0;
    left: 35%;
}

@media (max-width: 767px){
.modulo.modulo-7 h2 {
	font-size:20px;
	line-height:24px;
	margin-top:5px;
	margin-bottom:18px;
}

.modulo.modulo-7 h2:after {
    height: 4px;
}

}

/*------------------------------------------*/

.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: #d72027;
    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 p {
	margin-bottom:20px;
}

.modulo.modulo-15 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-15 blockquote p {
	font-style:italic;
}

/*------------------------------------------*/

.modulo.modulo-16 {
	text-align:left;
}

.modulo.modulo-16 p {
	margin-bottom:20px;
}

.modulo.modulo-16 p:last-child {
	margin-bottom:5px;
}

.modulo.modulo-16 blockquote p {
	font-style:italic;
}

/*------------------------------------------*/

.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;
}


/*------------------------------------------*/

.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:30px;
	line-height:34px;
	margin-bottom:18px;
}

.modulo.modulo-21 p {
	margin-bottom:20px;
	font-size:18px;
	letter-spacing:1.5px;
}

.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:30px;
	line-height:34px;
	margin-bottom:18px;
}

.modulo.modulo-22 p {
	margin-bottom:20px;
	font-size:18px;
	letter-spacing:1.5px;
}

.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:20px;
	line-height:24px;
	margin-bottom:14px;
	margin-top:0px;
}

@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: 18px;
    line-height: 28px;
    margin-bottom: 10px;
	margin-top:0px;
	float:left;
	width:75%;
}

.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: 13.1px;
	line-height: 20px;
	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%;
	}*/
}


/*------------------------------------------*/

.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;
}

@media only screen and (min-width: 640px) { .modulo.modulo-amplia-nota .whatsapp{ display:none !important; } }

/*ACORDEON*/
.acordeon-producto h3{
	font-weight: 600;
	font-size: 15px;
	display: block;
	background: url(../img/flechita_2.png) no-repeat center right;
	padding: 12px 5px;
	cursor:pointer;
	color: #589240;
}
.acordeon-producto h3.collapsed{
	background: url('../img/flechita_1.png') no-repeat center right;
	    color: #585858;
}


.acordeon-producto h3:hover, .acordeon-producto h3:active, .acordeon-producto h3:focus{
	text-decoration: none;
}
.acordeon-producto .caracteristicas i{
	color: ;
	margin-right: 2px;
}

.panel-heading {
    padding: 1px 0px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-paul {
    border: none;
	border-bottom: solid  1px #E6DDDE;
	background-color:#FFF;
	border-radius: 0px !important;
	margin-bottom:0px;
}

.panel-paul .panel-body {
	background-color:#F9F9F3 !important;
}

.panel-paul .panel-body p {
	font-size:14px;
	line-height:24px;
}



/*FIN ACORDEON*/
