
	/* VARIABLES > COLORES BASE
	======================================================================================================================
	Definición de la paleta de colores base para el proyecto                                                            */

:root {  
  --font-base-size: 15px;
  --dark-pink: #f570a9;
  --medium-pink: #efafbd;
  --light-pink: #fbe3f9;
  --dark-orange: #ea5721;
  --light-orange: #f18930;
  --light-beige: #f4eede;
  --red-pink: #C53A63;
  --purple: #926886;
  --container-width: 90rem;
}


/*
========================================================================================================================
BASE
========================================================================================================================
Definimos los elementos HTML comunes y los elementos estructurales de la página                                       */         
html {
  scroll-behavior: smooth;
}

html, body {
  font-size: var(--font-base-size);
  font-family: Lato;
}

/* IMPORTANTE, YA QUE VAMOS A METER SOLO EL ICONO DE WHATSAPP */
.contact-fix-bottom {
  display: none;
}

.contact-fix-bottom#contact-w-whatsapp {
  display: block;
}

h1 {
  font-size: 6rem;
  line-height: 1.1;
  font-family: Lato;
  font-weight: 900;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.1;
}
h3 {
  font-size: 2rem;
  line-height: 1.1;  
}
p {
  font-size: 1.3rem;
  line-height: 1.2;
  color: #515151;
}

.black {
  font-weight: 700;
}

/* RESPONSIVE TIPOGRAFÍAS!!! */
@media (min-width: 800px) and (max-width: 1200px){
  h1 { font-size: 5.0rem; }
  h2 { font-size: 3.2rem; }


  .container-seccion-maps > div:nth-child(1) h2 {
    font-size: var(--24px) !important;
  }
  .container-seccion-maps > div:nth-child(3) h2 {
    font-size: var(--22px) !important;
}

.container-seccion-maps > div:nth-child(3) span {
  font-size: var(--32px) !important;
}

}

@media screen and (max-width: 1025px){
  h1 { font-size: 3.6rem; }
  h2 { font-size: 3.0rem; }
  h3 { font-size: 1.8rem; }
}

@media screen and (max-width: 769px){
  h1 { font-size: 3rem; }
  h2 { font-size: 2rem; }
  h3 { font-size: 1.5rem; }
  p  { font-size: var(--15px); line-height: 1.3;}
}

