/* Fuentes cargadas desde Google Fonts en el HTML para mejor rendimiento */

/*======================================================================================================
                            Global
=======================================================================================================*/

* {
    outline: none !important;
    box-shadow: none;
}

/* Sobrescribir ancho del contenedor de Bootstrap */
@media (min-width: 1200px) {
    .container {
        width: 1400px !important;
    }
}

a:hover {
    color: #000;
}

.btn {
    border-radius: 0;
    transition: background 0.5s cubic-bezier(.17,.67,.83,.67);
}

.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-white li a {
    color: #000000 !important;
    transition: all 0.3s ease;
}

.navbar-white li a::after {
    background: #133a7c !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
}


.navbar-white li a.active {
    color: #464646 !important;
    font-weight: 600;
}

.navbar-white button.navbar-toggle {
    margin-top: 5px;
    margin-right: 10px;
}

.navbar-white button.navbar-toggle .ion-navicon {
    color: #000;
}

.form-control:focus {
border-color: #555555;
box-shadow: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0);
}

.navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
    margin: 0;
    line-height: 100%;
}

.navbar-toggle {
    padding: 0;
    border-radius: 0;
}

.navbar {
    margin-bottom: 0px;
    padding: 10px 5px;
    min-height: 0;
}

button.navbar-toggle .ion-navicon {
    font-size: 2em;
    color: #fff;
}

body {
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}

p {
    font-size: 17px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.5px;
    line-height: 31px;
    color: #565353;
}

.row
{
    margin-right: 0px;
    margin-left: 0px;
}
ul li
{
    list-style: none;
    display: inline-block;
}
li a
{
    text-decoration: none;
}
#heading-text 
{
    padding-top: 10px;
}
#price_table #heading-text {
    position: relative;
    z-index: 1;
}

#price_table #heading-text h3 {
    padding-top: 0 !important;
    margin-top: 0;
}
#heading-text h3 {
    font-weight: bold;
    font-size: 49px;
    font-family: 'Roboto', sans-serif;
    padding-top: 58px;
    text-transform: uppercase;
    color: #222222;
    white-space: nowrap;
}

/* Ajustes responsivos para títulos */
@media (max-width: 768px) {
    #heading-text h3 {
        font-size: 32px;
        white-space: normal;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    #heading-text h3 {
        font-size: 24px;
        white-space: normal;
        line-height: 1.2;
        padding-top: 30px;
    }
}

#heading-text p {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    padding: 5px 0px;
    color: #373737;
}

/* .main_content 
{
    padding: 150px 0px;
} */
/* .top-ne {
    margin-top: 100px; Ajusta este valor (ej. 30px a 50px)
   
} */
#price_table .main_content {
    position: relative;
    z-index: 2;
    margin-top: 0;
}

iframe
{
    width: 100%;
}
.form-control
{
    border-radius: 0px;
}
/*-----------------------------------------------------------------------------------------------------
                                navbar
-------------------------------------------------------------------------------------------------------*/
#navigation, .navbar-default
{
    border-radius: 0px;
    border: 0;
    background-color: rgba(0,0,0,0.19);
}
.navbar-default .navbar-nav>li>a {
    font-size: 16px;
    transition: all 0.3s ease;
    color: #E5E5E5;
    margin: 5px 9px;
    padding: 8px 0 3px 0;
    line-height: 28px;
    font-family: "Montserrat", sans-serif;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    outline: none;
    border: none;
    text-decoration: none;
}

.navbar-default .navbar-nav>li {
    border: none;
    outline: none;
    position: relative;
}

/* Separador vertical entre links */
.navbar-default .navbar-nav>li:not(:first-child)::after {
    content: '';
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 2px;
    height: 25px;
    background-color:#dfdede;
}

.navbar-white .navbar-nav>li:not(:first-child)::after {
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background: #133a7c;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    border: 0;
    outline: 0;
    box-shadow: none;
}

.navbar-default .navbar-nav>li>a:hover::after,
.navbar-default .navbar-nav>li>a:focus::after {
    width: 100%;
}

.navbar-default .navbar-nav>li>a.active::after {
    width: 100%;
}

.navbar-collapse {
    overflow: visible;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    transform: translateY(-2px);
    
}

