*{
	margin: 0;
	padding: 0;
	color: #FFF;
}

hr {
  background-color: #9f9fa0;
  height: 0,5px;
  width: 100%;
  margin-left: 0%;
}

header {
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}

ul {
	list-style-type: none;
	
}

.wrapper {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	overflow:hidden;
}
.script {
	width:90%;
	max-width:1000px;
	justify-content: center;
	}

.logo {
	font-family: 'Quattrocento Sans', sans-serif;	
	color: #1ec7d2;
	font-size:50px;
	font-weight:bold;
	line-height:80px;
	text-align:center;
	text-shadow: 4px 4px 6px rgba(150, 150, 150, 0.8);
}

cg2{
	font-family: 'Quattrocento Sans', sans-serif;
	color:#566672;
	font-weight:bold;
	font-size:15px;
	line-height:5px;
	background-color: #87db9c;
}	
/* Código sustituido por h4 para movimiento rótulo */
formulario{
	font-family: 'Quattrocento Sans', sans-serif;
	color:#B40404;
	font-weight:bold;
	font-size:15px;
	line-height:5px;
	text-align:center;
}

/* Código para el movimiento del rótulo con el teléfono */
h4 {
  font-family: 'Quattrocento Sans', sans-serif;
	color:#B40404;
	font-weight:bold;
	font-size:15px;
	line-height:5px;
  	animation-duration: 35s;
  	animation-name: slidein;
  	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}			
header cg {
	font-family: 'Julius Sans One', sans-serif;
	color:#000000;
	text-align:left;
	line-height:20px;
}	

header cg a {
	display:inline-block;
	color:#000000;
	text-decoration:none;
	padding:10px 20px;
	line-height:normal;
	font-size:9px;
	font-weight:bold;
	}

header nav {
	font-family: 'Julius Sans One', sans-serif;
	text-align:center;
	line-height:60px;
}
header nav a {
	display:inline-block;
	color:#000000;
	text-decoration:none;
	padding:8px 20px;
	line-height:normal;
	font-size:15px;
	font-weight:bold;
	-webkit-transition::all 500ms ease;
	-o-transition::all 500ms ease;
	transition:all 500ms ease;
}


header nav a:hover {
	background: #9adce0;
	border-radius:50px;
}

.header2 {
	position:fixed;
	height:100px;
}
.header2 .logo {
	line-height:100px;
	font-size:30px;
}
.header2 nav {
	line-height:100px;
}

.contenido p {
	margin-bottom:1em;
}

.contenido{
	padding-top: 20px;
}

h3{
	font-family: 'Quattrocento Sans', sans-serif;
	text-align:center;
	color:#000000;
	font-size:30px;
}

p{
	font-family: 'Quattrocento Sans', sans-serif;
	padding-top: 20px;
	color:#949596;
}
p2{
	font-family: 'Quattrocento Sans', sans-serif;
	padding-top: 40px;
	color:#000000;
	line-height:25px;
}

p3{
	font-family: 'Quattrocento Sans', sans-serif;
	color:#000000;
	font-size:15px;
	float: right;
	padding-right: 250px;
}

piepri {
	width:100%;
	overflow:hidden;
	margin-bottom:5px;
}
	
.pie {
	width:100%;
	max-width:1000px;
	margin:auto;
	overflow:hidden;
	background-color:rgb(61,122,204);
}

.padre {
    display: flex;
  	justify-content: center;
	
}

.hijo {
  font-family: 'Quattrocento Sans', sans-serif;
  color:#949596;
  font-size:40px;
  background:#87db9c;
  width: 250px;
  text-align: center;
  height: 75px;
  margin: 10px;
  border: 3px solid #73AD21;
  padding-top: 37px;
  border-radius:35px;
}

.slider {
	width: 90%;
	max-width:1000px;
	margin: auto;
	padding: -10px 0px 0px 0px;
	overflow: hidden;
	-moz-box-shadow: 0px 4px 10px #949596;
	box-shadow: 0px 6px 10px #949596;
}
.slider ul {
	display: flex;
	padding: 0;
	width: 1000%;
	animation: cambio 50s infinite linear;
}

.slider li {
	width: 100%;
	list-style: none;
}

.slider img {
	width: 100%;
	height:100%;
}

.envoltorio-precios {
	width:  960px;
	margin: 60px auto 20px;
	}
