/* 
    Created on : 27-ago-2016, 1:00:07
    Author     : pedrogonzalez
*/
@font-face{
	font-family: "Roboto";
	src: url("font/Roboto-Regular.ttf");
}

.encabezado-fijo {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

header {
    background-color: #EEF3EA;
    padding: 15px 9% 15px 9%;
}

.titulo-derecha {
    height: 100%;
    float: right;
    font-size: 23px;
    font-weight: bold;
}

.titulo-derecha .telefono {
    width: 100%;
    text-align: right;
    color: #393B3D;
}

.titulo-derecha .telefono img {
    background-color: #FFFFF7;
}

.titulo-derecha .slogan {
    color: #818283;
}

.navbar {
    border-radius: 0;
    padding-left: 7%;
}

#menu-principal ul li.active a {
    background-image: none;
    background-color: #38BFE9;
    color: #FFFFFF;
}

#menu-principal ul li.active a:hover {
    color: #FFFFFF;
}

#menu-principal ul li a {
    color: #FFFFFF;
}

#menu-principal ul li a:hover {
    color: #BBBBBB;
}

.principal {
    margin-top: 200px;
    margin-bottom: 30px;
}

footer {
    background-color: #414649;
    color: #FFFFFF;
}

footer a {
    color: #FFFFFF;
}

footer a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

footer .row {
    margin-right: 0;
}

footer img {
    margin-right: 20px;
}

footer .telefono {
    font-size: 20px;
}

footer .superior {
    padding-top: 30px;
    padding-bottom: 20px;
}

footer .inferior {
    padding-bottom: 30px;
}

footer .livebit {
    width: 100%;
    border-top: 2px solid #FFFFFF;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer .livebit span {
    float: right;
}

#index #imagen-principal-index {
    width: 100%;
    height: 60vh;
    background-image: url('../img/slide1.jpg');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    padding-top: 15vh;
    padding-left: 50%;
    color: #000000;
}

#index #imagen-principal-index h1 {
    font-size: 50px;
}

#index .row .imagen-ancho-completo {
    width: 100%
}

#index .row p {
    margin-top: 20px;
    color: #8A8C8D;
    text-align: justify;
}

#index .row ul li {
    color: #8A8C8D;
}

#index .row h1 {
    margin-top: 0;
}

#index .lista-elementos-carrusel {
    text-align: center;
    color: #FFFFFF;
}

#index .lista-elementos-carrusel div {
    height: 290px;
    cursor: pointer;
    transition: 0.5s;
}

#index .lista-elementos-carrusel div:hover {
    height: 320px;
    margin-top: -30px;
    padding-top: 30px;
}

#index .lista-elementos-carrusel a {
    text-decoration: none;
}

#index .lista-elementos-carrusel h3 {
    color: #FFFFFF;
    font-size: 21px;
}

#index .lista-elementos-carrusel img {
    height: 100px;
    width: 80%;
}

#index .lista-elementos-carrusel p {
    color: #FFFFFF;
}

#index .lista-elementos-carrusel #elemento-carrusel-1 {
    background-color: #30ABD2;
}

#index .lista-elementos-carrusel #elemento-carrusel-2 {
    background-color: #24B1DC;
}

#index .lista-elementos-carrusel #elemento-carrusel-3 {
    background-color: #2DB8E3;
}

#index .lista-elementos-carrusel #elemento-carrusel-4 {
    background-color: #38C0EB;
}

#index .contacto {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #30ABD2;
}

#index .contacto .encabezado {
    margin-bottom: 10px;
    border-bottom: 1px solid #FFFFFF;
}

#index .contacto .encabezado img {
    vertical-align: top;
}

#index .contacto .encabezado .titulo {
    display: inline-block;
    padding-left: 10px;
    color: #FFFFFF;
}

#index .contacto .encabezado .titulo h1 {
    margin-top: 0;
    margin-bottom: 0;
}

#index .contacto .encabezado .titulo p {
    margin-top: 0;
    color: #FFFFFF;
}

#index .contacto input {
    width: 100%;
    margin-bottom: 5px;
    background-color: #FFFFFF;
}

#index .contacto button {
    width: 100px;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border: 0;
}

#quienes-somos .row img {
    width: 100%
}

#quienes-somos .row p {
    text-align: justify;
    color: #8A8C8D;
}

#quienes-somos .row li {
    text-align: justify;
    color: #8A8C8D;
}