.navbar-default .navbar-nav>li>a.active {
    color: #fff;
    font-weight: 600;
    
}
.navbar-default .navbar-brand {
    color: #fff;
    font-family: "Coda";  
    padding: 5px 15px;  
    font-size: 26px;  
    line-height: 100%;  
    height: auto;
}

.navbar-logo {
    height: 40px;
    width: auto;
    max-width: 200px;
    display: block;
}

.nav-wrap 
{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#wrapper
{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    height: 100vh;
}
#hero-carousel
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
#hero-carousel .carousel-inner
{
    height: 100%;
}
#hero-carousel .item
{
    height: 100%;
}
.carousel-image
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#hero-carousel .carousel-control
{
    display: none;
}
#hero-carousel .carousel-indicators
{
    display: none;
}
#overlay-1
{
    background-color: rgba(50, 40, 40, 0.6);
    position: relative;
    z-index: 2;
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

#starting {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.starting-text
{
    padding: 177px 0px;
    font-weight: bold;
    letter-spacing: 2px;
    width: 100%;
}
.rene {
    font-size: 150px;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-top: 75px;
}

.starting-text h2 {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}

.bottom 
{
    width: 100%;
    position: absolute;
    bottom: 2%;
    z-index: 3;
}
.bottom a
{
    color: rgba(192, 192, 192, 0.5);
}
h5 
{
    padding-top: 22px;
    font-size: 18px;
}

/*-----------------------------------------------------------------------------------------------------
                            about us
------------------------------------------------------------------------------------------------------*/

.mg-bottom-100 {
    margin-bottom: 100px;
}

#about h5 {
    font-family: "Coda", sans-serif;
    font-size: 23px;
    padding-top: 0 !important;
}
.exp
{
    padding-top: 76px;
}
.progress
{
    background-color: #d4e3e4;
    border-radius: 0px;
    border-color: lightseagreen;
}
.progress-bar
{
    background-color: cadetblue;
}
.pro
{
    padding-top: 10px;
}

/* Contenedor circular gris para imágenes */
.icon-circle-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-color: #d9dad9;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    overflow: hidden;
    padding: 8px;
}

