/* CSS Document */

.contenedorInicio { background-image: linear-gradient(#33193b, #ffac1f); padding: 30px; }

.contenedorInicio2{ margin: auto; width: 1100px; max-width: calc(100% - 120px); padding: 50px 60px 30px 60px; background-color: #ffffff; text-align: right; }

.homeCabecera { position: relative; font-size: 44px; line-height: 54px; padding: 0px 0px 20px 20px; text-align: right; }
.homeCabecera .titulo { position: absolute; top: 50%; left: 10px; transform: translateY(-50%); white-space: pre; text-align: left; font-weight: 600; }
.homeCabecera img { float:right; padding-left: 20px; vertical-align: top; width: 168px; }

.biniciar{ display: inline-block; font-size: 22px; color: #33193b; background-color:#ffac1f; border-radius: 10px; padding: 10px 24px; margin: 0 12px 30px 0px; }

.homeCuerpo{ text-align: justify; font-size: 14.5px; padding: 0px 15px; }
.homeCuerpo sup { font-size: 70%; }
.homeCuerpo .leyenda { font-size: 10.5px; }

.homePie { text-align:right; padding-top: 20px; font-size: 14.5px; }
.homePie .logo{ display:inline-block; vertical-align: top; text-align: center; margin: 0 15px; max-width: 40%; }
.homePie .logo img { padding-top:10px; max-width: 100%; display: initial; }


@media screen and (max-width:1100px) {
	.contenedorInicio2{ max-width: calc(100% - 100px); padding: 40px 50px 20px 50px; }
	.homeCabecera { font-size: 39px; line-height: 47px; }
	.homeCabecera .titulo { white-space: normal; padding-right: 163px; }
	.homeCabecera img {  width: 158px; }
	
	.biniciar{ font-size: 20px; }

	.homeCuerpo{  font-size: 13.5px; }
	.homeCuerpo .leyenda { font-size: 10px; }
	
	.homePie { font-size: 13.5px; }
}

@media screen and (max-width:900px) {
	.contenedorInicio2{ max-width: calc(100% - 80px); padding: 30px 40px 10px 40px; }
	.homeCabecera { font-size: 34px; line-height: 40px; }
	.homeCabecera .titulo { padding-right: 153px; }
	.homeCabecera img {  width: 148px; }
	
	.biniciar{ font-size: 18px; }

	.homeCuerpo{  font-size: 12.5px; }
	.homeCuerpo .leyenda { font-size: 9.5px; }
	
	.homePie { font-size: 12.5px; }
}

@media screen and (max-width:768px) {
	.contenedorInicio2{ max-width: calc(100% - 60px); padding: 20px 30px; }
	.homeCabecera { font-size: 29px; line-height: 33px; }
	.homeCabecera .titulo { padding-right: 143px; }
	.homeCabecera img {  width: 138px; }
	
	.biniciar{ font-size: 16px; margin: 0 12px 20px 0px; }
	
	.homeCuerpo{  font-size: 11.5px; }
	.homeCuerpo .leyenda { font-size: 9px; }
	
	.homePie { text-align: center; font-size: 11.5px; padding-top: 40px; }
	.homePie .logo { max-width: none; width: calc(50% - 22px); margin:0 10px; }
	
	.codigo { padding-top: 30px; }
}

@media screen and (max-width:550px) {
	.contenedorInicio2{ max-width: calc(100% - 40px); padding: 20px 20px; }
	.homeCabecera { font-size: 24px; line-height: 26px; }
	.homeCabecera .titulo { padding-right: 133px; }
	.homeCabecera img {  width: 128px; }
	
	.biniciar{ font-size: 14px; }
	
	.homeCuerpo{  font-size: 10.5px; }
	.homeCuerpo .leyenda { font-size: 8.5px; }
}

@media screen and (max-width:400px) {
	.contenedorInicio2{ max-width: calc(100% - 20px); padding: 20px 10px; }
	.homeCabecera { font-size: 19px; line-height: 21px; }
	.homeCabecera .titulo { padding-right: 123px; }
	.homeCabecera img {  width: 118px; }
	
	.homePie { font-size: 9.5px; }
}

@media screen and (max-width:360px) {

}
