/* 

App Landing Template

http://www.templatemo.com/tm-474-app-landing

*/

@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Light.eot');
    src: local('Fira Sans Light'),
         url('../fonts/FiraSans-Light.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Light.woff') format('woff'),
         url('../fonts/FiraSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Regular.eot');
    src: local('Fira Sans Regular'),
         url('../fonts/FiraSans-Regular.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Regular.woff') format('woff'),
         url('../fonts/FiraSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;

}
@font-face {
    font-family: 'Fira Sans';
    src: url('../fonts/FiraSans-Bold.eot');
    src: local('Fira Sans Bold'),
         url('../fonts/FiraSans-Bold.eot') format('embedded-opentype'),
         url('../fonts/FiraSans-Bold.woff') format('woff'),
         url('../fonts/FiraSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
html {
    overflow: hidden;
}
body {
    background: #455a64;
    overflow: auto;
    height: 100vh;
}
/***** Typography *****/
body, p, a, th, td, li, dl, .form-control { font: normal normal 300 18px/2em 'Fira Sans';}
b, strong, dt { font-weight: 400;}
h1, h2, h3, h4, h5, h6 { line-height: 2em;}
/***** Material Shadow *****/
.shadow-top-down {
    box-shadow: 0px 8px 8px -4px rgba(0,0,0,0.75);
    transition: all .5s;
}
.shadow-top-down:hover { box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);}
/***** Material Form Elements *****/
form {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
form .form-group { margin-top: 30px;}
form input.form-control,
form button.form-control,
form textarea.form-control ,
form select.form-control {
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    border-radius: 0px;
    height: 45px;
}
form input.form-control:focus,
form button.form-control:focus,
form textarea.form-control:focus {
    border-bottom-color: #c0c0c0;
    box-shadow: none;
}
form button.form-control {
    background-color: #275267;
    transition: .5s;
}
form button.form-control[type=reset] { background-color: transparent;}
form button.form-control:hover,
form button.form-control:focus {
    border-bottom-color: #275267;
    background-color: #1c2d35;
}
form textarea.form-control { min-height: 120px;}
form .input-group-addon { 
    border: 0px;
    background-color: transparent;
    border-bottom: 3px solid #233842;
    vertical-align: top;
    border-radius: 0;
    color: white;
}
form .input-group-addon i { padding-top: 10px;color: #000;}
form .checkbox input[type=checkbox] { margin-top: 12px;}
/***** Images Padding Config *****/
.img-rounded { border-radius: 4px;}
.img-n-pargaraph .pull-right {
    padding: 0;
    margin: 10px 0 15px 15px;
}
.img-n-pargaraph .pull-left {
    padding: 0;
    margin: 10px 15px 15px 0;
}
/***** Template Header *****/
header.template_header h1 {
    font: normal normal 200 50px/150px 'Fira Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    color: #fff;
}
header.template_header h1 span {
    position: relative; 
    top: -15px;
}
/***** Main Menu *****/
nav.main-menu {
    top: 130px;
    right: 100px;
    z-index: 998;
    display: none;
    position: fixed;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(37,58,68,.15);
}
nav.main-menu a:link, nav.main-menu a:hover, nav.main-menu a:focus, nav.main-menu a { 
    color: #455a64;
    text-align: left;
    font: normal normal 400 18px/30px 'Fira Sans', sans-serif;
    padding: 10px 50px 10px 30px;
    border-radius: 0;
}
.show-menu {
    position: fixed;
    z-index: 999;
    top: 50px;
    right: 100px;
    text-align: center;
}
.show-menu a:hover, .show-menu a {
    font: normal normal 100 100px/70px 'Fira Sans', sans-serif;
    border: 1px solid rgba(37,58,68,.15);
    text-decoration: none;
    border-radius: 50px;
    background: #fff;
    display: block;
    color: #455a64;
    width: 70px;
    height: 70px;
    padding: 0px;
    outline: none;
}
/***** Home *****/
/* ===============================
   Home Section Responsiva
   =============================== */
#templatemo_home {
    background: #154558 url(../images/jumbo_background.jpg) no-repeat center center;
    background-size: cover; /* cubrir todo el área */
    min-height: 100vh;
    padding: 130px 20px 50px 20px; /* ajusta top y bottom */
    color: #fff;
    display: flex;
    align-items: center; /* centra verticalmente contenido */
    justify-content: center; /* centra horizontalmente contenido */
    text-align: center;
    box-sizing: border-box;
}

#templatemo_home .templatemo_home_inner_wapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

#templatemo_home h1 {
    margin-top: 0;
    font-size: 70px;
    line-height: 80px;
    font-weight: 400;
    margin-bottom: 20px;
}

#templatemo_home h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 100;
    margin-bottom: 30px;
}