.icon-circle-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/*----------------------------------------------------------------------------------------------------
Our service
-----------------------------------------------------------------------------------------------------*/
.services
{
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.about-service 
{
    font-size: 16px;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.services .row:last-child {
    margin-bottom: 0;
}
.about-service h3 {
    font-family: "Coda";
    font-size: 22px;
}

.service-icon i 
{
    padding: 20px 0px;
    font-size: 4em;
    transition: font-size 0.5s;
    display: table-cell;
    vertical-align: middle;
}
.service-icon
{
    display: table;
    min-height: 120px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
}
hr
{
    border-color: rgb(101,85,124);
}
.full
{
    width: 25%;
}
.fa-wrench
{
    color: cadetblue;
}
.fa-chart-line
{
    color: #545c64;
}
.fa-th
{
    color: rgb(114, 184, 211);
}
.fa-ruler
{
    color: rgba(0, 0, 128, 0.58);
}
.fa-lightbulb-o
{
    color: grey;
}
.fa-stack-overflow
{
    color: #C09553;
}
.service:hover .service-icon i
{
    font-size: 7em;
}

.service
{
    text-align: center;
}

.grayscale {
    filter: grayscale(100%) brightness(1.15);   
  }

/* Estilos para imagen del servicio */
.service-image-container {
    display: inline-block;
    padding: 8px;
    background: #fff;
    border: 3px solid #b3b3b5;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.service-image {
    width: 350px;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

.service:hover .service-image-container {
    padding: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}

/* Estilos para imágenes en price_table (igual que servicios) */
#price_table .service-image-container {
    display: inline-block;
    padding: 8px;
    background: #fff;
    border: 3px solid #b3b3b5;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

#price_table .service-image {
    width: 350px;
    height: 350px;
    object-fit: cover;
    display: block;
    border-radius: 2px;
}

#price_table .company-section:hover .service-image-container {
    padding: 8px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-3px);
}
/*===================================================================================================
                            team
=====================================================================================================*/
#team
{
    text-align: center;
    margin-bottom: 20px;
}
#team .team-members h4
{
    font-weight: 600;
    margin: 20px 0;
    font-family: "Coda";    
}
.member-title
{
    font-family: "Coda";
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: bold;
}
.img-circle{
    border-radius: 50% !important;
    margin-bottom: 30px;
    width: 280px !important;
    height: 280px !important;
    min-width: 280px !important;
    min-height: 280px !important;
    max-width: 280px !important;
    max-height: 280px !important;
    object-fit: cover !important;
    object-position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Ajustes para tablets grandes (iPad Pro, etc.) - evitar superposición */
@media (min-width: 992px) and (max-width: 1199px) {
    #team .col-md-3 {
        width: 25% !important;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    
    .img-circle {
        width: 220px !important;
        height: 220px !important;
        min-width: 220px !important;
        min-height: 220px !important;
        max-width: 220px !important;
        max-height: 220px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Ajustes para tablets medianas */
@media (min-width: 768px) and (max-width: 991px) {
    #team .col-md-3 {
        width: 50% !important;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }
    
    .img-circle {
        width: 200px !important;
        height: 200px !important;
        min-width: 200px !important;
        min-height: 200px !important;
        max-width: 200px !important;
        max-height: 200px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
.bullet-circle {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #888888;
    margin-right: 8px;
    vertical-align: middle;
}
#team h2
{
    font-weight: normal;
    text-align: center;
}
.team-member-description
{
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-size: 14.5px;
}
.team-member-description 
{
    line-height: 25px;
}
.team-member-contact
{
    padding: 20px 0px;
}
/* media query te 991 px er niche padding right hobe 45px */
#team a:hover, #blog a:hover
{
    text-decoration: none;
}
#team .fa 
{
    font-size: 21px;
}
#team ul 
{
    padding-top: 20px;
}
.team-facebook, .team-twitter, .team-google-plus 
{
    color: rgb(32, 178, 170);
} 
.team-facebook:hover
{
    color: #46629E;
}
.team-twitter:hover
{
    color: #0EAACE;
}
.team-google-plus:hover
{
    color: #DD4C39;
}
.team-member-contact a {
    margin: 0px 12px;
    transition: all 0.5s cubic-bezier(.17,.67,.83,.67);
}
/*-----------------------------------------------------------------------------------------------------
                            Works
--------------------------------------------------------------------------------------------------------*/
#web, #game, #app
{
    display: none;
}
.port
{
    padding-bottom: 50px;
}

/* Estilos para evitar solapamiento entre portfolio y sectores */
#portfolio {
    padding-bottom: 50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

#price_table {
    position: relative;
    z-index: 1;
    padding-top: 50px;
    clear: both;
}

/*------------------------------------------------------------------------------------------------------
                                price-table
--------------------------------------------------------------------------------------------------------*/
.price-column 
{
    position: relative;
    z-index: 999;
    margin-bottom: 15px;
}
.price-column .price-heading 
{
    background-color: cadetblue;
    position: relative;
    padding: 17px 15px 15px;
    box-shadow: 0 2px 2px #494946;
}
.price-column .price-heading h4 
{
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 1px 1px #41413e;
    margin-bottom: 0;
    margin-top: 0;
}
.price-column .price-heading .subtitle 
{
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
    text-shadow: 0 1px 1px #41413e;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column .price-heading .price .currency 
{
    color: white; 
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    font-size: 22px;
}
.price-column .price-heading .price .amount
{
    color: white;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    margin-right: 18px;
    font-size: 35px;
}
.price-column .price-heading .price .cents 
{
    color: white;
    font: bold 16px Roboto Condensed,Helvetica,Geneva,sans-serif;
    /* text-shadow: 0 1px 1px #b8b8b7; */
    position: absolute;
    top: 27px;
    right: 0;
}
.price-content 
{
    background-color: rgba(47, 79, 79, 0.71);
}
.price-content ul
{
    margin: 0px 0px;
    padding: 0px 0px;
}
.price-content ul li:first-child 
{
    border-top-width: initial;
    border-top-style: none;
    border-top-color: initial;
}
.price-content ul li
{
    display: block;
    text-align: center;
    color: #f7f7f7;
    list-style: none;
    border-top: 1px solid #8DBDBD;
    border-bottom: 1px solid #2F4240;
    padding: 7px 15px;
    line-height: 35px;
    transition: all 0.5s;
}

.price-column.highlight 
{
    margin-top: 0;
    box-shadow: 0 1px 8px #4d4d4d;
    position: relative;
    z-index: 999;
}
.price-column.hightligh .price-heading 
{
    background: #f85140;
}
.price-column.hightligh .price-heading h4, .price-column.hightligh .price-heading .subtitle 
{
    color: #ffffff;
    text-shadow: 0 1px 1px #d61b08;
}
.price-column .price-heading .price 
{
    position: absolute;
    top: 12px;
    right: 10px;
}
.price-column.hightligh .price-heading .price .currency, .price-column.hightligh .price-heading .price .amount, .price-column.hightligh .price-heading .price .cents
{
    color: #c63f33;
    text-shadow: 0 1px 1px #f3a39b;
}
/*-----------------------------------------------------------------------------------------------------
                                Blog
-------------------------------------------------------------------------------------------------------*/

#blog 
{
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    font-family: 'Lora', serif;
}
.post 
{
    width: 90%;
    margin-bottom: 15px;
}
.row-fluid 
{
    overflow: hidden;
    padding: 25px 0px;
    width: 100%;
}
#about .video-container-about 
{
    overflow: visible !important;
}
#blog .post .post-thumbnail .frame, #blog .post .post-thumbnail .frame img 
{
    border-radius: 3px;
    margin-bottom: 0;
}
#about .video-container-about .frame 
{
    padding: 8px;
    background: #b9b9bb;
    position: relative;
    margin-left: 20px;
    margin-top: 20px;
}
#about .video-container-about .post-format 
{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border: 5px solid #b8b8bb;
    position: absolute;
    top: -19px;
    left: -20px;
    background-color: #d9dad9;
    z-index: 9999;
}
#about .video-container-about .post-format span 
{
    font-size: 33px;
    position: relative;
    top: 2px;
    color: rgb(32, 178, 170);
}
a 
{
    outline: none;
    text-decoration: none;
}
#about .video-container-about .post-shadow 
{
    margin: 0;
    padding: 0 0 0 18px;
}
#about .post-excerpt 
{
    margin-top: 18px;
    padding-left: 70px;
}
#about .post h2.title a {
    color: rgb(32, 178, 170);
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #f7f7f6;
    font-family: 'Dosis', sans-serif;
}
#about .post h2.title 
{
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    font-size: 20px;
}
.title 
{
    position: relative;
}

.post-share a 
{
    padding: 0px 10px;
    font-size: 18px;
}
 #about .post .post-share p 
{
    font-weight: bold;
    float: left;
    margin-right: 10px;
}
/*---------------------------------------------------------------------------------------------------
                client
----------------------------------------------------------------------------------------------------*/
.client-name
{
    font-style: italic;
    font-size: 18px;
}
.client-comment 
{
    padding: 10px 0px 25px 0px;
}
#testimonial h4
{
    font-family: "Coda";
    font-size: 22px;
    color: inherit;
}

/* ---------------------------------------------------------------------------------------------------
                            contact
 ---------------------------------------------------------------------------------------------------*/
 .input-group
 {
    padding: 18px 0px;
 }
 .send
 {
    float: left;
 }
 .map
 {
    padding: 18px 0px;
 }
.socials-icons 
{
    margin: 0 auto;
    position: relative;
    width: 100%;
    padding-top: 60px;

}   
.socials-icons li 
{
    padding-left: 20px;
    padding-bottom: 10px;
    display: inline-block;
    list-style: none;
}
.socials-icons li a 
{
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0.8;
}
.socials-icons li a i.fa 
{
    color: #fff;
    line-height: 50px;
    font-size: 21px;
}
.socials-icons li a:hover 
{
    opacity: 1;
}
.facebook
{
    background-color: #3acab1;
}
.facebook:hover
{
    background-color: #46629E;
}
.twitter
{
    background-color: #3acab1;
}
.twitter:hover
{
    background-color: #0EAACE;
}
.google-plus
{
    background-color: #3acab1;
}
.google-plus:hover
{
    background-color: #DD4C39;
}
.instagram
{
    background-color: #3acab1;
}
.instagram:hover
{
    background-color: #4A789E;
}
.pinterest
{
    background-color: #3acab1;
}
.pinterest:hover
{
    background-color: #CB2027;
}
.skype
{
    background-color: #3acab1;
}
.skype:hover
{
    background-color: #01AEF2;
}
form
{
    width: 100%;
}
/*----------------------------------------------------------------------------------------------------
                                    FOOTER
-----------------------------------------------------------------------------------------------------*/
.main-footer
{
    background-color: rgba(26, 26, 26, 1);
    padding: 20px 0px;
}
.logo h1
{
    color: #F2F2F2;
    font-family: 'Raleway', sans-serif;
    font-size: 50px;
}
.copyright
{
    font-size: 16px;
    color: #f3f3f3;
}
.copyright a:hover
{
    text-decoration: none;
    color: #ffffff;
    opacity: 0.8;
    transition: 0.5s;
}
.copyright a
{
    color: #18d26e;
    transition: 0.5s;
}
.theme
{
    font-family: "Coda";
    /* font-size: 20px; */
    /* font-weight: bold; */
    /* padding-left: 5px; */
}

/*--------------------------------------------------------------
# Contact Section Styles
--------------------------------------------------------------*/

/* Estilos generales necesarios para la sección */
* {
    font-family: tahoma;
  }
  
  /* Sección de Contacto */
  #contact {
    padding: 0;
  }
  
  /* Información de contacto */
  #contact .contact-info {
    margin-bottom: 20px;
    text-align: center;
  }
  
  #contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #0095b3;
  }
  
  #contact .contact-info address,
  #contact .contact-info p {
    margin-bottom: 0;
    color: #000;
  }
  
  #contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
  }
  
  #contact .contact-info a {
    color: #000;
  }
  
  #contact .contact-info a:hover {
    color: #18d26e;
  }
  
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    margin-bottom: 20px;
  }
  
  /* Utilidades de padding */
  .pd-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .pd-r {
    padding-right: 0 !important;
  }

  
  /* Estilos del formulario */
  #contact .form #sendmessage {
    color: #133a7c;
    border: 1px solid #133a7c;
    display: none;
    text-align: center;
    padding: 8px 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  #contact .form #sendmessage.show,
  #contact .form #errormessage.show,
  #contact .form .show {
    display: block;
  }
  
  #contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
  }
  
  #contact .form input,
  #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    border: 1px solid #ddd;
    width: 100%;
  }
  
  #contact .form button[type="submit"] {
    background: #133a7c;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
    border-radius: 4px;
  }
  
   #contact .form button[type="submit"]:hover {
     background: #133A7C;
   }

