*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.item-page, #pagpre {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: top;
	background: #fff;
}

.logcontart {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto 0.25rem auto;
	border-top: 3px solid #f8ac00;
}

#logcont {
	position: relative;
	width: 50%;
	margin: 0 auto;
}

.header, .page-header {
	display: none;
}

.suscpt {
	display: flex;
	width: 96%;
	margin: 1rem auto 0 auto;
}

.img4gups {	
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 1.25rem auto 0 auto;
	text-align: center;
	box-sizing: border-box;
	padding: 0;
}

.img4gups > div {
	width: 23.65%; /*Inicial = 15.25*/
	margin: 0.5rem;
	vertical-align: top;
}

.imgart {
	width: auto;
	margin: 0;
	padding: 0;
	border: solid 1px #333333;
}

.imgart > img {
	width: 97%;
	vertical-align: top;
	border: solid 1px #333333;
	
}

p.textimg {
	margin: 1rem auto;
	vertical-align: top;
  	font-variant: small-caps;
	font-weight: 700;
}
.textimg p, .txtfoot p {
	font-family: Romanica, Oswald, "Arial Nova", sans-serif;
	font-size: 1.2rem;
	line-height: 130%;
	text-align: center;
}

.txtfoot {
	position: relative;
	width: 80%;
	max-width: 36rem;
	margin: 1.5rem auto;
}

.txtfoot p, .txtfoot p a {
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	padding: 1.5rem;
}

.tit1izq, .tit1der, .contpie {
	margin: 0.75rem auto 0.25rem auto;
	font-family: Oswald, Bahnschrift, sans-serif;
}

.tit1izq, .tit1der {
	width: 96%;
	line-height: 120%;
}

.tit1izq p, .tit1der p {
    line-height: 120% !important;
	font-size: 1.85rem !important;
}
.contpie {
  	display: block;
	width: 100%;
  	margin: 0;
	background: #eac000; /*#eee;*/
	box-sizing: border-box;
}
.contpie p {
  	display: block;
  	position: relative;
  	font-size: 1.2rem;
	line-height: 155%;
  	margin: 0 auto;
	padding: 0.75rem;
	text-align: center;
	overflow: hidden;
  	box-sizing: border-box;
}

.footer {
	display: none;
}

/* ADAPTADOR A PANTALLAS*/
@media only screen and (min-width: 980px) {
	.tit1izq p {
	font-size: 1.85rem !important;
	}
    tit1der p  {
	font-size: 1.35rem !important;
	}
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
	#logcont {
	width: 75%;
    }
	.tit1izq  {
	font-size: 1.85rem;
	}
	tit1der  {
	font-size: 1.35rem !important;
	}
	
	.img4gups {
		display: flex;
		width: 100%;
	}
	
	.img4gups > div {
		width: auto;
	}
	
	/*.imgart > img {
		width: 100%;
		margin: 0.5rem auto;
	}*/
}

.item-page {
	width: 100%;
	padding: 0.75rem;
	background-color: #009fe3;
}
.imgcbz {
	position: relative;
	text-align: center;
	background: transparent;
	width: 100%;
	margin: 0 0 1.5rem 0;
}

.imgcbz img {
	width: 100%;
	height: auto;
	margin: 0 0 1.5rem 0;
	padding: 0.75%;
}

h2 {
	margin-bottom: 0 !important;
	padding-left: 0.75rem !important;
	margin-top: -1.5rem !important;
	font-size: 1.5rem !important;
}

.convertforms .cf-fields {
	border: solid 2px #009fe3 !important;
}

form#cf_1, #cf_1, .cf-content-wrap cf-col-16  {
	background: #ffffff !important;
	
}
.convertforms p {
	padding-left: 1.5rem !important;
	padding-top: 1rem;
}

form#cf_1, #cf_1 {
	margin: 0.75rem auto !important;
	padding: 1rem !important;
	font-size: 1.25rem !important;
	width: 100%;
	
}
label.cf-label, .convertforms .cf-label, .cf-btn-text {
	font-size: 1.25rem !important;
	font-weight: 600 !important;
}

.convertforms .cf-content-wrap, .convertforms .cf-form-wrap {
	margin-top: 0.75rem !important;
}

.convertforms .cf-content-img img {
	max-width: 60% !important;
}

.convertforms .cf-col-medium-10 {
	border-left: solid 2px #009fe3;
}

@media only screen and (max-width: 780px) {
	#logcont {
	width: 98%;
	height: auto;
	margin-left: 1%;
	margin-right: 1%;
	box-sizing: border-box;
    }

	.img4gups {
		display: flex;
		width: 100%;
	}
	
	.img4gups > div {
		width: 50%;
		margin: 0;
	}
	
	.imgart > div {
		display: block;
		width: auto;
		margin: 0.5rem auto;
	}
	.tit1izq p  {
		width: auto;
		font-size: 0.975rem !important;
	}
	
	.tit1der, .tit1der p {
		display: none;
	}
}

@media (min-width: 640px) and (max-width: 890px) {
	.convertforms .cf-col-medium-6 {
		display: none !important;
	}
	h2 {
		font-size: 1.5rem !important;
	}
	.convertforms .cf-col-medium-10 {
		width: 100% !important;
		border-left: none;
	}
	
	.tit1izq p, .tit1der p  {
		line-height: 125%;
		overflow: hidden;
		box-sizing: border-box;
	}
	.tit1izq p, .tit1der p {
		font-size: 1.85rem !important;
	}
  	.suscpt {
  		display: block;
      	max-width: 876px !important;
		margin-left: auto;
      	margin-right: auto;
      	overflow: hidden;
	}
  	contpie p {
    	font-size: 1.15rem;
    	line-height: 130%;
	}
  
}
@media (min-width: 780px) {
	.convertforms .cf-col-medium-6 {
		width: 25% !important;
	}
}

@media (max-width: 640px) {
	.convertforms .cf-text-center, .convertforms .cf-text-center img {
		display: none;	
	}
	h2 {
		font-size: 1.5rem !important;
		border-left: none !important;
	}
	
	.convertforms .cf-col-medium-10 {
		border-left: none !important;
	}
    .suscpt {
  		display: block;
		margin-left: auto;
      	margin-right: auto;
      	overflow: hidden;
	}  	
}

@media (max-width: 360px) {
     .tit1izq p iframe {
        width: 350px;
        height: auto;
        margin: 0 auto;
	}	
  .tit1der {
  		display: none;
	}
	
	.tit1izq p,   .tit1der p {
		text-align: center;
		font-size: 1.25rem !important;
		line-height: 120% !important;
      	overflow: hidden;
	}
  	.contpie p {
    font-size: 1.1rem;
    line-height: 125%;
	}
	.convertforms .cf-col-medium-6 {
		display: none !important;
	}
	h2 {
		font-size: 1.15rem !important;
		margin-top: 0 !important;
	}
	.convertforms .cf-col-medium-10 {
		width: 100% !important;
		border-left: none;
	}
	.convertforms .cf-content-wrap, .txtfoot {
		width: 97%;
		margin-left: auto;
		margin-right: auto;
	}
	.txtfoot p {
		font-size: 0.975rem;
	}
}