#templatemo_home p {
    margin: 20px 0 40px 0;
    font-size: 18px;
    line-height: 1.8;
}

#templatemo_home p a {
    background-color: rgba(255,255,255,.6);
    border-bottom: 1px dotted #000;
    text-decoration: none;
    padding: 5px;
    color: #000;
}

#templatemo_home p a:hover {
    background-color: rgba(255,255,255,.75);
    border-bottom: 0px dotted #000;
}

#templatemo_home a.btn {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    padding: 0 25px;
    display: inline-block;
    transition: background 0.3s, transform 0.2s;
}

#templatemo_home a.btn:hover {
    background: #f1f1f1;
    transform: translateY(-2px);
}

/* ===============================
   Media Queries
   =============================== */

/* Tablets medianas */
@media (max-width: 992px) {
    #templatemo_home h1 {
        font-size: 55px;
        line-height: 65px;
    }
    #templatemo_home h2 {
        font-size: 28px;
        line-height: 34px;
    }
    #templatemo_home p {
        font-size: 16px;
        line-height: 1.6;
    }
    #templatemo_home a.btn {
        font-size: 16px;
        line-height: 50px;
        padding: 0 20px;
    }
}

/* Tablets pequeñas */
@media (max-width: 768px) {
    #templatemo_home h1 {
        font-size: 45px;
        line-height: 55px;
    }
    #templatemo_home h2 {
        font-size: 24px;
        line-height: 30px;
    }
    #templatemo_home p {
        font-size: 15px;
    }
    #templatemo_home a.btn {
        font-size: 15px;
        line-height: 45px;
        padding: 0 18px;
    }
}

/* Móviles grandes */
@media (max-width: 576px) {
    #templatemo_home h1 {
        font-size: 38px;
        line-height: 45px;
    }
    #templatemo_home h2 {
        font-size: 20px;
        line-height: 26px;
    }
    #templatemo_home p {
        font-size: 14px;
    }
    #templatemo_home a.btn {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px;
    }
}

/* Móviles pequeños */
@media (max-width: 400px) {
    #templatemo_home h1 {
        font-size: 32px;
        line-height: 38px;
    }
    #templatemo_home h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #templatemo_home p {
        font-size: 13px;
    }
    #templatemo_home a.btn {
        font-size: 13px;
        line-height: 36px;
        padding: 0 12px;
    }
}

/* ===============================
   Sección Features (Control de Acceso)
   =============================== */
#templatemo_features {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
  color: #fff;
}

/* Fondo con imagen difuminada */
#templatemo_features::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: url(../images/control.png) no-repeat center center;
  background-size: cover;
  filter: blur(8px) brightness(0.5);
  z-index: 0;
}

/* Contenido sobre el fondo */
#templatemo_features .container-fluid {
  position: relative;
  z-index: 1;
}

/* Título principal */
#templatemo_features .template_header h1 {
  font: 600 48px 'Fira Sans', sans-serif;
  margin-bottom: 50px;
  color: #fff;
}

/* Caja de cada feature */
.feature-box {
  margin-bottom: 40px;
}

.feature-box-inner {
  background-color: rgba(0, 0, 0, 0.5); /* fondo negro transparente */
  border-radius: 15px;
  padding: 30px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.feature-box-inner:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Ícono */
.feature-box-icon {
  font-size: 50px;
  color: #ff6600;
  margin-bottom: 20px;
}

/* Texto */
.feature-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
  #templatemo_features .template_header h1 {
    font-size: 36px;
  }
  .feature-box-inner {
    padding: 25px 15px;
  }
  .feature-box-icon {
    font-size: 40px;
  }
}

/***** Download / Call to Action 100% Responsive *****/
#templatemo_download { 
    background: url(../images/download_background.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed; /* efecto parallax */
    padding: 100px 20px;
    position: relative;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#templatemo_download .templatemo_download_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* overlay semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    width: 90%;
    margin: auto;
    border-radius: 15px;
    box-sizing: border-box;
}

/* Título grande */
#templatemo_download h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_download p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_download a {
    display: inline-block;
    padding: 15px 40px;
    background-color: #ff6600;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_download a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Media Queries para responsividad
   =============================== */

/* Tablets medianas */
@media (max-width: 992px) {
    #templatemo_download h2 {
        font-size: 42px;
        line-height: 50px;
    }
    #templatemo_download p {
        font-size: 16px;
    }
    #templatemo_download a {
        padding: 14px 35px;
    }
}