/* Estilos para botones de filtros del portfolio */
#filters .btn.is-checked,
#filters .btn:hover,
#filters .btn:active,
#filters .btn.active {
    background-color: #133A7C !important;
    color: white !important;
    border-color: #133A7C !important;
    box-shadow: none !important;
}

/* Estilos del footer */
#footer.main-footer {
    background-color: #133A7C !important;
    color: white !important;
    padding: 40px 0 20px 0;
    margin-top: 150px;
}

#footer h1 {
    color: white !important;
    font-family: "Montserrat", sans-serif;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

#footer .social-icons {
    margin: 20px 0 0 0;
}

#footer .social-icons a {
    display: inline-block;
    margin: 0 10px;
    color: #C8C8C8 !important;
    font-size: 24px;
    transition: color 0.3s ease;
}

#footer .social-icons a:hover {
    color: white !important;
}

#footer .copyright p {
    color: white !important;
    margin-top: 20px;
    font-size: 14px;
}
  
  /* Estilos del encabezado de sección (section-header) */
  .section-header {
    margin-bottom: 40px;
  }
  
  .section-header h3 {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 15px;
  }
  
  
  .section-header p {
    text-align: center;
    padding-bottom: 30px;
    color: #333;
  }
  
  /* Media Queries */
  @media (min-width: 768px) {
    #contact .contact-address,
    #contact .contact-phone,
    #contact .contact-email {
      padding: 20px 0 90px 0;
    }
  
    #contact .contact-phone {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd;
    }
  
    .line-cv {
      border-left: 1px solid #ddd;
    }
  }
  
  @media (max-width: 767px) {
    #contact .contact-info {
      margin-bottom: 30px;
    }
    
    .section-header h3 {
      font-size: 24px;
    }
  }
   
   
