/* Tarma Instalaciones CSS */

/* containers */
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 576px) and (max-width: 1139px) {
  .container,
  .container-fluid {
    max-width: 100%;
  }
} /* end media*/
@media only screen and (min-width: 1140px) and (max-width: 1899px) {
  .container-xxl,
  .container-fluid {
    max-width: 100%;
  }
} /* end media*/
@media only screen and (min-width: 1900px) and (max-width: 2199px) {
  .container-fluid {
    max-width: 100%;
  }
} /* end media*/

@media (min-width: 1140px) {
  .container {
    width: 100%;
    max-width: 1140px;
  }
} /* end media*/
@media (min-width: 1900px) {
  .container-xxl {
    width: 100%;
    max-width: 1900px;
  }
} /* end media*/
@media (min-width: 2200px) {
  .container-fluid {
    width: 100%;
    max-width: 100%;
  }
} /* end media*/

/*pages*/

body {
  font-family: "Montserrat", serif;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  color: #001a77;
  letter-spacing: 0.035rem;
  background-color: #FFF9EF;
}

.bg-ocre {
  background-color: #FFF9EF;
}
.bg-ocre-degradado {
  background: rgb(255,249,239);
background: linear-gradient(180deg, rgba(255,249,239,1) 0%, rgba(255,249,239,0) 100%);
}

.page-header, #single-wrapper .entry-header {
  padding-top: 50px;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 20px;
   
    font-weight: 300;
  }
  .page-header, #single-wrapper .entry-header {
    padding-top: 160px;
  }
} /* end media */
@media only screen and (min-width: 1200px) {
  body {
    font-size: 25px;
    line-height: 1.4;
    font-weight: 300;
  }
} /* end media */

.montserrat-regular {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
strong, .fw-bold  {
  font-weight: 700;
}
.text-decoration-none a {
  text-decoration: none;
}
/* header */
#wrapper-navbar {
  background-color: #001a77;
}

.logo, .logo-footer {
  max-width: 180px;
  height: auto;
}

.nav-link {
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 10px;
}
.nav-link:hover,
.active .nav-link {
  color: #fdc300;
}

.offcanvas {
  --bs-offcanvas-width: 100%;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 43.5 33.4" style="enable-background:new 0 0 43.5 33.4;" xml:space="preserve"><rect style="fill:%23FDC300;" width="43.5" height="7.1"/><rect style="fill:%23FDC300;" y="12.6" class="st0" width="43.5" height="7.1"/><rect style="fill:%23FDC300;" y="26.2" class="st0" width="43.5" height="7.1"/></svg>');
  width: 30px;
  height: 30px;
  opacity: 1;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler-icon:focus,
.btn-close:focus {
  outline: none !important;
  border: none !important;
  border-width: 0;
  box-shadow: none !important;
  border: none;
}

.btn-close {
  background-image: url('data:image/svg+xml,<svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 36.9 37.5" style="enable-background:new 0 0 36.9 37.5;" xml:space="preserve"><style type="text/css">.styellow{fill:%23FDC300;}</style><rect x="-3.5" y="14.7" transform="matrix(0.7071 0.7071 -0.7071 0.7071 18.2384 -7.5708)" class="styellow" width="43.5" height="7.1"/><rect x="-3.1" y="15.6" transform="matrix(0.7071 -0.7071 0.7071 0.7071 -8.091 18.8441)" class="styellow" width="43.5" height="7.1"/></svg>');
  background-size: 100%;
  height: 20px;
  height: 20px;
  opacity: 1;
  filter: none;
}

.wrapper {
  padding: 0;
}
@media only screen and (min-width: 420px) {
  .logo, .logo-footer {
    max-width: 220px;
  }
} /*  end css */
@media only screen and (min-width: 768px) {
  #wrapper-navbar {
    min-height: 100px;
    width: 100%;
    position: fixed;
    background-color: transparent;
    z-index: 2;
  }
  /* .wrapper {
    padding: 100px 0 0 0;
  } */
  .logo, .logo-footer {
    max-width: 240px;
  }
  .offcanvas {
    --bs-offcanvas-width: 70%;
  }
  #main-menu,
  .slogan {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 25px;
    margin-bottom: 15px;
  }

  .navbar-toggler-icon {
    width: 40px;
    height: 40px;
  }
  .btn-close {
    width: 30px;
    height: 30px;
  }
} /*  end css */

