@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap');

header {
  padding: 150px 0 100px;
}

section {
  padding: 50px 0 50px;
}

/* boton de whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*----------------------------------*/
img {
  width: 150px;
}

.navbar .flex-1 {
  flex: 1;
  flex-basis: 100%;
}

.row-titulo {
  height: 350px;
  background-color: rgb(23, 23, 25);
  color: white;
}



/*----------header section-----------*/
.container-titulo {
  box-sizing: border-box;
  padding-bottom: 100px;
  width: 100%;
  overflow: hidden;
  height: 400px;
  position: relative;
  text-shadow: black 0.1em 0.1em 0.2em
}

.parallax {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  /* height: 100vh; */
}

.header-t {
  text-align: left;
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding-right: 15%;
  padding-left: 15%;
}

.header-p {
  text-align: left;
  margin: 0;
  color: #fff;
  padding-right: 15%;
  padding-left: 15%;
  padding-top: 10px;
  text-align: justify;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
}

.button-services {
  font-size: 15px;
  font-weight: 400;
}

#header {
  background-image: url(/images/cellphoneh.jpg);
  background-size: cover;
  /*IMPORTANTE*/
  height: 100vh;

  background-size: cover;

  
}

.btn-nosotros{
  color: #f8f9fa;
  background-color: black;
  background-image: none;
  border-color: #f8f9fa;
  font-size: 15px;
  font-weight: 400;
  border: 2px solid;
  text-shadow: black 0.1em 0.1em 0.2em;
  box-shadow: black 0.1em 0.1em 0.2em;

}

/*----------servicios section-----------*/
#servicios {

  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
}

.col-md-4 services {
  color: black;
}

#title-services {
  font-size: 60px;
  font-weight: 600;
}

.service-img {
  height: 100px;
  width: 100px;
  padding: 10px
}




/*----------nosotros section-----------*/
#nosotros {
  height: 400px;
  background-image: url(/images/Cover.png);
  background-size: cover;
  background-attachment: fixed;
  color: black;
}

#about {
  padding: 60px 0;
  overflow: hidden;
}
			
#about .about-img {
  height: 510px;
  overflow: hidden;
}
			
#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
  width: 100%;
}
			
@media (max-width: 768px) {
  #about .about-img {
     height: auto;
  }
   #about .about-img img {
     margin-left: 0;
     padding-bottom: 30px;
     
  }
}
			
#about .content .h2 {
  color: #333;
  font-weight: 300;
  font-size: 24px;
}
			

			
#about .content p {
  line-height: 26px;
}
			
#about .content p:last-child {
  margin-bottom: 0;
}
			
#about .content i {
 font-size: 20px;
 padding-right: 4px;
 color: #1dc8cd;
}
			
#about .content ul {
  list-style: none;
  padding: 0;
}
			
#about .content ul li {
  padding-bottom: 10px;
}



/*----------contacto  section-----------*/

#contacto {
  height: 1400px;
}


.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;

}

.map-responsive iframe {

  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/*----------folio  section-----------*/

#folio {
  height: 500px;
  background-color: #bf4342;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  top: 0;
  left: 0;
  padding: 20px 40px;
  border-radius: 100px;
  display: inline-block;
  transition: all .5s;
}

.btn-white {
  background: #fff;
  color: #000;
}

.btn:hover {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}

.btn:active {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btn-bottom-animation-1 {
  animation: comeFromBottom 1s ease-out .8s;
}

.btn::after {
  content: "";
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: inline-block;
  z-index: -1;
  transition: all .5s;
}

.btn-white::after {
  background: #fff;
}

.btn-animation-1:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

@keyframes comeFromBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*----------footer section-----------*/
.container-footer {
  width: 100%;
  padding-right: 200px;
  padding-left: 200px;
  margin-right: auto;
  margin-left: auto;
}

.container-iconos {
  padding-left: 250px;
  padding-right: 250px;
  padding-top: 50px;
}

#iconos {
  text-align: center;
}

.col-md-4 {
  text-align: center;

}

.row-iconos {
  display: -ms-flexbox;
  display: block ruby;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.social-icons-footer i {
  width: 60px;
  transition: 0.5s;
  color: rgb(174, 143, 8);
}

.social-icons-footer a:hover i {
  transform: translateY(-10px);
  color: rgb(174, 143, 8);
}

/*----------social-media section-----------*/

#social-media {
  padding: 50px 0;
  background-color: rgb(24, 24, 30);
}

#social-media p {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px;
}

.social-icons i {
  width: 60px;
}


.fa-facebook:hover {
  color: #3b5998;
}

.fa-instagram:hover {
  color: #E1306C;
}

.fa-youtube-play:hover {
  color: #FD1D1D;
}

.row-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 90px;
  color: white;
}

/* =====================================  RESPONSIVE  ================================================================*/
@media (max-width: 992px) {
  .navbar .nav-link {
    margin: 0;
    padding: 8px;
  }

  /* boton de whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*----------------------------------*/

  .navbar-brand {
    display: none;
  }

  .container-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: white;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
  }

  #about {
    padding: 0px;
    overflow: hidden;
  }

  #nosotros {
   
    color: black;
  }

  #contacto {
    height: 1200px;
  }
}


/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .container-logo {
    display: none;
  }

  /* boton de whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*----------------------------------*/
}

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .container-logo {
    display: none;
  }

    /* boton de whatsapp */
.float{
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
  margin-top:16px;
}
/*----------------------------------*/

}

/* Sticky button styling */
  .sticky-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 150px;
    right: 40px;
    background-color: #00bfff;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 24px;
    box-shadow: 2px 2px 5px #999;
    z-index: 1000;

      /* Animación de vibración */
  animation: vibrate 0.3s ease infinite; /* Cambia 'infinite' a 'alternate' si deseas que se detenga después de un ciclo */
  animation-delay: 0s; /* Puedes ajustar el retraso si lo deseas */
  animation-duration: 3s; /* Duración del ciclo completo */
  }

  .sticky-button i {
    margin-top: 18px;
  }

  .sticky-button:hover {
    background-color: #007acc;
    color: #fff;
    text-decoration: none;
  }

  .gadgets{
    margin-top: 15px;
    display: flex;
    font-size: 16px;
  }

  @keyframes vibrate {
  0% { transform: translate(0); }
  20% { transform: translate(-10px, 0); }
  40% { transform: translate(10px, 0); }
  60% { transform: translate(-10px, 0); }
  80% { transform: translate(10px, 0); }
  100% { transform: translate(0); }
}



@media (max-width: 768px) {
  .sticky-button {
    padding: 10px; /* Ajusta el espaciado interior en pantallas más pequeñas */

     /* Animación de vibración */
  animation: vibrate 0.3s ease infinite; /* Cambia 'infinite' a 'alternate' si deseas que se detenga después de un ciclo */
  animation-delay: 0s; /* Puedes ajustar el retraso si lo deseas */
  animation-duration: 3s; /* Duración del ciclo completo */
  }

  @keyframes vibrate {
  0% { transform: translate(0); }
  20% { transform: translate(-10px, 0); }
  40% { transform: translate(10px, 0); }
  60% { transform: translate(-10px, 0); }
  80% { transform: translate(10px, 0); }
  100% { transform: translate(0); }
}
