@import url('https://fonts.googleapis.com/css?family=Audiowide|Orbitron|Roboto');
/*
 *
 * Website Name: Comercializadora Gladiador
 * Template URI: http://comercializadoragladiador.com
 * Author: Paolo Antonio Molina Caballero
 * Author URI: http://antareshost.com
 *
 */

/*
body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

body, html { 
    //height: 100%;
    overflow-x: hidden;
}
*/

body {
    position: relative;
    overflow-x: hidden;
}

body, html { 
    height: 100%;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

img {
    max-width: 100%;
    /* height: auto; */
}

/* Navbar transparente */
.navbar {
  transition: background-color 0.5s ease, box-shadow 0.5s ease;
  -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

/* Cambia la apariencia al hacer scroll */
.navbar.scrolled {
  background-color: #0c1524 !important;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
  border-color: #e7e7e7;
  -webkit-box-shadow: 0 0px 10px #333;
  -moz-box-shadow: 0 0px 10px  #333;
  box-shadow: 0 0px 10px  #333;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* Logo blanco visible al inicio */
#logo-white {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.5s, opacity 0.5s ease-in-out;
}

/* Cambiar logo al hacer scroll */
.navbar.scrolled #logo-white {
  visibility: visible;
  opacity: 1;
}

.navbar-pm{ 
  -webkit-transition:padding 0.2s ease;
  -moz-transition:padding 0.2s ease; 
  -o-transition:padding 0.2s ease;        
  transition:padding 0.2s ease;
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  /* background-color: rgba(16,21,72,0.6); */
  margin-bottom: 0;
}

.navbar-pm li > a {
      margin-left:10px !important;  /* Add space betwen the items on the nabvar menu to the left it messes a bit the nabvar fluid*/
      margin-right:10px !important; /* Add space betwen the items on the nabvar menu to the right */
      margin-top: 10px !important;
      margin-bottom: 10px !important;
      text-transform: uppercase;
      color: #FFFFFF !important;
      font-size: 14px;
      letter-spacing: 1px;
      font-weight: 600;
  }

  .navbar-pm li > a:hover {
      color: #d11b23 !important;
      -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;
  }

  .navbar-toggler {
    border-color: white !important; /* Asegura que el borde del toggler sea visible */
}


@font-face {
  font-family: Eras Light ITC;
  src: url(../fonts/ERASLGHT.TTF);
}

/* Inicia Jumbotron */
.jumbotron {
    background: linear-gradient(rgba(0,0,0, .6),rgba(0,0,0,.3)),url('../img/Jumbo-01.jpg'); /* hace que la imagen sea mas obscura con un gradiente */
    background-size: cover;
    background-attachment: fixed;
    color: white;
    height: 650px;
    margin-top: -20px;
    margin-bottom: 0px;
    text-align: left;
}

.jumbotron h1{
    padding-top: 150px;
    font-weight: 600;
    font-size: 3.2em;
    margin-left: 100px;
    font-family: "Red Hat Display", sans-serif;
}

.jumbotron p{
    font-weight: 500;
    font-size: 2.0em;
    margin-left: 100px;
    font-family: sans-serif;
}

.jumbimg {
  height: 30px;
}

.jumbimg2 {
  height: 30px;
}

a.scroll-arrow {
  font-size: 35px;
  color: white;
  width: 50px;
  line-height: 52px;
  border-radius: 50%;
  height: 50px;
  border: 1px solid transparent;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1029;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: .7;
}

a.scroll-arrow i {
  width: 100%;
  padding-left: 0.389em;
}

a.scroll-arrow i:hover, a.scroll-arrow i:focus {
  color: white;
}

a.scroll-arrow:hover {
  opacity: 1;
  bottom: 35px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}

@media(max-width:992px) { /* reduce las fuentes en dispositivos md como tablets */

    .jumbotron h1{
    /*padding-top: 100px;*/
    top: 28% !important;
    font-weight: 600;
    font-size: 1.8em !important;
    margin-left: 20px;
    font-family: "Red Hat Display", sans-serif;
    }

    .jumbotron p{
    font-weight: 500;
    font-size: 1.4em !important;
    margin-left: 20px;
    font-family: sans-serif;
    }

    .jumbimg, .jumbimg2 {
        width: 30px; /* Reduce el tamaño en móviles */
        height: auto;
    }
}

@media(max-width:767px){ /* reduce las fuentes en dispositivos sm como celulares */

    .jumbotron h1{
    /*padding-top: 100px;*/
    top: 28% !important;
    font-weight: 600;
    font-size: 1.4em !important;
    margin-left: 10px;
    font-family: "Red Hat Display", sans-serif;
    }

    .jumbotron p{
    font-weight: 500;
    font-size: 1.2em !important;
    margin-left: 10px;
    font-family: sans-serif;
    }

    .jumbimg, .jumbimg2 {
        width: 20px; /* Reduce el tamaño en móviles */
        height: auto;
    }
}

/***** Inicia Nosotros *****/
#nosotros {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: white;
}

