@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html, body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  color:#222;
  margin:0; 

}
#logo{
  height: 50px ;
  width: 45px ;
} 
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #DB5E09;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-to-top:hover {
  background-color: #000;
}

/* DISEÑO DE MODALES */
/* Centra el modal verticalmente */
.modal-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-body1, .modal-body2, .modal-body3, .modal-body4, .modal-body5, .modal-body6, .modal-body7 img {
  max-width: 100%;
  height: auto;
}
/* FIN DISEÑO DE MODALES */


/*hexagon fotos*/

.hexagon-container{
  width: 173px; /* Ancho y altura deben ser ajustados para la proporción hexagonal */
  height: 200px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.hexagon {
  width: 100%;
  height: 100%;
  background: url('img/ara.png') no-repeat center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.hexagon:hover {
  transform: scale(1.1);
}

.hexagon-container2 {
  width: 173px; /* Ancho y altura deben ser ajustados para la proporción hexagonal */
  height: 200px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.hexagon2 {
  width: 100%;
  height: 100%;
  background: url('img/diego.png') no-repeat center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.hexagon2:hover {
  transform: scale(1.1);
}

.hexagon-container3{
  width: 173px; /* Ancho y altura deben ser ajustados para la proporción hexagonal */
  height: 200px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}

.hexagon3{
  width: 100%;
  height: 100%;
  background: url('img/abel.png') no-repeat center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}


.hexagon3:hover {
  transform: scale(1.1);
}

/*fin hexagon*/

.navbar-nav.ml-auto{
  text-align: center;
}
.navbar-nav.ml-auto .nav-item{
  display: inline-block;
}
.navbar{
  padding: .3rem;
}
.navbar-nav li{
  padding-right: 20px;
}
.nav-link{
  font-size: 1.1rem;
}
.carousel-inner img{
  height: 100%;
  width: 100%;    
}
.carousel-caption{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
}
.carousel-caption h1{
  font-size: 500%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
  font-size: 200%;
  font-weight: 500;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem  ;
}
.btn-primary{
  border-color: #DB5E09;;
  background-color: #DB5E09;
  border: 1px solid #DB5E09;
}
.btn-primary:hover{
 border-color:white;
 background-color: black;
 border: 1x solid white;
}
.jumbotron{
  padding: 0px;
  border-radius: 0;
  background-color: #131313;
  text-align: center;
}
.jumbotron2 {
  background-color:#DB5E09;;
}

.left-box {
  padding-left: 130px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;  
  font-size: 40px;
  color:#fff;
}

.right-box {
  padding-right: 200px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  color:#fff;
  float:right;
}

.contact-info {
  text-align: left;
}

.contact-info p {
  margin: 0;
}

#btn-primary-jmb{
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  
}
#btn-primary-jmb:hover{
 background-color: #DB5E09;
 border: 1x solid #000;
 font-weight: bold;
 color: #fff;
}

.lead1{
  font-size: 30px ;
  color: white;
  font-weight: bold;
  align-content: center;
  text-align: center;
}
.lead2{
  font-size: 30px ;
  color: #DB5E09;
  font-weight: bold;
  align-content: center;
}

#hello h1{
  font-size: 70px;
}

.anim-typewriter {
  overflow: hidden;
  white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  margin: 0 auto; /* Centra el texto horizontalmente en el contenedor */
  letter-spacing: 0.15em; /* Espaciado entre letras */
  animation:
    typing 3.5s steps(40),
    blink-caret 0.75s step-end infinite; /* Parpadeo del cursor */
}

#botonD{
  padding-left: 15px;
}
.padding{
  padding-bottom: 2rem;
}
.welcome{
  width: 75%;
  margin: 0 auto;
  padding-top: 2rem;
}
.welcome hr{
  border-top: 2px solid #b4b4b4;
  width: 95%;
  margin-top: .3rem;
  margin-bottom: 1rem;
}

.hi, .mision{
  font-size: 60px;
  font-weight: bolder;
  color: #DB5E09;
}

.fa-code{
  color: #e54d26;
}
.fa-bold{
  color: #563d7c;
}
.fa-css3{
  color: #2163af;
}

.fa-uikit{
  color: aquamarine ;
}

.fa-user-secret{
  color:crimson;
}
.fa-code, .fa-bold, .fa-css3, .fa-uikit, .fa-user-secret{
  font-size: 4em;
  margin: 1rem;
}
.social a{
  font-size: 4.5em;
  padding: 3rem;
}

.fa-facebook{
  color:#DB5E09;
}
.fa-twitter{
  color:#DB5E09;
}
.fa-instagram{
  color:#DB5E09;
}
.fa-youtube{
  color:#DB5E09;
}

.fa-facebook:hover,
.fa-twitter:hover,
.fa-youtube:hover,
.fa-instagram:hover{
  color: #d5d5d5;
}