/* ================================================================================================================
                         Scroll to Top Button
================================================================================================================== */
.scroll-to-top {
    position: fixed !important;
    bottom: 60px !important;
    right: 30px !important;
    width: 65px !important;
    height: 65px !important;
    background-color: #133A7C !important;
    color: #fff !important;
    border-radius: 50% !important;
    display: none !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.scroll-to-top:hover {
    background-color: #0d2854 !important;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2) !important;
}

.scroll-to-top.show {
    display: flex !important;
}

.scroll-to-top i {
    font-size: 30px !important;
    color: #fff !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}

/* Estilo del botón cuando está sobre el footer azul */
.scroll-to-top.on-footer {
    background-color: white !important;
    color: #133A7C !important;
}

.scroll-to-top.on-footer:hover {
    background-color: #f0f0f0 !important;
    color: #133A7C !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 16px rgba(19, 58, 124, 0.2) !important;
}

.scroll-to-top.on-footer i {
    color: #133A7C !important;
}

/* Tipografías para sección de contacto */
#contact .section-header h3 {
    font-family: "Coda", sans-serif;
    font-size: 49px;
    font-weight: bold;
    text-transform: uppercase;
    color: #222222;
}

#contact .section-header p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #373737;
}

#contact .contact-info h3 {
    font-family: "Coda", sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 15px;
}

