/**
* Template Name: Squadfree - v4.11.0
* Template URL: https://bootstrapmade.com/squadfree-free-bootstrap-template-creative/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  background-color: rgb(254, 254, 254);
}

a {
  text-decoration: none;
  color: #2d2d2d;
}

a:hover {
  color: #2d2d2d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

#main {
  margin-top: 90px;
}

/*--------------------------------------------------------------
  # Back to top button
  --------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 998;
  background: #f8d828;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #f8d828;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
  # Disable aos animation delay on mobile devices
  --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 8px;
  background: rgb(253, 3, 3);
  display: grid;
  grid-template-columns: 2fr 4fr;
}
#header .header-div {
  display: grid;
  grid-template-rows: 0.5fr 2fr;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(253, 3, 3);
  padding: 8px;
}

#header .logo h1 {
  font-size: 24px;
  margin: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

#header .social-links {
  text-align: center;
  color: red;
  font-size: 14px;
  padding: 0 60px 0 0;
}

@media (max-width: 768px) {
  #header.header-scrolled {
    padding: 8px 0;
  }
  #header .header-div {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 5fr 2fr;
  }

  #header .social-links {
    text-align: center;
    padding: 10px 40px 0 0;
  }
}

/*--------------------------------------------------------------
  # Navigation Menu
  --------------------------------------------------------------*/
/**
  * Desktop Navigation 
  */
.navbar {
  padding: 10px 0px;
  position: static;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  margin-left: 10px;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: rgb(255, 253, 253);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  background: rgba(255, 255, 255, 0.2);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 10px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 600;
  color: #2f4d5a;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #f8d828;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
  * Mobile Navigation 
  */
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.img-social {
  width: 20px;
  margin: 0 10px;
}

#curric {
  margin-top: 50px;
}

@media (max-width: 991px) {
  #curric {
    margin-top: 0px;
  }

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .img-social {
    width: 15px;
    margin: 0 5px;
  }

  .img-fluid {
    max-width: 50%;
    height: auto;
  }

  .img-fluid-logo {
    width: auto;
    max-height: 120px;
    max-width: 100%;
    height: 35px;
  }

  .img-fluid-slider {
    max-width: 100%;
    height: 200px;
  }

  .img-fluid-cata {
    width: 100%;
    max-height: 220px;
  }

  .img-fluid-cata2 {
    width: auto;
    max-height: 150px;
  }

  .img-fluid-promo {
    width: 100%;
    height: auto;
  }
}

.img-fluid-slider {
  width: 100%;
  max-height: 420px;
}
.img-fluid-promo {
  width: 100%;
  height: auto;
}
.img-fluid-cata {
  width: 100%;
  max-height: 400px;
}
.img-fluid-cata2 {
  max-width: 100%;
  height: auto;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(253, 3, 3, 0.278);
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 50px;
  bottom: 400px;
  left: 50px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #2f4d5a;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: rgba(253, 3, 3, 0.393);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;

  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #f8d828;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 1000vh;
  height: 100vh;
  background: url("../img/Familia4a.jpg") top center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100px;

  position: relative;
  margin-bottom: 30px;
  /*margin-top: 45%;*/
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: -1px 0 2px #2f4d5a;
}

#hero h2 {
  color: #fff;
  margin-bottom: 50px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: -1px 0 2px #2f4d5a;
}

.btn-get-started {
  font-size: 36px;
  display: inline-block;
  padding: 4px 0;
  border-radius: 50px;
  transition: 0.3s ease-in-out;
  margin: 10px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
}

@media (min-width: 1400px) {
  #hero {
    background-attachment: fixed;
    background-size: cover;
  }
}

@media (min-width: 578px) {
  #hero {
    background-attachment: fixed;
    max-width: 100%;
  }
}

@media (min-width: 800px) {
  #hero {
    background-attachment: fixed;
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: rgb(253, 3, 3, 0.8); */
  background: rgb(253, 3, 3);
  padding: 0 0 10px 0;
  color: #fff;
  font-size: 14px;
  box-shadow: 0px -5px 10px 0px rgb(6 6 6 / 50%);
  border-top: 4px solid rgb(250, 242, 3);
  margin-top: 40px;
}

