@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);

body {
    font-family: 'Pathway Gothic One', sans-serif !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-image: url(/assets/images/bg2.png);
	background-size: cover;
	background-position: 50% 0;
	height: 100%;
    background-color: transparent;  
}

.logo-cantera{
    max-width: 120px !important;
}

.developer-cantera{
    color:#fff;
}

.btn-form-footer{
    margin-top: 320px;
}
 
a:hover{text-decoration: none;}
.no-margins{
    margin: 0px !important;
    padding: 0px !important;
}

.modal-header, .modal-footer {
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.close {
    float: right;
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
    color: #9A0505;
    opacity: 1;
    text-shadow: 0 1px 0 #460A0A;    
}

.footer-nosotros{
    height: 70px;
    background: url(/assets/images/pastito.png);
}

.icon-servicios{
    cursor: pointer;
}

.close-form-btn{
    float: right;
    top: -67px;
    cursor: pointer;
}

#form-header{ 
    display: none;
    border-radius: 10px;
    box-shadow: #333 2px 2px 2px;    
}

.promo-div {
    margin-bottom: 15px;
}

.desayuno{
    color: #ADFF2F;
    text-align: center;
    display: block;    
}

.precios{
    color: #42210b;
    font-size: 1.4em;
    margin-top: 30px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(66, 33, 11, 0.5) !important;
}

.img-promo-modal{
    border-radius: 0% !important;
    width: 100%;
}

.politicas{
    background-color: rgba(66, 33, 11, 0.5) !important;
    padding: 10px 15px;
}

.download-list{
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #5181bf;
    color: #fff;
}

.title-tarifas-hotel{
    background-color: rgba(66, 33, 11, 0.5) !important;
    color: #42210b;
    padding: 5px;
    text-align: center;
}

.h-30{
    width: 100%;
    height: 30px;
}

.h-40{
    width: 100%;
    height: 40px;
}

.h-50{
    width: 100%;
    height: 50px;
}

.gal-eventos{
    margin-bottom: 15px;
}
/*=============================================================================================*/

.intro{
    height: 1080px;
}

