/* Aplicar la fuente Dosis a todos los elementos */
html, body {
    font-family: 'Dosis', sans-serif;
}



body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 400;
  font-family: "-apple-system", "BlinkMacSystemFont", "Roboto", "Helvetica Neue";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: 100%;
  overflow-x: hidden;
  font-family: 'Dosis', sans-serif;
  width: 100%;
}

* {
  box-sizing: border-box;
}
html {
  background: #fcfcfc;
}

h1, h2, h3, h4, h5, h6, h7, p {
  margin: 0;
  padding: 0;
}

#page {
    background-image: url(/assets/img/presentacion3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

  
@media (min-width: 200px) and (max-width: 360px) {
  
  .slideshow__slide-caption-subtitle.-load {
    display: none;
   }
}

:root {

  /* Tamaños de fuente para dispositivos pequeños (móviles) */
  --movil-pequeno-h1: 40px;
  --movil-pequeno-h2: 25px;
  --movil-pequeno-h3: 33px;
  --movil-pequeno-h4: 16px;
  --movil-pequeno-h5: 26px;
  --movil-pequeno-h6: 30px;
  --movil-pequeno-h7: 16px;
  --movil-pequeno-h8: 15px;
  --movil-pequeno-p: 18px;


  /* Tamaños de fuente para dispositivos medianos (móviles) */
  --movil-mediano-h1: 40px;
  --movil-mediano-h2: 25px;
  --movil-mediano-h3: 33px;
  --movil-mediano-h4: 16px;
  --movil-mediano-h5: 26px;
  --movil-mediano-h6: 26px;
  --movil-mediano-h7: 19px;
  --movil-mediano-h8: 16px;
  --movil-mediano-p: 17px;


  /* Tamaños de fuente para dispositivos grandes (móviles) */
  --movil-grande-h1: 42px;
  --movil-grande-h2: 24px;
  --movil-grande-h3: 18px;
  --movil-grande-h4: 16px;
  --movil-grande-h5: 26px;
  --movil-grande-h6: 30px;
  --movil-grande-h7: 24px;
  --movil-grande-h8: 18px;
  --movil-grande-p: 17px;

  /* Tamaños de fuente para dispositivos tablets (pequeñas) */
  --tablet-pequeña-h1: 52px;
  --tablet-pequeña-h2: 29px;
  --tablet-pequeña-h3: 40px;
  --tablet-pequeña-h4: 16px;
  --tablet-pequeña-h5: 26px;
  --tablet-pequeña-h6: 31px;
  --tablet-pequeña-h7: 22px;
  --tablet-pequeña-h8: 17px;
  --tablet-pequeña-p: 20px;

  /* Tamaños de fuente para dispositivos tablets (horizontal) */
  --tablet-horizontal-h1: 65px;
  --tablet-horizontal-h2: 33px;
  --tablet-horizontal-h3: 43px;
  --tablet-horizontal-h4: 17px;
  --tablet-horizontal-h5: 30px;
  --tablet-horizontal-h6: 38px;
  --tablet-horizontal-h7: 20px;
  --tablet-horizontal-h8: 19px;
  --tablet-horizontal-p: 21px;

  /* Tamaños de fuente para dispositivos grandes (escritorios) */
  --escritorio-h1: 58px;
  --escritorio-h2: 28px;
  --escritorio-h3: 40px;
  --escritorio-h4: 17px;
  --escritorio-h5: 26px;
  --escritorio-h6: 36px;
  --escritorio-h7: 26px;
  --escritorio-h8: 20px;
  --escritorio-p: 18px;

  /* Tamaños de fuente para dispositivos muy grandes (escritorios) */
  --escritorio-grande-h1: 58px;
  --escritorio-grande-h2: 28px;
  --escritorio-grande-h3: 40px;
  --escritorio-grande-h4: 17px;
  --escritorio-grande-h5: 26px;
  --escritorio-grande-h6: 36px;
  --escritorio-grande-h7: 26px;
  --escritorio-grande-h8: 26px;
  --escritorio-grande-p: 18px;

  /* Tamaños de fuente para dispositivos enormes (pantallas) */
  --enormes-h1: 90px;
  --enormes-h2: 40px;
  --enormes-h3: 60px;
  --enormes-h4: 18px;
  --enormes-h5: 26px;
  --enormes-h6: 35px;
  --enormes-h7: 21px;
  --enormes-h8: 21px;
  --enormes-p: 21px;
}



/* Tamaños de fuente para móviles pequeños */
@media (max-width: 400px) {
  h1 { font-size: var(--movil-pequeno-h1); }
  h2 { font-size: var(--movil-pequeno-h2); }
  h3 { font-size: var(--movil-pequeno-h3); }
  h4 { font-size: var(--movil-pequeno-h4); }
  h5 { font-size: var(--movil-pequeno-h5); }
  h6 { font-size: var(--movil-pequeno-h6); }
  h7 { font-size: var(--movil-pequeno-h7); }
  h8 { font-size: var(--movil-pequeno-h8); }
  p { font-size: var(--movil-pequeno-p); }
}



/* Tamaños de fuente para móviles medianos */
@media (min-width: 401px) and (max-width: 600px) {
  h1 { font-size: var(--movil-mediano-h1); }
  h2 { font-size: var(--movil-mediano-h2); }
  h3 { font-size: var(--movil-mediano-h3); }
  h4 { font-size: var(--movil-mediano-h4); }
  h5 { font-size: var(--movil-mediano-h5); }
  h6 { font-size: var(--movil-mediano-h6); }
  h7 { font-size: var(--movil-mediano-h7); }
  h8 { font-size: var(--movil-mediano-h8); }
  p { font-size: var(--movil-mediano-p); }
}

/* Tamaños de fuente para móviles grandes */
@media (min-width: 601px) and (max-width: 699px) {
  h1 { font-size: var(--movil-grande-h1); }
  h2 { font-size: var(--movil-grande-h2); }
  h3 { font-size: var(--movil-grande-h3); }
  h4 { font-size: var(--movil-grande-h4); }
  h5 { font-size: var(--movil-grande-h5); }
  h6 { font-size: var(--movil-grande-h6); }
  h7 { font-size: var(--movil-grande-h7); }
  h8 { font-size: var(--movil-grande-h8); }
  p { font-size: var(--movil-grande-p); }
}

/* Tamaños de fuente para tablets pequeñas */
@media (min-width: 700px) and (max-width: 1023px) {
  h1 { font-size: var(--tablet-pequeña-h1); }
  h2 { font-size: var(--tablet-pequeña-h2); }
  h3 { font-size: var(--tablet-pequeña-h3); }
  h4 { font-size: var(--tablet-pequeña-h4); }
  h5 { font-size: var(--tablet-pequeña-h5); }
  h6 { font-size: var(--tablet-pequeña-h6); }
  h7 { font-size: var(--tablet-pequeña-h7); }
  h8 { font-size: var(--tablet-pequeña-h8); }
  p { font-size: var(--tablet-pequeña-p); }
}

/* Tamaños de fuente para tablets grandes y iPads en modo horizontal */
@media (min-width: 1024px) and (max-width: 1199px) {
  h1 { font-size: var(--tablet-horizontal-h1); }
  h2 { font-size: var(--tablet-horizontal-h2); }
  h3 { font-size: var(--tablet-horizontal-h3); }
  h4 { font-size: var(--tablet-horizontal-h4); }
  h5 { font-size: var(--tablet-horizontal-h5); }
  h6 { font-size: var(--tablet-horizontal-h6); }
  h7 { font-size: var(--tablet-horizontal-h7); }
  h8 { font-size: var(--tablet-horizontal-h8); }
  p { font-size: var(--tablet-horizontal-p); }
}

/* Tamaños de fuente para escritorios pequeños */
@media (min-width: 1200px) and (max-width: 1399px) {
  h1 { font-size: var(--escritorio-h1); }
  h2 { font-size: var(--escritorio-h2); }
  h3 { font-size: var(--escritorio-h3); }
  h4 { font-size: var(--escritorio-h4); }
  h5 { font-size: var(--escritorio-h5); }
  h6 { font-size: var(--escritorio-h6); }
  h7 { font-size: var(--escritorio-h7); }
  h8 { font-size: var(--escritorio-h8); }
  p { font-size: var(--escritorio-p); }
}

/* Tamaños de fuente para escritorios grandes */
@media (min-width: 1400px) and (max-width: 1999px) {
  h1 { font-size: var(--escritorio-grande-h1); }
  h2 { font-size: var(--escritorio-grande-h2); }
  h3 { font-size: var(--escritorio-grande-h3); }
  h4 { font-size: var(--escritorio-grande-h4); }
  h5 { font-size: var(--escritorio-grande-h5); }
  h6 { font-size: var(--escritorio-grande-h6); }
  h7 { font-size: var(--escritorio-grande-h7); }
  h8 { font-size: var(--escritorio-grande-h8); }
  p { font-size: var(--escritorio-grande-p); }
}

/* Tamaños de fuente para pantallas muy grandes */
@media (min-width: 2000px) {
  h1 { font-size: var(--enormes-h1); }
  h2 { font-size: var(--enormes-h2); }
  h3 { font-size: var(--enormes-h3); }
  h4 { font-size: var(--enormes-h4); }
  h5 { font-size: var(--enormes-h5); }
  h6 { font-size: var(--enormes-h6); }
  h7 { font-size: var(--enormes-h7); }
  h8 { font-size: var(--enormes-h8); }
  p { font-size: var(--enormes-p); }
}

.light-theme {
  --black-color: #000;
  --grey-color: #b5b2b2;
  --white-color: #fff;
  --empresa-color: linear-gradient(135deg, #b770ae 0%, #5fc3e4 100%);
  --azul-color: #67bde0;
  --morado-color: #a884bb;
}

.dark-theme {
  --black-color: #fff;
  --text-color: rgba(255, 255, 255, 0.5);
  --white-color: #000;
  --green-color: #88ffc6;
}


/* FIN PARTES IMPORTANTES */


#precios {
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0vw;
  bottom: 0rem;
  padding-top: 4em;
}
.instagramer {
  background-color: #2980b9;
  width: fit-content;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
.instagramer:hover {
  opacity: 1;
  background: linear-gradient(to right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}


.premium {
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 300;
  color: #b275b1;
  font-family: 'Dosis', sans-serif;
}




@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
  }
}





.redondo {
  font-family: 'Dosis', sans-serif;
  padding: 3px 15px 3px 15px;
  background: linear-gradient(135deg, #b770aea8 0%, #5fc3e4ba 100%);
  color: white;
  border-radius: 25px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: bold;
}

.redondito {
  font-family: 'Dosis', sans-serif;
  padding: 3px 15px 3px 15px;
  background: linear-gradient(135deg, #b770aea8 0%, #5fc3e4ba 100%);
  color: white;
  border-radius: 25px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 1rem;
  font-weight: bold;
}







/* PARTE DONDE ESTA EL HEADER */


.hero {
  text-align: center;
  color: #fff;
  padding: 225px 70px 100px 70px;
  min-height: 550px;
  letter-spacing: 2px;
  overflow: hidden;
  opacity: 0.9;
}

.hero h1 {
  font-size: 50px;
  line-height: 1.3;
}

.hero h1 {
  font-size: 45px;
  color: #bd89bc;
}

.subti {
  font-size: 48px;
}

.mito {
  padding: 20px 320px;
  font-family: 'Dosis', sans-serif;
}

.current-location {
  display: inline-block;
  font-size: 20px;
  color: yellow;
  margin-left: 10px;
}

.javichu {
  font-size: 23px;
  color: white;
  padding-left: 5px;
  border-left: solid 4px yellow;
  margin-left: 20px;
}






/* PROTECCION DE DATOS MODAL */




/* Popup */


.proteccion {
  font-size: 17px;
  color: gray;
  line-height: 25px;
  font-family: 'Dosis', sans-serif;
}


.overlayfooter.active {
	visibility: visible;
}

#overlayfooter {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 99999;
}

#popupfooter h3 {
  color: gray;
  margin-bottom: 2rem;
}

.dark-theme #popupfooter h3 {
  color: white;
}

