	/*	TODAS LAS DIMENSIONES	*/
		@import "https://fonts.googleapis.com/css?family=Courgette|Karla";
		@import "https://fonts.googleapis.com/css?family=Poiret+One";
		@import url('https://fonts.googleapis.com/css?family=Fugaz+One');
		@import url('https://fonts.googleapis.com/css?family=Merienda');
		.radius-top {
			border-top-left-radius: 15px;
		 	border-top-right-radius: 15px;
		}

		.radius-bottom {
			border-bottom-left-radius: 15px;
		 	border-bottom-right-radius: 15px;
		}

		.radius-bottom:after {
		 	border-bottom-right-radius: 15px;
		}

		.adl {
			background-image: url('../img/adl.png');
			background-repeat: no-repeat;
			background-size: 690px;
		}

		.banner-principal{
			padding-top: 20px;
		}
		.singa {
			color: white;
			font-family: 'Poppins';
			font-weight: 300;
			text-align: right;
			margin: 5px;
			padding: 0px;
			/*padding-right: 20%;*/
			text-shadow: 0px 0px 5px black;
			font-size: 32px;
			margin-bottom: 0;
		}
		.num {
			background-color: rgba(0,0,0,0.5);
			border-radius: 15px;
		}

		.sub {
			font-size: 12px;
			margin: 0px;
			padding: 0px;
		}
		.tlf{
			font-size: 40px;
			color: black;
			font-weight: bold;
			display: inline-block;
			padding: 10px;
			font-family: 'Merienda';
		}
		.tlf-left{
			float:left;
			padding-left: 15%
		}
		.tlf-right{
			float: rigth;
			padding-right: 15%;
		}
		.pad-10{
			padding: 10px;
		}
		.legal {
			background-color: #777777;
			border-radius: 15px;
			min-height: 30px;
			text-decoration: underline;
			color: #f9f9ff;
		}
		.text-black{
			color: black;
		}
		.fecha{
			margin-bottom: 5px;
		}
		.nombre{
			padding: 5px;
			margin: 0px;
			padding-left: 0px;
		}
		.estrella-vacia{
			display: inline-block;
			background: url(../img/estrella-empty.svg) no-repeat center;
			width: 20px;
			height: 20px;
		}
		.estrella {
			display: inline-block;
			background: url(../img/estrella.svg) no-repeat center;
			width: 20px;
			height: 20px;
		}

		html {
			scroll-behavior: smooth;
		}

		.boton-enviar-opinion {
			width: 100%;
			float: none;
			color: black;
			font-family: 'Helvetica';
			border-radius: 8px;
			border: 1px solid #7A7A7A;
			background-color: #f9f9ff;
			color: #777777;
			cursor: pointer;
		}
		.boton-enviar-opinion:hover {
			border: 1px solid #171717;
			color: #171717;
			background-color: #ffffff;
		}
		.pie {
			color: white !important;
			text-decoration: none;
		}
		.pie:hover {
			text-decoration: underline;
		}
		
		.float-izq{
			float: left;
		}
		.float-der{
			float: right;
		}
		.deja {
			color: black;
			font-size: 18px;
		}
		.flecha {
			display: none;
		}
		.helvetica {
			font-family: 'Helvetica';
		}
		.blanco {
			color: white;
		}
		.resplandor-blanco {
			box-shadow: 0px 0px 15px white;
		}
		.nombre-portada {
			font-family: 'Courgette';
			text-shadow: 0px 0px 10px black;
			margin-top: 0px !important;
			font-size: 3.5rem;
		}
		.cookies {
			background: rgba(255,255,255,0.9);
			color: black;
			min-height: 15px;
			position: fixed;
			bottom: 0px;
			width: 100%;
			padding-left: 5%;
			padding-right: 5px;
			z-index: 10;
			vertical-align: middle;
			padding-top: 5px;
			font-size: 10px;
			line-height: 12px;
		}
		.cerrarCookies{
		  float:right;
		  height: 30px;
		  width: 30px;
		  z-index: 11;
		  border: 1 px solid white;
		  color: white;
		  cursor: pointer;
		  color: black;
		  font-size: 24px !important;
		}
		.precios {
			margin-top: 25px;
		}
		.tarifas {
			font-family: 'Courgette';
			text-align: center;
			text-decoration: underline;
		}
		.primera-vez{
			text-decoration: underline;
			margin-bottom: 5px;
		}
		.payp{
			width: 100%;
		}
		.cajitas {
		  background-color: #f9f9ff;
		  border-radius: 10px;
		  width: 200px;
		  height: 100px;
		  display: inline-block;
		  margin-right: 10px;
		  margin-left: 10px;
		  margin-top: 25px;
		  font-size: 28px;
		  padding-top: 15px;
		  font-family: 'Merienda';
		  box-shadow: 0px 0px 15px black;
		  border: 1px solid black;
		  align-items: center;
		}
		.si-llamas {
			font-family: 'Courgette';
		}
		.barra {
			border-color: #555;
			width: 10%;
		}
		.centro {
			text-align: center !important;
		}
		.como {
			text-decoration: underline;
		}
		.titulo-como{

		}
		.procesando {
			color: black;
			font-family: 'Helvetica';
		}
		.te-atiendo{
			font-family: 'Courgette';
			padding-bottom: 15px;
			text-align: center;
		}
		.email {
			font-family: "Poppins";
			color: #777777;
			text-align: center;
		}
		.video {
			border-radius: 10px;
			box-shadow: 0px 0px 5px rgba(0,0,0,0.6);
		}

	/* MOVIL */

		@media (max-width: 768px) {
		  .adl {
		  	background-position: left bottom;
		  }
		  .singa {
		  	padding-right: 10%;
		  }
		  .input-text{
		  	width: 225px;
		  }
		  .flecha{
			color: white;
			text-shadow: 0px 0px 10px black;
			font-size: 48px;
			margin-top: 136px;
			display: initial;
			}
			.tlf {
		  	font-size: 38px;
			}
			.video {
		  	width: 90%;
		  }
		}

	/* TABLET */

		@media (min-width: 768px) {
			.adl {
		  	background-position: left bottom;
		  }
		  .tlf {
		  	font-size: 48px;
		  }
		  .video {
		  	width: 80%;
		  }
		}

	/* PC MEDIANA */

		@media (min-width: 1024px) {
			.adl {
		  	background-position: left bottom;
		  }
		  .tlf {
		  	font-size: 58px;
		  }
		  .video {
		  	width: 500px;
		  }

		}

	/* PC - FULLHD */

		@media (min-width: 1200px) {
			.adl {
		  	background-position: left bottom;
		  }
		  .tlf {
		  	font-size: 62px;
		  }
		  .video {
		  	width: 720px;
		  }
		}

	