.parentTemplate {	display: grid;	grid-column-gap: 1em;	grid-row-gap: 1em;	margin-top: 1rem;	margin-bottom: 3rem;	align-items: center;}
.superdivider{width: 100%;max-width: 2.6rem;padding-top:2rem;}
.parentTemplate ul{	padding-left: 5%;	margin-top: 1.5rem; 	margin-bottom: 3rem;}
.divPlantilla3_txt h3{ font-family: 'Semibold';  font-size: 28px; line-height: 38px; text-transform: none;  text-align: left;color: #16b670 !important;}
.parentTemplate ul li{margin-bottom: 8px;}
.divPlantilla10_txt{font-size: 1.4rem; line-height: 1.8rem;}
.visto{float: left; margin: 5px 10px 10px 0; width:30px}
 @media screen and (max-width: 1024px) {
 	.parentTemplate {margin-bottom: 3rem;}
 	.parentTemplate {line-height: 2.4rem;   font-size: 1.7rem;}
 	.parentTemplate h4 {line-height: 2.4rem;   font-size: 2.0rem;}

/*	.parentTemplate h2 {line-height: 2.4rem;   font-size: 16px;}*/
.parentTemplate h5{font-size: 16px; line-height: 2.4rem; margin-bottom: 3rem;}
 }

.ajuestebola{padding: 6%; margin-bottom: 10%;}
.loscargos {display: grid;grid-template-columns: 20% 25% 1fr;grid-template-rows: auto;grid-column-gap: 20px;grid-row-gap: 0px; font-size: 18px; line-height: 31px; text-transform: none; text-align: left; margin-bottom: 15px;border-bottom: 1px solid #ccc;padding-bottom: 20px;}
.loscargos1 { grid-area: 1 / 1 / 2 / 2; border-left: 5px solid #16b670; padding-left: 25px;}
.loscargos2 { grid-area: 1 / 2 / 2 / 3; }
.loscargos3 { grid-area: 1 / 3 / 2 / 4; }



/* Plantilla 1 only-txt ----------------------------------------------------------- */
.parentTemplate1 {display: grid;grid-template-columns: 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px;}
.divPlantilla1_txt { grid-area: 1 / 1 / 2 / 2; padding:1rem 0  }
.divPlantilla1_txt h3 {color:#212121; font-size: 1.9rem}


/* Plantilla 2 img-txt ----------------------------------------------------------- */
.parentTemplate2 {display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; margin: 0;}
.divPlantilla2_img { grid-area: 1 / 1 / 2 / 2;  }
.divPlantilla2_txt { grid-area: 1 / 2 / 2 / 3; padding:8% 10%;}
.divPlantilla2_txt h3{ font-family: 'Semibold';  font-size: 28px; line-height: 30px; text-transform: none;  text-align: left;color: #16b670 !important; background-color: rgba(255, 255, 255, 0.01);}


.plantilla51 img{margin-right: 15px;}

 @media screen and (max-width: 768px) {
.parentTemplate2 {display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr; grid-column-gap: 0px; grid-row-gap: 5rem; }
.divPlantilla2_img { grid-area: 1 / 1 / 2 / 2;  }
.divPlantilla2_txt { grid-area: 2 / 1 / 3 / 2;  }
}


/* Plantilla 3 txt-img  ----------------------------------------------------------- */
.parentTemplate3 {display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; margin: 0;}
.divPlantilla3_txt { grid-area: 1 / 1 / 2 / 2;  padding: 10%;}
.divPlantilla3_img { grid-area: 1 / 2 / 2 / 4;  }

@media screen and (max-width: 768px) {
	.parentTemplate3 {display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr;  grid-column-gap: 0px; grid-row-gap: 2rem; }
	.divPlantilla3_img { grid-area: 1 / 1 / 2 / 2;  padding-top: 10%}
	.divPlantilla3_txt { grid-area: 2 / 1 / 3 / 2;  padding: 0 0 10% 0;}
}




.demarcas{padding-left:30px; border-left:3px solid #16b670!important}

.demarcas2{padding:0px 20px; margin-bottom: 1.5rem!important;}
/* Plantilla 4 only-img ----------------------------------------------------------- */
.parentTemplate1 {display: grid; grid-template-columns: 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px;}
.divPlantilla1_img { grid-area: 1 / 1 / 2 / 2; }


/* Plantilla 5 img-rodona-text ---------------------------------------------------------- */
.parentTemplate5 {width: 100%}
.divPlantilla5_img {  background-size: cover!important;    background-repeat: no-repeat!important;   width: 100%; padding-top: 70vh; margin: 0 auto;}
.divPlantilla5_txt { }
.textosobre{padding: 30px; background-color: #fff; position: absolute; bottom: 30px; right: 30px; z-index: 12; width:50%}
.textosobre h3{ font-family: 'Light';  font-size: 28px; line-height: 38px; padding-left:20px; border-left:5px solid #16b670; text-transform: none;  text-align: left;}

 @media screen and (max-width: 768px) {
}
.divPlantilla5_img {  width: 100%; height:  auto; margin: 0 auto;min-height: 600px}
}

/* Plantilla 6 Divider ----------------------------------------------------------- */
.plantilles {	display: grid;	grid-column-gap: 1em;	grid-row-gap: 1em;	margin-top: 5rem;	margin-bottom: 5rem;	align-items: start;	    line-height: 2.7rem; font-size: 1.9rem;}
.boxPlantilla6{display: flex;    align-items: center;    justify-content: center;    margin: 6rem 0;}
.plantilla6_linia{ width: 100%; height: 2px; background-color: #ccc;}
.plantilla6_img{position: absolute; margin: 0 auto;}
.plantilla6_img img{width: 100%; max-width: 10rem;}




/* Plantilla 10 25% ----------------------------------------------------------- */
.parentTemplate10 {    display: inline-grid;    grid-auto-rows: auto;    grid-template-columns: 1fr;    width: 25%; margin: 0; padding: 0px; }
.parentTemplate10 h3{	font-family: 'Bold', Arial, Helvetica, sans-serif;    font-size:1.8rem;    line-height: 2.2rem;    color: #212121;    padding: 0 3rem 0 0px; text-align: left; font-weight: normal; letter-spacing: -1px}
.parentTemplate10 .divPlantilla10_img{width: 100%; padding-top: 50%; background-size: cover; background-position: center; background-repeat: no-repeat;}


/* Plantilla 10 25% ----------------------------------------------------------- */
.parentTemplate103 {    display: inline-grid;    grid-auto-rows: auto;    grid-template-columns: 1fr;    width: 33%; margin: 0; padding: 0px 2rem 0px 0rem; font-family: 'Light', Arial, Helvetica, sans-serif;    font-size:1.6rem;    line-height: 2.2rem; }
.parentTemplate103 h3{	font-family: 'Regular', Arial, Helvetica, sans-serif;    font-size:2.2rem;    line-height: 2.9rem;    color: #000;    padding:0px; font-weight: normal; padding-top:1.5rem; text-transform:none; letter-spacing:-1px; }
.parentTemplate103 .divPlantilla103_img{width: 100%; padding-top: 60%; background-size: cover; background-position: center; background-repeat: no-repeat;}
.parentTemplate103 ul li { line-height: 1.6rem; }



/* Plantilla 12 txt-img peque  ----------------------------------------------------------- */
.parentTemplate12 {display: grid; grid-template-columns:74% 1fr; grid-template-rows: 1fr; grid-column-gap: 50px; grid-row-gap: 0px; margin: 0;}
.divPlantilla12_txt { grid-area: 1 / 1 / 2 / 2; }
.divPlantilla12_img { grid-area: 1 / 2 / 2 / 4;  }

@media screen and (max-width: 768px) {
	.parentTemplate12 {display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr;  grid-column-gap: 0px; grid-row-gap: 2rem; }
	.divPlantilla12_img { grid-area: 1 / 1 / 2 / 2; }
	.divPlantilla12_txt { grid-area: 2 / 1 / 3 / 2;  }
}



.parentTemplate3bb {display: grid;grid-template-columns: 60% 1fr;grid-template-rows: auto;grid-column-gap: 6%;grid-row-gap: 0px;}
.divPlantilla3bb_txt { grid-area: 1 / 1 / 2 / 2;align-self: flex-start;}
.divPlantilla3bb_img { grid-area: 1 / 2 / 2 / 4;  }

.parentTemplate103bb {    display: inline-grid;    grid-auto-rows: auto;    grid-template-columns: 1fr;    width: 15.8%; margin: 0; padding: 20px 2rem 40px 0rem; font-family: 'Light', Arial, Helvetica, sans-serif;    font-size:1.5rem;    line-height: 2.2rem; }
.parentTemplate103bb h3{	font-family: 'Regular', Arial, Helvetica, sans-serif;    font-size:2rem;    line-height: 2.9rem;    color: #000;    padding:0px; font-weight: normal; padding-top:1.5rem; text-transform:none; letter-spacing:-1px; }
.parentTemplate103bb .divPlantilla103bb_img{width: 100%; padding-top: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }
.de75{padding: 6px 5% 6px 0%;min-height: 75px;}


/* Plantilla 51 PDF ----------------------------------------------------------- */

.boto1b{ background-color: #61a6d2; display: inline-block; color: #fff !important; padding: 0.7rem 2rem; transition: 0.5s; font-family: 'Regular', Arial, Helvetica, sans-serif; text-transform: uppercase; border: 0; line-height: 2.4rem; font-size: 1.7rem; cursor: pointer;}
.boto1b img{margin-left: 1rem; width: 1.6rem;}
.boto1b a{color:#fff!important}
.boto1b:hover{background-color: #fff; color: #333; transition: 0.5s; border: 0; }


/* Plantilla presentacio txt-img  ----------------------------------------------------------- */
.parentTemplate33 {display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; margin: 0;}
.divPlantilla33_txt { grid-area: 1 / 1 / 2 / 2;  padding:25% 13% 0 0;}
.divPlantilla33_img { grid-area: 1 / 2 / 2 / 4;  }
 @media screen and (max-width: 768px) {
.parentTemplate33 {display: grid; grid-template-columns: 1fr; grid-template-rows: auto 1fr;  grid-column-gap: 0px; grid-row-gap: 5rem; }
.divPlantilla33_img { grid-area: 1 / 1 / 2 / 2;  padding-top: 10%}
.divPlantilla33_txt { grid-area: 2 / 1 / 3 / 2;  padding: 0 0 10% 0;}
}


.divPlantilla1_txt h3 {    font-family: 'Light';    font-size: 28px;    line-height: 30px;    padding-left: 0px;    text-transform: none;    margin: 0;    text-align: left;}



@media screen and (max-width: 1360px) {
.parentTemplate10 h3{  font-size: 1.5vw;}
.parentTemplate ul{padding-left: 8%; }
.divPlantilla10_txt p{font-size: 1.4rem;}
.divPlantilla5_img {  min-height: 550px}
}

@media screen and (max-width: 1024px) {

.divPlantilla1_txt h3 {    font-size: 24px;    line-height: 26px;  }
.divPlantilla3_txt { padding: 6%;}
.divPlantilla5_img {  min-height: 500px}
}

@media screen and (max-width: 1023px) {
 .parentTemplate103 {    width: 50%;}
 .divPlantilla3_txt {    padding: 11% 6% 6% 6%;}
 .parentTemplate103bb {    width: 32.7%;}
 .parentTemplate103 { width: 100%;}
 .divPlantilla2_txt h3 { font-size: 24px;  line-height: 28px;}
.loscargos {  font-size: 15px;    line-height: 26px;}
}

@media screen and (max-width: 768px) {
 	.parentTemplate {margin-bottom: 3rem;}
 	.parentTemplate {line-height: 2.5rem;   font-size: 2rem;}
 	.parentTemplate h4 {line-height: 2.4rem;   font-size: 2.0rem;}
/*	.parentTemplate h2 {line-height: 24px;   font-size: 16px;}*/
	.parentTemplate h5{font-size: 1.6rem; line-height: 2.4rem; margin-bottom: 3rem;}
	.visto{float: left; margin: 5px 10px 16px 0; width:22px}
	.parentTemplate10 {    display: inline-grid;    grid-auto-rows: auto;    grid-template-columns: 1fr;    width: 49.5%;}
	.parentTemplate10 h3{  font-size: 2vw; line-height: 3vw;}
	.divPlantilla5_img {   min-height: 300px;}

.loscargos {  font-size: 14px;    line-height: 26px;}
.zerogrid {grid-template-columns: 1fr;grid-template-rows: repeat(2, auto);}
.zerogrid1 { grid-area: 1 / 1 / 2 / 2; }
.zerogrid2 { grid-area: 2 / 1 / 3 / 2; background-color: #f3f3f3; padding:9%; border:1px solid #16b670;}

}


@media screen and (max-width: 767px) {
	.divPlantilla2_txt h3 {        font-size: 22px;        line-height: 26px;    }	
	.divPlantilla3_img {    grid-area: 1 / 1 / 2 / 2;    padding-top: 3%;}
	.parentTemplate {    line-height: 2.4rem;    font-size: 1.5rem;}
	.parentTemplate103bb {    width: 100%;padding: 20px 1rem 10px 1rem;}
	.ajuestebola{padding: 6%; margin-bottom: 3%;}
	.textosobre {    padding: 7px; margin-bottom: 20px;    background-color: #f2f2f2;    position: relative;    bottom: 19px;    right: 0px;    z-index: 12;    width: 89%;}
	.divPlantilla5_img {    background-position: bottom left;    padding-top: 50vh;}
	.divPlantilla3_txt h3 {    font-size: 24px;    line-height: 32px;}
	.divPlantilla1_txt h3 {     font-size: 1.7rem;}

.loscargos {display: grid;grid-template-columns: 1fr;grid-template-rows: repeat(3, auto);grid-column-gap: 0px;grid-row-gap: 0px;}
.loscargos1 { grid-area: 1 / 1 / 2 / 2;}
.loscargos2 { grid-area: 2 / 1 / 3 / 2; padding-left: 30px; }
.loscargos3 { grid-area: 3 / 1 / 4 / 2; padding-left: 30px; }
}


@media screen and (max-width: 679px) {
.parentTemplate103 {    width: 100%;}	
.parentTemplate10 {    display: inline-grid;    grid-auto-rows: auto;    grid-template-columns: 1fr;    width: 100%;}
.parentTemplate10 h3{  font-size: 4vw; line-height: 5vw;}
.superdivider{width: 100%;max-width: 13rem; padding-top:3rem;}
.divPlantilla2_txt {    padding: 11% 6% 6% 6%;}
}


