 body {
            background-color: #f2f2f2;
        }

    .navbar-default{
    background: #fff !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}
        



#loginModal .modal-dialog{
    max-width: 400px;
    width: 94%;
    margin: 120px auto !important;
}
  

  .hero{
    height:420px;
    background:url("../img/rutaa.png") center center;
    background-size:cover;
    background-repeat:no-repeat;

    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-logo{
    width:700px;
    max-width:90%;
    height:auto;
}

.hero-logo{
    width:700px;
    max-width:90%;
    height:auto;

     filter:
        drop-shadow(2px 0 0 #fff)
        drop-shadow(-2px 0 0 #fff)
        drop-shadow(0 2px 0 #fff)
        drop-shadow(0 -2px 0 #fff)
        drop-shadow(3px 3px 6px rgba(0,0,0,.5));
}



@media (max-width:768px){

    .hero{
        height:220px;
    }

    .hero-overlay{
        padding:15px 20px;
    }

    .hero-overlay h1{
        font-size:28px;
    }

    .hero-overlay p{
        font-size:16px;
    }

}

.navbar {
    min-height: 70px;
}

.navbar-brand {
    height: 70px;
    padding: 5px 15px;
}

.navbar-brand img {
    height: 60px;
    width: auto;
}

.navbar-nav > li > a{
    line-height:40px;
    font-size:16px;
    font-weight:600;
}

.navbar-btn{
    margin-top:17px;
    margin-right:10px;
}

@media (max-width:767px){

    .navbar-brand img{
        height:50px;
    }

    .navbar{
        min-height:60px;
    }

   .navbar-btn{
        display:block;
        width:calc(100% - 30px);
        margin:10px 15px;
    }

}


.panel{
   
    box-shadow:0 2px 10px rgba(0,0,0,.15);
    transition:.3s;
    border-radius: 10px;
}

.panel:hover{
    box-shadow:0 8px 20px rgba(0,0,0,.25);
}

.panel img{
    width:100%;
    height:250px;
    object-fit:cover;
}

.panel-body{
    text-align:center;
}

.panel-body h3{
    margin-top:10px;
    font-weight:bold;
}

.panel-body p{
    color:#666;
    line-height:1.6;
}

.footer{
    background:#2f2f2f;
    color:#fff;
    text-align:center;
    padding:45px 20px 25px;
}

.footer h3{
    margin-top:0;
    margin-bottom:20px;
    font-weight:bold;
}

.footer p{
    max-width:700px;
    margin:0 auto 20px;
    color:#d5d5d5;
    line-height:1.8;
}

.footer hr{
    border-color:#555;
    margin:30px auto 20px;
}

.social-icons{
    margin-top:20px;
}

.social-icons a{
    display:inline-block;
    margin:0 12px;
    text-decoration:none;
}

.social-icons .glyphicon{
    font-size:34px;
    color:#fff;
    transition:.3s;
}

.social-icons .glyphicon:hover{
    color:#3b5998;
}

.social-icons img{
    width:34px;
    height:34px;
    transition:.3s;
}

.social-icons img:hover{
    transform:scale(1.15);
}

.copyright{
    margin-bottom:0;
    font-size:13px;
    color:#aaa;
}

@media (max-width:768px){

    .footer{
        padding:35px 15px 20px;
    }

    .footer h3{
        font-size:24px;
    }

    .social-icons .glyphicon,
    .social-icons img{
        width:30px;
        height:30px;
        font-size:30px;
    }

}



.social-icons i{
    font-size:34px;
    color:#fff;
    margin:0 12px;
    transition:.3s;
}

.social-icons i:hover{
    transform:scale(1.15);
}

.social-icons .fa-facebook-f:hover{
    color:#1877F2;
}

.social-icons .fa-instagram:hover{
    color:#E4405F;
}



.whatsapp-float{
    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 60px;
    height: 60px;

    background: #25D366;
    color: #fff;

    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 34px;

    text-decoration: none;

    box-shadow: 0 4px 10px rgba(0,0,0,.35);

    z-index: 9999;

    transition: .3s;
}

.whatsapp-float:hover{
    background: #1EBE5D;
    color: #fff;
    transform: scale(1.08);
}





.contacto-title {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.form-container {
    max-width: 700px;
    margin: 0 auto 40px auto;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.form-container h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.form-container .form-group {
    margin-bottom: 20px;
}

.boton-formulario {
    margin-top: 25px;
}

.boton-formulario .btn {
    width: 100%;
}

#respuesta {
    margin-top: 20px;
}

.form-container,
.form-container label,
.form-container input,
.form-container textarea,
.form-container h3 {
    font-family: Arial, sans-serif !important;
    font-style: normal !important;
}

.form-container input,
.form-container textarea {
    font-size: 16px !important;
}



/* ==============================
   NAVBAR FIJO
   ============================== */

.navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 !important;
}

body {
    padding-top: 70px;
}




/* =========================================
   BOTONES DE COMPARTIR ADDTOANY
========================================= */

.a2a_floating_style {
    position: fixed !important;
    left: 0 !important;
    top: 150px !important;
    z-index: 2000 !important;
}

/* CELULARES */
@media (max-width: 767px) {

    .a2a_floating_style {
        top: 250px !important;
        left: 0 !important;
        z-index: 900 !important;
    }

}

.experiencias {
    margin-top: 90px;
}

.experiencia-foto {
    height: 250px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px;
    background-color: #eee;
}

.experiencia-foto img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     transition: transform 0.4s ease;
}

@media (hover: hover) {

    .experiencia-foto:hover img {
        transform: scale(1.08);
    }

}

.experiencias-intro {
    text-align: center;
    max-width: 750px;
    margin: 50px auto 35px;
    padding: 0 20px;
}

.frase-principal {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.frase-secundaria {
    font-size: 17px;
    line-height: 1.6;
    color: #777;
    margin: 0;
}

@media (max-width: 767px) {

    .experiencias-intro {
        margin-top: 35px;
        margin-bottom: 25px;
    }
    
    .experiencias {
        margin-left: 0;
        margin-right: 0;
    }

    .frase-principal {
        font-size: 23px;
    }

    .frase-secundaria {
        font-size: 16px;
    }

}

.experiencia-foto a {
    display: block;
    width: 100%;
    height: 100%;
}

.mapa-agencia {
    text-align: center;
    margin: 70px auto 50px;
}

.mapa-agencia h2 {
    margin-bottom: 10px;
}

.mapa-agencia p {
    color: #777;
    font-size: 17px;
    margin-bottom: 25px;
}

.mapa-responsive {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.mapa-responsive iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 5px;
}

.btn-consultar {
    background-color: #25D366;
    border-color: #25D366;
    color: white;
    border-radius: 0;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
}

.btn-consultar:hover,
.btn-consultar:focus {
    background-color: #1ebe5d;
    border-color: #1ebe5d;
    color: white;
}

@media (max-width: 767px) {
    .cards-servicios .col-md-6 {
        margin-bottom: 50px;
    }
}



/* ========================================
   DISEÑO 1 - AÑO GIGANTE
   ======================================== */

.historia-d1 {
    margin-bottom: 70px;
}

.historia-d1-hero {
    padding: 100px 0;
    text-align: center;

    background: #f5f5f5;
}

.historia-d1-hero-content {
    max-width: 900px;
    margin: auto;
}

.historia-d1-label {
    display: block;

    font-size: 13px;
    font-weight: bold;
    letter-spacing: 4px;

    margin-bottom: 25px;
}

.historia-d1-year {
    font-size: 130px;
    line-height: 1;

    font-weight: 700;

    margin-bottom: 15px;

    color: #333;
}

.historia-d1 h1 {
    margin: 0 0 15px 0;

    font-size: 44px;
    font-weight: 600;
}

.historia-d1-hero p {
    font-size: 20px;

    margin: 0;

    color: #777;
}


/* Contenido */

.historia-d1-content {
    padding-top: 70px;
}

.historia-d1-content h2 {
    font-size: 30px;

    margin-top: 45px;
    margin-bottom: 20px;
}

.historia-d1-content p {
    font-size: 17px;
    line-height: 1.8;

    margin-bottom: 20px;
}


/* Celular */

@media (max-width: 767px) {

    .historia-d1-hero {
        padding: 70px 20px;
    }

    .historia-d1-year {
        font-size: 80px;
    }

    .historia-d1 h1 {
        font-size: 34px;
    }

    .historia-d1-hero p {
        font-size: 17px;
    }

    .historia-d1-content {
        padding-top: 45px;
    }

    .historia-d1-content h2 {
        font-size: 26px;
    }

    .historia-d1-content p {
        font-size: 16px;
    }

}