#nosotros h2 {
  font-size: 32px;
  color: #d11b23;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.15em;
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

#nosotros p {
  font-size: 1.2em;
  line-height: 1.6em; /* Mayor separación entre líneas para mejor legibilidad */
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.02rem; /* Menos espacio entre letras */
  padding-bottom: 10px;
  word-spacing: -0.05em; /* Reduce espacios entre palabras */
  hyphens: auto; /* Permite cortes de palabras para evitar espacios grandes */
}

#nosotros h4 {
  font-size: 24px;
  padding: 15px;
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: 0.05em;
  text-align: center;
}

/* Centrar imágenes y texto */
#nosotros .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  border-color: white !important;

}

#nosotros .card img {
  width: 80px; /* Ajusta el tamaño de las imágenes */
  height: 80px;
  object-fit: cover;
  margin-bottom: 15px;
}


/***** Parallax Divider *****/

 .pbgimg {
  position: relative;
  opacity: 0.90;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pbgimg {
  background-image: url('../img/img_parallax.jpg');
  min-height: 230px;
}

 .captxt {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #000;
}

.captxt h2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.4em;
  color: #f7f7f7;
}

.captxt span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 20px;
}

.button-online {
  background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition: all 0.5s;
  cursor: pointer;
}

.button-online span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button-online span:after {
  font-family: FontAwesome;
  content:"\f1d7";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button-online:hover span {
  padding-right: 20px;
}

.button-online:hover span:after {
  opacity: 1;
  right: 0;
}

#pdivider a:hover, a:active, a:visited, a:focus {
color: white;
}

/***** Inicia servicios *****/

#servicios {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #870005;
  /* background-image: url('../img/img_parallax2.jpg');*/
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#servicios h2{
  margin-bottom: 50px;
  text-align: center;
}

#servicios h2 span {
    font-size: 32px;
    color: white;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.15em;
    display: block;
}

#servicios p {
  font-size: 1.2em;
  line-height: 1.6em; /* Mayor separación entre líneas para mejor legibilidad */
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.02rem; /* Menos espacio entre letras */
  padding-bottom: 10px;
  word-spacing: -0.05em; /* Reduce espacios entre palabras */
  hyphens: auto; /* Permite cortes de palabras para evitar espacios grandes */
  padding-bottom:  10px;
  color: white;
}

#servicios h4{
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 400;
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  color: white;
}

/* Flexbox para centrar contenido en cada columna */
.service-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px; /* Espaciado entre columnas */
}

.service-content img {
  margin-bottom: 15px; /* Espaciado entre imagen y texto */
}

.service-content h4 {
  margin-bottom: 10px; /* Espaciado entre título y descripción */
}

.service-content p {
  font-size: 1em;
  line-height: 1.5;
  text-align: center; /* Alineación centrada para el texto */
  color: white;
}

/* Inicia Productos */
#productos {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
  /* background-image: url('../img/img_parallax2.jpg');*/
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#productos h2{
  margin-bottom: 50px;
  text-align: center;
}

#productos h2 span {
    font-size: 32px;
    color: #d11b23;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.15em;
    display: block;
}

#productos p {
  font-size: 1em;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  text-align: justify;
  padding-bottom:  10px;
  color: black;
}

/* Productos */
.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.3s ease-in-out; /* Suaviza la transición */
}

.product-header {
  font-size: 1rem;
  font-weight: bold;
}

.product-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más prominente */
  transform: scale(1.05); /* Añade un ligero zoom */
  transition: all 0.3s ease-in-out; /* Suaviza la transición */
}

.product-image {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #ddd;
}

.columns {
  margin: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.columns:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 1;
}

/***** Inicia portafolio *****/

#portafolio {
  background: #082359;
  color: white;
  padding-bottom: 55px;
  padding-top: 50px;
}

#portafolio h3{
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Orbitron', sans-serif;
  letter-spacing: 0.15em;
  margin: 0 0 1.5em;
  text-align: center;
}

#portafolio p {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: 400;
  font-family: 'Poiret One', cursive;
  text-align: justify;
  margin: 0px 50px 0px 50px; /* top right bottom and left in that order */
}

#portafolio h4{
  font-family: 'Orbitron', sans-serif;
  font-size: 1.5em;
  padding-top: 30px;
  text-align: center;
}