@media only screen and (min-width: 1200px) {
  #wrapper-navbar {
    min-height: 140px;
    position: fixed;
  }
  /* .wrapper {
    padding: 140px 0 0 0;
  } */
  .logo {
    max-width: 275px;
    margin-left: 5vw;
  }
  .offcanvas {
    --bs-offcanvas-width: 50%;
  }
  /*.nav-link {
    font-size: 28px;
    margin-bottom: 20px;
  }*/
} /*  end css */
@media only screen and (max-width: 768px) {
  .fa-whatsapp {
    width: 30px;
    height: 30px;
  }
/* fondo en legales */
  .cover-150.wp-block-cover {
    min-height: 150px !important;
    
  }
} /*  end css */

.menu-nivel-2 a {
  padding-left: 2rem;
}

/* cabecera de páginas */
#cabeceras {
  background-color: #02081a;
}
.bg-cabecera {
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 50px 50px 300px;
  color: #fff;
}

.bg-bg-pie {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100%;
  /*background-attachment: fixed;
  padding-bottom: 700px;  */
}

#wrapper-pie {
  min-height: 600px;
}
@media only screen and (min-width: 460px) {
  .bg-cabecera {
    padding: 50px 50px 500px;
  }
} /*  end css */
@media only screen and (min-width: 768px) {
  .bg-cabecera {
    background-size: cover;
    background-position: center center;
    padding: 150px 50px 150px;
  }
  .bg-bg-pie {
    background-attachment: fixed;
  }
  /* #cabeceras h1 {
    margin-top:140px;
  } */

  .info-cabecera {
    max-width: 65%;
  }
} /*  end css */
@media only screen and (min-width: 1024px) {
  .bg-cabecera {
    padding: 200px 50px;
  }
  .info-cabecera {
    max-width: 50%;
  }
} /*  end css */
@media only screen and (min-width: 1920px) {
  .bg-cabecera {
    /*background-position: top right;
    background-size: cover;*/
    padding: 200px 50px;
  }
  /* #cabeceras h1 {
    margin-top:250px;
  } */

  .info-cabecera {
    max-width: 900px;
  }
} /*  end css */

/* botones */
.btn-primary,
.understrap-read-more-link,
.wp-block-button__link,
.enlace-cabecera.btn-primary {
  border: none;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
}
.btn-primary,
.understrap-read-more-link,
.wp-block-button__link,
.active > .page-link,
.page-link.active {
  background-color: #001a77;
  color: #fff;
}


.btn-primary:hover,
.understrap-read-more-link:hover .active > .page-link:hover,
.wp-block-button__link:hover {
  background-color: #fdc300;
  color: #001a77;
  border: none;
}

.enlace-cabecera.btn-primary {
  background-color: #fdc300;
  color: #001a77;
  border: none;
  line-height: 100%;
}

.enlace-cabecera.btn-primary:hover {
  background-color: #001a77;
  color: #fff;
  border: none;
}

@media only screen and (min-width: 768px) {
  .btn-primary,
  .understrap-read-more-link,
  .wp-block-button__link,
  .enlace-cabecera.btn-primary {
    font-size: 22px;
  }
} /*  end css */

/* footer */

.site-footer {
  background-color: #ccccd6;
  font-size: 0.9rem;
  line-height: 140%;
  font-weight: 400;
}
.site-footer a,
#footer-extra a {
  text-decoration: none;
}
.site-footer a:hover,
#footer-extra a:hover  {
  text-decoration: underline;
}

#footer-extra {
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 200px;
  background-size: 180%;
  font-size: 0.9rem;
  line-height: 140%;
}

#footer-extra strong {
  font-weight: 600;
}

#footer-extra a.email {
  word-break: break-all;
}

/* paginacion */
.pagination {
  margin-top: 40px;
  border-radius: 0 !important;
}
.pagination .page-item a,
.pagination .page-item .current {
  padding: 5px 15px;
  border-radius: 0 !important;
  font-size: 120%;
}
.page-link:focus {
  background-color: #ddd !important;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2) !important;
}
@media only screen and (min-width: 768px) {
  #footer-extra {
    padding-bottom: 300px;
    font-size: 1rem;
  }
} /* end media */
@media only screen and (min-width: 1024px) {
  .pagination .page-item a,
  .pagination .page-item .current {
    padding: 1rem 0.5rem;
  }
  #footer-extra {
    padding-bottom: 500px;
    background-size: auto;
    font-size: 1.2rem;
    line-height: 2;
  }
} /* end media */

