.section 
{
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}
#section1 
{
  background-color: #007bff; /* Azul */
}
.full-height 
{
  min-height: 100vh; /* Full height de la ventana */
}
.full-width 
{
  width: 100%; /* Full width */
}
.content 
{
  padding: 50px;
}
.align-justify 
{
  text-align: justify;
  line-height: 30px;
  margin-bottom: 30px;
  font-size: 1.25rem;
  padding: 10px;
  color: #000000;
}
.short 
{
  background-color: #2a3855;
  border-radius: .094rem;
  margin-left: auto;
  margin-right: auto;
  height: 3px;
}   
.jumbotron-cover-image 
{
  position: relative;
  background: #000 url("../img/BckgrounJumbotron.jpg") center center;
  background-size: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  color: #00000;
  text-align: center;
}
.jumbotron h1
{
  font-weight: bold;
}


.social-icons a,
.social-icons-jumbotron a,
.social-links a
{
  display: inline-block;
  color: #000000;
  font-size: 25px !important;
  transition: color 0.3s ease;
  background: #3498db;
  line-height: 1;
  border-radius: 50%;
  margin-right: 5px;
  padding: 5px;
}
.btn-whats-app /* Icono de Whatsapp Flotante */
{
  display: inline-block;
  color: #000000;
  transition: color 0.3s ease;
  background-color: #25d366;
  margin-bottom: 50px;
  font-size: 40px;
  line-height: 1;
  border-radius: 50%;
  margin-right: -10px !important;
  padding: 5px;
  opacity: 0.5;
}
#back-to-up
{
  background-color: #ff7c24;
  margin-top: 10px;
  font-size: 25px;
  margin-right: 2px;
  opacity: 0.5;
}

.social-icons-jumbotron a:hover,
.social-icons a:hover,
.social-links a:hover 
{
    transform: scale(1.1);
    color: #ffffff !important;    
    background-color: #ffc107;
    border-color: #285e8e; 
    opacity: 1;
}

.btn-whats-app:hover,
#back-to-up:hover
{
  transform: scale(1.1);
  color: #ffffff !important;    
  background-color: #ffc107;
  border-color: #285e8e; 
  opacity: 1;
}

