
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f6f6f6;
    background-image: none;
    /*ont-family: 'Montserrat', sans-serif;*/
    /*font-family: 'Barlow Semi Condensed', sans-serif !important;*/
    font-family: 'Barlow', sans-serif !important;
    color: #484848;
    font-weight: 300;
    margin: 0;
    padding: 0;
    /*transition: width .5s ease,padding .5s ease;*/
}

.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.barra-gris {
    color: white; /* agregado por sebas */
    background: #484848;
    height: 35px;
    text-align: right;
    background-blend-mode: multiply;
    position: relative;
    z-index: 10;
}

.contactos-basicos-barra-gris {
    margin-top: 10px;
    display: inline-block;
    background: #bbbbbc;
    height: 12px;
    width: 80px;
    border-radius: 2px;
    float: right;
    margin-right: 30px;
}

.enlaces-basicos-barra-roja {
    margin-top: 30px;
    display: inline-block;
    background: #bbbbbc;
    height: 12px;
    width: 60px;
    border-radius: 2px;
    margin-right: 30px;
}

.logo-basico img {
    margin-top: -6px;
    width: 168px;
    margin-right: 60px;
}

/*------------ MENU NORMAL -------------------*/

.barra-roja {
    position: relative;
    height: 70px;
    padding-bottom: 0;
    margin-bottom: 0px;
    background: #da2032;
}

.header-basico {
    background: #e0e0e0;
    height: 300px;
}

.texto-basico-paquete {
    margin-top: 60px;
    display: inline-block;
    background: #e0e0e0;
    height: 20px;
    width: 35%;
    border-radius: 2px;
}

.paquete-basico {
    margin-top: 16px;
    background: #e0e0e0;
    height: 260px;
    border-radius: 2px;
}

.info-paquete-basico {
    margin-top: 16px;
    background: #e0e0e0;
    height: 300px;
    border-radius: 2px;
}

.origen-basico {
    margin-top: 10px;
    display: inline-block;
    background: #e0e0e0;
    height: 10px;
    width: 80px;
    border-radius: 2px;
}

.nombre-paquete-basico {
    margin-top: 5px;
    display: inline-block;
    background: #e0e0e0;
    height: 18px;
    width: 90%;
    border-radius: 2px;
}

.informacion-paquete-basico {
    margin-top: 5px;
    display: inline-block;
    background: #e0e0e0;
    height: 12px;
    width: 100%;
    border-radius: 2px;
}

.precio-basico {
    margin-top: 10px;
    display: inline-block;
    background: #e0e0e0;
    height: 12px;
    width: 20%;
    border-radius: 2px;
}


/*---------- MENU ---------*/

/* COMENTADO POR SEBAS BOOTSTRAP ORIGINAL

.navbar-default {
    background: none;
    border: none;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-right a {
    margin-left: 10px;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #eee;
    font-size: 13px;
    font-weight: 700 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #eee;
    font-size: 13px;
    font-weight: 700;
    background-color: transparent;
}

.nav > li > a {
    box-sizing: border-box;
    padding: 10px 15px 5px 15px !important;
}

.nav > li > a > p {
    margin: 0px
}

.active p {
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    font-weight: 700;

}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
}

.navbar-toggle {
    margin-right: 0;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 45px;
    margin-bottom: 8px;
}

.navbar-brand > img {
    display: block;
    margin-top: 6px;
    width: 170px;
}

.nav-principal-interna {
    padding-top: 12px;
    padding-left: 15px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
}
*/


.barra-gris li a {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    padding: 0px 15px;
}

.barra-gris li a span:hover {
    font-size: 11px;
    color: #e6e6e6 !important;
    font-weight: 400 !important;
}

.barra-gris li img {
    width: 24px;
    margin-bottom: 0px;
}

.menu-registro a {
    font-size: 11px;
    color: #fff;
    font-weight: 400;
}

.barra-gris li a:hover {
    font-size: 11px;
    color: #e6e6e6;
    font-weight: 400;
    text-decoration: none;
}

.menu-registro a:hover {
    font-size: 11px;
    color: red;
    font-weight: 400;
    color: #e6e6e6;

}

.wtpp {
    position: fixed;
    bottom: 50px;
    width: 50px;
    height: 50px;
    z-index: 999;
    right: 0px;
    display:none;
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 12px;
    padding: 9px 10px;
    margin-top: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
}

    .logowtpp img{
        display: block;
        width: 65px;
        position: absolute;
        right: 10px;
        bottom: 40px;
        box-shadow: 0 1px 2px 0 rgba(23,35,44,0);
    }

    .icono-home {
        width: 40px;
    }

    .icono-home a img{
        width: 25px;
        margin-top: -5px;
        margin-left: 8px;
    }



/*-------- FIN MENU -------*/


@media (max-width: 1200px) {

    /* COMENTADO POR SEBAS PARA RECUPERAR ESTILOS ORIGINALES DE BOOTSTRAP
        .nav > li > a > {
            box-sizing: content-box;
            padding: 0px 2px 5px 2px !important;
        }


        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus {
            color: #fff;
            background-color: transparent;
            font-size: 11px;
        }

        .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
            color: #fff;
            background-color: transparent;
            font-size: 11px;
        }
    ^*/

}

@media (max-width: 992px) {


    .nav > li > a > {
        box-sizing: content-box;
        padding: 0px 2px 5px 2px !important;
    }

    .paquete-basico {
        height: 150px;
    }
}

/* clases movidas por sebas */

.menu-secundario {
    list-style: none;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    display: inline-block;
}

.menu-secundario li {
    display: inline-block;
    line-height: 30px;
}


.icono {
    margin-right: 2px;
}


/* FIN clases movidas por sebas */


@media (max-width: 768px) {


    /*-------- MENU -------*/
    .barra-gris {
        display: none;
    }

    .navbar-default .navbar-collapse {
        background-color: #fff;
        position: absolute;
        z-index: 999;
        width: 100%;
        margin-top: 3px;
    }

    .navbar-default .navbar-collapse li > a {
        color: #484848 !important;
        font-weight: 400 !important;
    }

    .menu-responsive li {
        padding: 0px 15px 0px 15px;
    }

    .categorias-responsive-menu {
    }

    .active-responsive p {
        font-size: 13px;
        color: #da2032;
    }

    .navbar-brand > img {
        display: block;
        margin-top: 6px;
        width: 180px;
    }

    .info-paquete-basico {
        margin-top: 16px;
        background: #bbbbbc;
        height: 450px;
        border-radius: 2px;
    }





    /*-------- FIN MENU -------*/


}

/* traido por Sebas para que cargue en basicos */
.link-clean {
    color: inherit;
    text-decoration: none;
}

.link-clean:hover {
    color: inherit;
    text-decoration: none;
}

.link-clean:focus {
    color: inherit;
    text-decoration: none;
}

.link-clean:visited {
    color: inherit;
    text-decoration: none;
}

.link-clean:active {
    color: inherit;
    text-decoration: none;
}

.input-error {
    border-color: red;
}

/* fin */


