/*!
Theme Name: Orbitta Child
Theme URI: https://orbitta.es/
Author: Orbitta
Author URI: https://orbitta.es/
Template: orbitta
Description: Orbitta Theme Child
Version: 1.0
Text Domain: orbitta-child
*/

/* General (root) */

:root {
  --large: 1680px;
}

body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #332A33;
}

/* Fonts */

.ls_3-4 { letter-spacing: 3.4px; }

/* Icons */

/* Elements */

.btn-red .wp-element-button,
.wpcf7-submit {
  border-radius: 150px;
  background: #AE040F;
  color: white;
  font-size: var(--fs15);
  font-weight: 700;
  letter-spacing: 5.55px;
  text-transform: uppercase;
  padding: 20px 25px;
}

.btn-white .wp-element-button {
  border-radius: 150px;
  background: white;
  color: #AE040F;
  font-size: var(--fs15);
  font-weight: 700;
  letter-spacing: 5.55px;
  text-transform: uppercase;
  padding: 20px 50px;
}

.page-id-239 mark{
	border-radius: 6px;
background-color: #AE040F!important;
	color:#fff!important;
	padding:1px 10px 6px 10px;
}

/* Header */

/* Hero */

/* Bloques Guttenberg */

.cover-red {
  top: 1px;
}

.cover-red > .wp-block-cover__image-background {
  top: 40%;
}

.review-box {
  box-shadow: 0 4px 100px rgba(96, 84, 77, 0.15);
}

.faq-home hr {
  width: 100%;
}

/* Shortcodes */

.showcase-orbitta .splide.size-cover .splide__slide {
  border-radius: 10px;
  width: 400px !important;
  color: white;
}

/* Contact Form 7 */

.container-offcanvas {
  font-weight: 300;
  border-radius: 20px 0 0 20px;
  background: #332A33 !important;
  color: #FFF;
}

.container-offcanvas .close-offcanvas {
    background-color: #221F22;
    color: #423A42 !important;
    left: 0px !important;
    top: 0 !important;
    border-radius: 15px 0;
    width: 60px;
    height: 60px !important;
}

.container-offcanvas .wpcf7-text, .container-offcanvas .wpcf7-textarea {
  margin-top: var(--s10);
  border: 1px solid #FFF;
  background: #423A42;
  color: white;
}

.container-offcanvas [type=checkbox] {
  background-color: white;
}

input.wpcf7-not-valid, select.wpcf7-not-valid {
    border: 1px solid #AE040F !important;
}

/* Archive y Post */

/* Categoria y Producto (woo) */

/* Footer */


/*--------------------------------------------------------------
>>> MEDIA QUERYS:
---------------------------------------------------------------- */

@media only screen and (max-width: 1023px) {
  /* Estilos para dispositivos móviles (teléfonos y tablets en orientación vertical) */
  #offcanvas-off-presupuesto nav {
    width: 100vw !important;
  }

  .container-offcanvas {
    border-radius: 0;
  }

  .container-offcanvas .close-offcanvas {
      background-color: unset !important;
      color: white !important;
      left: unset !important;
      right: 0 !important;
      border-radius: 0;
      width: 60px;
      height: 60px !important;
  }

  .cover-red > .wp-block-cover__image-background {
    top: 25%;
  }
}

@media only screen and (min-width: 1024px)	{
  /* Estilos para pantallas de escritorio y dispositivos más grandes */

}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* Estilos para pantallas medianas (por ejemplo, laptops pequeñas y tablets grandes) */

}

@media only screen and (min-width: 1280px)	{
  /* Estilos para pantallas grandes (por ejemplo, laptops grandes y monitores de escritorio) */

}