/* Tablets pequeñas y móviles grandes */
@media (max-width: 768px) {
    #templatemo_download h2 {
        font-size: 36px;
        line-height: 44px;
    }
    #templatemo_download p {
        font-size: 15px;
    }
    #templatemo_download .templatemo_download_text_wapper {
        padding: 30px 20px;
    }
    #templatemo_download a {
        padding: 12px 30px;
    }
}

/* Móviles medianos */
@media (max-width: 576px) {
    #templatemo_download h2 {
        font-size: 30px;
        line-height: 36px;
    }
    #templatemo_download p {
        font-size: 14px;
    }
    #templatemo_download a {
        padding: 10px 25px;
    }
}

/* Móviles pequeños */
@media (max-width: 400px) {
    #templatemo_download h2 {
        font-size: 15px;
        line-height: 20px;
    }
    #templatemo_download p {
        font-size: 13px;
    }
    #templatemo_download a {
        padding: 8px 20px;
        font-size: 14px;
    }
}


.feature-box {
  text-align: center;
  margin-bottom: 40px;
}

.feature-box-inner {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 30px 20px;
  border-radius: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box-inner:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
}

/* Ícono */
.feature-box-icon i {
  font-size: 48px;
  color: #00bcd4; /* color principal — podés cambiarlo */
  margin-bottom: 15px;
  transition: color 0.3s;
}

.feature-box-inner:hover .feature-box-icon i {
  color: #00e5ff; /* un tono más claro al pasar el mouse */
}

/* Título */
.feature-box-inner strong {
  display: block;
  font-size: 22px; /* un poco más grande */
  color: #00bcd4; /* mismo color que el ícono */
  margin-bottom: 10px;
  font-weight: 600;
}

/* Texto */
.feature-box-inner p {
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/***** Estacionamientos *****/
#templatemo_estacionamientos { 
    background: url(../images/estacionamiento.png) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_estacionamientos .templatemo_estacionamientos_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_estacionamientos h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_estacionamientos p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_estacionamientos a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_estacionamientos a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_estacionamientos h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_estacionamientos p {
        font-size: 16px;
    }
    #templatemo_estacionamientos .templatemo_estacionamientos_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_estacionamientos h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_estacionamientos p {
        font-size: 14px;
    }
    #templatemo_estacionamientos a {
        padding: 12px 25px;
    }
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_estacionamientos h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_estacionamientos p {
        font-size: 16px;
    }
    #templatemo_estacionamientos .templatemo_estacionamientos_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_estacionamientos h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_estacionamientos p {
        font-size: 14px;
    }
    #templatemo_estacionamientos a {
        padding: 12px 25px;
    }
}
/***** Depto *****/
#templatemo_depto { 
    background: url(../images/depto.jpg) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_depto .templatemo_depto_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_depto h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_depto p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_depto a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_depto a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_depto h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_depto p {
        font-size: 16px;
    }
    #templatemo_depto .templatemo_depto_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_depto h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_depto p {
        font-size: 14px;
    }
    #templatemo_depto a {
        padding: 12px 25px;
    }
}

/***** Gimnasios *****/
#templatemo_gimnasio { 
    background: url(../images/gimnasio.jpg) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_gimnasio .templatemo_gimnasio_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_gimnasio h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_gimnasio p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_gimnasio a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_gimnasio a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_gimnasio h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_gimnasio p {
        font-size: 16px;
    }
    #templatemo_gimnasio .templatemo_gimnasio_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_gimnasio h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_gimnasio p {
        font-size: 14px;
    }
    #templatemo_gimnasio a {
        padding: 12px 25px;
    }
}

/***** Eventos *****/
#templatemo_evento { 
    background: url(../images/evento.png) no-repeat center center fixed;
    background-size: cover; /* hace que la imagen cubra toda la sección */
    min-height: 100vh;      /* asegura que la sección tenga al menos el alto de la ventana */
}
/* Fondo semi-transparente para el texto */
#templatemo_evento .templatemo_evento_text_wapper {
    background-color: rgba(0, 0, 0, 0.5); /* negro semi-transparente */
    padding: 40px 30px;
    max-width: 550px;
    margin: auto;
    border-radius: 15px;
}

/* Título grande */
#templatemo_evento h2 {
    font: 70 50px/70px 'Fira Sans', sans-serif;
    margin-bottom: 20px;
    color: #fff;
}

/* Párrafo centrado */
#templatemo_evento p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #fff;
}

