.image-and-text-section.yellow:before,.image-and-text-section.dark:before
{
	content:'';
	position:absolute;
	left:0px;
	top:50%;
	height:50%;
	width:100%;
	background:#F4F4F4;
}
.yellow .wrapper-image-and-text
{
	background:#BF930D;
	position:relative;
}
.dark .wrapper-image-and-text
{
	background:#1B1B1A;
	position:relative;
}

.image-and-text-section.blanco
{
	padding-bottom:40px;
}

.yellow .wrapper-image-and-text:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 80px solid white;
    border-right: 80px solid #BF930D;
    width: 0;
}
.dark .wrapper-image-and-text:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 80px solid white;
    border-right: 80px solid #1B1B1A;
    width: 0;
}

.image-and-text-section h3{
    font-size:45px;
	line-height:47px;
	margin-bottom:15px;
	font-family: 'Roboto Condensed', cursive;
}

.image-and-text-section.yellow h3, .image-and-text-section.dark h3 
{
	color:#fff;
	font-family: 'Roboto Condensed', cursive;
}
.image-and-text-section .cont-text-iat
{
   color:#000;
   font-size:16px;
	line-height:18px;
	margin-bottom:30px;
}

.image-and-text-section.blanco .cont-text-iat
{
	line-height:21px;
	margin-bottom:0px;
	color:#777777;
}

.iat-subtitle
{
	margin-bottom:46px;
	font-size:12px;
	line-height:15px;
	color:#777777;
}

.button-iat
{
	color:#fff;
	background:#000;
	padding:16px 47px;
	font-size:16px;
	line-height:19px;
	display:inline-block;
	width:100%;
}
.dark .button-iat
{
	background:#BF930D;
}

.button-iat:hover
{
	color:#fff;
}



@media screen and (min-width: 992px)
{
	.image-and-text-section h3
	{
		font-size:60px;
		line-height:63px;
	}
	.image-and-text-section.blanco.alignment-right
	{
		background:url(../../img/fondoiat.png) no-repeat left top;
		padding-bottom:345px;
	}

	.image-and-text-section.blanco.alignment-left
	{
		background:url(../../img/fondoiat.png) no-repeat right bottom;
		padding-bottom:459px;
		margin-top:-100px;
	}
	.image-and-text-section.blanco
	{
		padding-bottom:100px;
	}
	
	.button-iat
	{
		width:auto;
	}
}