/* contact form*/

.wpcf7 {
  max-width: 100% !important;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {
  border-radius: 0;
  background-color: rgba(0, 26, 119, 0.2) !important;
  border: none;
  font-size: 17px;
  color: #1e120d;
}
.wpcf7-form input[type="submit"] {
  width: 100%;
  background: #001a77;
  border: 1px solid #001a77;
  border-radius: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding: 3px 15px;
  text-align: left;
  text-transform: uppercase;
}

.wpcf7-form input[type="submit"]:hover {
  background: #fff;
  color: #001a77;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0 !important;
  font-size: 14px;
}
.wpcf7-acceptance .wpcf7-list-item label {
  font-size: 14px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 20px !important;
  background-color: #fff;
}
.wpcf7 label,
.wpcf7 select {
  font-size: 17px;
  color: #1e120d;
}

@media only screen and (min-width: 768px) {
  .wpcf7 label,
.wpcf7 select {
    font-size: 22px;
  }
  .wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea,
.wpcf7-form select {

  font-size: 20px;
  
}
} /* end media */

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="search"]:focus,
.wpcf7 input[type="url"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 input[type="number"]:focus,
.wpcf7 input[type="range"]:focus,
.wpcf7 input[type="date"]:focus,
.wpcf7 input[type="month"]:focus,
.wpcf7 input[type="week"]:focus,
.wpcf7 input[type="time"]:focus,
.wpcf7 input[type="datetime"]:focus,
.wpcf7 input[type="datetime-local"]:focus,
.wpcf7 input[type="color"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="file"]:focus,
.wpcf7 input[type="submit"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  color: #1e120d;
}
/* marquesina   */

.marquee {
  overflow: hidden;
  white-space: nowrap;
  /* Ancho del contenedor para controlar la velocidad */
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #001a77;
  background-color: #fdc300;
  height: 58px;
}

.marquee ul {
  display: inline-block;
  animation: marquee 40s linear infinite;
}

.marquee li {
  display: inline-block;
  margin: 0 10px;
  padding-left: 10px;
}
.marquee li::before {
  content: "- ";
  margin-right: 25px; /* Ajusta el margen derecho según sea necesario */
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@media only screen and (min-width: 768px) {
  .marquee {
    font-size: 36px;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 108px;
  }
} /* end media */
@media only screen and (max-width: 768px) {
  .cover-300 .wp-block-cover {
    min-height: 300px !important;
  }
} /* end media */

.sp-easy-accordion > .sp-ea-single > .ea-header a .ea-expand-icon {
  float: right !important;
  color: #001a77;
  font-size: 22px;
}

.sp-easy-accordion > .sp-ea-single > .ea-header a {
  font-size: 1.2rem;
}

.sp-easy-accordion > .sp-ea-single {
  border: 0;
  border-bottom: 1px solid #001a77!important;
  border-radius: 0;
  margin-bottom:20px!important;
}
.sp-easy-accordion > .sp-ea-single > .sp-collapse > .ea-body {
  font-size: 1rem;
}

.legales a {
  color: #000;
  text-decoration: none;
}
.legales a {
  color: #000;
  text-decoration: underline;
}

.cursor-default a{
  cursor: default;
}

#main-menu .navbar-nav {
  display: block;
}
#main-menu li.lang-item {
  display: inline-block!important; 
  font-weight: 300;
  padding-right: 10px;
  width: 90px!important; 
  overflow: hidden;
  height: 50px!important; 
}
#main-menu li.lang-item .nav-link {
  display: inline-block!important; 
}
#main-menu li.lang-item .nav-link.current-lang{
  font-weight: 600;
  color: #fdc300;
}

.pll-parent-menu-item .dropdown-menu {
  display: block!important;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
.pll-parent-menu-item .dropdown-menu .lang-item .dropdown-item{
  color:#fff;

}
.pll-parent-menu-item .dropdown-menu .current-lang .dropdown-item,
.pll-parent-menu-item .dropdown-item:hover {
  color:#fdc300;
  font-weight: 600;
  background-color: transparent;

}


#menu-item-dropdown-821, #menu-item-dropdown-824  { 
  display: none;
}

#menu-item-442 a:hover, #menu-item-442 a:focus {
  color:#fff;
  border: none;
}

.text-black table {
  color:#000!important;
  font-size: 90%;
}