#contact .contact-info p,
#contact .contact-info address {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #373737;
    line-height: 1.6;
}

#contact .contact-info a {
    font-family: 'Roboto', sans-serif;
    color: #133A7C;
    text-decoration: none;
}

#contact .contact-info a:hover {
    color: #0d2854;
    text-decoration: underline;
}

#contact .form .form-control {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#contact .form button[type="submit"] {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 15px;
}

#contact #sendmessage,
#contact #errormessage {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

/* Menú hamburguesa para móviles */
.navbar-toggle {
    display: none;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 4px;
    padding: 4px 6px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: #fff;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 4px 0;
    transition: all 0.3s ease;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    transform: rotate(0deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(4) {
    transform: rotate(0deg);
}

/* Animación del menú hamburguesa */
.navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
    transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
    transform: rotate(-45deg) translate(7px, -6px);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Media query para móviles */
@media (max-width: 770px) {
    .navbar-toggle {
        display: block;
        float: right;
    }
    
    .navbar-collapse {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        margin-top: 10px;
        padding-top: 0;
        clear: both;
        width: 100%;
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        transition: all 0.3s ease;
        visibility: hidden;
    }
    
    .navbar-collapse.in {
        max-height: 500px;
        opacity: 1;
        padding-top: 10px;
        visibility: visible;
    }
    
    .navbar-nav {
        margin: 0;
        float: none;
        width: 100%;
    }
    
    .navbar-nav > li {
        float: none;
        display: block;
        width: 100%;
    }
    
    .navbar-nav > li > a {
        padding: 15px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        text-align: left;
        display: block;
        margin: 0;
        color: #fff;
    }
    
    .navbar-nav > li:last-child > a {
        border-bottom: none;
    }
    
    .navbar-brand {
        float: left;
    }
    
    .navbar-header {
        position: relative;
    }
}

/* Ocultar botón scroll-to-top en dispositivos móviles */
@media (max-width: 768px) {
    .scroll-to-top {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        width: 0 !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        pointer-events: none !important;
    }
    .scroll-to-top.show {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
}

/* ================================================================================================================
                         Media Query
================================================================================================================== */
/* Asegurar que wrapper y overlay ocupen toda la altura en móviles */
@media (max-width: 768px) {
    #wrapper {
        min-height: 100vh !important;
        height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #overlay-1 {
        min-height: 100vh !important;
        height: 100vh !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    #hero-carousel {
        height: 100vh !important;
    }
    #hero-carousel .carousel-inner,
    #hero-carousel .item,
    .carousel-image {
        height: 100vh !important;
    }
    #starting {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .starting-text {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 !important;
        margin: 0 !important;
        width: 100%;
    }
    .rene {
        margin-top: 0 !important;
    }
}

@media (max-width: 515px){
    .rene
    {
        font-size: 70px;
    }
}
@media (max-width: 405px){
    #heading-text h3
    {
        font-size: 45px;
    }
}
@media (max-width: 350px){
    .rene
    {
        font-size: 50px;
    }
    .starting-text h2
    {
        font-size: 35px;
    }
}


.ion-ios7-arrow-down {
    color: #fff;
    font-size: 3em;
}


.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #FFFFFF;
}

.btn-primary {
    color: #fff;
    background-color: #3acab1;
    border-radius: 0;
    border-color: #3acab1;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #16a085;
    border-color: #16a085;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #3acab1;
    border-color: #3acab1;
}