/* Botón llamativo */
#templatemo_evento a {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    padding: 15px 40px;
    background-color: #ff6600; /* color naranja */
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s, transform 0.2s;
}

#templatemo_evento a:hover {
    background-color: #e65c00;
    transform: translateY(-2px);
}

/* ===============================
   Responsivo
   =============================== */
@media (max-width: 768px) {
    #templatemo_evento h2 {
        font-size: 50px;
        line-height: 60px;
    }
    #templatemo_evento p {
        font-size: 16px;
    }
    #templatemo_evento .templatemo_evento_text_wapper {
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    #templatemo_evento h2 {
        font-size: 36px;
        line-height: 45px;
    }
    #templatemo_evento p {
        font-size: 14px;
    }
    #templatemo_evento a {
        padding: 12px 25px;
    }
}
/***** Element *****/
#templatemo_element .container {
    background-color: #fff;
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 40px;
    border-radius: 5px;
}
#templatemo_element header h1 { color: #000;}
#templatemo_element #element-icon-wapper {
    overflow: hidden;
    border-radius: 5px;
}
#templatemo_element #element-icon-wapper > div {
    background-color: rgba(0,0,0,.05);
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
}
#templatemo_element #element-icon-wapper > div:hover {
    transition: .5s;
    background-color: rgba(0,0,0,.2);
}
#templatemo_element #element-icon-wapper a { color: #000;}
#templatemo_element #img-grid-wapper > div { padding: 5px;}
/***** Contact *****/
#templatemo_contact {
    background: #455a64 url(../images/pattern_bg.png) fixed;
    color: #fff;
}
#templatemo_contact header h1 { color: #fff;}
#templatemo_contact p, #templatemo_contact a  {
    line-height: 2.5em;
    color: #fff;
}
#templatemo_contact form .form-group { margin-top: 30px;}
#templatemo_contact form input.form-control,
#templatemo_contact form button.form-control,
#templatemo_contact form textarea.form-control ,
#templatemo_contact form select.form-control { border-bottom: 3px solid #fff;color: #fff;}
#templatemo_contact form input.form-control:focus,
#templatemo_contact form button.form-control:focus,
#templatemo_contact form textarea.form-control:focus { border-bottom-color: #275267;}
#templatemo_contact form textarea.form-control { min-height: 120px;}
#templatemo_contact form .input-group-addon { border-bottom: 3px solid #fff;}
#templatemo_contact form .input-group-addon i { color: #fff;}
#templatemo_contact .social {
    margin: 0px auto 40px auto;
    text-align: center;
    max-width: 500px;
    width: 100%;
}
#templatemo_contact .social li {
    margin-left: 0;
    width: 25%;
}
#templatemo_contact .social a {
    margin: 50px auto 4px auto;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 15px;
    font-size: 40px;
    line-height: 40px;
    transition: .5s;
    display: block;
    height: 70px;
    color: #fff;
    width: 70px;
}
#templatemo_contact .social a:hover {
    transform: rotate(360deg);
    color: #223741;
}
#templatemo_contact .social .social-facebook { background: #4a6fb5;}
#templatemo_contact .social .social-twitter { background: #28a9e0;}
#templatemo_contact .social .social-youtube { background: #f86d70;}
#templatemo_contact .social .social-instagram { background: #cab9a9;}
/***** Footer *****/
footer {
    padding: 20px 0 16px 0;
    text-align: center;
    background: #fff;
}
.footer-copyright p {
    margin:20px auto 20px auto;
    text-align: center;
    line-height: 32px;
    color: #666;
}
.footer-copyright a { 
    border-bottom: 1px dotted #fff;
    color: #666;
}
.footer-copyright a:hover {
    color: #000;
    border: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .show-menu {right: 50px;}
    nav.main-menu {right: 50px;}
}
@media (max-width: 991px) {
    .show-menu {right: 30px;}
    nav.main-menu {right: 30px;}
}
@media (max-width: 767px) {
    #templatemo_download h2 {font-size: 70px;}
    #templatemo_home h2 {font-size: 26px;}
}
@media (max-width: 400px) {
    nav.main-menu {right: 10px;}
    .show-menu {right: 10px;}
    #templatemo_contact .social a {
        padding: 18px;
        font-size: 25px;
        line-height: 20px;
        height: 60px;
        width: 60px;
    }
}

.feature-box-icon {
  font-size: 60px;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.feature-box-icon:hover {
  color: #fff;
  background: #007bff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 25px;
  right: 25px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease;
}

.whatsapp-float i {
  margin-top: 14px;
}

.whatsapp-float:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}