/*team**/
.team{
  background-color: white;
}
#carta-team{
 height: 150px;
 width: 130px;
}
#nuestroequipo{ 
  color: white;
}
.section-header.h2{
  color: white;
}
footer{
  background-color: black;
  color: #d5d5d5;
  padding-top: 2rem;
}
hr.light{
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a{
  color:#d5d5d5;
}
hr.light-100{
  border-top: 1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
/*- cards proucts-*/
.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 6% auto 0;
}
.single-card {
  position: relative;
  width: 280px;
  height: 400px;
  margin: 15px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
  overflow: hidden;
  background: white;
  border-radius: 15px;
  transition: all 0.8s ease-in-out;
}
.single-card:hover {
  transform: translateY(-10px);
}
.img-area {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.img-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.img-area:hover img {
  transform: scale(1.1);
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 174, 0, 0);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.single-card:hover .overlay {
  opacity: 1;
}
.add-to-cart, .view-details {
  background-color: #fff;
  color: #333;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-bottom: 10px;
}
.add-to-cart:hover, .view-details:hover{
  background-color: orangered;
  color: #fff;
  border: none;
}
.info {
  padding-top: 49px;
  text-align: center;
  color: #000;
}
.info h3 {
  margin: 15px 0 10px;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Bebas Neue', sans-serif;
}
.info .price {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  color: aqua;
}
.scroll-to-top {
  display: block;
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #DB5E09;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px;
  font-size: 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-to-top:hover {
  color: #DB5E09;
  background-color: #000;
}
/*---- animacion ---+/
/* Animación de escritura */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Animación de parpadeo del cursor */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* Animación de parpadeo del cursor */
@keyframes blink-caret {
  from, to {
    border-color: transparent;
  }
  50% {
    border-color: orange; /* Puedes cambiar el color del cursor aquí también */
  }
}

/*---Media Queries --*/
@media (max-width: 992px) {
  html, body{
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
  }
  a.social{
    font-size: 4em;
    padding: 2rem;
  }
  
}
  /*Medium (md) devices (tablets, 768px and up)
  @media (min-width: 768px) { ... }*/
  @media (max-width: 768px) {
    html {
      scroll-behavior: smooth;
    }
  
  html,body{
    height: 100%;
    width: 100%;
    margin:0;
    padding:0;
    overflow-x: hidden;
  }
  #typed{
    font-size: 15px; /* Ajusta el tamaño del texto según tus preferencias */
  }
  .jumbotron{
    padding: 0px;
    border-radius: 0;
    background-color: #131313;
    text-align: center;
  }
  #btn-primary-jmb {
    display: none; 
  }
  .lead2{
    font-size: 18px ;
    color: #DB5E09;
    font-weight: bold;
    align-content: center;
  }
  .left-box {
    text-align: center;
    font-weight: bold;  
    font-size: 40px;
    color:#fff;
  }
  .carousel-caption{
    top:45%;
  }
  .carousel-caption h1{
    font-size: 350%;
  }
  .carousel-caption h3{
    font-size: 140%;
    font-weight: 400%;
    padding-bottom: .2rem;
  }
  .carousel-caption .btn{
    font-size: 95%;
    padding: 8px, 14px;
  }
  .display-4{
    font-size: 200%;
  }
  a.social{
    font-size: 2.5em;
    padding: 1.2rem;
  }
  .slider-area h2 {
    font-size: 30px;
  }
  .wrapper-slide {
    width: 95%;
    border-radius: 0;
    padding: 0;
  }
  #btnCotizar, #btnCotizar2,#btnCotizar3,#btnCotizar4,#btnCotizar5,#btnCotizar6,#btnCotizar7{
    display: none;
  }
  .scroll-to-top {
    display: block;
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #DB5E09;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  
  .scroll-to-top:hover {
    color: #DB5E09;
    background-color: #000;
  }

  #navbar-site {
    transition: opacity 0.3s ease;
  }
  #navbar-site.navbar-hidden {
    opacity: 0;
    pointer-events: none;
  }
}

/*Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }*/

@media (max-width: 576px) {
  .jumbotron{
    padding: 0px;
    border-radius: 0;
    background-color: #131313;
    text-align: center;
  }
.carousel-caption h3 {
  font-size: 12px; /* Ajusta el tamaño del texto según tus preferencias */
}
  .carousel-caption h3 {
  font-size: 12px; /* Ajusta el tamaño del texto según tus preferencias */
}
.carousel-caption{
  top:40%;
}
.carousel-caption h1{
  font-size: 250%;
}
.carousel-caption h3{
  font-size: 110%;
}
.carousel-caption .btn{
  font-size: 90%;
  padding: 4px, 8px;
}
.carousel-indicators{
  display: none;
}
.display-4{
  font-size: 160%;
}
a.social{
  font-size: 2em;
  padding: .7rem;
 }

.right-box {  
  padding-right: 130px;
  padding-top: 30px;
  font-size: 20px;
  color:#fff;
  text-align: center;
  line-height: 100%;
}
#hello h1{
  font-size: 100px;
  text-align: center;
}
.hi, .mision, .parrafomision, .parrafohi{
  text-align: center;
}
}

/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/background1.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