.dark-theme #popupfooter p {
  color: white;
}

.dark-theme #popupfooter {
  background: #00000026;
}

#popupfooter {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 40%;
  max-width: 100%;
  max-height: 100%;
  overflow-y: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.btn-cerrar-popup {
  position: absolute;
  top: 10px;
  right: 18px;
  cursor: pointer;
  color: gray;
}

.popupfooter .btn-cerrar-popup {
  display: block;
  color: white;
  line-height: 16px;
  text-align: right;
  transition: color 0.3s ease;
  padding: 7px 10px 7px 10px;
  border-radius: 50px;
  border: solid 1px gray;
  background: black;
}

.popupfooter .btn-cerrar-popup:hover,
.popupfooter .btn-cerrar-popup:focus,
.popupfooter .btn-cerrar-popup:active {
  color: black;
  background: white;
}

.popupfooter h3 {
	font: 600 36px 'Montserrat', sans-serif;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Animaciones */

.popupfooter.active {
	opacity: 1;
	transform: scale(1);
}

.popupfooter.active h3 {
	animation: entrada-titulo 0.8s 0.5s ease forwards;
	opacity: 0;
	transform: translateY(-25px);
}

.popupfooter.active p {
	animation: entrada-subtitulo 0.8s 0.5s ease forwards;
	opacity: 0;
	transform: translateY(25px);
}

.popupfooter.active .contenedor-inputs {
		animation: entrada-inputs 1s 1s ease forwards;
		opacity: 0;
}

@keyframes entrada-titulo {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes entrada-subtitulo {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes entrada-p {
	to {
		opacity: 1;
	}
}


/* FIN MODAL PROTECCION DE DATOS */










/* FOOTER FORMULARIO */




.thefooter {
  margin-bottom: 1vw;
}

.prote_titu {
    color: #65bee1;
}

.btn-abrir-popup {
  font-size: 18px;
  color: #69bcdf;
  margin-top: 80px;
  cursor: pointer;
  margin-bottom: 10px;
  font-family: 'Dosis', sans-serif;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-abrir-popup:hover {
    color: white;
}

.descri {
  font-size: 20px;
  color: white;
  line-height: 25px;
  font-family: 'Dosis', sans-serif;
}

.terminos_footer {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: white;
    width: 400px;
}

.terminos_footer a {
  color: #69bcdf;
}

.screen {
  border-radius: 15px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 75%);
  background: #00000082;
}

.screen:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-radius: 15px;
  z-index: -1;
}

.screen-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: linear-gradient(135deg, #b770ae82 0%, #5fc3e452 100%);
  backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.screen-header-left {
  margin-right: auto;
}

.screen-header-button {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  border-radius: 8px;
  background: white;
}

.screen-header-button.close {
  background: #ed1c6f;
  transition: transform 0.3s ease-in-out;
}
.screen-header-button.close:hover {
  transform: scale(1.9);
}

.screen-header-button.maximize {
  background: #e8e925;
  transition: transform 0.3s ease-in-out;
}
.screen-header-button.maximize:hover {
  transform: scale(1.9);
}

.screen-header-button.minimize {
  background: #74c54f;
  transition: transform 0.3s ease-in-out;
}
.screen-header-button.minimize:hover {
  transform: scale(1.9);
}

.screen-header-right {
  display: flex;
}

.screen-header-ellipsis {
  width: 3px;
  height: 3px;
  margin-left: 2px;
  border-radius: 8px;
  background: white;
}

.screen-body {
  display: flex;
}

.screen-body-item {
  flex: 1;
  padding: 50px;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: none !important;
}

.app-title {
  display: flex;
  flex-direction: column;
  position: relative;
  color: white;
  font-size: 26px;
}

.app-title:after {
  content: '';
  display: block;
  width: 235px;
  margin: 0 auto;
  height: 4px;
  background: linear-gradient(135deg, #b770ae 0%, #5fc3e4 100%);
}

.app-contact {
  margin-top: auto;
  font-size: 14px;
  color: white;
}

.app-form-group {
  margin-bottom: 15px;
  text-align: left;
  color: #74b7d3;
}

.app-form-group.message {
  margin-top: 40px;
}

.app-form-group.buttons {
  margin-bottom: 0;
  text-align: right;
}

.app-form-control {
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #666;
  color: #ddd;
  font-size: 18px;
  outline: none;
  transition: border-color .2s;
}

.app-form-control::placeholder {
  color: #666;
  text-transform: uppercase;
}

.app-form-control:focus {
  border-bottom-color: #ddd;
}

.app-form-button {
    background: linear-gradient(135deg, #b770ae 0%, #5fc3e4 100%);
    padding: 11px 16px;
    border-radius: 4px;
    font-size: 14px;
    color: white;
    font-weight: 600;
    border: solid transparent;
    transition: 0.5s ease-in;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 50px;
}

.app-form-button:hover {
    color: #3e3e3e;
    cursor: pointer;
    background: white;
}

.credits {
  margin-top: 20px;
  color: gray;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  font-family: 'Dosis', sans-serif;
  margin-bottom: 0rem;
}

.parati {
  color: #f5efef;
  padding: 6px;
  background: #393939;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 20px;
}

.parati:hover {
  background: linear-gradient(135deg, #b770ae82 0%, #5fc3e452 100%);
}

.dribbble {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}

.javichu {
  font-size: 23px;
  color: white;
  padding-left: 5px;
  border-left: solid 4px yellow;
  margin-left: 20px;
}

/* FIN CSS FOOTER FORMULARIO */









/* FIN RESPONSIVE TAMAÑO PANTALLA IMAC 24 PULGADAS */







































/* RESPONSIVE --------------------------------------------------------------------------------------------------- */

































@media (min-width: 1920px) and (max-width: 2239px) {






} 








@media (min-width: 1579px) and (max-width: 1919px) {








}










@media (min-width: 1280px) and (max-width: 1578px) {



.hero {
  padding: 185px 70px;
}
  
.instagramer {
  font-size: 17px;
}

.hero h1 {
  font-size: 30px;;
}

.mito {
  padding: 20px 155px;
}

.popup {
  width: 80%;
}

#popupfooter {
  top: 50%;
  left: 50%;
  width: 95%;
}











}










@media (min-width: 1024px) and (max-width: 1279px) {


.hero {
  padding: 215px 55px;
}
  
.instagramer {
    font-size: 18px;
}

.hero h1 {
  font-size: 40px;
}

.subti {
  font-size: 33px;
}

.mito {
  padding: 20px 30px;
  font-size: 25px;
}

.resumen {
  font-size: 35px;
}

.javichu {
  font-size: 15px;
}

.app-title {
  font-size: 35px;
}

.btn-abrir-popup {
  font-size: 23px;
}

.app-contact {
  font-size: 21px;
}

.app-form-control {
  font-size: 20px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 50px 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 795px;
  margin: 0 auto;
  padding-top: 10rem;
}
  


.hero h1 {
    font-size: 50px;
}








}










@media (min-width: 1024px) and (max-width: 1279px) and (orientation: landscape) {



.hero h1 {
  font-size: 28px;
}

.subti {
  font-size: 33px;
}

.mito {
  padding: 20px 30px;
  font-size: 18px;
}

.javichu {
  font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  width: auto;
}

.app-title {
  font-size: 25px;
}

.btn-abrir-popup {
  font-size: 18px;
}

.app-contact {
  font-size: 18px;
}

.app-form-control {
  font-size: 16px;
}












}









@media (min-width: 900px) and (max-width: 1023px) {



.hero {
  padding: 85px 30px;
  text-align: center;
  padding-top: 10rem;
}

.hero h1 {
  font-size: 40px;
  padding: 0;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 670px;
  margin: 0 auto;
  padding-top: 10rem;
}

.subti {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
}

.app-contact {
  font-size: 17px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}







}











@media (min-width: 800px) and (max-width: 899px) and (orientation: portrait) {




.hero {
  padding: 85px 30px;
  text-align: center;
  padding-top: 10rem;
}

.hero h1 {
  font-size: 35px;
  padding: 0;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 670px;
  margin: 0 auto;
  padding-top: 10rem;
}

.subti {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem;
}

.current-location {
  font-size: 20px;
}

.mito {
  padding: 0;
}

.app-contact {
  font-size: 17px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}

.btn-abrir-popup {
  font-size: 20px;
}

.app-form-control {
  font-size: 20px;
}








}










@media (min-width: 768px) and (max-width: 799px) {




.hero {
  padding: 85px 30px;
  text-align: center;
  padding-top: 10rem;
}

.hero h1 {
  font-size: 30px;
  padding: 0;
}

.subti {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
}

.app-contact {
  font-size: 17px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 670px;
  margin: 0 auto;
  padding-top: 10rem;
}










}













@media (min-width: 712px) and (max-width: 767px) {




.hero {
  padding: 75px 30px;
  text-align: center;
  padding-top: 10rem;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 620px;
  margin: 0 auto;
  padding-top: 10rem;
}

.subti {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
}


.app-contact {
  font-size: 17px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 93%;
  height: auto;
}










}








/* ----------------------- DISPOSITIVOS MOVILES --------------------------------------------------------------------*/





@media (min-width: 791px) and (max-width: 1023px) and (orientation: landscape) {


.hero h1 {
  font-size: 37px;
}
  
.hero {
    padding: 145px 70px 100px 70px;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 630px;
  margin: 0 auto;
  padding-top: 10rem;
}

.subti {
  font-size: 33px;
}
  
.instagramer {
    font-size: 17px;
}

.mito {
  padding: 20px 30px;
  font-size: 18px;
}

.javichu {
  font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

#popupfooter {
  left: 50%;
  width: 95%;
  height: auto;
}









}

































@media (min-width: 576px) and (max-width: 790px) and (orientation: landscape) {



.hero {
  padding: 110px 30px 25px 30px;
  text-align: center;
}

.hero h1 {
  font-size: 23px;
}

.subti {
  font-size: 33px;
}

.mito {
  padding: 20px 30px;
  font-size: 15px;
}

.javichu {
  font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

#popupfooter {
  left: 50%;
  width: 90%;
  height: 345px;
}










}









@media (min-width: 541px) and (max-width: 600px) {



.hero {
  padding: 110px 30px 25px 30px;
  text-align: center;
}

.hero h1 {
  font-size: 45px;
  padding: 0;
}

.subti {
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 3rem;
    margin-top: 3rem;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 520px;
  margin: 0 auto;
  padding-top: 10rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 17px;
}
  
.instagramer {
    font-size: 16px;
}

.app-contact {
  font-size: 17px;
}

.terminos_footer {
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}












}










@media (min-width: 508px) and (max-width: 540px) {




.hero {
  padding: 110px 30px 25px 30px;
  text-align: center;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 485px;
  margin: 0 auto;
  padding-top: 10rem;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}

.subti {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 17px;
}
  
.instagramer {
    font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}










}








@media (min-width: 480px) and (max-width: 507px) {




.hero {
  padding: 110px 30px 25px 30px;
  text-align: center;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}
  
#precios {
  display: block;
  position: relative;
  padding-bottom: 0vw;
  bottom: 5rem;
  width: 430px;
  margin: 0 auto;
  padding-top: 10rem;
}

.subti {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 16px;
}
  
.instagramer {
    font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}






}








@media (min-width: 452px) and (max-width: 479px) {






}








@media (min-width: 414px) and (max-width: 451px) {



.hero {
  padding: 110px 25px 25px 25px;
  text-align: center;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}
  
.instagramer {
    font-size: 15px;
}

.subti {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 98%;
}
 
.terminos_footer {
    width: 365px;
}










}










@media (min-width: 400px) and (max-width: 413px) {




.hero {
  padding: 110px 30px 25px 30px;
  text-align: center;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}

.subti {
    font-size: 29px;
    line-height: 30px;
    margin-bottom: 3rem;
    margin-top: 2rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 16px;
}
  
.instagramer {
    font-size: 15px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 95%;
  height: 690px;
}

.terminos_footer {
    width: 365px;
}








}












@media (min-width: 361px) and (max-width: 399px) {


.instagramer {
    font-size: 14px;
}

.hero {
  padding: 110px 25px 25px 25px;
  text-align: center;
}

.hero h1 {
  font-size: 29px;
  padding: 0;
}

.subti {
  font-size: 31px;
  line-height: 40px;
  margin-bottom: 3rem;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  background: #434144;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 96%;
  height: 600px;
}
  
  .terminos_footer {
    width: 345px;
    font-size: 15px;
  }









}















@media (min-width: 320px) and (max-width: 360px) {




.hero {
  padding: 110px 25px 25px 25px;
  text-align: center;
}

.hero h1 {
  font-size: 30px;
  padding: 0;
}

.subti {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
  
.instagramer {
  font-size: 15px;
}

.current-location {
  font-size: 14px;
}

.mito {
  padding: 0;
  font-size: 16px;
}

.screen-body {
  display: flex;
  flex-direction: column;
}

.screen-body-item.left {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0px;
}

.app-contact {
  text-align: center;
}

.screen-body-item {
  padding: 20px;
  border-radius: 0px 0px 10px 10px;
}

#popupfooter {
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 94%;
  height: 612px;
}
  
  .terminos_footer {
    width: 301px;
    font-size: 13px;
  }










}
