﻿body {
}

.panel-title {
    position: relative;
}

    .panel-title::after {
        content: "\f107";
        color: #333;
        margin-left: 10px;
        position: absolute;
        font-family: "FontAwesome"
    }

    .panel-title[aria-expanded="true"]::after {
        content: "\f106";
    }


.footer-section {
    background-color: #e0d8e1;
    background-repeat: repeat;
    padding: 30px 0px;
    color: #000000
}

.footer-section a{
    margin-bottom:10px;
}

.footer-section p {
        margin-bottom: 10px;
    }
.copyrightfondo {
    background-color: #d6b4da;
    color: #000000
}


.navbar-nav {
    padding-left:40px;
}

.fondoHeader {
    background-color: #e0d8e1;
    color: #000000;
}

.altoCuerpo{
    min-height:680px;
}
@media only screen and (min-width : 1100px) {

    .letraMenu {
        font-size: 18px;
    }

    .subTitulo {
        font-size: 20px;
    }

    .pc{
        display:normal;
    }
    .cel {
        display:none;
    }
}

@media only screen and (max-width : 1100px)
{
    .footer-section a {
       font-size:10px;
    }

    .footer-section p {
        font-size:10px;
    }

    .btn-danger {
        margin-bottom:10px;
    }

    p {
        font-size:0.8rem;
    }

    .letraMenu {
        font-size: 0.8rem;
    }

    .subTitulo {
        font-size: 0.9rem;
    }
    .pc {
        display: none;
    }

    .cel {
        display: normal;
    }

}

@media only screen and (max-width: 578px) and (min-width: 324px) {
    .serviciosHomeImg {
        height: 80px;
        width: 120px;
    }

    .col-md-2 {
        padding-right: 0px !important;
        width:50%;
    }
}

@media only screen and (max-width: 578px) and (min-width: 324px) {
    .serviciosHomeImg {
        height: 80px !important;
        width: 120px !important;
    }

    .col-md-2 {
        padding-right: 0px !important;
        width: 50%;
    }
}

.bg-light {
    background-color: #e0d8e1!important;
}

.bg-white{
    background-color:white;
}
.bg-HomeComplejo {
    background-image: url('../../images/fondoHome.jpg');
    color:white;
    background-attachment:fixed;
    background-repeat:no-repeat;
    background-size:contain;
}
.bg-HomeAnimacion {
    background-image: url('../../images/fondoHomeAnimacion.png')
}
.bg-HomeAlquileres {
    background-image: url('../../images/fondoHomeAlquileres.png')
}
.bg-HomeEstetica {
    background-image: url('../../images/fondoHomeEstetica.png')
}
.bg-HomeGastronomia {
    background-image: url('../../images/fondoHomeGastronomia.png')
}
.bg-HomeServicios {
    background-image: url('../../images/fondoHomeServicios.png')
}

.divCurvo{
    border-radius:4px;
}

.inputSinBode {
    border: 0 !important;
}

.btn-danger {
    background-color: #8b499c !important;
    border-color: #8b499c !important;
}

.height400{
    height:400px;
}

.serviciosHome:hover{
    background-color:white;
    opacity:0.4;
}

.serviciosHomeImg{
    height:100px;
    width:150px;
}

.carruselHomeImg {
    height: 250px;
    width: 150px;
}

.font12{
    font-size:12px;
}

.text-black{
   color:black !important;
}

.tituloCarousel {
    width: 100%;
    background-color: #8b499c;
    opacity: 0.5;
    padding: 4px;
    color: #ffffff;
}



.variante {
    background-color: #ffffff;
    color:black !important;
    padding:2px;
}

.varianteActivo {
    background-color: #e0d8e1 !important;
}

.letraNegra{
    color:black !important;
}

.bg-white25{
    background-color:white !important;
    opacity:0.6;
}

.bg-black25 {
    background: rgba(0, 0, 0, 0.6);
}


    .menuHambuguesa {
        color: black !important;
        border-color: rgba(0,0,0,1) !important;
        background-color: white !important;
    }


    .letra-gris {
        color: #D5D0CF;
    }

    .letra-danger {
        color: #8b499c;
    }

    .activePag {
        background-color: #e0d8e1 !important;
    }

    .inline {
        display: inline;
    }

    .heightLogo {
        max-height: 120px;
    }

    #loader {
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: show;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }


        #loader:before {
            content: '';
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
            background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
        }

        /* :not(:required) hides these rules from IE9 and below */
        #loader:not(:required) {
            /* hide "loading..." text */
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

            #loader:not(:required):after {
                content: '';
                display: block;
                font-size: 10px;
                width: 1em;
                height: 1em;
                margin-top: -0.5em;
                -webkit-animation: spinner 150ms infinite linear;
                -moz-animation: spinner 150ms infinite linear;
                -ms-animation: spinner 150ms infinite linear;
                -o-animation: spinner 150ms infinite linear;
                animation: spinner 150ms infinite linear;
                border-radius: 0.5em;
                -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
                box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            }

    /* Animation */

    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .nav-empresa {
        padding: 0px !important;
        color:black !important;
    }

.nav-item-empresa :hover {
    background-color: #e0d8e1 !important;
}

    .subTitulo {
        font-weight:500;
    }


    /*Carusel empresa*/

.items {
    width: 90%;
    margin: 0px auto;
    margin-top: 100px
}

.slick-slide {
    margin: 10px
}

    .slick-slide img {
        width: 100%;
        border: 0px solid #fff
    }

.slick-prev:before, .slick-next:before {
    color:black !important;
}

    /***************/

.imgFull {
    display: none;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.3);
}

    .imgFull img {
        height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media only screen and (max-width: 780px) and (min-width: 500px) {
    .imgFull img {
        height: 50%;
    }
}

@media only screen and (max-width: 499px)  {
    .imgFull img {
        height: 30%;
    }
}

.letraBlanca {
    color:#ffffff !important;
}