#footer .footer-top {
  padding: 20px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-top: -50px;
  margin-bottom: 20px;
  background: white;
  color: #2f4d5a;
  border-top: 4px solid rgb(250, 242, 3);
  box-shadow: 0px -5px 10px 0px rgb(6 6 6 / 50%);
  text-align: center;
  padding: 10px 0px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  /* background:  rgb(253, 3, 3, 0.8);*/
  background: #2f4d5a;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  /* background: rgba(253, 3, 3, 0.414); */
  background: rgba(253, 3, 3);
  color: white;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #b5d9e9;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: rgb(246, 218, 56);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgb(251, 224, 70);
  color: #2f4d5a;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  /*background: #fc4437;*/
  background: #2f4d5a;
}

#footer .copyright {
  border-top: 1px solid rgb(246, 218, 56);
  text-align: center;
  padding-top: 10px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -80px 0 10px 0;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.sucursal {
  width: 300px;
  height: 150px;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #ff5f5f43;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #2f4d5a;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ff5f5fc7;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
}

#borde-imagen {
  border-radius: 20px;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  /* background: rgba(103, 176, 209, 0.75); */
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}
.portfolio {
  margin-top: 190px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 10px;
  margin: 0 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f9fafb;
}

.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: rgba(253, 3, 3, 0.414);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(47, 77, 90, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
  text-align: justify;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden;
}
.section-p {
  margin: 60px 0 0 0;
}

.section-bg {
  background-color: rgba(247, 240, 240, 0.747);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-bottom: 30px;
  color: #2f4d5a;
  z-index: 2;
}

.section-title h2::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 122px;
  height: 66px;
  background: url(../img/marca2.png) no-repeat;
  z-index: -1;
}

.section-title p {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .section-p {
    padding-bottom: 50px !important;
  }
  .section-primera {
    padding: 5px !important;
    overflow: hidden !important;
  }
  section {
    padding: 15px 0 15px 0;
    /* margin-bottom: 20px; */
    overflow: hidden;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  margin-top: 100px;
}

.services .icon-box {
  /* padding: 30px; */
  position: relative;
  overflow: hidden;
  background: transparent;
  /* background: #fff; */
  /* background-image: url(../img/sucursal14.jpg); */
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  /* background: white; */
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.services .icon-box:hover::before {
  background: rgba(30, 30, 30, 0.028);
  top: 0;
  border-radius: 0px;
}

.services .icon {
  margin-bottom: 15px;
}

.services .icon i {
  font-size: 48px;
  line-height: 1;
  color: #f8d828;
  transition: all 0.3s ease-in-out;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  text-align: justify;
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #2f4d5a;
}

.services .icon-box:hover .icon i {
  color: #fff;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 80px;
}

.contact .info-box {
  color: #444444;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #f8d828;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #f8d828;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #f8d828;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #f8d828;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------ICONO WHATSAPP-------------------*/

#whatsapp:hover {
  transform: scale(1);
}

#whatsapp,
#whatsapp:visited {
  bottom: 40px;
}

#whatsapp,
#whatsapp:visited {
  display: inline-block;
  position: fixed;
  bottom: 50px;
  right: 10px;
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  z-index: 9999;
  transition: all 0.5s ease-in-out;
  transform: scale(0.8);
}

/*--------------------
CATALOGO- APP
--------------*/

.app {
  justify-content: center;
}

.about::before {
  content: "";
  position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 9;
}