.c-white        { color: #ffffff; }
.c-dark-pink    { color: #f570a9; }
.c-medium-pink  { color: #e4a8cc; }
.c-light-pink   { color: #fbe3f9; }
.c-dark-orange  { color: #ea5721; }
.c-light-orange { color: #f18930; }
.c-light-beige  { color: #f4eede; }

.bg-dark-pink    { background: #f570a9; }
.bg-medium-pink  { background: #e4a8cc; }
.bg-light-pink   { background: #fbe3f9; }
.bg-dark-orange  { background: #ea5721; }
.bg-light-orange { background: #f18930; }
.bg-light-beige  { background: #f4eede; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-fit {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.img-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hr-cta {
  max-width:70px;
  border:1.8px solid #916886;
}

.container {
  max-width: var(--container-width) !important;
}

@media (min-width: 1921px) {
  .container {
    max-width: 110rem !important;
  }
}

a.button {
  text-decoration: none;
}

#landing {
  background-color: #ffffff;
}

.title-ppal {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: var(--space) ;
  color: var(--grey-600);
  font-size: var(--35px);
}

.bg-pink {
  background-color: #e9bbac;
  padding-top: var(--50px);
  padding-bottom: var(--50px);
}

.btn-appointment {
  font-size: var(--24px);
  background-color: #515151;
  padding: var(--10px) var(--25px);
  border-radius: var(--15px);
  color: white;
  text-decoration: none;
}

.btn-appointment:hover {
  text-decoration: none;
}

.img-fit {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}


@media (max-width: 768px) {
  .title-ppal {
    font-size: var(--20px);
    margin-bottom: calc(var(--space) * 2);
  }
}

.subtitle {
  color: #505050;
  font-size: var(--30px);
  margin-top: var(--40px);
  margin-bottom: var(--35px);
  padding-bottom: var(--10px);
  border-bottom: var(--2px) solid #cacaca;
}

@media (max-width: 768px) { 
  .subtitle {
    font-size: var(--16px);
    margin-top: var(--30px);
    margin-bottom: var(--25px);
    border-bottom: var(--1px) solid #cacaca;
  }
  .btn-appointment {
    font-size: var(--18px);
    padding: var(--10px) var(--25px);
  }
}

/*
========================================================================================================================
SECCIONES
========================================================================================================================
Definimos las clases que se van a servir en todo el contenido principal de la landing (DESKTOP FIRST)                  */

#header-planas {
  margin-bottom: var(--30px);
}

/* ------------------------------------------ HERO ------------------------------------------*/
.hero {
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/pioneers-ultrasonic-rhinoplasty-desktop.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: var(--50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero h1 {
  position: relative;
  padding-top: 7rem;
}

.hero h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: white;
  margin: 1.75rem auto 0;
}

@media (max-width: 768px) {
  .hero {
    aspect-ratio: 1/1;
    margin-bottom: var(--30px);
  }

  .hero h1 {
    padding-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


/* ------------------------------------------ WHAT DO YOU GET ------------------------------------------*/
.title-what-do-you {
  font-size: var(--36px);
  font-weight: 500;
  color: #4e4e4e;
  letter-spacing: 2px;
  padding: var(--20px) var(--40px);
  text-align: center;
}

.what-do-you {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: var(--24px);
  margin-bottom: var(--50px);
}

.what-do-you-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.what-do-you-icons > div {
  background-color: #c9ccbb;
  display: grid;
  padding: var(--10px);
  border: 1px solid black;
  border-radius: var(--20px);
  gap: var(--5px);
  align-items: center;
  justify-content: center;
}

.what-do-you > div img {
  max-width: 100px;
  height: auto;
}

.what-do-you > div #first-icon {
  max-width: 80px;
  height: auto;
}

.what-do-you > div #second-icon {
  max-width: 110px;
  height: auto;
}

.what-do-you > div #third-icon {
  max-width: 120px;
  height: auto;
}

.what-do-you > div span {
  display: block;
  text-align: center;
}

.book-appointment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--30px);
  margin-bottom: var(--50px);
}

@media (max-width:768px) {
  .title-what-do-you {
    font-size: var(--19px);
    padding: var(--10px) var(--10px);
  }
  .what-do-you {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--10px);
    margin-bottom: var(--30px);
  }
  .what-do-you > div img {
    max-width: 80px;
    height: auto;
    margin-bottom: var(--10px);
  }

  .what-do-you > div #first-icon {
    max-width: 60px;
    height: auto;
  }

  .what-do-you > div #second-icon {
    max-width: 90px;
    height: auto;
  }

  .what-do-you > div #third-icon {
    max-width: 100px;
    height: auto;
  }

  .book-appointment {
    margin-bottom: var(--30px);
  }
}

/* ------------------------------------------ dull-looking ------------------------------------------*/
.dull-looking {
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/landing_if_your_scar.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    width: 100%;
  aspect-ratio: 16 / 9;
}

.dull-looking h2 {
  padding-top: 7rem;
  position: relative;
}

.dull-looking h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 1.75rem auto 0;
}

.grey-part {
  padding: 2rem 4rem 4rem 4rem;
  background-color: #515151;
  margin-bottom: var(--50px);
}

.grey-part p {
  color: white;
}

.grey-part .btn-appointment {
  background-color: white;
  color: #515151;
}

@media (max-width: 768px) {
  .dull-looking {
    background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/landing_if_your_scar_mobile.jpg');
    aspect-ratio: 1/1.25;
  }

  .dull-looking h2 {
    padding-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .dull-looking h2::after {
    margin: 1.25rem auto 0;
  }

  .grey-part {
    padding: 1rem 2rem 2rem 2rem;
    background-color: #515151;
    margin-bottom: var(--50px);
  }

  .grey-part p {
    color: white;
  }

  .grey-part .btn-appointment {
    background-color: white;
    color: #515151;
  }
}


/* ------------------------------------------ FORMULARIO ------------------------------------------*/
#formulario-focus {
  padding: var(--space) calc(var(--space) * 2);
  overflow: hidden;
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/assets/home/fondo1b.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

  #formulario-focus input[type="text"], 
  #formulario-focus input[type="email"] {
    width: 100% !important;
    padding: 25px !important;
    padding-left: 0 !important;
    margin-bottom: 5px;
    font-size: var(--22px);
    border-radius: 0;
    border: none;
    border-bottom: var(--2px) solid #989896;
    background-color: transparent;
    color: #414242;
  }

  #formulario-focus input[type="text"]:focus, 
  #formulario-focus input[type="email"]:focus {
    outline: none; 
  }

  ::placeholder {
    text-transform: uppercase;
    color: #414242;
    font-weight: 600;  
  }

  #formulario-focus span.error {
    color: red;
    display: block;
    margin-bottom: 15px;
  }

  #formulario-focus h2 {
    font-size: var(--40px);
    font-weight: 500;
    color: #a09e9f;
  }

    #formulario-focus h2::after {
      content: "";
      display: block;
      width: var(--30px); 
      height: var(--4px);
      background-color: #cacaca;
      margin-top: var(--10px);
    }

  #formulario-focus input[type="checkbox"] {
    appearance: none; 
    -webkit-appearance: none; 
    -moz-appearance: none; 
    margin-right: 5px !important;
    width: 16px; 
    height: 16px;
    border: 2px solid #414242; 
    background-color: transparent; 
    cursor: pointer;
    position: relative;
  }

  #formulario-focus input[type="checkbox"]:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 4px;
    width: 5px;
    height: 8px;
    border: solid #6e5266; 
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  
  #formulario-focus .btn {
    color: var(--grey-400);
    font-size: var(--18px);
  }
    #formulario-focus .btn:hover {
      color: #000;
    }
  #formulario-focus a {
    text-decoration: underline;
  }

  #formulario-focus .form-check {
    display: flex;
    gap: var(--8px);
    margin-bottom: var(--5px);
  }
    #formulario-focus .form-check label {
      margin-bottom: 0;
    }