#quienes-somos .mision-vision-valores {
    margin-top: 40px;
    margin-bottom: 20px;
}

#quienes-somos .mision-vision-valores img {
    height: 300px;
    margin-bottom: 20px;
}

#seguridad .row #imagen-seguridad {
    line-height: 200px;
}

#seguridad .row #imagen-seguridad img {
    width: 100%;
}

#seguridad .row p {
    text-align: justify;
    color: #8A8C8D;
}

#seguridad .row li {
    color: #8A8C8D;
}

#valet-parking .row #imagen-valet-parking img {
    width: 100%;
}

#valet-parking .row p {
    text-align: justify;
    color: #8A8C8D;
}

#contacto-mapa {
    margin-top: 180px;
    margin-bottom: 0;
    padding: 0;
}

#contacto {
    margin-bottom: 30px;
}

#politicas h3 {
    margin-top: 30px;
}

#politicas p {
    text-align: justify;
}

.campos {
    margin-top: 30px;
}

input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
    background-color: #F1F2F6;
    border: 0;
}

textarea {
    width: 100%;
    padding-top: 10px;
    padding-left: 10px;
    background-color: #F1F2F6;
    border: 0;
}

.boton-azul {
    margin-top: 60px;
}

button.boton-azul {
    width: 150px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #36B8E2;
    border: 0;
    color: #FFFFFF;
}

.boton-azul a {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #36B8E2;
    border: 0;
    color: #FFFFFF;
    text-decoration: none;
}

.linea-azul {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid #2AB8D7;
}

@media screen and (max-width: 1024px) {
    footer .telefono {
        font-size: 14px;
    }

    footer .correo {
        font-size: 10px;
    }
}

@media screen and (max-width: 770px) {
    header {
        padding: 15px 15px 15px 15px;
    }
    
    .navbar {
        padding-left: 0;
    }

    footer {
        font-size: 11px;
    }

    footer .datos-contacto {
        padding-left: 40px;
    }

    footer .telefono {
        font-size: 14px;
    }

    footer .livebit {
        font-size: 14px;
    }

    #index #imagen-principal-index {
        height: 40vh;
        padding-top: 11vh;
        padding-left: 50%;
    }

    #index #imagen-principal-index h1 {
        font-size: 40px;
    }

    #index .lista-elementos-carrusel h3 {
        font-size: 15px;
    }

    #index #acerca-de {
        margin-bottom: 50px;
    }

    #quienes-somos .row #imagen-quienes-somos {
        line-height: 400px;
    }

    #quienes-somos .row #imagen-seguridad {
        line-height: 360px;
    }

    #quienes-somos .row #imagen-estacionamientos {
        line-height: 490px;
    }

    #seguridad .row #imagen-seguridad {
        line-height: 240px;
    }

    #quienes-somos .mision-vision-valores img {
        height: 200px;
    }

    #quienes-somos .mision-vision-valores .lista-dividida {
        margin-top: -10px;
    }
}


@media screen and (max-width: 450px) {
    .titulo-derecha {
        font-size: 18px;
    }

    footer {
        font-size: 15px;
    }

    footer .superior {
        padding-bottom: 20px;
    }

    footer .telefono {
        font-size: 18px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .correo {
        font-size: 15px;
    }

    footer .livebit {
        font-size: 11px;
    }

    #index #imagen-principal-index {
        padding-top: 10vh;
    }
    
    #index #imagen-principal-index h1 {
        font-size: 22px;
    }
    
    #index .lista-elementos-carrusel div {
        height: 270px;
        margin-top: -20px;
        padding-top: 10px;
    }
    
    #index .lista-elementos-carrusel div#elemento-carrusel-1 {
        margin-top: 20px;
    }

    #index .lista-elementos-carrusel h3 {
        font-size: 25px;
    }

    #index .lista-elementos-carrusel img {
        width: 60%;
    }
    
    #quienes-somos .row #imagen-quienes-somos {
        line-height: 20px;
    }

    #quienes-somos .row #imagen-seguridad {
        line-height: 20px;
    }

    #quienes-somos .row #imagen-estacionamientos {
        line-height: 20px;
    }

    #quienes-somos .mision-vision-valores img {
        height: 300px;
    }

    #seguridad .row #imagen-seguridad {
        line-height: 20px;
    }
    
    #contacto .espacio-campos {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}