﻿@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://use.fontawesome.com/releases/v6.5.2/css/all.css);

.navbar-inverse {
    background-color: #24afb9;
}

.navbar-brand {
    margin-top: -1px;
    padding-top: 0;
    background: url(../Images/logo_188x65.png) no-repeat 15px center;
    width: 205px;
}

.navbar-nav > li > .dropdown-menu {
    background-color: #24afb9;
}

.navbar-inverse .navbar-nav > li > a:hover {
    background-color: rgba(255,255,255,.2);
}

.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
    background-color: rgba(255,255,255,.2);
}

header > .banner > .banner-center {
    display: none;
}

.color-fondo {
    background-color: #24afb9;
}

#pie {

}

    #logoPie {
        margin-top: 5px;
        margin-bottom: 5px;
        max-width: 98px;
        max-height: 100px;
    }
    #pie p {
        color: rgba(255, 255, 255, .95);
        margin-bottom: 0;
    }

    #pie a {
        color: rgba(255, 255, 255, .9);
    }

        #pie a:hover {
            text-decoration: none;
            color: rgba(255, 255, 255, 0.7);
        }

    #pie span.blue {
        color: #fff;
        font-weight: bold;
    }

    ul#rSociales {
    float: right;
    margin-top: 15px;
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

#redes li {
    display: inline-block;
    margin: 5px;
}

.redes-hover {
    width: 40px;
}

    .redes-hover:hover {
        animation-name: redes-hover;
        -webkit-animation-name: redes-hover;
        animation-duration: 1s;
        -webkit-animation-duration: 1s;
        animation-timing-function: cubic-bezier();
        -webkit-animation-timing-function: cubic-bezier();
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }

@-webkit-keyframes redes-hover {
    25% {
        transform: scale(1.3);
        -webkit-transform: scale(1.3);
    }

    75% {
        transform: scale(1px);
        -webkit-transform: scale(1px);
    }
}

footer {
    background-color: #333;
    z-index: 0;
}

footer p {
    color: rgba(255, 255, 255, 0.65);
}

#enlaces {
    background-color: rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

#enlaces p {
    margin-bottom: 0;
    padding-top: 2px;
    padding-bottom: 2px;
}

#enlaces a {
    color: #eee;
    font-size: 0.95em;
    cursor: pointer;
}

h5.titulosPie {
    color: #eee;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

h5#redesSociales {
    margin-top: 5px;
    margin-bottom: 5px;
}

h6.titulosPie {
    color: #eee;
    font-size: 14px;
    font-weight: 600;
}

#imgLegal {
    margin-left: 30px;
}

#legal > a:hover {
    color: #fff;
    text-decoration: none;
}

#legal .a:hover {
    text-decoration: underline;
}

#gMaps {
    margin-top: 10px;
}

#legal > p > a.legal:hover {
    text-decoration: underline !important;
}

#hrPie {
    width: 75%;
    margin-top: 15px;
    margin-bottom: 15px;
}

#descargaApp {
    color: #fff;
}

#aVersion {
    color: #333;
}

#quitarPolitica {
    display: none;
}

/* Redes sociales */

body {
    -webkit-font-smoothing: antialiased;
}
#socialesRedes a {
    text-decoration: none !important;
    color: #fff;
}
p > a:hover{
    color: #d9d9d9;
    text-decoration:  underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin:  1% 0 1% 0;
}
._12 {
    font-size: 1.2em;
}
._14 {
    font-size: 1.4em;
}
ul {
    padding:0;
    list-style: none;
}
.footer-social-icons {
    width: 350px;
    display:block;
    margin: 0 auto;
}
.social-icon {
    color: #fff;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #fff;
    text-decoration: none;
}
.fa-square-facebook {
    margin-right: 10px;
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 2em;
}
.fa-square-facebook:hover {
    background-color: #3d5b99;
}
.fa-x-twitter {
    margin-right: 10px;
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 2em;
}
.fa-x-twitter:hover {
    background-color: #00aced;
}
.fa-instagram {
    margin-right: 10px;
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 2em;
}
.fa-instagram:hover {
    background-color: #e4405f;
}
.fa-tiktok {
    margin-right: 10px;
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 2em;
}
.fa-tiktok:hover {
    background-color: #000;
}
.fa-youtube {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 1.5em;
}
.fa-youtube:hover {
    background-color: #e64a41;
}
.fa-google {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #333;
    font-size: 1.5em;
}
.fa-google:hover {
    background-color: #dd4c39;
}
.fa-envelope {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #4968b1;
    font-size: 1.5em;
}
.fa-envelope:hover {
    background-color: #eb8231;
}
.fa-rss {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #4968b1;
    font-size: 1.5em;
}
.fa-rss:hover {
    background-color: #eb8231;
}
.fa-linkedin {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2b2b2b;
}
.fa-linkedin:hover {
    background-color: #0073a4;
}
.fa-github {
    padding:10px 14px;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
    background-color: #2b2b2b;
}
.fa-github:hover {
    background-color: #5a32a3;
}

/* CARRITOCONFIRMAR */

#tarjetasAceptadas {
    margin-top: 15px;
}

p#tarjetasAceptadasTitulo {
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}