/*
    Theme Name: Muevity
    Author: CBT Comunicación y multimedia
    Author URI: https://cbt.es
    Description: Theme Diseñado para la plataforma de Muevity
    Version: 1.4
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: muevity
*/

:root {
  --primary: #4c5cc5 !important;
  --secondary: #FF4A4A;
  --bs-primary:#4C5CC5 !important;
  --bs-primary-rgb: 76, 92, 197 !important;
  --grisLetras: #333333;
  --grisLetras2: #707176;
}


*{
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

a{
  text-decoration: none !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  font-style: normal;
}

p{
  font-size: 22px !important;
  color: var(--grisLetras) !important;
}

ul, li{
  font-size: 16px !important;
  color: var(--grisLetras) !important;
}

h1{
  color: white !important;
  font-size: 32px !important;
  font-weight: 500 !important;
  padding: 0 0 0 14rem !important;
  width: 650px !important;
  letter-spacing: 0.5;
  text-transform: uppercase;
}

h2{
  color: white !important;
  font-size: 70px !important;
  font-weight: 500 !important;
  padding: 0 0 0 14rem !important;
  max-width: 750px;
}

h3{
  color: var(--grisLetras) !important;
  font-size: 50px !important;
  margin-bottom: 2rem !important;
}

h4{
  color: var(--grisLetras2) !important;
  font-size: 60px !important;
  font-weight: 700 !important;
}

h5{
  font-size: 32px;
  font-weight: 500;
}

h6{
  font-size: 28px !important;
  font-weight: bold;
  text-transform: none !important;
}

.fondoPrimary{
  background-color: var(--primary) !important;
}


#logo svg{
  max-width: 150px;
  max-height: 80px;
}

.idioma{
  width: min-content !important;
  border:none !important;
}

.fullClaim{
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: calc(100vh - 85px);
  width: 100vw;
  overflow: hidden;
}

.p-claim{
  padding: 0 0 0 14rem !important;
}

#menu{
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 9;
  max-height: 85px;
}

#menu a{
  font-size: 1vw !important;
  text-align: center;
}

@media only screen and (max-width: 1500px) {
  #menu a{
    font-size: 1.1vw !important;
  }
}

#menu a>div{
overflow: hidden;
height: 13px;
}

#menu select{
  margin-bottom: 13px;
}