.about .container {
  position: relative;
  margin-top: -40px;
  z-index: 10;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# NUESTRA HISTORIA
--------------------------------------------------------------*/
.cta {
  background: rgba(247, 240, 240, 0.747) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #2f4d5a;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #2f4d5a;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #2f4d5a;
}

.cta .cta-btn:hover {
  border-color: #fff;
}

/*--------------------------------------------------------------
# NOVEDADES
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #2f4d5a;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e62828;
  font-size: 26px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: rgba(247, 240, 240, 0.747);
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid rgba(247, 240, 240, 0.747);
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(247, 240, 240, 0.747);
  opacity: 1;
  border: 1px solid #f32f0d;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f11f1f;
}

.cabecera {
  position: relative;
  /*width: 100% ;
  height: 10% ;*/
  margin-top: 90px;
}
@media (max-width: 389px) {
  .cabecera {
    margin-top: 60px;
  }
}

.bad1 {
  text-align: center;
  width: 50%;
  padding-top: 10px;
  margin-left: 500px;
  background-color: #f70d11;
  color: #fff;
  margin-top: -475px;
}

.button {
  font-size: 16px;
  /* padding: 10px 10px; */
  /* background: #ffad1ece; */
  background: #f8d828;
  /* color: #2f4d5a; */
  color: rgb(253, 3, 3);
  transition: 0.3s;
  border-radius: 5px;
  /* font-weight: bold; */
}

.button:hover {
  /* background: #4f4f503d;
  color: #ff5f5fc7; */
  background: #4f4f503d;
  /* color: rgba(255, 255, 0, 0.634); */
  color: rgb(253, 3, 3);
}

.box-mensaje {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.btn {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  padding: 15px 40px;
  border-radius: 0;
  font-weight: 500;
  border: 0;
  position: relative;
  z-index: 1;
  transition: 0.2s ease;
  overflow: hidden;
}

.btn::before {
  position: absolute;
  content: "";
  height: 80%;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: -1;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}

.btn-sm {
  font-size: 14px;
  padding: 10px 30px;
}

.btn-xs {
  font-size: 12px;
  padding: 5px 15px;
}

.btn-primary {
  background: #f8d828;
  color: #fff;
}

.btn-primary::before {
  background: #fff;
}

.btn-primary:active {
  background: #f8d828;
  /* background: #ffbc3b !important; */
  color: #ffbc3b;
}

.btn-primary:active::before {
  height: 80%;
}

.btn-primary:hover {
  background: #f8d828;
  color: #ffbc3b;
}
.btn-primary:disabled {
  background: #d5d5d33c;
  color: #f8d828;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f8d828;
  border-color: #f8d828;
}

.btn-secondary {
  background: #fff;
  color: #ffbc3b;
  border: 1px solid #fff;
}

.btn-secondary::before {
  background: #ffbc3b;
}

.btn-secondary:active {
  background: #f8d828;
  color: #fff;
  border: 1px solid #fff;
}

.btn-secondary:hover {
  background: #fff;
  color: #fff;
  border: 1px solid #fff;
}

.btn-primary-outline {
  border: 1px solid #f8d828;
  color: #f8d828;
  background: transparent;
}

.btn-primary-outline::before {
  background: #fff;
}

.btn-primary-outline:hover {
  background: #f8d828;
  color: #f8d828;
}

.btn-primary-outline:active {
  background: #f8d828;
  color: #fff;
}

.boton-slider {
  font-size: 36px !important;
  border-radius: 30px !important;
  /* border: 2px solid white !important; */
  background-color: rgb(130, 128, 128);
  width: 50px !important;
  height: 50px !important;
  padding: 0px 0px 5px 0px !important;
  display: inline-block !important;
  top: 40% !important;
  text-align: center !important;
  color: white !important;
}

.boton-slider-left {
  left: 2%;
}

.boton-slider-right {
  right: 2%;
}

.submenu {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  /*justify-content: space-between; */
  padding: 8px 16px;
  /* margin-top: 95px ; */
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  font-weight: 700;
  white-space: 10px;
  color: #8d8d8d;
  background-color: white;
  /* position: relative; */
  top: 95px;
  z-index: 1;
}

.submenu-item {
  border: 1px solid #8d8d8d;
  border-radius: 5px;
  text-align: center;
  height: 40px;
  width: 180px;
  line-height: 40px;
  z-index: 1;
  /* padding: 5px 30px 5px 30px; */
}

.submenu-item a {
  color: #8d8d8d;
}

.submenu-iconog {
  height: 25px;
  width: 15px;
}
.submenu-icono {
  height: 25px;
  width: 25px;
}
.container-new {
  margin: 0 60px;
}

@media (max-width: 991px) {
  .container-new {
    margin: 0;
  }
  .submenu {
    top: 80px;
    font-size: 11px;
    z-index: -2;
  }
  .submenu-item {
    height: 30px;
    width: 130px;
    line-height: 25px;
  }
  .submenu-iconog {
    height: 23px;
    width: 12px;
  }
  .submenu-icono {
    height: 23px;
    width: 23px;
  }
}

#promocion {
  padding: 10px 0 0 0;
}

