/* *{
  border: 1px solid red;
} */
.roboto-condensed {
  font-family: "Roboto Condensed", sans-serif;
  /* font-optical-sizing: auto; */
  /* font-weight: <weight>;
  font-style: normal; */
}

/* // <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 200 to 1000 */

.nunito-sans {
  font-family: "Nunito Sans", sans-serif;
  font-optical-sizing: auto;
  /* font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100,
    "YTLC" 500; */

}

body {
  /* font-family: "Niramit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; */
}

.letrapaytone {
  font-family: "Paytone One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*Verde fuerte */
.colorprincipal {
  color: #164900;
}

.colorazul {
  color: #074aa5;

}

.bgazul {
  background: #074aa5;
}

.backgroundprincipal {
  background: #164900;
}

/* Verde lima  */
.colorsecundario {
  color: #BEFF72;
}

.backgroundsecundario {
  background-color: #BEFF72;
}

/* verde  */
.colorterciario {
  color: #7ED956;
}

.backgroundterciario {
  background: #7ED956;
}

/*verde tenue*/
.backgroundcuarto {
  background: #E9FFD0;
}

/* color verde fuerte */
.colorverdefuerte {
  color: #1FAF38;
}

.backgroundverdefuerte {
  background: #1FAF38;
}

/**/
.btn.backgroundprincipal:focus,
.btn.backgroundprincipal:hover {
  background: #FFF;
  color: #164900;
}

/*color flechas swiper*/
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.swiper-pagination-bullet-active {
  background: #fff
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  /*    left: 30px;*/
}

.swiper-button-prev2 {
  color: #000;
}

.swiper-button-next2 {
  color: #000;
}

.swiper-button-prev2.swiper-button-prev:after,
.swiper-button-next2.swiper-button-next:after {
  display: none;
}

/**/
.fs-7 {
  font-size: 0.75rem !important;
}

.form-control::placeholder {
  color: #000;
}

/**/
:root {
  --swiper-navigation-size: 35px;
}

/* tabs verticales */
.tabsverticales button {
  color: #164900 !important;
  text-align: start;
}

.tabsverticales .active {
  background-color: transparent !important;
  color: #164900;
}

/* tabscomolohacemos */
.tabscomolohacemos {
  border-bottom: #BEFF72 solid 3px;
}

.tabscomolohacemos .nav-link {
  border-radius: 0;
  position: relative;
}

.tabscomolohacemos button {
  background-color: transparent !important;
  color: #000 !important;
  font-weight: bold;
}

.btn-circle {
  margin: 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.logoheader {
  position: relative;
  top: 3vh;
}

.menuheader {
  border-bottom-left-radius: 35px;
  height: 15vh;
  position: relative;
  top: -4vh;
}

.tktheader {
  color: #fff
}

.espacio {
  padding-top: 5vh;
}

.whaymail {
  display: block;
  position: relative;
  top: -3vh;
  right: -60vh
}

.text-with-lines {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.text-with-lines::before,
.text-with-lines::after {
  content: "";
  width: 40px;
  /* Ajusta el tamaño de las líneas */
  border-top: 3px solid #074aa5;
  /* Color y grosor de la línea */
  margin: 0 10px;
  /* Espacio entre el texto y las líneas */
}

.text-with-lines2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}

.text-with-lines2::before {
  content: "";
  width: 40px;
  /* Ajusta el tamaño de las líneas */
  border-top: 3px solid #fff;
  /* Color y grosor de la línea */
  margin: 0 10px;
  /* Espacio entre el texto y las líneas */
}

.centramovil {
  justify-content: start;
}

.background-image-row {
  background-image: url('../assets/inicio_cobyssa/llamada_accion_whats2.png');
  /* Cambia por la ruta de tu imagen */
  background-size: contain;
  /* Hace que la imagen cubra todo el área */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */

}

.background-image-row2 {
  background-image: url('../assets/somos_cobyssa/back_somos.png');
  /* Cambia por la ruta de tu imagen */
  background-size: cover;
  /* Hace que la imagen cubra todo el área */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  /* height: 100vh; */
}

.background-image-row3 {
  background-image: url('../assets/atendemos_cobyssa/img_atendemos.png');
  /* Cambia por la ruta de tu imagen */
  background-size: cover;
  /* Hace que la imagen cubra todo el área */
  background-position: center;
  /* Centra la imagen */
  background-repeat: no-repeat;
  /* Evita que la imagen se repita */
  /* height: 100vh; */
}


.underlined-text {
  position: relative;
  /* Necesario para posicionar el ::after */
  display: inline-block;
  /* Para que la línea se ajuste al texto */
  margin-bottom: 10px;
  /* Espacio entre el texto y la línea */
}

.underlined-text::after {
  content: '';
  /* Crea el elemento visual */
  position: absolute;
  bottom: 0px;
  /* Ajusta la distancia de la línea al texto */
  left: 50%;
  /* Centra horizontalmente */
  transform: translateX(-50%);
  width: 50px;
  /* Longitud de la línea */
  height: 5px;
  /* Grosor de la línea */
  background-color: white;
  /* Color de la línea (puedes cambiarlo) */
}

.txtwhats {
  position: relative;
  top: -15vh;
  left: 10vh;
}

.cajasomso {
  border: 1px solid white;
  border-radius: 20px;
  width: 49%;
  /* height: 70vh;
  width: 70vh; */
}

/* .paddingcontainer{
  padding: 0vh 30vh;
} */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 980px) {
  .positiontxtwhars {
    position: absolute;
    top: -5vh;
    left: 25vh;
  }

  .cajasomso {
    border: 1px solid white;
    border-radius: 20px;
    width: 90%;
    /* height: 42vh;
    width: 43vh; */
  }

  .txtwhats {
    position: relative;
    top: -13vh !important;
    left: 10vh;
  }
}

.mapacont {
  display: flex;
  justify-content: start;
}

@media only screen and (max-width: 768px) {
  .positiontxtwhars {
    position: absolute;
    top: -3vh;
    left: 16vh;
    font-size: 12px;
  }


  .text-with-lines {
    /*padding-left: 15vh !important;*/
display:flex;
  }

  .mapacont {

    justify-content: center !important;
  }

  .txtwhats {
    position: relative;
    top: -13vh !important;
    left: 10vh !important;
  }

  .centramovil {
    justify-content: center !important;
  }

  .whaymail {
    display: none;
  }

  .menuheader {
    border-bottom-left-radius: 0px !important;
    height: auto !important;
    position: block !important;
    top: 0vh !important;
    background: #fff !important;
  }

  .tktheader {
    color: #074aa5 !important;
  }

  .espacio {
    padding-top: 0 !important;
  }

  .logoheader {
    position: relative;
    top: 0vh !important;
  }

  .alineacionheader {
    justify-content: center !important;
  }
}

.btnwhatsserv {
  padding: 10px;
  background: #ffce31;
  position: absolute;
  border-bottom-right-radius: 20px;
  bottom: 0vh;
  right: 0vh;
}

.respuesta-inmediata {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Ajusta el espacio entre el icono y el texto */
  background-color: #fff;
  /* Color de fondo del div */
  padding: 10px;
  /* Espaciado interno del div */
  border-radius: 5px;
  /* Bordes redondeados */
}



@media only screen and (max-width: 420px) {
  .txtwhats {
    position: relative;
    top: -4vh !important;
    left: 3vh !important;
    font-size: 9px !important;
  }
}

.inputform1::placeholder {
  color: #fff;
}

.inputform2::placeholder {
  color: #074aa5;
}


@media only screen and (max-width: 1220px) {
  .whaymail {
    display: block;
    position: relative;
    top: -3vh;
    right: -47vh !important;
  }
}
@media only screen and (max-width: 1020px) {
  .whaymail {
    display: block;
    position: relative;
    top: -3vh;
    right: -40vh !important;
  }
}

@media only screen and (min-width: 1400px) {
  .whaymail {
    display: block;
    position: relative;
    top: -3vh;
    right: -60vh !important;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) {...} */
/* Extra large devices (large laptops and desktops, 1200px and up) */
/* @media only screen and (min-width: 1200px) {...} */