.imagen-props{
  border-radius: 100px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

.gap-10{
  gap: 5em;
}

#content {
  overflow-y: scroll ;
  overflow-x: hidden;
  max-height: calc(100vh - 85px);
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.snapmuevity{
  scroll-snap-type: y mandatory;
}

section {
  scroll-snap-align: start;
}

.pb-7{
  padding: 3em;
  padding-bottom: 15em !important;
}

.tarjetas-flip{
  margin-top: 5rem;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  min-height: 450px;
  min-width: 900px;
  max-height: 450px;
  max-width: 900px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  position: relative;
  overflow: hidden;
}

.tarjetas-flip p{
  font-size: 40px !important;
  font-weight: 400 !important;
}

.btn-primary{
  background-color: white !important;
  color: var(--primary) !important;
  font-size: 30px !important;
  font-weight: 500 !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 1em 2em;
}

.btn-primary:hover{
  color: white !important;
  background-color: var(--primary) !important;
}

.abrir{
  z-index: 3;
}

.cerrar{
  position: absolute;
  top: 15px;
  right: 5px;
}

.flipContent{
  position: absolute;
  width: 100%;
  height: 100%;
  background:white;
  transition: all 0.5s ease-in;
  z-index: 2;
}

.flipContent2{
  position: absolute;
  width: 100%;
  height: 100%;
  background:white;
  transition: all 0.5s ease-in;
  z-index: 1;
}


.fondoParalax{
  overflow-y: scroll;
  scrollbar-width: none;
  height: 88vh;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.tarjeta-city .imagen{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  width: 20vw;
  height: 12vw;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.tarjeta-city{
  margin: 0 2rem;
}

.prensa .tarjeta-city{
  max-width: 20vw;
}

.prensa .tarjeta-city .imagen:hover{
  transition: all 0.5s;
 transform: scale(1.05);
}

.prensa .tarjeta-city .imagen{
  margin-bottom: 1rem !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.prensa .tarjeta-city h5{
  text-transform: none !important;
  font-weight: 500;
}

.escritura{
  height: 3em;
}

.articulo p{
  font-size: 18px !important;
}

.articulo a{
  font-size: 18px !important;
}

article h1{
  width: 100% !important;
  padding-left:0 !important ;
}

article{
  max-width: 1000px !important;
  margin-bottom: 5em;
}

.gap-blog{
  gap: 1em;
}


.card-peq-img{
  max-height: 289px;
  min-height: 289px;
}


.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.line-clamp-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 3em !important;
}

.prensa .card-body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

footer nav a{
  color: white !important;
  font-size: 14px !important;
}

footer a{
  color: white !important;
}

footer a:hover{
  opacity: 0.9;
}

.fs-14{
  font-size: 14px !important;
}

.h-88{
  height: 87vh !important;
}

.tarjeta-city-single{
  width: 50vw;
  height: 30vw;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-left: -150px;
}

.grande{
  width: 55vw !important;
  height: 35vw !important;
}

.tarjeta-city-single .texto{
  background-color: white;
  position: absolute;
  width: 40vw;
  right: 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-right: -150px;
  margin-top: 4vw;
}

.tarjeta-city-single .texto h3{
  font-size: 2vw !important;
  font-weight: 500;
  color: var(--primary) !important;
}

.tarjeta-city-single .texto p{
  font-size: 1.2vw !important;
}

.blog1 p{
  font-size: 16px !important;
}

.blog1 h3{
  padding: 1em 0;
  font-size: 38px;
  font-weight: 800;
}

.text-justify{
  text-align: justify !important;
}

.lineas img{
  position: absolute;
}

.lineas{
  margin-top:0rem;
  visibility: hidden;
}

.lineas.active{
  visibility:visible;
}

@keyframes slideLeft1 {
  from {
    left: 0; /* Posición inicial */
  }
  to {
    left: 20%; /* Nueva posición */
  }
}

.pos-1 {
  animation-name: slideLeft1; /* Nombre de la animación */
  animation-duration: 1s; /* Duración de la animación */
  animation-timing-function: ease-in-out; /* Función de temporización (suavizado) */
  animation-fill-mode: forwards; /* Mantener el estado final después de la animación */
}


@keyframes slideLeft2 {
  from {
    left: 0; /* Posición inicial */
  }
  to {
    left: 40%; /* Nueva posición */
  }
}

.pos-2 {
  animation-name: slideLeft2; /* Nombre de la animación */
  animation-duration: 1s; /* Duración de la animación */
  animation-timing-function: ease-in-out; /* Función de temporización (suavizado) */
  animation-fill-mode: forwards; /* Mantener el estado final después de la animación */
}

@keyframes slideLeft3 {
  from {
    left: 0; /* Posición inicial */
  }
  to {
    left: 50%; /* Nueva posición */
  }
}

.pos-3 {
  animation-name: slideLeft3; /* Nombre de la animación */
  animation-duration: 1s; /* Duración de la animación */
  animation-timing-function: ease-in-out; /* Función de temporización (suavizado) */
  animation-fill-mode: forwards; /* Mantener el estado final después de la animación */
}

@keyframes slideLeft4 {
  from {
    left: 0; /* Posición inicial */
  }
  to {
    left: 60%; /* Nueva posición */
  }
}

.pos-4 {
  animation-name: slideLeft4; /* Nombre de la animación */
  animation-duration: 1s; /* Duración de la animación */
  animation-timing-function: ease-in-out; /* Función de temporización (suavizado) */
  animation-fill-mode: forwards; /* Mantener el estado final después de la animación */
}


@keyframes slideLeft5 {
  from {
    left: 0; /* Posición inicial */
  }
  to {
    left: 80%; /* Nueva posición */
  }
}

.pos-5 {
  animation-name: slideLeft5; /* Nombre de la animación */
  animation-duration: 1s; /* Duración de la animación */
  animation-timing-function: ease-in-out; /* Función de temporización (suavizado) */
  animation-fill-mode: forwards; /* Mantener el estado final después de la animación */
}

.greyscale{
  filter: grayscale(100%);
}

.presu .card-text{
  font-size: 14px !important;
  margin-bottom: 0 !important;
}

.presu .card-link{
  margin-top: 1em;
  font-size: 16px !important;
  color: var(--primary) !important;
}

.presuModal * {
  font-size: 1.26rem !important;
}

.presuModal .fs-5 {
  font-size: 1.26rem !important;
}

.presuModal td {
  font-size: 0.9rem !important;
}

.presuModal th {
  font-size: 1rem !important;
}

.presuModal .sub{
  padding-left: 2em !important;
}

#filtros .active{
  color: var(--secondary) !important;
}

form button{
  font-size: 17px !important;
  background-color: var(--secondary) !important;
  color: white !important;
}

form button:hover{
  background-color: rgba(255, 74, 74, 0.9) !important;
}

#ciudades-contacto p{
  font-size: 16px !important;
}

.imagen-posts{
  width: 100%;
  height: 300px;
}

.texto-legal p{
  font-size: 16px !important;
}

#menuMovil{
  margin-top: 1em;
}

#menuMovil a{
  color: var(--primary);
  font-size: 22px !important;
  text-align: start;
}

#menuMovil button{
  color: var(--primary) !important;
  font-size: 22px !important;
  text-align: start !important;
  font-weight: 300 !important;
  padding-left: 1rem !important;
}

#menuLateral .accordion-item{
  border: none !important;
}

#menuLateral{
  max-width: 300px;
}

#menuLateral #logo{
  max-width: 200px;
  margin-bottom: 2em;
}

.flex-md-column-reverse-muevity{
  flex-direction: initial !important;
}