@media (max-width: 768px) {
  #formulario-focus {
    background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/assets/home/fondo_form_xs.webp');
    padding: var(--30px);
  }

    #formulario-focus h2 {
      font-size: var(--30px);
    }

    #formulario-focus input[type="text"], 
    #formulario-focus input[type="email"] {
      font-size: var(--18px);
    }

    #formulario-focus .form-check {
      margin-bottom: var(--10px);
    }

    #formulario-focus input[type="checkbox"]#newsletter {
      width: 22px;
    }
}


#container-recaptcha {
  display: flex;
}

#privacy-policy p {
  margin-top: 10px;
  font-weight: 400;
  color: #515151;
}

#privacy-policy p a{
  font-weight: 700;
  color: #515151;
}

select {
  width: 100%;
  max-width: 800px; 
  padding: 12px 40px 12px 12px;
  border: 3px solid #979797;
  border-radius: 2px;
  background-color: #DCE3E3;
  font-size: 16px;
  color: #333;
  appearance: none;     
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><path d='M2 4l4 4 4-4' stroke='%23333' stroke-width='2' fill='none' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  cursor: pointer;
}

select:focus {
  outline: none;
  border-color: #888;
}

/* ------------------------------------------ CHANGING-NOSE ------------------------------------------*/

#title-changing h2 {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#title-changing h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #e4e4e4;
  margin: 1.75rem auto 0;
}

@media (max-width: 768px) {
  #title-changing h2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.changing-nose {
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/thinking-about-changing-desktop.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
    width: 100%;
  aspect-ratio: 16 / 10;
}

.changing-nose h2 {
  padding-top: 7rem;
  position: relative;
}

.changing-nose h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 1.75rem auto 0;
}

.grey-part .btn-appointment {
  background-color: white;
  color: #515151;
}