.section-slider {
  position: relative;
  top: 90px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .section-slider {
    top: 71px;
  }
}

.card-promo:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.25);
}

#sucursal-iframe {
  max-width: 90%;
  margin-top: 10px;
  border-radius: 20px;
}

@media (max-width: 998px) {
  #suc-gps {
    max-width: 30% !important;
  }
}

/* .banner {
  border-radius: 10px;
} */

.container-footer {
  margin: 0 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 0.5fr;
}

.container-footer:nth-child(3) {
  grid-row-start: span 2;
}

.container-foot {
  padding-left: 60px;
  display: grid;
  grid-template-columns: 2fr 3fr;
  grid-template-rows: auto auto;
  grid-column-gap: 60px;
}

@media screen and (max-width: 991px) {
  .container-foot {
    padding: 0px 15px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .container-footer {
    margin: 0 0px;
  }
  #footer .footer-top .footer-links ul li {
    padding: 2px 0;
  }
}

#catalogo {
  padding: 0;
  margin-bottom: 40px;
}

.gallery-catalogo {
  display: grid;
  grid-template-columns: 3fr 9fr;
  grid-template-rows: auto;
  padding: 20px;
  grid-gap: 10px;
}

.gallery-container {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr;
  grid-auto-rows: 240px;
  padding: 20px;
  grid-gap: 10px;
}

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.gallery-item:nth-child(1) {
  grid-row-start: span 2;
}

.gallery-item:nth-child(4) {
  grid-column-start: span 2;
}
.catalogo-pdf {
  width: 100%;
  /* height: 450px; */
  height: 80vh;
  overflow-x: hidden;
  overflow-y: hidden;
}

@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 2fr 4fr;
    grid-auto-rows: 150px;
  }
  .catalogo-pdf {
    height: 150px;
  }
  .footer-links:nth-child(2) {
    grid-column-start: span 2;
  }
  .footer-links:nth-child(3) {
    grid-row-start: span 2;
    grid-column-start: span 2;
  }
}