.flex-md-column-muevity{
  flex-direction: initial !important;
}

.postBlog{
  width: 31%;
}

.mb-7{
  margin-bottom: 4em;
}

.operador{
  max-width: 250px;
}

/*Pantallas medias*/
@media only screen and (max-width: 1200px) {
  h1, h2{
    padding: 0 0 0 10rem !important;
  }

  h3{
    font-size: 40px !important;
  }

  .tarjeta-city .imagen {
    width: 26vw;
    height: 16vw;
  }

  footer #logo,
  footer #redes{
    margin-bottom: 1em;
  }

  .flex-md-column-reverse-muevity{
    flex-direction: column-reverse !important;
  }

  .flex-md-column-muevity{
    flex-direction: column !important;
  }

  .postBlog{
    width: 48%;
  }

  .imagen-posts {
    height: 200px;
  }

  .imagen-props{
    height: 250px !important;
  }

}

/*iPad Vertical*/
@media only screen and (max-width: 850px) {
  .postBlog{
    width: 100%;
  }

  .grande {
    width: 63vw !important;
  }

  .fullClaim{
    background: linear-gradient(rgba(76, 92, 197, 0.5), rgb(76, 92, 197, 0.5)), url(https://muevity.cbtpruebas.es/wp-content/uploads/2024/04/Imagen-cabecera.png) !important;
    background-position: right !important;
    background-size: cover !important;
  }

  .fullClaim.ciudad{
    background-color: linear-gradient(rgba(76, 92, 197, 0.5), rgb(76, 92, 197, 0.5)) !important;
    background-position: right !important;
    background-size: cover !important;
  }

  .flex-md-column{
    flex-direction: column !important;
  }

  .flex-md-column-reverse-muevity{
    flex-direction: column-reverse !important;
  }

  .flex-md-column-muevity{
    flex-direction: column !important;
  }

  .imagen-props{
    height: 250px !important;
  }

  .tarjetas-flip {
    min-width: 730px !important;
  }

  .tarjeta-city-single {
    width: 65vw !important;
    height: 40vw !important;
  }

}

/*Móviles*/
@media only screen and (max-width: 600px) {

  .fullClaim {
    background-position: right !important;
    min-height: 50vh;
  }

  h1, h2 {
    padding: 0 0 0 4rem !important;
  }

  h1{
    font-size: 24px !important;
  }

  h2{
    font-size: 45px !important;
  }

  h4 {
    font-size: 40px !important;
  }

  .flex-md-column{
    flex-direction: column !important;
  }

  .flex-md-column-reverse-muevity{
    flex-direction: column-reverse !important;
  }

  .flex-md-column-muevity{
    flex-direction: column !important;
  }

  .imagen-props{
    height: 200px !important;
  }

  .tarjetas-flip {
    min-width: 380px !important;
  }

  .tarjetas-flip p {
    font-size: 26px !important;
  }

  .tarjeta-city .imagen {
    width: 80vw;
    height: 50vw;
  }

  .mw-md-300{
    width: 300px !important;
  }

  .mw-md-300{
    width: 300px !important;
  }

  .p-claim{
    padding: 0 0 0 4rem !important;
  }

  .fullClaim.muevity{
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(https://muevity.cbtpruebas.es/wp-content/uploads/2024/04/Grupo-248.png) !important;
    background-position: right !important;
    background-size: cover !important;
  }

  .fullClaimCiudad{
    background-position: right !important;
    background-size: cover !important;
  }

  .imagen-cards{
    position: absolute !important;
    right: 22vw !important;
    top: 3vh !important;
    opacity: 0.1;
  }

  .grande {
    width: 65vw !important;
    height: 40vw !important;
  }

  .tarjeta-city-single {
    margin-left: 0px;
  }

  .postBlog{
    width: 100%;
  }

  .imagen-posts {
    height: auto !important;
  }

  .postBlog .card{
    margin-bottom: 2em !important;
  }

  .wp-post-image{
    width: 100% !important;
    height: auto !important;
  }

  .overlay-blue{
    background: linear-gradient(rgba(76, 92, 197, 0.5), rgb(76, 92, 197, 0.5)), url(https://muevity.cbtpruebas.es/wp-content/uploads/2024/04/Imagen-cabecera.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: right !important;
  }

  .tarjeta-city-single {
    width: 65vw !important;
    height: 40vw !important;
  }
  
}

/*iPhone SE*/
@media only screen and (max-width: 400px) {

  h1, h2 {
    padding: 0 0 0 2rem !important;
  }

  h2 {
    font-size: 40px !important;
  }

  h3 {
    font-size: 36px !important;
  } 

  p {
    font-size: 20px !important;
  }

  .tarjetas-flip {
    min-width: 336px !important;
  }

   h4 {
    font-size: 36px !important;
  }

  h4 ~ p{
    font-size: 18px !important;
  }

  .flipContent p,
  .flipContent2 p{
    font-size: 18px !important;
  }

}