.tresco_intro_servicios{
	text-align: center;
	padding-top: 20vh;
	position: relative;
	padding: 0 0 !important;
	background-color: #F4F4F4;
}

.tresco_intro_servicios .row{
	position: relative;
}

.tresco_intro_servicios img{
	content: url('./img/scroll_2.svg');
}

.tresco_intro_servicios a{
	position: absolute;
	bottom: 0;
}

.tresco_intro_servicios iframe{
	width: 60vw!important;
	height: 70vh;
	position: relative;
    bottom: -15vh;	
}

.tresco_intro_servicios .fondo{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tresco_intro_servicios .frame{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.tresco_intro_servicios p{
	
	letter-spacing: 0px;
	color: #FFFFFF;
	opacity: 1;
	text-align: center;
	margin-top: 20px;
}

.tresco_intro_servicios h1{
	
	letter-spacing: -0.35px;
	color: #0B1FD8;
	opacity: 1;
	margin-bottom: 40px;
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 10vh;
}

.tresco_intro_servicios h1 > img{
	width: 95px;
	height: auto;
}

.tresco_intro_servicios h2{
	
letter-spacing: 0px;
color: #FFFFFF;
opacity: 1;
text-align: center;
	margin-top: 20px;
}

.tresco_intro_servicios h2 span{
	opacity: 0.5;
	margin-right: 10px;
}

/*.tresco_intro_servicios a{
	font-size: 10px;
	margin-top: 50px;
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	padding-top: 9px;
    padding-left: 0px;
    color:#2D5FFF;
}*/

@media only screen and (max-width: 768px) {
  .tresco_intro_servicios h1 {
    font-size: 4.4rem !important;
    line-height: 1 !important;
    padding-left: 10vw;
    padding-right: 25vw;
    text-align: left;
    color: #2D5FFF;
  }

  .tresco_intro_servicios{
  	background-repeat: no-repeat;
  	background-image: url("./img/textura_m1.svg");
  	background-size: cover;
    background-position: 80vw center;
  }

  .tresco_intro_servicios h1>br {
  	display: none;
  }

  .tresco_intro_servicios h1 > img {
    width: 54px;
   }
}