.tabla-precios {
	float: left;
	padding: 10px 0;
	width: 280px;
	margin: 0 10px;
	text-align: center;
	font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
	-moz-box-shadow: 0 0 15px rgba (0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 15px rgba (0, 0, 0, 0.4);
	box-shadow: 0 0 15px rgba (0, 0, 0, 0.4);
	-webkit-transition: all 0.25s ease;
}

.tabla-precios:hover {
	-webkit-transform: scale(1.06);
	-ms-transform: scale(1.06);
	-o-transform: scale(1.06);
	transform: scale(1.06);
}
	
.titulo-precios {
	background:  #e95846;			
	padding: 20px 0;
	color: #FFF;
	font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
	text-transform: uppercase;
	font-size: 1.9em;
	text-shadow: 0 1px 1px rgba (0, 0, 0, 0.4);
	}
	
.precios-tabla {
	background: #42403f;
	padding: 20px 0;
	color: #FFF;
	font-size: 2.5em;
	text-shadow: 0 1px 1px rgba (0, 0, 0, 0.4);
	font-weight: 700;
	}
	
.lista-precios{
	background: #FE9A2E;
	color: #42403f;
}

.lista-precios li {
	padding: 12px 8px;
	font-size: 1.4em;
	font-weight: 700;
}

.lista-precios li span {
	font-weight: 400;
}

.lista-precios li:nth-child(2n) {
	background: #42403f;
}
	
.fas fa-check {
	color: #fab91;
	font-size: 16px;
	position: relative;
	right: 6px
	}	



.bajo{
	float: left;
	margin-top: 100px;
	text-align: center;
	height: 150px;
	color: #fff;
	width:100%;
	max-width:1000px;
	background: #42403f;
	}

.titulo-bajo{
	background: #e95846;
	padding: 20px 0;
	color: #FFF;
	text-transform: uppercase;
	font-size: 2em;
	text-shadow: 0 1px 1px rgba (0, 0, 0, 0.4);
}


@keyframes cambio {
	0% {margin-left: 0;}
	8% {margin-left: 0;}
	
	10% {margin-left: -100%;}
	18% {margin-left: -100%;}
	
	20% {margin-left: -200%;}
	28% {margin-left: -200%;}
	
	30% {margin-left: -300%;}
	38% {margin-left: -300%;}
	
	40% {margin-left: -400%;}
	48% {margin-left: -400%;}
	
	50% {margin-left: -500%;}
	58% {margin-left: -500%;}
	
	60% {margin-left: -600%;}
	68% {margin-left: -600%;}

	70% {margin-left: -700%;}
	78% {margin-left: -700%;}
	
	80% {margin-left: -800%;}
	88% {margin-left: -800%;}
	
	90% {margin-left: -900%;}
	100% {margin-left: -900%;}
}


.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 10px;
  background-color: #3104B4;
  padding: 10px;
}
  
 .item2 {
   background-color: #42403f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
  text-transform: uppercase;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
  color: #f4d03f;
  } 
  
  .item3 {
	 background-color: #42403f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  }
  
  
.item4 {
  background-color: #42403f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  }
  
  .item5 {
	 background-color: #42403f;
  font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  }
  
.item7 {
	background-color: #42403f;
	font-family: 'Roboto', Arial, Helvetica, sans-serif, Verdana;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #9F3;
  }
  
.item1 {
  grid-row: 1 / 3;
  }
/*regla para el slider de las fotos de paisaje*/

.gallery {
	margin: 10px 90px;
	-webkit-margin: 10px 90px;
	-ms-margin: 10px 90px;
	-o-margin: 10px 90px;
	padding: 5px;
	filter: grayscale(0);
	transition: 1s;
}
.gallery img:hover{
	filter: grayscale(0);
	transform: scale(1.1);
}
  
 form{
			background-color: white;
			border-radius: 3px;
			color: #7401DF;
			font-size: 0.8em;
			padding: 20px;
			margin: 0 auto;
			width: 600px;
		}	

		input, textarea{
			font-family: arial;
			color:#000000;
			border: 0;
			outline: none;
			width: 580px;
		}

		.field{
			border: solid 1px #ccc;
			padding: 10px;
			
		}

		.field:focus{
			border-color: #18A383;
		}

		.center-content{
			text-align: center;
	     }
.btn{
	border-radius: 3px;
	display: inline-block;
	padding: 20px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.3);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.btn-green{
	color: white;
	background-color: #3CC93F;
}
.btn-green:hover{
	background-color: #37B839;	
}
.btn-green:active{
	background-color: #29962A;
}
 
.flecha {
float:right;
padding-right: 150px;
}

#contenedor {
	width:80%;
	margin: 0 auto;
}

.miniaturasvideo{
	width: 350px;
	height: 240px;
	margin: 20px;
	float: left;
	box-shadow: 4px 4px 6px rgba(150, 150, 150, 0.8);
	}


.grid-container {
  width:80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 350px 350px 350px;
  grid-template-rows: 240px 240px 240px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
}