figure 
{
  margin-bottom: 0; 
}
.experience_mask img 
{
  width: 100%;
  clip-path: circle(47% at 50% 50%);
  height: 280px;
}
.mbr-figure 
{
  border: 5px solid transparent;
  border-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%) 1 !important; 
}  
.experience_mask figure 
{
  width: fit-content;
  clip-path: circle(47% at 50% 50%);
  padding: 6px;
  background: linear-gradient(11deg, #15395A 0.01%, #15395A 100%);
  transition: all 0.8s ease;
}
.experience_mask figure:hover 
{
  transform: scale(1.05);
  transition: all 0.8s ease;
}
.experience_mask img 
{
  width: 100%;
  clip-path: circle(47% at 50% 50%);
  height: 390px;
}
.mbr-section-subtitle 
{
  font-size: 40px;
  font-weight: 700;
  line-height: 51px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
}
.text_navbar
{
  margin-left: 20%;
  font-size: 20px
}
.card-img-top 
{
  height: 200px;
  object-fit: cover;
}
.form-group .form-control-icon 
{
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: #f7aa09;
}
.form-group .form-control 
{
  padding-left: 2.375rem;
  font-weight: bold;
}
.navbar-nav .nav-link.active 
{
  color: #ffc107 !important; 
  font-weight: bold; 
}
.what-we-do .icon-box 
{
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.what-we-do .icon-box .icon 
{
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #eaf4fb;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.what-we-do .icon-box .icon i 
{
  color: #3498db;
  font-size: 28px;
}
.what-we-do .icon-box h4 
{
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.what-we-do .icon-box h4 a 
{
  color: #384046;
  transition: ease-in-out 0.3s;
}
.what-we-do .icon-box p 
{
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.what-we-do .icon-box:hover 
{
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}
.what-we-do .icon-box:hover h4 a,
.what-we-do .icon-box:hover .icon i 
{
  color: #3498db;
}
.section-title 
{
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 
{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title h2::before 
{
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after 
{
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #3498db;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title p 
{
  margin-bottom: 0;
}
.contact .info-wrap 
{
  padding: 30px;
  background: #fff;
  border-radius: 4px;
}
.contact .info i 
{
  font-size: 20px;
  color: #3498db;
  float: left;
  width: 44px;
  height: 44px;
  background: #eaf4fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 
{
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #384046;
}
.contact .info p 
{
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65747f;
}
.contact .info:hover i 
{
  background: #3498db;
  color: #fff;
}
#map 
{
  height: 200px;  /* The height is 200 pixels */
  width: 100%;  /* The width is the width of the web page */
}
footer 
{
  border-top: 3px solid #a70132; 
  background-color: #343a40;
  color: #ffffff;   
}  
.map-container 
{
  height: 200px; /* Altura del mapa */
  position: relative;
  overflow: hidden;
}
.map-container iframe 
{
  width: 100%;
  height: 100%;
  border: 0;
}
.card-img-top 
{
  height: 200px; /* Altura deseada */
  object-fit: cover; /* Escala las imágenes para cubrir todo el contenedor manteniendo su relación de aspecto */
}
.carousel-indicators [data-bs-target] 
{
    position: relative;
    width: 60px;
    height: 6px;
    border: none;
    border-radius: 24px;
}
.carousel-indicators [data-bs-target] span 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #7952b3;
    border-radius: inherit;
}
.carousel-control-prev-icon 
{
    background-image: url('../img/prev.png');
    width: 200px;
    height: 100px;
    opacity: 1 !important;
    /*-webkit-filter: grayscale(100%); Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
.carousel-control-next-icon 
{
    background-image: url('../img/next.png');
    width: 200px;
    height: 100px;
    opacity: 1 !important;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
}
#msg_cantidad
{
  color: red;
  font-size: 1.75rem;
  font-weight: bold;
  padding-top: 25%;
}

.embed-responsive-item
{
    height: 250px !important;
}
@media (min-width: 992px) 
{
  .social-icons 
  {
    float: right;
    text-align: center; 
    margin-top: 10px; 
  }
}

@media (max-width: 767.98px) 
{
  .carousel-control-prev-icon 
  {
    background-image: url('../img/prev.png');
    width: 50px;
    height: 50px;
    opacity: 1 !important;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
  }
  .carousel-control-next-icon 
  {
    background-image: url('../img/next.png');
    width: 50px;
    height: 50px;
    opacity: 1 !important;
    /*-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0 
    filter: grayscale(100%);*/
  }
  .experience_mask figure 
  {
    margin-top: 35%;
  }
  .social-icons
  {
    display: block ruby !important;
    margin-top: 10px;
    margin-left: 10% !important;
  }
  .embed-responsive-item
  {
    height: 150px !important;
  }
  #DepsaSlider .carousel-item img
  {
    max-height: 300px; /* Ajusta esta altura según sea necesario */
    width: 100%;
    object-fit: contain;
  }
  .jumbotron-cover-image
  {
    position: relative;
    background: #000 url("../img/BckgrounJumbotron-mobile.png") center center;
    background-size: auto;
    width: 100%;
    background-size: cover;
    color: #00000;
    text-align: center;
    max-height: 300px !important; /* Ajusta esta altura según sea necesario */
    object-fit: contain;
  }
  .social-icons-jumbotron a,
  .social-links a 
  {
    transform: scale(1.1);
    color: #000000 !important;    
    background-color: #3498db;
    border-color: #285e8e; 
    opacity: 1;
  }
  .btn-whats-app /* Icono de Whatsapp Flotante */
  {
    display: inline-block;
    color: #000000;
    transition: color 0.3s ease;
    background-color: #25d366;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1;
    border-radius: 50%;
    margin-right: -15px !important;
    padding: 5px;
    opacity: 1;
  }
  #back-to-up
  {
    background-color: #ff7c24;
    margin-top: 10px;
    font-size: 25px;
    margin-right: -2px;
    opacity: 1;
  }
}







 