.logo-intro {
    display: block;
    margin-top: -70%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.btn-intro {
    border: 1px solid #FFF;
    cursor: pointer;
    width: 20%;
    min-width: 100px;
    letter-spacing: 2px;
    color: #fff;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
    transition: all 0.5s ease;
}

.btn-intro:hover {
    border: 1px solid #FFF;
    cursor: pointer;
    width: 20%;
    min-width: 100px;
    letter-spacing: 2px;
    color: #fff;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 1.2em;
    text-align: center;
    padding: 10px;
    background: rgba(255,255,255,0.5);
    text-decoration: none;
}

.parque-intro{
    background: url(/assets/images/slide1.jpg);
    background-position-x: -345px;    
    transition: all 0.5s ease;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #3C3C3C;
}

.parque-intro:hover{
    -webkit-filter: blur(0px);
}

.hotel-intro{
    background: url(/assets/images/hotel_14.jpg);
    background-position-x: -250px;
    transition: all 0.5s ease;
    margin-bottom: 30px;
    box-shadow: 10px 10px 5px #3C3C3C;
}
.hotel-intro:hover{
    -webkit-filter: blur(0px);
}

.navbar-nav>li:hover {
    background: rgba(255, 255, 255, 0.25);   
    transition: all 0.5s ease;
}

@media (min-width: 767px) and (max-width: 1920px) {
  .redes-sociales-intro{
     display: block;
     margin-top: 45px;
     margin-bottom: 45px;
    }  
    
    .btn-promo{display: none;}
}
    
@media (min-width: 200px) and (max-width: 767px) {
    .redes-sociales-intro{display: none}
    
    .btn-promo{
        text-align: center;
        background: #5181bf;
        width: 20%;
        float: right;
        font-size: 1.3em;
        cursor: pointer;
        box-shadow: 1px 1px 1px #292929;
        display: block;
    }
    
}
/*=======================================================================================================*/
@media (min-width: 1200px) and (max-width: 1920px) {
    .text-tarifas{
        font-size: 1.3em;
        line-height: 2.5;
    }
    
    
}
@media (min-width: 200px) and (max-width: 1199px) {
    .text-tarifas{
        font-size: 1.2em;
    }   
    
}

@media (min-width: 992px) and (max-width: 1920px) {
    .prohibido {
        float: right;
        max-width: 45px;
        margin-right: -15px;
        margin-left: 15px;
    }
    .horario-icon{
        float: left;
        margin-left: 15px;
        margin-right: 20px;
        max-width: 45px;
    }

    .title-header-info{
        margin-top: 15px;
    }

    .text-prohibido{
        float: left;
        margin-top: 10px;
        text-align: right;
        margin-left: 30px;
    }

    .text-horario{
        float: left;
        margin-top: 10px;
    }
}



@media (min-width: 200px) and (max-width: 991px) {
    .prohibido {
        float: left;
        max-width: 45px;
        margin-left: 15%;
    }
    .horario-icon{
        float: left;
        margin-left: 15px;
        margin-right: 20px;
        max-width: 45px;
    }

    .title-header-info{
        margin-top: 15px;
    }

    .text-prohibido{
        float: left;
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }

    .text-horario{
        float: left;
        margin-top: 10px;
        text-align: center;
    }
}



@media (min-width: 768px) and (max-width: 1920px) {

    .tel-redes,.direccion-footer{ display: none !important;}
}
@media (min-width: 415px) and (max-width: 767px) {
    
    .contacto-footer,.formulario-footer,.btn-form-footer{
        display: none;        
    }
    
     .direccion-footer{
        display: block;
        margin-bottom: 60px;
    }
    
    .tel-redes {
        z-index: 100;
        position: fixed;
        bottom: 0px;
        padding: 0px;
        background: #5181bf;
        height: 60px;
        text-align: center;
        display: block !important;
    }
    
    .icon-tel-movil {
        background: #5181bf;
        height: 60px;
    }
    
    .icon-tel-movil img {
        background: #5181bf;
        width: 25%;
        margin-top: 12px;
    }
    .twitter-movil {
        background: #55acee;
        height: 60px;
    }
    
    .twitter-movil img {
        background: #55acee;
        width: 25%;
        margin-top: 12px;
    }
    
    .face-movil img {
        background: #3b5998;
        width: 25%;
        margin-top: 12px;
    }
    
    .face-movil {
        background: #3b5998;
        height: 60px;
    }
    
    .email-movil {
        background: #5181bf;
        height: 60px;
    }
    
    .email-movil img {
        background: #5181bf;
        width: 25%;
        margin-top: 12px;
    }
}


@media (min-width: 200px) and (max-width: 414px) {
    
    .contacto-footer,.formulario-footer,.btn-form-footer{
        display: none;
        
    }
    
    .direccion-footer{
        display: block;
        margin-bottom: 60px;
    }
    
    .tel-redes {
        z-index: 100;
        position: fixed;
        bottom: 0px;
        padding: 0px;
        background: #5181bf;
        height: 60px;
        text-align: center;
        display: block !important;
    }
    
    .icon-tel-movil {
        background: #5181bf;
        height: 60px;
    }
    
    .icon-tel-movil img {
        background: #5181bf;
        width: 25%;
        margin-top: 15px;
    }
    .twitter-movil {
        background: #55acee;
        height: 60px;
    }
    
    .twitter-movil img {
        background: #55acee;
        width: 25%;
        margin-top: 15px;
    }
    
    .face-movil img {
        background: #3b5998;
        width: 25%;
        margin-top: 15px;
    }
    
    .face-movil {
        background: #3b5998;
        height: 60px;
    }
    
    .email-movil {
        background: #5181bf;
        height: 60px;
    }
    
    .email-movil img {
        background: #5181bf;
        width: 25%;
        margin-top: 15px;
    }
}
/*========================================================================================================================
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
                                      **********RESPONSIVE 1920 A 1200PX*********
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
=========================================================================================================================*/

@media (min-width: 1200px) and (max-width: 1920px) {
    
/*== HEADER ==*/    
    .pleca-header{
        background: url(/assets/images/pleca-header.png);
        background-size: 100% 100%;
        height: 40px;    
    }
    
    .menu{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 85px;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.4em;
        border-right: 5px solid #5181bf;
        text-align: center;
        transition: all 0.5s ease;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #1b365c;
        background-color: rgba(255, 255, 255, 0.5);
        border-right: 5px solid #5181bf;
    }
    
    .navbar-nav>li {
        float: left;
        width: 125px;
    }
    
    .logo{
        margin-top: 40px;
    }
    
    .logo-responsive{
        display: none;
    }
    
    
    .icons-redes {
        float: left;
        max-width: 45px;
        margin-right: 15px;
        margin-top: 5px;
        cursor: pointer;
    }
    .form-contacto{
        background: #5181bf;        
    }
    
    .form-header{
        position: absolute;
        z-index: 55;
        background: #1b365c;
        padding: 20px;
        top: 5%; 
    }
    
/*== SLIDER ==*/    
    .slider{
        height: auto; 
        margin-bottom: 30px;
        margin-top:30px;    
    }
    
    .certificados {
        float: left;
        max-width: 75px;
        margin-right: 5px;
    }
    
    .pleca-slider{
        width: 100%;
        left: 0% !important;
        top: 20% !important;
    }
    
    .carousel-caption {
        right: 20% !important;
        left: 5% !important;
        padding-bottom: 30px !important;
        top: 5% !important;
    }
    
/*== CONTENT ==*/
    
    .promo-div {
        margin-bottom: 15px;
        width: 20% !important;
    }
    
    .promociones div div img {
        width: 100%;
    }
    
        
    .modal-body p {
        font-size: 1.5em;
        text-align: justify;  
        color: #fff;
    }
    .img-modal-serv {
        max-width: 215px;
        margin-top: -10px; 
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .hojas {
        padding: 0px !important;
        margin-bottom: -164px;
        margin-top: -30px;
    }
    .hojas img{
        float: right;
    }    
    
    .img-palmera{
        min-width: 440px;
        margin-bottom: -60px;
    }   
      
    .letrero {
        background: url(/assets/images/letrero.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 1.4em;
        padding: 45px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
        margin-bottom: -80px;
    }
    
    .instalacion p{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
    }
    
    .tarifas{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
        
    }
    .tarifas span {
        float: left;
        font-size: 1.1em;
        margin-top: 22px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .tarifas h2{
        float:left;
    }
    
    .camping p{
        font-size: 1.3em;
        text-align: justify;
    }    
    
/*== FOOTER ==*/
    
    .footer{
        background: #1b365c;
        height: auto;
        color:#fff;
        font-family: 'Pathway Gothic One', sans-serif;        
    }
    
    
    .form-contact{
        padding: 15px;
    }
    
    .btn-send{
        margin-top: 320px;
        max-width: 90px;
    }
    
    
/*=== ================= ***** HOTEL ***** ================= ===*/
    .logo-hotel{
        max-width: 165px;
    }
    .pleca-hotel{
        background: #42210b; 
        height: 65px;
        padding-top: 5px;
    }
    
    .middle-hotel{
        background: #c1c3af;
        
    }
    
    .menu-hotel{
        background: url(/assets/images/wood.png);
        background-size: 100%;
        height: 70px;        
    }
    
    .title_hotel{
        border-left: 6px solid #650007;
        padding-left: 15px;
        color: #42210b;
    }
    
    .text_hotel{
        font-size: 1.2em;
        color: #646837;
        text-align: justify;
    }
    
/*=============================================================*/    
    
    
}







/*========================================================================================================================
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
                                      **********RESPONSIVE 1199 A 992PX*********
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
=========================================================================================================================*/

@media (min-width: 992px) and (max-width: 1199px) {
	
/*== HEADER ==*/    
    .pleca-header{
        background: url(/assets/images/pleca-header.png);
        background-size: 100%;
        height: 30px;    
    }
    
    .menu {
        font-family: 'Pathway Gothic One', sans-serif;
        margin: 0px;
        margin-top: 50px;
        padding: 0px;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.06em;
        border-right: 5px solid #5181bf;
        text-align: center;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #1b365c;
        font-size: 1.06em;
        background-color: rgba(255, 255, 255, 0.5);
        border-right: 5px solid #5181bf;
    }
    
    .navbar-nav>li {
        float: left;
        width: 106px;
    }
    
    .logo{
        margin-top: 40px;
    } 
    
    .logo-responsive{
        display: none;  
    }
    
    .icons-redes {
        float: left;
        max-width: 35px;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    
    .form-header{
        position: absolute;
        z-index: 55;
        background: #1b365c;
        padding: 20px;
        top: 12%;        
    }
/*== SLIDER ==*/    
    .slider{
        height: auto;
        margin-bottom: 30px; 
        margin-top:30px;
    }
    
    .certificados {
        float: left;
        max-width: 75px;
        margin-right: 5px;
    }
    
    .carousel-caption {
        right: 20% !important;
        left: 5% !important;
        padding-bottom: 30px !important;
        top: 5% !important;
    }
        
/*== CONTENT ==*/
    
    .promo-div {
        margin-bottom: 15px;
        width: 20% !important;
    }
    
    .promociones div div img {
        width: 100%;
    }
    .hojas, .palmera{display: none;}
    
           
    .modal-body p {
        font-size: 1.5em;
        text-align: justify;  
        color: #fff;
    }
    .img-modal-serv {
        max-width: 215px;
        margin-top: -10px; 
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
     .img-palmera{
        min-width: 440px;
        margin-bottom: -60px;
    }   
      
    .letrero {
        background: url(/assets/images/letrero.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 1.4em;
        padding: 45px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
        margin-bottom: -80px;
    }
    
    .instalacion p{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
    }
    
    .tarifas{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
        
    }
    .tarifas span {
        float: left;
        font-size: 1.1em;
        margin-top: 22px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .tarifas h2{
        float:left;
    }
    
    .camping p{
        font-size: 1.3em;
        text-align: justify;
    }
    
        
/*== FOOTER ==*/
    
    .footer{
        background: #1b365c;
        height: auto;
        color:#fff;
        font-family: 'Pathway Gothic One', sans-serif;
        
        
    }
    
    .form-contact{
        padding: 15px;
    }
    
    .btn-send{
        margin-top: 320px;
        max-width: 90px;
    }
    
/*=== ================= ***** HOTEL ***** ================= ===*/
    .logo-hotel{
        max-width: 165px;
    }
    .pleca-hotel{
        background: #42210b; 
        height: 65px;
        padding-top: 5px;
    }
    
    .middle-hotel{
        background: #c1c3af;
        
    }
    
    .menu-hotel{
        background: url(/assets/images/wood.png);
        background-size: 100%;
        height: 70px;        
    }
    
    .title_hotel{
        border-left: 6px solid #650007;
        padding-left: 15px;
        color: #42210b;
    }
    
    .text_hotel{
        font-size: 1.2em;
        color: #646837;
        text-align: justify;
    }
    
/*=============================================================*/    
    
	
}



/*========================================================================================================================
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
                                      **********RESPONSIVE 991 A 768PX*********
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
=========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
/*== HEADER ==*/    
    .pleca-header {
        background: url(/assets/images/pleca-header.png);
        background-size: 100%;
        height: 22px;
    }
    
    .menu{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 20px;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.06em;
        border-right: 5px solid #5181bf;
        text-align: center;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #1b365c;
        font-size: 1.06em;
        background-color: rgba(255, 255, 255, 0.5);
        border-right: 5px solid #5181bf;
    }
    
    .navbar-nav>li {
        float: left;
        width: 105px;
    }
    
    .logo{
        margin-top: 40px;
        max-width: 170px;
    }
    
    .logo-responsive{
        display: none;
    }
    
    
    .icons-redes {
        float: left;
        max-width: 35px;
        margin-right: 15px;
        margin-top: -46px;
        margin-bottom: 15px;
    }
    
    .form-header{
        position: absolute;
        z-index: 55;
        background: #1b365c;
        padding: 20px;
        top: 23%;        
    }
    
    .hojas, .palmera{display: none;}
/*== SLIDER ==*/    
    .slider{
        height: auto;
        margin-bottom: 30px;
        margin-top:30px;
    }
    
    .certificados {
        float: left;
        max-width: 65px;
        margin-right: 5px;
    }
    
    .carousel-caption {
        right: 20% !important;
        left: 5% !important;
        padding-bottom: 30px !important;
        top: 5% !important;
    }
    
    
/*== CONTENT ==*/
    
    .promociones div div img {
        width: 100%;
    }
    
           
    .modal-body p {
        font-size: 1.5em;
        text-align: justify;  
        color: #fff;
    }
    .img-modal-serv {
        max-width: 215px;
        margin-top: -10px; 
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .hojas {
        padding: 0px !important;
        margin-bottom: -164px;
        margin-top: -30px;
    }
    
    .hojas img{
        float: right;
    }    
    
    .img-palmera{
        min-width: 440px;
        margin-bottom: -60px;
    }   
      
    .letrero {
        background: url(/assets/images/letrero.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 1.4em;
        padding: 45px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
        margin-bottom: -80px;
    }
    
    .instalacion p{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
    }
    
    .tarifas{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
        
    }
    .tarifas span {
        float: left;
        font-size: 1.1em;
        margin-top: 22px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .tarifas h2{
        float:left;
    }
    
    .camping p{
        font-size: 1.3em;
        text-align: justify;
    }
    
  
    
/*== FOOTER ==*/
    
    .footer{
        background: #1b365c;
        height: auto;
        color:#fff;
        font-family: 'Pathway Gothic One', sans-serif;        
    }
    
    .form-contact{
        padding: 15px;
    }
    
    .btn-send{
        margin-top: 320px;
    }
    
/*=== ================= ***** HOTEL ***** ================= ===*/
    .logo-hotel{
        max-width: 165px;
    }
    .pleca-hotel{
        background: #42210b; 
        height: 65px;
        padding-top: 5px;
    }
    
    .middle-hotel{
        background: #c1c3af;
        
    }
    
    .menu-hotel{
        background: url(/assets/images/wood.png);
        background-size: 100%;
        height: 70px;        
    }
    
    .title_hotel{
        border-left: 6px solid #650007;
        padding-left: 15px;
        color: #42210b;
    }
    
    .text_hotel{
        font-size: 1.2em;
        color: #646837;
        text-align: justify;
    }
    
/*=============================================================*/    
    

}







/*========================================================================================================================
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
                                      **********RESPONSIVE 767 A 415PX*********
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
=========================================================================================================================*/
@media (min-width: 415px) and (max-width: 767px) {
/*== HEADER ==*/    
    .pleca-header {
        background: url(/assets/images/pleca-header.png);
        background-size: 100%;
        height: 17px;
    }
    
    .menu{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 15px;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.6em;
        border-bottom: 1px solid #5181bf;
        text-align: center;
        border-right: 0px;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #1b365c;
        font-size: 1.6em;
        background-color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid #5181bf;
        border-right: 0px;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #5181bf;
        background-image: none;
        border: 1px solid #fff;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 60px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #5181bf;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
    }
    
    .hojas, .palmera{display: none;}
    .logo{
        display: none
    }
    
    .logo-responsive{
        max-width: 170px;
        
    }
    
    .icons-redes {
        display: none;
    }
    
    .form-header{
        position: fixed;
        z-index: 55;
        background: #1b365c;
        padding: 20px;
        top: 10%;        
    }
/*== SLIDER ==*/    
    .slider{
        height: auto;
        margin-bottom: 30px;
        margin-top:30px;
    }
    
    .certificados {
        float: left;
        max-width: 55px;
        margin-right: 5px;
    }
    
    .carousel-caption {
        right: 20% !important;
        left: 5% !important;
        padding-bottom: 30px !important;
        top: 5% !important;
    }
    
    
/*== CONTENT ==*/
    
    .promociones div div img {
        width: 100%;
    }
    
               
    .modal-body p {
        font-size: 1.5em;
        text-align: justify;  
        color: #fff;
    }
    .img-modal-serv {
        max-width: 215px;
        margin-top: -10px; 
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .hojas {
        padding: 0px !important;
        margin-bottom: -164px;
        margin-top: -30px;
    }
    
    .hojas img{
        float: right;
    }    
    
    .img-palmera{
        min-width: 440px;
        margin-bottom: -60px;
    }   
      
    .letrero {
        background: url(/assets/images/letrero.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 1.4em;
        padding: 45px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
        margin-bottom: -80px;
    }
    
    .instalacion p{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
    }
    
    .tarifas{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
        
    }
    .tarifas span {
        float: left;
        font-size: 1.1em;
        margin-top: 22px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .tarifas h2{
        float:left;
    }
    
    .camping p{
        font-size: 1.3em;
        text-align: justify;
    }
    
    
/*== FOOTER ==*/
    
    .footer{
        background: #1b365c;
        height: auto;
        color:#fff;
        font-family: 'Pathway Gothic One', sans-serif;
        
        
    }
    
    .form-contact{
        padding: 15px;
    }
    
    .btn-send{
        margin-top: 320px;
    }
    
/*=== ================= ***** HOTEL ***** ================= ===*/
    .logo-hotel{
        max-width: 165px;
    }
    .pleca-hotel{
        background: url(/assets/images/wood.png);
        height: 65px;
        padding-top: 5px;
    }
    
    .middle-hotel{
        display: none;        
    }
    
    .menu-hotel{
        height: auto;        
    }
    
    .title_hotel{
        border-left: 6px solid #650007;
        padding-left: 15px;
        color: #42210b;
    }
    
    .text_hotel{
        font-size: 1.2em;
        color: #646837;
        text-align: justify;
    }
    
/*=============================================================*/    
    

}


/*========================================================================================================================
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
                                      **********RESPONSIVE 414 A 200PX*********
|                                                                                                                         |
|                                                                                                                         |
|                                                                                                                         |
=========================================================================================================================*/



@media (min-width: 200px) and (max-width: 414px) {
/*== HEADER ==*/    
    .pleca-header{
        background: url(/assets/images/pleca-header.png);
        background-size: 100%;
        height: 10px;    
    }
    
    .menu{
        font-family: 'Pathway Gothic One', sans-serif;
        margin-top: 20px;
    }
    
    .navbar-default {
        background-color: transparent;
        border: 0px;
    }
    
    .navbar-default .navbar-nav>li>a {
        color: #fff;
        font-size: 1.6em;
        border-bottom: 1px solid #5181bf;
        text-align: center;
        border-right: 0px;
    }
    
    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
        color: #1b365c;
        font-size: 1.6em;
        background-color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid #5181bf;
        border-right: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #5181bf;
        background-image: none;
        border: 1px solid #fff;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 60px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: #5181bf;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
    }
    
    .logo{
        display: none
    }
    
    .logo-responsive{
        max-width: 170px;
        
    }
    
    .hojas, .palmera{display: none;}
    
    .icons-redes {
        display: none;
    }
    
    .form-header{
        position: absolute;
        z-index: 55;
        background: #1b365c;
        padding: 20px;
        top: 23%;        
    }
/*== SLIDER ==*/    
    .slider{
        height: auto; 
        margin-bottom: 30px;
        margin-top:30px;
    }
    
    .certificados {
        float: left;
        max-width: 35px;
        margin-right: 5px;
    }
    
    .carousel-caption {
        right: 20% !important;
        left: 5% !important;
        padding-bottom: 30px !important;
        top: 5% !important;
    }
    
    
/*== CONTENT ==*/
    
    .promociones div div img {
        width: 100%;
    }
    
               
    .modal-body p {
        font-size: 1.5em;
        text-align: justify;  
        color: #fff;
    }
    .img-modal-serv {
        max-width: 215px;
        margin-top: -10px; 
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .hojas {
        padding: 0px !important;
        margin-bottom: -164px;
        margin-top: -30px;
    }
    
    .hojas img{
        float: right;
    }    
    
    .img-palmera{
        min-width: 440px;
        margin-bottom: -60px;
    }   
      
    .letrero {
        background: url(/assets/images/letrero.png);
        height: 200px;
        background-size: 100%;
        background-repeat: no-repeat;
        font-size: 1.4em;
        padding: 45px 0px 0px 0px;
        text-align: center;
        cursor: pointer;
        margin-bottom: -80px;
    }
    
    .instalacion p{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
    }
    
    .tarifas{
        font-size: 1.4em;
        color: #fff;
        text-align: justify;
        
    }
    .tarifas span {
        float: left;
        font-size: 1.1em;
        margin-top: 22px;
        margin-right: 20px;
        margin-left: 5px;
    }
    .tarifas h2{
        float:left;
    }
    
    .camping p{
        font-size: 1.3em;
        text-align: justify;
    }
    
    

/*== FOOTER ==*/
    
    .footer{
        background: #1b365c;
        height: auto;
        color:#fff;
        font-family: 'Pathway Gothic One', sans-serif;
    }
    
    .form-contact{
        padding: 15px;
    }
    
    .btn-send{
        margin-top: 320px;
    }
    
    
    /*=== ================= ***** HOTEL ***** ================= ===*/
    .logo-hotel{
        max-width: 165px;
    }
    .pleca-hotel{
        background: url(/assets/images/wood.png);
        height: 65px;
        padding-top: 5px;
    }
    
    .middle-hotel{
        display: none;        
    }
    
    .menu-hotel{
        height: auto;        
    }
    
    .title_hotel{
        border-left: 6px solid #650007;
        padding-left: 15px;
        color: #42210b;
    }
    
    .text_hotel{
        font-size: 1.2em;
        color: #646837;
        text-align: justify;
    }
    
/*=============================================================*/    

}




/*========================================================================*/
@media (min-width: 321px) and (max-width: 415px) {
    .promo-div{
        max-width: 120px;
        margin-bottom: 15px; 
        float: none;
        margin-left: 15px;
    }
}

@media (min-width: 200px) and (max-width: 320px) {
    .promo-div{
        max-width: 120px;
        margin-bottom: 15px; 
        float: none;
        margin-left: -15px;
    }
}
/*=========================================================================*/






/*
|===========================================================================|                   
|                                                                           |
|                                GALERIA                                    |
|                                                                           |
|===========================================================================|
*/

@media (min-width: 768px) and (max-width: 1920px) {
    .galeria-768{display: block;}
    .galeria-767{display: none;}
}
@media (min-width: 200px) and (max-width: 767px) {
    .galeria-768{display: none;}
    .galeria-767{display: block;margin-top: 30px;}
    .tel-text{float: left; margin-right: 10px;}
}

.ib-top{
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    height: 40px;
}
.ib-top h1{
    color: #333;
    font-size: 20px;
    line-height: 40px;
    padding: 0 10px;
}
.ib-top h1 span{
    color: #555;
    font-size: 12px;
}
.ib-main-wrapper{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    outline: none;
    height:auto !important;
}
.ib-main{
    position: relative;
    width: 100%;
}
.ib-main a{
    float: left;
    width: 19.8%;
    height: 19.8%;
    position: relative;
    overflow: hidden;
    margin: 0px 0px 2px 2px;
    cursor: move;
    background: transparent !important;
    background-size: 110% 110%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main a.ib-loading,
.ib-main a.ib-loading:hover{
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    background-size: 31px 31px;
}
.ib-main a.ib-loading img,
.ib-main a.ib-loading:hover img{
    opacity: 0.5;
}
.ib-main > a.ib-loading > span,
.ib-main a.ib-loading > span{
    display: none;
}
.ib-main a img{
    opacity: 0.95;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.ib-main > a > span{
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    line-height: 22px;
    text-align: center;
    font-size: 11px;
    bottom: -20px;
    left: 0px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-main a:hover > span{
    bottom: 0px;
}
.ib-main a:hover img{
    opacity: 0.8;
}
.ib-main a:hover{
    background-size: 100% 100%;
}
.ib-content{
    background: #f9f9f9;
}
.ib-content .ib-teaser{
    text-align: center;
    background: #333;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.ib-teaser h2{
    color: #fff;
    font-size: 26px;
    line-height: 26px;
    padding-top: 40%;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-teaser h2 span{
    text-transform: none;
    font-size: 16px;
    font-family: Georgia, serif;
    font-style: italic;
    display: block;
}
.ib-content .ib-teaser:hover{
    background: #000;
}
.ib-content-preview{
    position: absolute;
    top: 44px;
    left: 0px;
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
}
.ib-content-preview .ib-teaser h2{
    font-size: 50px;
    padding: 85px 40px 20px 40px;
}
.ib-content-preview .ib-teaser span{
    padding: 20px 0px 0px 5px;
    font-size: 22px;
}
.ib-content-full{
    font-family: 'Oswald';
    text-transform: none;
    line-height: 26px;
    margin: 0px 40px;
    border-top: 1px solid #333;
    padding: 20px 0px;
	font-size: 16px;
}
.ib-content-full p{
	padding: 5px 0px;
}
.ib-preview{
    overflow: hidden;
    position: absolute;
    top: 40px;
    display: none;
    width: 100% !important;
    height: 100% !important;
}
.ib-preview-descr{
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 999;
    font-size: 50px;
    text-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.ib-preview img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top:44px !important;
    max-height: 600px !important;
}
.ib-nav span{
	width: 53px;
	height: 87px;
	position: absolute;
	top: 50%;
	margin-top: -43px;
	cursor: pointer;
    text-indent: -9000px;
	opacity: 0.6;
	z-index: 999;
    background: transparent url(../images/nav.png) no-repeat top right;
	right: 10px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.ib-nav span.ib-nav-prev{
	background-position: top left;
	left: 10px;
    right: auto;
}
.ib-close{
	top: 7px;
	right: 7px;
	background: transparent url(../images/close.png) no-repeat center center;
	position: absolute;
	width: 24px;
	height: 24px;
	cursor: pointer;
	opacity: 0.2;
	z-index: 999;
    text-indent: -9000px;
}
.ib-nav span:hover, .ib-close:hover{
	opacity: 1;
}
.ib-loading-large{
    text-indent: -9000px;
    width: 60px;
    height: 60px;
    background: #fff url(../images/ajax-loader.gif) no-repeat center center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    z-index: 999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.9;
}

.img-ilu{
    position: absolute;
    margin: 0;
    padding: 0;
    right: 6%;
    top: 9%;
    color: #fff; 
    font-size: 1.8rem;
}