.cartarjeta {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-app {
  margin-top: 20px;
  border: solid white;
  width: 18rem;
}
.historia {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .card-app {
    width: 10rem;
  }
  .historia {
    margin-top: 30px;
  }
}

.historia-p {
  font-family: Arial, Helvetica, sans-serif;
  text-align: justify;
  line-height: 50px;
  margin: 15px 0px 10px 70px;
  line-height: inherit;
  font-size: 18px;
  line-height: 40px;
  padding-right: 35px;
}

.historia-label {
  font-size: 25px;
  color: #111;
  margin: 15px 0px 10px 0px;
}

.historia-img {
  margin: 20px 50px 5px 10px;
  border: 2px solid transparent;
  border-radius: 5px;
  box-shadow: 3px 2px 2px 2px rgba(21, 21, 21, 0.3);
}

.historia-imgAbajo img {
  width: 800px;
  height: 500px;
  /* margin-left: 120px; */
  box-shadow: 3px 2px 2px 2px rgba(21, 21, 21, 0.3);
  border-radius: 3px;
}

/*viendo*/
@media screen and (max-width: 991px) {
  .historia-img {
    width: 10rem;
    margin-top: -1rem;
    margin-left: 4rem;
    /* margin:5px 0px 10px 0px; */
  }

  .historia-p {
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: -1rem;
  }

  .historia-label {
    margin-top: -1rem;
    margin-bottom: 2rem;
    margin-left: 1rem;
    margin-right: auto;
  }

  .historia-imgAbajo img {
    width: 18rem;
    height: 16rem;
    margin-top: -1rem;
    /* margin-left: -1rem;
    margin-right: -3rem; */
    /* margin:5px 0px 10px 0px; */
  }
}
.overlay {
  background: #670101cb;
  opacity: 1;
}
.alert {
  /* margin: 18px 0px; */
  padding: 8px 10px;
}

button[disabled="disabled"] {
  opacity: 0.7;
}

.sliderMedioPago {
  /* width: 75vw; */
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
}

.sliderMedioPago .slide-trackMP {
  display: flex;
  animation: scroll 20s linear infinite;
  -webkit-animation: scroll 20s linear infinite;
  width: calc(
    320px * 2
  ); /*multiplico el tamaño de la imagen * la cantidad de imagenes*/
}

.sliderMedioPago .slideMP {
  margin-right: 10px;
  width: 420px;
}

.sliderMedioPago .slideMP img {
  width: 100%;
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* -200 para q se traslade hacia la izquierda */
  100% {
    -webkit-transform: translateX(calc(-320px * 2));
    transform: translateX(calc(-320px * 2));
  }
}
/* .colorslider {
  background-color: #f8f6f6;
} */
.slider-h3 {
  margin-left: 130px;
}

.gallery-img-qr {
  width: 90%;
  height: 80%;
  object-fit: fill;
}

#img-slide-c {
  width: 320px;
  height: 240px;
}

@media (min-width: 235px) and (max-width: 767px) {
  .sliderMedioPago .slide-trackMP {
    display: flex;
    animation: scroll 20s linear infinite;
    -webkit-animation: scroll 20s linear infinite;
    width: calc(
      180px * 5
    ); /*multiplico el tamaño de la imagen * la cantidad de imagenes*/
  }

  .sliderMedioPago .slideMP {
    margin-right: 10px;
    width: 180px;
  }

  @keyframes scroll {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    /* -200 para q se traslade hacia la izquierda */
    100% {
      -webkit-transform: translateX(calc(-180px * 5));
      transform: translateX(calc(-180px * 5));
    }
  }

  #img-slide-c {
    width: 180px;
    height: 180px;
  }
}

.sliderMedioP {
  /* width: 75vw; */
  width: 100%;
  height: auto;
  margin: auto;
  overflow: hidden;
  margin-bottom: 80px;
}

.sliderMedioP .slide-trackM {
  display: flex;
  animation: scroll 40s linear infinite;
  -webkit-animation: scroll 40s linear infinite;
  width: calc(
    200px * 8
  ); /*multiplico el tamaño de la imagen * la cantidad de imagenes*/
}

.sliderMedioP .slideM {
  margin-right: 60px;
  width: 200px;
}

.sliderMedioP .slideM img {
  width: 80px;
  height: 60px;
}
.sliderMedioP .slideM #img2 {
  width: 60px;
  height: 60px;
}

@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* -200 para q se traslade hacia la izquierda */
  100% {
    -webkit-transform: translateX(calc(-200px * 8));
    transform: translateX(calc(-200px * 8));
  }
}
.colorslider2 {
  /* background-color: #f8f6f6; */
  margin-left: 100px;
  padding-bottom: 10px;
}

@media (min-width: 235px) and (max-width: 767px) {
  .sliderMedioP {
    margin-bottom: 80px;
  }
  .sliderMedioP .slideM img {
    width: 50px;
    height: 30px;
  }
  .sliderMedioP .slideM #img2 {
    width: 30px;
    height: 30px;
  }
  .sliderMedioP .slideM {
    margin-right: 30px;
  }
  .colorslider2 {
    margin-left: 10px;
  }
}

/* slider de abajo*/
