/* LANDINGPAGE NAPOLES*/
/*Secciones Punto Ámbar*/
body{
    background-color: #fcfcfc;
}

.pa-section{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*Seccion ANARANJADAS*/
.pa-orange-section{
    background-color: #FDD331;
    padding: 5% 0 5% 0;
    text-align: center;
}

.pa-orange-first-section{
    padding: 1% 0 1% 0;
    text-align: center;
}

.pa-orange-first-section img{
    width: 200px;
}
/*Titulos blancos*/
.pa-main-title{
    color: white;
    font-size: 36px;
    font-weight: 400;
}
/*División de triangulos*/
.pa-triangle{
    width: 0;
    height: 0;
    margin: auto; /*centrar elementos*/
    border-style: solid;
    border-width: 30px 25px 0 25px;
    border-color: #FDD331 transparent transparent transparent;
    line-height: 0px;
    _border-color: #FDD331 #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/*Parrafos negros*/
.pa-black-text{
    color: black;
    text-align: center;
    padding: 3% 25% 0% 25%;
}

/*Parrafos anaranjados*/
.pa-orange-text{
    color: #FDD331;
    text-align: center;
    padding: 1% 25% 0 25%;
    font-size: 24px;
    font-weight: 700;
}

/*Alinear contenido*/
.pa-row{
    display: flex;
    justify-content: space-around; 
    padding: 2% 0;
}
/*Elementos en lines*/
.pa-row .pa-column{
    display: inline-block;
}

/*Tamaño de imagenes*/
.pa-column img{
    height: 400px;
    width: 400px;    
}

/*Titulo seccion departamentos*/
.pa-title-department{
    color: black;
    font-size: 26px;
    font-weight: 600;
}

/*Listas de la pagina*/
.pa-p-nosotros{
    width: 50%;
    color: black;
    padding: 2% 0% 8% 0%;
}

/*Separador para imagenes*/
.pa-separador{
    padding: 15%;
}
.pa-img-galery{
    width: 500px;
}
.pa-center-center{
    align-items: center;
}

.pa-center-center .pa-columns ul li{
    color: black;
    list-style: none;
    margin-bottom: -5%;
    margin-left: -10%;
}

#pa-id-center{
    text-align: center;
}

#pa-id-justify{
    text-align: justify;
}

.contact-details i{
    color: #01573F;
} 

.pa-body{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif !important;
}

.pa-adam-font{
    font-family: "Adam's Font", arial;
}

#pa-white-bg{
    background-color: #fcfcfc;
    padding-bottom: 5%;
}

.pa-yellow-bg{
    background-color: #FDD331;
}

.pa-img-department{
    height: 100px;
    width: 500px;
}

.-bg-text{
    color: #3D3D3D;
}

.pa-white-text{
    color: #ffffff;
}
.pa__text-black{
    color: #0b0b0b;
    font-size: 36px;
    font-size: 500;
}

.pa-black-text-titles{
    color: black;
    font-size: 24px;
}

.pa-gray-text-titles{
    color: #3d3d3d;
    font-size: 24px;
}
.pa-gray-bg{
    background-color: #3D3D3D;
}

.pa-gray-bg-2{
    background-color: #3D3D3D;
    margin: 5% 10% 0 10%;
    padding: 2% 5% 2% 5%;
}
.pa-gray-bg-titles{
    padding: 0 0 2% 0;
}

.pa-gray-color-bg{
    background-color: #3D3D3D;
}

.pa-white-color-bg{
    background-color: #fcfcfc;
    position: relative;
    z-index: 5;
}

.pa-white-color-bg{
    background-color: #ffffff;
    position: relative;
    z-index: 5;
}

.pa-green-color-bg{
    background-color: rgb(203, 222, 0);
    position: relative;
    z-index: 5;
}

.pa-img-section img{
    height: auto;
    width: 100%;
}
.pa-img-section-map{
    text-align: center;
    background-color: #FDD331;
    padding-top: 5%;
}
.pa-img-section-map img{
    height: auto;
    width: 70%;
}
.pa-contact-img img{
    height: 400px;
    width: auto;
}

.pa-padding-top{
    padding-top: 5%;
}

.pa-padding-bottom{
    padding-bottom: 2%;
}

.pa-margin-bottom{
    margin-bottom: 5%;
}

.pa-galeria{
    display: flex;
    z-index: 3;
    align-items: center;
    justify-content: space-around;
    padding: 30px;
}

.pagination-item {
    border: 2px solid #01573Fb0 !important;
}

.pa-btn-yellow {
    background-color: #01573F;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.pa-btn-yellow:hover {
    background-color: #01573fb0;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.pa-p-nosotros-mobile{
    width: 75%;
    color: black;
    padding: 7% 5% 8% 5%;
}

.pa-img-galery-mobile{
    width: 300px;
    height: auto;
    margin-bottom: 5%;
}

#pa-id-dep-1{
    display: block;
}
#pa-id-dep-2{
    display: none;
}
#pa-id-dep-3{
    display: none;
}
#pa-id-dep-4{
    display: none;
}
#pa-id-dep-5{
    display: none;
}
#pa-id-dep-6{
    display: none;
}
#pa-id-dep-7{
    display: none;
}

.pa-center-text{
    margin-top: 5%;
    text-align: center;
}

.pa-center-text button{
    padding: 10px 20px 10px 20px;
    margin-bottom: 10px;
    background-color: #FDD331;
    color: #3d3d3d;
}

.pa-center-text button:hover{
    background-color: #f7ca17;
}

.pa__amenidades .pa-columns img{
    height: 125px;
}

.pa__amenidades {
    padding: 0 5% 5% 5%;
}

.pa__amenidades img {
    height: 125px;
}

#pa__bg-image {
    background-image: url("/landing-page/kale/img/kale-vista.jpg");
    padding: 10% 0;
}

.pa__bg-img {
    padding: 5% 0 0 0;
}

.pa__bg-img img {
    height: 50%;
    width: 100%;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.pa__pt-5 {
    padding: 5% 0 0 0;
}

.pa__border-b {
    border-bottom: 1px solid #008ecc;
}

.pa__map img {
    width: 100%;
}

.pa__contact {
    display: flex;
    align-items: center;
}

.pa__text-center {
    text-align: center;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #pa-id-mobile{
        display: block;
    }
    .pa-img-mapa{
        margin-top: 5%;
        width: 95%;
        height: auto;
    }
    .pa-p-nosotros{
        width: 70%;
        color: black;
        padding: 5% 0% 25% 0%;
    }
    .pa__bg-img {
        padding-top: 25%;
    }
    .pa__amenidades img {
        height: 125px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: black;
    }
}

@media only screen and (min-width: 600px) {
    #pa-id-mobile{
        display: none;
    }
    #pa-id-section{
        display: block;
    }

    .pa-img-mapa{
        margin-top: 5%;
        width: 50%;
        height: auto;
    }
    .pa__amenidades img {
        height: 125px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: black;
    }
}

@media only screen and (min-width: 976px) {
    .pa__amenidades img {
        height: 125px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: black;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #pa-id-mobile{
        display: none;
    }
    #pa-id-section{
        display: block;
    }

    .pa-img-mapa{
        margin-top: 5%;
        width: 50%;
        height: auto;
    }
}