@media (max-width: 768px) {
  .changing-nose {
    /* background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/landing_mobile5.jpg'); */
    aspect-ratio: 4/5;
  }

  .changing-nose  h2 {
    padding-top: 3rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .grey-part p {
    margin-bottom: var(--5px);
  }
}

/* ------------------------------------------ RHINO-BANNER ------------------------------------------*/
.rhino-banner {
  padding: 8rem 1rem;
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/landing_desktop6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.rhino-banner h2 {
  color: #515151;
  font-size: var(--80px);
  font-weight: 500;
  letter-spacing: 5px;
}

.rhino-banner p {
  font-size: var(--28px);
}

@media (max-width: 768px) {
.rhino-banner {
  padding: 3rem 1rem;
  background-image: url(
    'https://www.clinicaplanas.com/ka/apps/clinicaplanas_assets/landings/rino_ultrasonica_english/landing_mobile6.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.rhino-banner h2 {
  font-size: var(--32px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 5px;
}

.rhino-banner p {
  font-size: var(--18px);
  text-align: center;
  margin-bottom: 0;
}
}

/* ------------------------------------------ ALL-INCLUDED ------------------------------------------*/
.title-all-included {
  font-size: var(--36px);
  font-weight: 500;
  color: #4e4e4e;
  letter-spacing: 2px;
  padding: var(--20px) var(--40px);
  text-align: center;
  margin-top: var(--60px);
}

.all-included {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--24px);
  margin-bottom: var(--50px);
}

.all-included-numbers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
}

.all-included-numbers > div,
.all-included-numbers > a#last-number {
  background-color: #f2c9a9;
  display: flex;
  flex-direction: column;
  padding: var(--10px);
  border: 1px solid black;
  border-radius: var(--20px);
  gap: var(--10px);
  align-items: center;
  justify-content: center;
}


.all-included-numbers .big-number {
  font-size: 7rem;
  line-height: 1;
  font-weight: 700;
  color: white;
}

.all-included > div span,
.all-included > a#last-number {
  display: block;
  text-align: center;
  color: #515151;
}
.all-included-numbers > a#last-number {
  background-color: #515151;
  text-decoration: none;
}

.all-included-numbers > a#last-number span {
  color: #f2c9a9;
  font-size: var(--24px);
  font-weight: 700;
}

#last-book-appointment {
  gap: var(--1px);
}


@media (max-width:768px) {
  .title-all-included  {
    font-size: var(--19px);
    padding: var(--10px) var(--10px);
  }

  .all-included {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--24px);
    margin-bottom: var(--30px);
  }

  .all-included-numbers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }
}












@media (max-width: 768px) {
  .hidden-xs {
    display: none;
  }

  h2.title-ppal {
    font-size: var(--19px);
    margin-bottom: calc(var(--space) * 2);
  }

}

  .full-slider > ul {
			padding: 0;
			list-style: none;
			position: relative;
			margin: 0;
			white-space: nowrap;
			font-size: 0;
			overflow: hidden;
		}
			.full-slider > ul > li {
				display: inline-block;
        width: 100%;
			}
		.full-slider > .controls {
			position: absolute;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: 1;
			display: flex;
			justify-content: center;
			align-items: flex-end;
			flex-direction: row;
			padding: 2rem;
		}
			.full-slider > .controls .action-prev,
			.full-slider > .controls .action-next {
				margin: 0 -50%;
				color: white;
				font-size: 200%;
				background: none;
				border: none;
				transition-duration: 0.3s;
			}
			.full-slider > .controls .action-prev:hover,
			.full-slider > .controls .action-next:hover {
				color: var(--background1);
				text-shadow: 0 5px 10px -5px #ffffff77;
			}

		@media screen and (max-width:500px) {
			.full-slider > .controls {
				padding: 5px;
			}
			.full-slider > .controls .action-prev,
			.full-slider > .controls .action-next {
				font-size: 150%;
			}
			.d-mobile{
				display: block;
			}
			.d-desktop {
				display: none;
			}
		}
		@media screen and (min-width:500px) {
			.d-mobile {
				display: none;
			}
			.d-desktop {
				display: block;
			}
		}