.container-portafolio { 
  position: relative; 
  width: 960px; 
  margin: 0 auto;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;  
}

#filters {
  margin:1%;
  padding:0;
  list-style:none;
}

  #filters li {
    float:left;
  }
  
  #filters li span {
    background-color: white;  
    border: 2px solid #d11b23;
    display: block;
    padding:5px 20px;
    margin: 0 5px;    
    text-decoration:none;
    color:#666;
    cursor: pointer;
    margin-bottom: 20px;
  }
  
  #filters li span.active {
    background: #d11b23;
    color:#fff;
  }
 

 
#portfoliolist .portfolio {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  width:23%;
  margin:1%;
    display:none;
  float:left;
  overflow:hidden;
}

  .portfolio-wrapper {
    overflow:hidden;
    position: relative !important;
    background: #666;
    cursor:pointer;
  }

/*
  .portfolio img {
    max-width:100%;
    position: relative;
    top:0;
    -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);   
  }
*/

.portfolio img {
    max-width: 100%;
    position: relative;
    transition: transform 0.3s ease-in-out; /* Suaviza la transición */
}

.portfolio:hover img {
    transform: scale(1.1); /* Aplica el zoom */
}

#portafolio h2 {
  margin-bottom: 28px;
    text-align: left;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: 'Audiowide', cursive !important;
}


/***** Seccion Contacto en la misma pagina *****/

 #seccion-contacto {
  background-color: #fff;
  padding-top: 75px;
  padding-bottom: 75px;
}

#seccion-contacto h3{
    font-size: 32px;
    color: #d11b23;
    text-transform: uppercase;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0.15em;
    display: block;
    text-align: center;
    margin-bottom: 50px;
 }

  #seccion-contacto h4{
  padding: 1.875rem;
  font-weight: 400;
  text-align: center;
 }

 #seccion-contacto p {
    font-size: 1em;
    margin: 0em 0 2em;
    line-height: 1.7em;
    text-align: justify;
}


 #benviar {
  margin-top: 20px;
  float: right;
  background-color:#172f73;
  color:#ffffff;
 }

 .form-control:focus {
  border-color: #6e6d6d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6);
}

#seccion-contacto a {
  text-decoration: none;
  color: #777777;
  font-size: bold;
}

#seccion-contacto a:hover {
  color: #0095b6;
  -o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  /* ...and now for the proper property */
  transition:1s;
}

.error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
  display: block;
}

.success-message {
  display: none;
  color: #fff;
  background-color: #28a745; /* Verde éxito */
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 1.1em;
}

#benviar {
  float: right;
}


.button {
  background-color: #008CBA; /* Green */
  border: none;
  color: white;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition: all 0.5s;
  cursor: pointer;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  font-family: FontAwesome;
  content: '\f1d8';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 20px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.button1 {
    background-color: white; 
    color: #4CAF50; 
    border: 2px solid #4CAF50; /* Green*/
}

.button1:hover {
    background-color: #4CAF50; /* Green*/
    color: white;
}

.button2 {
    background-color: #172f73; 
    color: white; 
    border: 2px solid #172f73; /* Blue*/
}

.button2:hover {
    background-color: #20409b; /* Blue*/
    color: white;
}

.button3 {
    background-color: #870005; 
    color: black; 
    border: 2px solid #870005; /* Red*/
}

.button3:hover {
    background-color: #a00208; /* Red*/
    color: white;
}

.button4 {
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7; /* Gray*/
}

.button4:hover {
  background-color: #e7e7e7; /* Gray*/
}

.button5 {
    background-color: white;
    color: black;
    border: 2px solid #555555; /* Black*/
}

.button5:hover {
    background-color: #555555; /* Black*/
    color: white;
}


/***** map *****/

.map {
    margin: 0;
    height: 280px;
    border: 0px solid transparent;
    /*
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    */
}

/***** Footer *****/
 #footer-main {
  background: #070707;
  color: #e1e1e1;
  font-size: 1em;
  padding: 1.0em 0 .3em 0; /* top right bottom and left */
 }

 #footer-main h6 {
  color: #e1e1e1;
  font-size: 1em;
  font-family: 'Roboto', cursive;
  font-weight: 100;
}

 .footer-about a {
  color: #e1e1e1;
  line-height: 32px;
  text-decoration: none;
}

