@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'Litofont';
	
	src: url("../tipografia/Mosk Medium 500.ttf") format('truetype');
}
@font-face {
	font-family: 'litolight';
	src: url("../tipografia/Mosk Light 300.ttf") format('truetype');
}
body{
	margin: 0;
	font-family: 'Litofont';
}
p{
	font-family: 'Litofont';
	font-size: 14pt;
}
h1,h2,h3{
	font-family: 'Litofont';
}
td.servicios{
	width: 33%;
}

input[type="button"] {

background-color: #F0F0F0;
border: none;
color:    black;
padding: 5px 10px;
text-decoration: none;
cursor: pointer;
border-radius: 10px;
font-size: 12pt;
}

.contenedor{
    position: relative;
    display: inline-block;
    text-align: center;
	width: 100%;
}
 
.texto-encima{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.centrado{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
	background-color: #FFF;
	width: 91%;
	
}

.parallax {
  /* The image used */
  background-image: url("../images/ima-parallax1.jpg");
  /* Set a specific height */
  height: 500px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	display: flex;
align-items: center;
justify-content: center;
}
.parallax2 {
  /* The image used */
  background-image: url("../images/ima-parallax2.png");

  /* Set a specific height */
  min-height: 375px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax3 {
  /* The image used */
  background-image: url("../images/ima-parallax3.png");

  /* Set a specific height */
  min-height: 375px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax4 {
  /* The image used */
  background-image: url("../images/ima-parallax44.png");

  /* Set a specific height */
  min-height: 375px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax5 {
  /* The image used */
  background-image: url("../images/ima-parallax5.jpg");
  
  /* Set a specific height */
  min-height: 200px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-window {
	min-height: 500px;
	background: transparent;
	
}
.parallax-window2 {
	min-height: 350px;
	background: transparent;
}
.parallax-window3 {
	min-height: 200px;
	background: transparent;
}

.logomenu{
	height: 30px; 
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
}

.menucontenedor {

    padding: 0px;
	position: absolute;
	width: 100%;
	z-index: 2;
}
 
.text {
    width: 95%;
    height: 100px;
    background-color: transparent;
    padding: 0px;
    color: #FFF;
    position: absolute;
    z-index: 1;
	text-align: right;	
}
 
.menubackground {
    width: 100%px;
    height: 30px;
   
    padding: 10px;
    margin: 0px 0px 10px 0px;
	background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
color: white;
}
 
.transp {
    opacity: 0.7;
}
	

.menucontenedor  ul li {
  display:inline-block;
  list-style-type: none;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,1.00);

}
.menucontenedor ul li:last-child{border-right: none;}

.menucontenedor ul li a {
  padding: 10px;
  text-decoration: none;
	font-size: 14pt;
	color: white;
	font-family: 'litolight';
}

.menucontenedor ul li a:hover {
  color: #FFF;
	font-weight: bolder;
}
input[type="submit"] {

background-color: #E74060;
border: none;
color:    white;
padding: 5px 10px;
text-decoration: none;
/*margin-right: 15px;*/
cursor: pointer;
border-radius: 10px;
font-size: 12pt;
}
.background {
    width: 100%;
	height: 500PX;
	position: absolute;
	/*z-index: -1;*/

background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
}
 
.trans {
    opacity: 0.7;
}

.backgroundp {
    width: 100%;
	height: 375PX;
	position: absolute;
	/*z-index: -1;*/


background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );


}
.backgroundp2 {
    width: 100%;
	height: 200PX;
	position: absolute;
	/*z-index: -1;*/


background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );


}

.sidebar{
	max-width: 5%;
	background-color: rgba(40,45,64,0.90);
	text-align: center;
	position: fixed;
	top: 150px;
	right: 0;
	z-index: 2;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"]{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width:400px;
	font-family: 'Litofont';
}
.llsarea{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width:400px;
	font-family: 'Litofont';
}
select{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width:430px;
	font-family: 'Litofont';
}
textarea {
	height: 5.75em;
	padding: 1em 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:350px;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	font-family: 'Litofont';
}
input[type=text]:focus, textarea:focus, select:focus,input[type="tel"]:focus,input[type="email"]:focus {
  box-shadow: 0 0 5px rgba(231, 64, 96, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(234, 97, 90, 1);
}
input:hover[type="submit"] {
background: #EA615A;
}
option{
	font-family: 'Litofont';
}
.foots
{
	background: #ec635c;
background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
color: white;
}

/*slider*/
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
     
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    /*padding: 16px;*/
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev:hover,
.next:hover {
    color: #f2f2f2;
    /*background-color: rgba(0, 0, 0, 0.8)*/
}

.text2 {
    color: #f2f2f2;
    font-size: 15px;
    padding-top: 12px;
  padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #222428
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color .6s ease
}

.active,
.dot:hover {
    background-color: #717171
}

/* aqui termina el slider*/
.blog{
	width: 85%;
	text-align: justify;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	
}
.videot{
width: 70%;
}
 /*responsivo*/
 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
.menu {
  margin-top: 0;
  background-color: rgba(40,45,64,0.90);
  width: 10em;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease; 
	position: relative;
	z-index: 9;
	float: right;}
  .menu li {
    list-style: none;
    padding: 0.6em 1em; }
  .menu a {
    text-decoration: none;
    }
    .menu a:hover {
		font-weight: bold;
     }

.open-hide {
  
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../images/icons/ICON_MENU.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  text-indent: -9999em;
	z-index: 9;
	float: right;
	margin-right: 15px;
	position: relative;
	}
  .open-hide:hover {
    cursor: pointer; }

.show {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6001/close.svg");
  background-size: 15px; }
  .show + .menu {
    height: 300px; }
.text{
	display: none;
}
.menucontenedor ul li{
		border-right: none;
	}
.logomenu{
	height: 30px; 
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
	position: relative;
	z-index: 9;
}
	.movilmenu ul li{
		margin-left: 0;
	padding-left: 0;
    }
	.parallaximg{
	position: absolute;
	width: 60%;
	
}
	.backbar{
		display: block;
		padding-top: 15px;
	}
	.sidebar{
		display: none;
	}
	.menucontenedor{
		position: fixed;
	}
	.iconos{
		width: 50px;
	}
	.des-sec{
		color: white; 
		width: 90%; 
		font-size: 13pt;
	}
	.ima-blog{
		max-width: 400px;
		width: 100%;
	}
	.blog-texts{
		padding: 20px;
	}
	.prev,
	.next {
		display: none;
	}
	.blog-content{
		width: 95%;
		margin: auto;
	}
	
	
	input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select{
	height: 2.75em;
	padding: 0 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width: 250px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	width: 300px;
	font-family: 'Litofont';
}
	
textarea {
	height: 5.75em;
	padding: 1em 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:300px;
	width:300px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	font-family: 'Litofont';
}
}

@media only screen and (max-width: 600px) {
	.movilcarousel{display: block;margin-top: 40px; margin-bottom: 40px;}
	.carrouselnormal{display: none; }
	.rds{width: 30px;}
	.logo{height: 30px;}
	.tabcontent {width: 100%;}
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.menu {
  margin-top: 0;
  background-color: rgba(40,45,64,0.90);
  width: 10em;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease; 
	position: relative;
	z-index: 9;
	float: right;}
  .menu li {
    list-style: none;
    padding: 0.6em 1em; }
  .menu a {
    text-decoration: none;
    }
    .menu a:hover {
		font-weight: bold;
     }

.open-hide {
  
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../images/icons/ICON_MENU.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  text-indent: -9999em;
	z-index: 9;
	float: right;
	margin-right: 5px;
	position: relative;
	}
  .open-hide:hover {
    cursor: pointer; }

.show {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6001/close.svg");
  background-size: 15px; }
  .show + .menu {
    height: 300px; }
.text{
	display: none;
}
.menucontenedor ul li{
		border-right: none;
	}
.logomenu{
	height: 30px; 
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
	position: relative;
	z-index: 9;
}
	.movilmenu ul li{
		margin-left: 0;
	padding-left: 0;
    }
.parallaximg{
	position: absolute;
	width: 55%;
	
}
	.backbar{
		display: block;
		padding-top: 15px;
	}
	.sidebar{
		display: none;
	}
	.menucontenedor{
		position: fixed;
	}
	.iconos{
		width: 50px;
	}
	.des-sec{
		color: white; 
		width: 90%; 
		font-size: 14pt;
	}
	iframe.mapas{
		width:550px;
		height: 400px;
		border:0;
		
	}
	.ima-blog{
		max-width: 500px;
		width: 100%;
	}
	.blog-texts{
		padding: 20px;
	}
	.blog-table{
		width: auto;
	}
	.blog-content{
		width: 85%;
		margin: auto;
	}

	.movilcarousel{
		display: block;
		margin-top: 40px; margin-bottom: 40px;
	}
	.carrouselnormal{
		display: none;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.menu {
  margin-top: 0;
  background-color: rgba(40,45,64,0.90);
  width: 10em;
  overflow: hidden;
  height: 0;
  transition: all 0.2s ease; 
	position: relative;
	z-index: 9;
	float: right;}
  .menu li {
    list-style: none;
    padding: 0.6em 1em; }
  .menu a {
    text-decoration: none;
    }
    .menu a:hover {
		font-weight: bold;
     }

.open-hide {
  
  width: 50px;
  height: 50px;
  display: block;
  background-image: url("../images/icons/ICON_MENU.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px;
  text-indent: -9999em;
	z-index: 9;
	float: right;
	margin-right: 5px;
	position: relative;
	}
  .open-hide:hover {
    cursor: pointer; }

.show {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/6001/close.svg");
  background-size: 15px; }
  .show + .menu {
    height: 300px; }
.text{
	display: none;
}
.menucontenedor ul li{
		border-right: none;
	}
.logomenu{
	height: 30px; 
	float: left;
	padding-bottom: 5px;
	padding-top: 10px;
	margin-left: 30px;
	position: relative;
	z-index: 9;
}
	.movilmenu ul li{
		margin-left: 0;
	padding-left: 0;
    }
.parallaximg{
	position: absolute;
	width: 50%;
	
}
	.backbar{
		display: none;
	}
	.sidebar{
		display: block;
		max-width: 7%;
	}
	.menucontenedor{
		position: absolute;
	}
	.iconos{
		width: 65px;
	}
	.des-sec{
		color: white; 
		width: 80%; 
		font-size: 14pt;
	}
	iframe.mapas{
		width:600px;
		height: 450px;
		border:0;
		
	}
	.ima-blog{
		width: 100%;
	}
	.blog-texts{
		padding: 20px;
	}
	.blog-content{
		width: 85%;
		margin: auto;
	}

	.movilcarousel{
		display: none;
	}
	.carrouselnormal{
		display: block;
	}
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.movilmenu{
			display: none;
		}
	.menu{
			margin-top: 1em;
			background-color: #fff;
			width: 10em;
			overflow: hidden;
			height: 0;
			transition: all 0.2s ease;
	}
	.text{
		display: block;
	}
	.menucontenedor  ul li {
  display:inline-block;
  list-style-type: none;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,1.00);

}
.menucontenedor ul li:last-child{border-right: none;}

.menucontenedor ul li a {
  padding: 10px;
  text-decoration: none;
	font-size: 14pt;
	color: white;
	font-family: 'litolight';
}

.menucontenedor ul li a:hover {
  color: #FFF;
	font-weight: bolder;
}
.parallaximg{
	position: absolute;
	width: 50%;
	
}
	.backbar{
		display: none;
	}
	.sidebar{
		display: block;
		max-width: 6%;
	}
	.menucontenedor{
		position: absolute;
	}
	.iconos{
		width: 80px;
	}
	.des-sec{
		color: white; 
		width: 80%; 
		font-size: 16pt;
	}
	iframe.mapas{
		width:600px;
		height: 450px;
		border:0;
	}
	.blog-content{
		width: 90%;
		align-content: center;
	}
	
	.ima-blog{
		width: 100%;
	}
	.blog-table{
		width: auto;
		max-width: 50%;
	}
	.blog-texts{
		width: 50%;
		padding: 20px;
	}
	.texto-encima{
    position: absolute;
    top: 50%;

}
	.movilcarousel{
		display: none;
	}
	.carrouselnormal{
		display: block;
	}
}
	
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.movilmenu{
		display: none;
	}
	.menu{
		margin-top: 1em;
		background-color: #fff;
		width: 10em;
		overflow: hidden;
		height: 0;
		transition: all 0.2s ease;
	}
	.menucontenedor  ul li {
  display:inline-block;
  list-style-type: none;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,1.00);

}
.menucontenedor ul li:last-child{border-right: none;}

.menucontenedor ul li a {
  padding: 10px;
  text-decoration: none;
	font-size: 14pt;
	color: white;
	font-family: 'litolight';
}

.menucontenedor ul li a:hover {
  color: #FFF;
	font-weight: bolder;
}
.parallaximg{
	position: absolute;
	width: 60%;
	
}
	.backbar{
		display: none;
	}
	.sidebar{
		display: block;
		max-width: 5%;
	}
	.menucontenedor{
		position: absolute;
	}
	textarea {
	height: 5.75em;
	padding: 1em 1em;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.0375);
	border-radius: 15px;
	border: none;
	color: rgba(38,38,38,1.00);
	font-size:13pt;
	letter-spacing: 0.075em;
	min-width:300px;
	width:65%;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:8px;
	font-family: 'Litofont';
}
	.iconos{
		width: 80px;
	}
	.des-sec{
		color: white; 
		width: 90%; 
		font-size: 16pt;
	}
	iframe.mapas{
		width:600px;
		height: 450px;
		border:0;
		
	}
	.blog-content{
		width: 100%;
		align-content: center;
	}
	.blog-table{
		width: 50%;
		max-width: 50%;
	}
	.blog-texts{
		width: 50%;
		padding: 20px;
	}
	.ima-blog{
		width: 100%;
	}
	.texto-encima{
    position: absolute;
    top: 50%;

	}
	.movilcarousel{
		display: none;
	}
	.carrouselnormal{
		display: block;
	}
} 

	
	/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 991px)  {
	td.servicios{
		width: 100%;
		align-content: center;
	}
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 0px solid #ccc; }
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 0px solid #eee; 
		position: relative;
		 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.videot{
		width: 100%;
	}
	.parallax5 {
    background-image: url("../images/ima-parallax5.jpg");
    min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
	.backgroundp2 {
    width: 100%;
    height: 300PX;
    position: absolute;
    z-index: 1;
    background: #ec635c;
    background: -moz-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #ec635c), color-stop(40%, #f02f17), color-stop(100%, #640038));
    background: -webkit-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
    background: -o-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
    background: -ms-linear-gradient(left, #ec635c 0%, #f02f17 40%, #640038 100%);
    background: linear-gradient(to right, #ec635c 0%, #f02f17 40%, #640038 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec635c', endColorstr='#640038', GradientType=1 );
}
	.transp {
    opacity: 0.7;
}
}
	