*{
  font-family: 'Montserrat';
}

@media (min-width: 1400px){
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1150px;
  }
}

@media (min-width: 1400px){
  .container-xsm{
    max-width: 880px;
  }
}

.breadcrumb-item > a {
  color: #A5A5A5;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #D41216 !important;
  text-decoration: none;
}
.bg-secondary{
  background-color: #464646 !important;
}

.bg-dark{
  background-color: #2c2c2c !important;
}

.link{
  color: white;
  transition: all .3s;
  text-decoration: none;
}

.link:hover{
  color: #D41216;
}

.footer-title{
  color: #FFF;
  font-weight: 700;
  padding-bottom: 30px;
  background-image: linear-gradient(to right, #E1001A, #E1001A) !important;
  background-position: left 35px !important;
  background-repeat: no-repeat;
  background-size: 150px 3px;
}

.m-0-auto{
  margin: 0 auto;
}

.elementor-animation-float{
  transition: all .3s;
}

.elementor-animation-float:hover {
  transform: translateY(-8px);
}

.bg-dark-blue{
  background-color: #0E3C82;
}

.text-dark-blue{
  color: #0E3C82;
}

.bg-dark-dark{
  background-color: #0D1624;
}

.nav-item.active{
  background-color: #D41216;
  border-radius: 14px;
  color: #fff;
}

.btn-red{
  background-color: #D41216;
  color: #fff;
  transition: all .3s;
}

.btn-red:hover{
  background-color: #0E3C82;
  color: #fff;
  scale: 1.1;
}

.nav-item.active > .nav-link{
  color: #fff;
}

.start-7 {
  left: 7%;
}

.border-dark{
  border: 1px solid #333 !important;
}

.ps-35px{
  padding-left: 35px !important;
}

.w-5p{
  width: 5%;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-item:hover{
  color: #D41216;
}

.name-icon-input {
  background-image: url('../img/iconUser.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.phone-icon-input {
  background-image: url('../img/iconPhone.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.email-icon-input {
  background-image: url('../img/iconCorreo.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
}

.product-icon-input {
  background-image: url('../img/iconProduct.svg');
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 15px;
}

.comments-icon-input {
  background-image: url('../img/iconComment.svg');
  background-repeat: no-repeat;
  background-position: 10px 10px;
}

.bg-paralax{
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

.bg-paralax-img-1{
  background-image: url(../img/BG-home1.jpeg);
}

.bg-paralax-img-2{
  background-image: url(../img/bgAzulFranja.jpeg);
}

.bg-paralax-img-3{
  background-image: url(../img/fondo_contactanos_sinopacidad_darcor.jpeg);
}

.bg-product-1{
  background-image: url(../img/banner1_darcor_sinopacidad.jpeg);
  background-position: center right;
  background-size: cover;
  height: 200px;
}

.bg-product-2{
  background-image: url(../img/banner2_darcor_sinopacidad.jpeg);
  background-position: center right;
  background-size: cover;
  height: 200px;
}

.bg-product-3{
  background-image: url(../img/header-contacto.jpeg);
  background-position: center right;
  background-size: cover;
  height: 200px;
}
@media (max-width: 768px){
  .border-start, .border-end{
    border-color: transparent !important;
  }
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
.active.fade-left {
  animation: fade-left 1s ease-in;
}
.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.btnLateral {
  background: linear-gradient(180deg, #D41216 0%, #FF7B7B 100%);
  width: 80px;
  height: 80px;
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 0;
  border: 0;
  transition: .3s;
}

.btnLateral img {
  width: 50%;
  padding-top: 5px;
}

.whatsappIcon {
  position: fixed;
  bottom: 7px;
  right: 7px;
  z-index: 99;
}

.text-about-us{
  font-size: 14px;
  text-align: justify;
}

.text-small{
  font-size: 0.9rem;
}

.text-mini{
  font-size: 1.2rem;
}

@media (max-width: 990px){
  .height-450{
    height: 450px;
  }
}

@media (max-width: 990px){
  .w-100-r{
    height: 450px;
  }
}


.slide-1{
  background-image: url(../img/slide1.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

.slide-2{
  background-image: url(../img/slide2.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

.slide-3{
  background-image: url(../img/slide3.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

.slide-4{
  background-image: url(../img/slide4.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

.slide-5{
  background-image: url(../img/slide5.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

.slide-6{
  background-image: url(../img/slide6.jpg);
  background-position: center right;
  background-size: cover;
  height: 480px;
}

