html,
body {
  scroll-behavior: smooth;
}
body {
  font-family: "Open Sans", sans-serif;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  /* font-size: .86em; */
  /* min-height: 100%; */
  position: relative;
  font-weight: 400;
}
html,
body,
header,
.carousel,
.cuadro {
  height: 100vh;
}

a {
  color: #333;
}

a:hover {
  color: red;
  cursor: pointer;
}
.view,
body,
html {
  height: 100%;
}
.carousel .carousel-inner,
.carousel .carousel-inner .active,
.carousel .carousel-inner .carousel-item {
  height: 100%;
}
.vista {
  height: 95%;
}
.nav-item {
  padding: 0 0.4em;
  font-weight: bold;
  list-style: none;
  display: inline-block;
}
.nav-link.active,
.nav-link:hover {
  color: #bbb !important;
  border-bottom: 1px solid #ef4836;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sinsombra {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
}
.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > .active > a:hover {
  color: #ef4836;
  border-bottom: 1px solid #ef4836;
}
.navbar {
  background-color: #000;
}

hr.colored {
  border-color: #ef4035;
  width: 200px;
}
.colored {
  color: #ef4035;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 70px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #b50000; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  width: 50px;
  height: 50px;
  border-radius: 4px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.bg-rayitas {
  background-image: url(../img/bg.png);
}
.bg-mapa {
  background-image: url(../img/map-bg.png);
  background-position: 50% 50%;
}
.bg-footer {
  background-image: url(../img/bg2.png);

  background-size: contain;
}
.dropdown-menu {
  border: 0;
  box-shadow: none!important;
}
.navbar .dropdown-menu a {
  font-size: 0.87em;
  font-weight: 400;
}
.navbar .dropdown-menu a {
  padding: 4px 10px;
}
.btn.btn-md {
  padding: 0.4rem 0.6rem;
  font-size: 0.7rem;
  border-radius: 5em;
}
.btn {
  text-transform: none;
  border-radius: 5em;
  font-size: 16px;
}
.btn-danger {
  
  background-color: #b50000 !important;
}
input[type="search"]:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px gray;
}
input[type="search"]:focus:not([readonly]) {
  border-color: #fff;
  box-shadow: inset 0 0 0 1px gray;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
}
input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 1px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline:none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:after {
  display: inline-block;
  position: absolute;
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  content: '\f077';
  transform: translate(-50%, -50%) rotate(180deg);;
}
.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.number-input input[type=number] {
  font-family: sans-serif;
  max-width: 5rem;
  padding: .5rem;
  border: solid #ddd;
  border-width: 0 2px;
  font-size: 1rem;
  height: 3rem;
  font-weight: bold;
  text-align: center;
}
.ajuste {
  height: 200px;
}
.ajuste img {
  height: calc(100%);
  object-fit: contain;
  padding: 1em;
}
.ajustelista {
  width: 100px;
}
.ajustelista img {
  height: calc(100%);
  object-fit: cover;
}
.ajustedetalle {
  height: 400px;
}
.ajustedetalle img {
  height: calc(100%);
  object-fit: contain;
  padding: 1em;
}
@media (max-width: 544px) {
  .ajustedetalle {
    height: 420px;
  }
}
@media (max-width: 544px) {
  .ajustedetalle img {
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .buscar {
    width: 75% !important;
    margin: 0 auto;
  }
}
.input-group-append {
  margin-left: -6px;
  height: 50px;
  margin-top: -6px;
}
.form-control {
  border: none;
  border-radius: 5em;
}
.top-nav-collapse {
  background-color:#000;
}
@media (max-width: 768px) {
  .navbar:not(.top-nav-collapse) {
    background-color: #000000;
  }
}
@media (min-width: 800px) and (max-width: 850px) {
  .navbar:not(.top-nav-collapse) {
    background-color: #000000;
  }
}
.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link {
  background-color: transparent;
}
.rgba-black-light,
.rgba-black-light:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  width: 100px;
  height: 100px;
}
.pie {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: fixed;
  background-image: url(../img/s2.jpg);
  background-position: 50% 50%;
}
.pie-2 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 50% 50%;
  background-color: #d2151e !important;
  height: 100%;
}
.pie-3 {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: fixed;
  background-image: url(../img/black.jpg);
  background-position: 50% 50%;
}
.fondorojo {
  background-color: #d2151e !important;
}
@media (max-width: 544px) {
  .pie,
  .pie-2,
  .pie-3 {
    height: fit-content;
  }
}
.card-body {
  padding: 0.2rem 1rem !important;
}
.card {
  transition: transform 1s;
}
.card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.copyright-area {
  border-top: 1px solid #192129;
  text-align: center;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.social-links a {
  width: 50px;
  text-align: center;
  line-height: 44px;
  height: 50px;
  border: 1px solid #ece9e9;
  border-radius: 50%;
  display: inline-block;
  font-size: 24px;
  background-color: #fff;
  color: #ff3547 !important;
}
.social-links a:hover {
  color: #ffffff !important;
  border: 1px solid #ff3547;
  background-color: #ff3547;
  border: none;
}
.heading-underline {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}
.heading-underline span {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 300px;
  height: 2px;
  background-color: #dedede;
  position: relative;
}
.heading-underline span:before {
  content: "";
  display: block;
  width: 112px;
  height: 4px;
  position: absolute;
  left: 0;
  top: -1px;
  background-color: #cd0001;
  left: 50%;
  transform: translateX(-50%);
}
.footer-area a:hover {
  color: #ff3547 !important;
}
.text-danger {
  color: #ff020a !important;
}
.marcas {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background: fixed;
  background-image: url(../img/slider-2.jpg);
  background-position: 50% 50%;
}
.bordes {
  border-bottom: #b50000 10px solid;
  border-top: #b50000 10px solid;
}
.border-top {
  border-top: 10px solid #b50000 !important;
}
.parallaxParent {
  height: 100vh;
  overflow: hidden;
}
.parallaxParent > * {
  height: 200%;
  position: relative;
  top: -100%;
}

.dash:after {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.dash:after {
  content: " ";
  clear: both;
  width: 5em;
  display: block;
  margin: 0 auto;
  padding-top: 0.3em;
  border-bottom: 4px solid #ff020a;
}
.display-4 {
  font-size: 3.5rem;
}
@media (max-width: 544px) {
  .display-4 {
    line-height: 1em;
    font-size: 3rem;
  }
}
.elegant-color-dark {
  background-color: #0f0f0f !important;
}
.text-dark {
  color: #000 !important;
}
.abajo {
  padding-bottom: 16em;
}
@media (max-width: 544px) {
  .abajo {
    padding-bottom: 1em;
  }
}
.circulorojo {
  height: 30px;
  width: 30px;
  color: #fff;
  background: black;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 0px solid #f6d8db;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}

.circuloverde {
  height: 30px;
  width: 30px;
  color: #fff;
  background: rgb(24, 231, 34);
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  border-radius: 50%;
  border: 0px solid #f6d8db;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 10;
}

/* Hovers for images and videos */
.hover_icon {
  position: relative;
  display: block;
}
.hover_icon:before {
  font-family: "Font Awesome\ 5 Free";
  font-size: 2em;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  margin-top: 100px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.hover_icon:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  margin-top: 0;
}
.hover_icon_link:before {
  content: "\f35b";
}
.hover_icon_marcas:before {
  content: "\f35a";
}
.hover_icon:after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -ms-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.hover_icon:hover:after {
  opacity: 1;
}
@media (max-width: 991px){
  .navbar-collapse {
    height: 100vh;
    font-size: 1.8em;
  }
}
@media (max-width: 991px){
  .navbar .nav-flex-icons {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu {
  background-color: white!important;
}
.dropdown-item.active, .dropdown-item:active {
  color: #222;
  text-decoration: none;
  background-color: transparent!important;
}

.texto1 {
 
  font-family:helvetica;
  font-weight:bold;
  color:#da1c1ce0;
  background-color: #da1c1ce0;

  }
  .parpadea {
  
  animation-name: parpadeo;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;

  -webkit-animation-name:parpadeo;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  }

  @-moz-keyframes parpadeo{  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
  }

  @-webkit-keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
  }

  @keyframes parpadeo {  
  0% { opacity: 1.0; }
  50% { opacity: 0.3; }
  100% { opacity: 1.0; }
  }