.pagination {
    border-radius: 0;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    z-index: 99999;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #FFF;
    background-color: #3acab1;
    border-color: #3acab1;
}

.pagination>li>a, .pagination>li>span {
    color: #16a085;
}

/* Estilos para portfolio - 3 imágenes en línea siempre, mismo tamaño */
#port-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

#port-items .element-item {
    width: calc(33.333% - 10px) !important;
    margin: 0 5px 10px 5px;
    padding: 0;
    box-sizing: border-box;
    float: none !important;
}

#port-items .element-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Estilos especiales para Certificaciones y Clientes (imágenes verticales) */
#port-items .element-item.Certificaciones img,
#port-items .element-item.Clientes img {
    height: 600px;
    object-fit: contain;
    background-color: transparent;
}

/* Responsive para Certificaciones y Clientes */
@media (max-width: 768px) {
    #port-items .element-item.Certificaciones img,
    #port-items .element-item.Clientes img {
        height: 350px;
    }
}

@media (max-width: 480px) {
    #port-items .element-item.Certificaciones img,
    #port-items .element-item.Clientes img {
        height: 300px;
    }
}

/* Forzar 3 columnas siempre, sin importar el zoom */
@media (min-width: 1px) {
    #port-items .element-item {
        width: calc(33.333% - 10px) !important;
        max-width: calc(33.333% - 10px) !important;
        min-width: calc(33.333% - 10px) !important;
    }
}

.input-group-addon {
    border-radius: 0;
}

@media (max-width: 712px) {

}

@media (max-width: 400px) {
    #port-items .col-xs-6 {
        width: 100%;
    }

    .navbar-fixed-top, 
    .navbar-fixed-bottom {
        position: static;
    }

    #portfolio .btn {
        margin-bottom: 10px;
    }
    
    /* Botón activo en filtros de portfolio */
    #filters .btn.is-checked,
    #filters .btn.is-checked:hover,
    #filters .btn.is-checked:focus,
    #filters .btn.is-checked:active {
        background-color: #133A7C !important;
        color: white !important;
        border-color: #133A7C !important;
        box-shadow: none !important;
    }
}
    
    /* Estilos para las secciones de empresa */
    .company-section {
        padding: 40px 30px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .company-icon {
        font-size: 60px;
        margin-bottom: 20px;
        line-height: 1;
    }
    .company-title {
        font-family: "Coda", sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: #222222;
        margin-bottom: 20px;
        text-align: center;
    }
    .company-description {
        font-family: 'Raleway', sans-serif;
        font-size: 16px;
        line-height: 28px;
        color: #565353;
        text-align: center;
        margin: 0;
    }
    #price_table .col-md-4 {
        margin-bottom: 30px;
    }

    #price_table ul {
        display:table;
        margin: 0 auto;
        width:100%;
        max-width:1100px;
    
        padding: 0;
    }
    #price_table li {
        display:table-cell;
        width:33.333%;
        padding:43px 0 0;
        transition: all 0.25s, color 0s !important;
        position:relative;
        z-index:0;
        border:1px solid #BBB;
    
        background-color: #fff;
}
    
    #price_table li:first-child {
        position:relative;
        right:-1px; 
    }
    #price_table li:last-child {
        position:relative;
        left:-1px;  
    }

    
    #price_table li:hover {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2);
        z-index:1;
        color:#fff;
        background: #1abc9c;
        border-color: #1abc9c;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }
    
    #price_table li * {
        transition: 0 !important;
        text-decoration: none;
}
    
    #price_table li:hover * {
        color: #fff !important;
        border-color:rgba(255, 255, 255, 0.27) !important;
    }
    
    
    
    #price_table li strong {
        font-size:19px;
        text-transform:uppercase;
        font-family: Raleway;
        color: #2F3740;
        letter-spacing:2.4px;
        line-height:45px;
        font-weight: 600;
        margin-bottom: 25px;
        display: block;
        text-align: center;
}
    
    #price_table ul .price_table-description {
        display:block;
        font-size:19px;
        line-height:30px;
        text-align: center;
        color: #6C6C6C;
}
    
    #price_table .price_table-price {
        font-size:84px;
        letter-spacing:2px;
        padding-top:20px;
        display:block;
        font-weight:400;
        text-align: center;
        padding-bottom:12px;
        color: #6C6C6C;
}
    #price_table .price_table-button {
        font-size:19px;
        text-transform:uppercase;
        font-family: 'Roboto', sans-serif;
        color:#2F3740;
        text-decoration:none;
        line-height:1;
        padding:28px 0 24px;
        border-top:1px solid #bbb;
        width:100%;
        margin-top:6px;
        display:block;
        text-align: center;
}
    #price_table li:hover .price_table-button {
        transition: 0;
    }
    
    
    #price_table ul a:hover {
        color:#E85700;
    }

    ul.price-table-chart li:nth-child(2) {
        box-shadow: 0 13px 48px rgba(0, 0, 0, 0.2) !important;
        z-index: 2 !important;
        color: #fff !important;
        background: #1abc9c !important;
        border-color: #1abc9c !important;
        -webkit-transform:scale(1.05);
        -moz-transform:scale(1.05);
        transform: scale(1.05);
    }

    ul.price-table-chart li:nth-child(2) * {
        color: #fff !important;
    }

    ul.price-table-chart li:nth-child(2) .price_table-button {
        border-color: rgba(255, 255, 255, 0.27) !important;
    }

    .main_content figure {
        padding: 0px 105px;
    }

    .post-shadow {
        width: 100%;
    }

    .input-group-addon {
        background-color: rgba(238, 238, 238, 0);
    }