.footer-about a:hover, .footer-nav a:focus { 
  color: #d11b23; 

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.footer-nav a {
  color: #e1e1e1;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.footer-nav a:hover, .footer-nav a:focus { 
  color: #d11b23; 

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.footer-socials a { 
  margin: 0 0 0 0px; 
  font-size: 26px; 
  color: #e1e1e1; 
}
.footer-socials a:hover, .footer-socials a:focus { 
  color: #d11b23;

}

.footer-socials {
  margin-bottom: 20px;
}

.footer-ayuda a {
  color: #e1e1e1;
  line-height: 30px;
  text-decoration: none;
}

.footer-ayuda a:hover, .footer-ayuda a:focus {
  color: #d11b23;

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

.footer-border {
    margin-top: 10px;
    border-top: 1px ridge #3f3f3f;
}

.footer-copyright {
    margin-top: 10px;
    line-height: 24px;
    text-align: center;
}

.footer-copyright p {
  font-size: 1em;
}

.footer-copyright a {
  color: #e1e1e1;
  line-height: 24px;
  text-decoration: none;
  font-weight: 600;
}

.footer-copyright a:hover, .footer-copyright a:focus { 
  color: #d11b23;  
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}

/*Change icons size here*/
.social-icons .fa {
  font-size: .75em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-filter: grayscale(25%);
  -moz-filter: grayscale(25%);
  -ms-filter: grayscale(25%);
  -o-filter: grayscale(25%);
  filter: grayscale(25%);
}

.social-icons.icon-circle .fa{ 
  border-radius: 50%;
}
.social-icons.icon-rounded .fa{
  border-radius:5px;
}
.social-icons.icon-flat .fa{
  border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
  color: #FFF;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social-icons.icon-bounce .fa:hover, .social-icons.icon-bounce .fa:active { 
  animation: bounce 1s;
  transition: transform 0.4s ease-out;
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social-icons.icon-flip .fa:hover, .social-icons.icon-flip .fa:active { 
  transition: transform 0.7s ease-out;
  -webkit-transform: scale(1.1) rotateY(360deg);
  -moz-transform: scale(1.1) rotateY(360deg);
    -o-transform: scale(1.1) rotateY(360deg);
  transform: scale(1.1) rotateY(360deg);
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}

.social-icons.icon-square2circle .fa:hover, .social-icons.icon-square2circle .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 50%;
}
 
.social-icons.icon-circle2square .fa:hover, .social-icons.icon-sqr2circle .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    border-radius: 5px;
}

.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-whatsapp{background-color:#48c558;}
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}

@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -6px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    transform: translate3d(0,-2px,0);
  }
}

.spacebtw {
  padding-bottom: 4em;
}

/*Change icons size here*/
.servicesicons .fa {
  font-size: 1.5em !important;
}
/*Change icons circle size and color here*/
.servicesicons .fa {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.servicesicons.icon-circle .fa{ 
  border-radius: 50%;
}
.servicesicons.icon-rounded .fa{
  border-radius:2px;
}
.servicesicons.icon-flat .fa{
  border-radius: 0;
}

.servicesicons .fa:hover, .servicesicons .fa:active {
  color: #FFF;
}
.servicesicons.icon-zoom .fa:hover, .servicesicons.icon-zoom .fa:active { 
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.servicesicons.icon-bounce .fa:hover, .servicesicons.icon-bounce .fa:active { 
  animation: bounce 1s;
  transition: transform 0.4s ease-out;
}

.servicesicons.icon-rotate .fa:hover, .servicesicons.icon-rotate .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.servicesicons.icon-flip .fa:hover, .servicesicons.icon-flip .fa:active {  
  transition: transform 0.7s ease-out;
  -webkit-transform: scale(1.1) rotateY(360deg);
  -moz-transform: scale(1.1) rotateY(360deg);
    -o-transform: scale(1.1) rotateY(360deg);
  transform: scale(1.1) rotateY(360deg);
}

.servicesicons.icon-square2circle .fa:hover, .servicesicons.icon-square2circle .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  border-radius: 50%;
}
 
.servicesicons.icon-circle2square .fa:hover, .servicesicons.icon-circle2square .fa:active { 
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  border-radius: 5px;
}

.fa-flatblue{background-color:#67d6ff;}  
.fa-flatorange{background-color:#eea303;}  
.fa-flatgreen{background-color:#5bd899;}  
.fa-flatred{background-color:#ff9359;}
.fa-flatpurple{background-color:#7277d5;}
.fa-flatnaranja{background-color:#e7663f;}

.float{
  position:fixed;
  cursor: pointer;
  width:72px;
  height:72px;
  bottom:110px;
  right:15px;
  /* background-color:#1877f2; */
  background-color:#414141;
  color:#FFF;
  border-radius:50%;
  text-align:center;
  box-shadow: 2px 2px 3px #999;
  /* z-index: 1000; */
}

.float:hover { 
/* background-color: #0268c7; */
background-color: #484848;
}

.my-float{
  margin-top:8px;
}

.my-float:hover {
  transition: transform 0.4s ease-out;
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