/*----------------------------------------------------------------------------------------------------
About Section - Video izquierda, Tarjetas derecha (Imagen izquierda, Texto derecha)
-----------------------------------------------------------------------------------------------------*/

.about-content-layout {
    margin-top: 40px;
    margin-bottom: 40px;
}

.about-video-column {
    padding-right: 30px;
}

.video-container-about {
    position: relative;
    height: 100%;
    min-height: 650px;
}

.video-container-about .vimeo-video {
    height: 100%;
    min-height: 650px;
}

.video-container-about video {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about-cards-column {
    padding-left: 30px;
    display: flex;
    flex-direction: column;
}

.about-text-intro {
    margin-bottom: 30px;
    padding-right: 10px;
}

.about-text-intro p {
    font-size: 18px;
    line-height: 1.7;
    color: #262525;
    text-align: justify;
    margin-top: 15px;
    font-weight: 600;
}

.about-cards-wrapper {
    margin-top: 0;
}

.about-card-horizontal {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 18px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    transition: all 0.3s ease;
    min-height: 153px;
    height: 153px;
}

.about-card-horizontal:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.about-card-image-left {
    width: 200px;
    min-width: 153px;
    height: 153px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f5f5;
    align-self: stretch;
}

.about-card-image-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.about-card-horizontal:hover .about-card-image-left img {
    transform: scale(1.1);
}

.about-card-text-right {
    flex: 1;
    padding: 0 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about-card-text-right h5 {
    color: #16a085;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-card-text-right p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

/* Responsive */
@media (max-width: 991px) {
    .about-video-column {
        padding-right: 15px;
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
    }
    
    .about-cards-column {
        padding-left: 15px;
    }
    
    .about-text-intro {
        margin-bottom: 25px;
    }
    
    .about-text-intro p {
        font-size: 17px;
    }
    
    .video-container-about {
        min-height: 400px;
        margin: 0 auto;
        max-width: 100%;
    }
    
    .video-container-about .frame {
        margin-left: auto;
        margin-right: auto;
    }
    
    .video-container-about .vimeo-video {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .about-video-column {
        padding-right: 0;
        display: flex;
        justify-content: center;
    }
    
    .about-cards-column {
        padding-left: 0;
    }
    
    .about-text-intro {
        margin-bottom: 20px;
    }
    
    .about-text-intro p {
        font-size: 16px;
        line-height: 1.8;
    }
    
    .video-container-about {
        min-height: 300px;
        margin: 0 auto 30px auto;
        max-width: 100%;
    }
    
    .video-container-about .frame {
        margin-left: auto;
        margin-right: auto;
    }
    
    .video-container-about .vimeo-video {
        min-height: 300px;
    }
    
    .about-card-horizontal {
        flex-direction: row;
        margin-bottom: 12px;
    }
    
    .about-card-image-left {
        width: 100px;
        min-width: 100px;
        height: 90px;
    }
    
    .about-card-text-right {
        padding: 10px 12px;
    }
    
    .about-card-text-right h5 {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .about-card-text-right p {
        font-size: 12px;
    }
}