/******************************FUENTE******************/
@font-face{
    font-family: gothic;
    src: url(../fonts/GOTHIC.ttf) format('truetype');
}

@font-face{
    font-family: gothicBold;
    src: url(../fonts/GOTHICB.ttf) format('truetype');
}
@font-face{
    font-family: gothicItalic;
    src: url(../fonts/GOTHICI.ttf) format('truetype');
}
@font-face{
    font-family: gothicBoldItalic;
    src: url(../fonts/GOTHICBI.ttf) format('truetype');
}

h1{
    font-family: gothicBold;
    font-size: 36px;
}

h2{
    font-family: gothicBold;
    font-size: 34px;
}
h3{
    font-family: gothic;
    font-size: 25px;
}
h4{
    font-family: ubuntuLight;
    font-size: 28px;
}
h5{
    font-family: gothic;
    font-size: 24px;
}

h6{
    font-family: gothic;
    font-size: 28px;
}
p{
    font-family: gothic;
    //font-size: 12px;
}
a{
    font-family: gothic;

}

small{
    font-family: gothic;
    font-size: 30px;
    color: antiquewhite;
}

/************************************ TODO LO QUE TIENE QUE VER CON HEADER ************************************/

.header
{    
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#cintillo-bg{
    width: 100%;
    height: 100%;
}

#cintillo-bg .cintillo{
   
    margin-bottom: 50px;
   
}

#cintillo-bg .img-cin-header{
    width: 100%;
     text-align: center;
}

#cintillo-bg .cintillo h1{
    
}

#cintillo-bg .cintillo p{
    
}


.fx{
    position: fixed;
    width: 120%;
    top: 0px;
    height: 150px;
    box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
}

.top-cintillo-h1{
    margin-top: 50px;
}

.top-cintillo-p{
    margin-top: 30px;
}

/******************** MENU *****************************************/


/**************************** RESPONSIVE DE HEADER **************************/



@media(max-width:768px){
    
    .header
{    
    background-color: #fff;
    width: 100%;
    height: 280px;
    z-index: 99;
}
    
#cintillo-bg{

    height: 250px;
}
    
#cintillo-bg .img-cin-header{
    width: 50%;
    text-align: center;
}
    
.cintillo h1{
    font-size: 20px;
    
}
    
    .top-cintillo-h1{
    margin-top: 10px;
        text-align: center;
}

.top-cintillo-p{
    margin-top: 10px;
    text-align: center;
}
        
}

/******************************* MENU *********************************************/

.menu-azul{
    background-color: #21205f;
       box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
}

.menu-azul li{
    font-size: 30px;  
}


.cont_menu:hover{
    background-color: #000;
    color: #fff;
    padding: 5px;
     border-radius: 6px;
}


.navbar-toggler-icon {
  color: black;
}

.btn-menu{
    background-color: black;
}







/**************** RESPONSIVE DE HEADER ***************************/



/******************* FIN MENU HEADER *************************************/


/****************************** SLIDER ************************************/


.slider-bg{
    width: 100%;
    height: 600px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
   width: 100%;
    height: 80px;
   background: rgba(33,32,95, 0.8);
   margin-top: 10px;
   padding: 50px;
      z-index: 1;
  z-index: 10;
  bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item { 
  height: 38rem;
  background-color: #777;
}

.carousel-item a{
    color: #fff;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38rem;
}


/******************** RESPONSIVE SLIDER *************/

@media(max-width:768px){
/* Tamaños de item de carrucel */    
  .carousel-item {
  height: 16rem;

}
    
    .slider-bg{
        width: 100%;
        height: 256px;
       
    }
    
    .slider-bg img{
        width: 100%;
        height: 256px;
    }
    
 }


@media(max-width:480px){
/* Tamaños de item de carrucel */    
  .carousel-item {
  height: 10rem;

}
    
    .slider-bg{
        width: 100%;
        height: 160px;
       
    }
    
    .slider-bg img{
        height: 160px;
    }
    
 }

/*************************** NOSOTROS ****************/
#nosotros{
background-color: #fff;
    margin-top: 50px;
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
     
}

#nosotros .nosotros-bg{
    width: 100%;
    height: 100%;
   
}

#nosotros h1{
    font-family: gothicItalic;
    color: #6eba42;
    font-size: 45px;
}

#nosotros img{
    width: 100%;
    padding: 15px;
}

#nosotros obras-img{
    width: 100%;
}


#nosotros img{
    width: 100%;
}

#nosotros p{
    font-size: 25px;
    padding: 10PX;
    text-align: justify;
}

/**************************** CINTILLO NOSOTROS ******************/

#cintillo-nosotros
{
    background-color: #6eb942;

}

#cintillo-nosotros .cintillo-nosotros-bg
{
    width: 100%;
    height: 100px;
    
}

#cintillo-nosotros h2{
    color: #fff;
}


/***************************** CINTILLO NOSOTROS RESPONSIVE ****************/

@media(max-width:768px){
/* Tamaños de item de carrucel */    

    #cintillo-nosotros .cintillo-nosotros-bg
{
    width: 100%;
    height: 200px;
    
}
 }



/**************************** DETAIL NOSOTROS ***************************/
#nosotros-detail{
    background-color: #21205f; 
}

#nosotros-detail .nosotros-detail-bg{
    
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
    
}

#nosotros-detail p{
    color: #fff;
    font-size: 25px;
}

#nosotros-detail h1{
     font-family: gothicItalic;
    color: #fff;
    font-size: 50px;
}

#nosotros-detail li{
    color: #fff;
     font-size: 25px;
}

#nosotros-detail h2{
   
    color: #fff;
    font-size: 25px;
}




#servicios{
    background-color: #fff;
    margin-top: 50px;
   
    
}

#servicios .servicios-bg{
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

#servicios h1{
    color: #21205f;
}

.linea-rosa{
      color: #21205f;
background-color: #21205f;
height: 3px;
   
}


/***************************************************/

/*********************** NOTICIAS *****************/

#noticias{
background-color: #f8b432;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
     
}

#noticias .noticias-bg{
    width: 100%;
    height: 820px;
}

#noticias .noticas-blanco{
    background-color: #fff;
     height: 820px;
     border-radius: 20px;
    
       box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
   
}

#noticias p{
    font-size: 20px;
    padding: 10px;
  
}

#noticias h1{
    color: #fff;
}

#noticias h2{
    color: #f8b432;
}

#noticias .img-noticias{
    width: 100%;
    padding: 30px;
}

#noticias boletin-pad{
    padding: 20px;
}

/*******************************************/
/****************** SOCIAL ****************/

#social-media{
    background-color: #e6145b;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 50px;
      box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -o-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 5px 0 10px 5px rgba(0,0,0,0.5);
    
}

#social-media .bg-social{
    width: 100%;
    height: 950px;
  
}


#social-media h1{
   color: #fff;
  
}

#social-media h2{
   color: #fff;
  
}


/****************** FIN SOCIAL *************/


/********************* FIN NOTICIAS **************/
/*********************** NOSOTROS ****************/

.nosotros-bg{
  
    width: 100%;
    height: 450px;
}

.nos{
    text-align: center;
    margin-top: 100px;
}

.nos1{
 
    margin-top: 50px;
}

.text-nos{
    text-align: justify;
    font-size: 20px;
}

.text-nos-c{
     font-family: gothicBold;
    text-align: center;
    font-size: 30px;
}

/******************** NOSOTROS RESPONSIVE ************/

@media(max-width:768px){
  
    .nosotros-bg{
        height: 850px;
    }
    
    .nos{
        margin-top: 20px;
    }
    
  
    
    .img-nos{
        width: 40%;
    }
    
    .text-nos{
        padding: 10px;
    }
    
    
 }

@media(max-width:480px){
  
    .nosotros-bg{
        height: 1000px;
    }
    
    .nos{
        margin-top: 20px;
    }
    
    .img-nos{
        width: 40%;
    }
    
    .text-nos{
        padding: 10px;
    }
    
    
 }



/*****************************/

/*********************** MODELOS ***************************/




.title-modelos1{
    text-align: center;
}

.title-modelos1 h1{
    
    margin-top: 50px;
}

.modelos-1{
     margin-top: 50px;
    text-align: center;
}

.modelos-1 img{
    width: 100%;

}

.modelos-1 h4{
    font-family: gothicBold;
    font-size: 30px;
}






/********************** MODELOS RESPONSIVE ***********************/

@media(max-width:768px){
.title-modelos h1{
    margin-top: -250px;
}
    
.modelos-1 h4{
    font-family: gothicBold;
    font-size: 20px;
}
    
.boton_personalizado{
 
    font-size: 20px;

  }

.modelos1 h1{
    margin-top: 10px;
}
    
.item
    {
       padding: 20px;
    }
    
    
 }



/********************** SERVICIOS *************************/




/********************** MODELOS RESPONSIVE ***********************/

@media(max-width:768px){
.title-modelos h11{
    margin-top: 100px;
}
    
.modelos-11 h4{
    font-family: gothicBold;
    font-size: 20px;
}
    
.boton_personalizado{
 
    font-size: 20px;

  }

.modelos1 h11{
    margin-top: 10px;
}
    
.item
    {
       padding: 20px;
    }
    
    
 }











/*****************************/

/********************** GALERIA ****************************/
.galeria-bg{
    background-color: #21205f; 
    width: 100%;
    height: 100%;
    
}

#galeria h1{
    color: #fff;
}

.title-galeria{
    text-align: center;
}

.title-galeria h1{
    margin-top: 50px;
    color: #fff;
}

.galeria-1{
    margin-top: 50px;
    margin-bottom: 100px;
}

.galeria-1 img{
    width: 100%;
}


/*********************** RESERVAR *************************/
#reservar{
    
}

.reservar-bg{
    background-color: #000;
    width: 100%;
    height: 1300px;
}

.title-reservar{
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.title-reservar hr{
        display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}

.reservar-1 p{
    color: #fff;
    font-size: 20px;
}

.blanco{
    color: #fff;
}


.reservar-1 hr{
       display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
}


.beneficios{
    margin-top: 30px;
    text-align: center;
  
}

.beneficios p{
      font-size: 30px;
}

.reservar-p{
    margin-top: 10px;
}


/***********************+ RESERVAR RESPONSIVE ***********************/
@media(max-width:1024px){
  
 
    
    .reservar-1 img{
        width: 50%;
    }
    
     .ficha{
        text-align: center;
    }
    
 }


@media(max-width:1024px){
  

    .reservar-1 img{
        width: 50%;
    }
    
     .ficha{
        text-align: center;
    }
    
 }


@media(max-width:768px){
  
    .reservar-bg{
        height: 1000px;
    }
    
    .reservar-1 img{
        width: 80%;
    }
    
     .ficha{
        text-align: center;
    }
    
 }

@media(max-width:480px){
  
    .reservar-bg{
        height: 1300px;
    }
    
    .reservar-1 img{
        width: 100%;
    }
    
    .ficha{
        text-align: center;
    }
    
 }



/*********************** CONTCTO ***************************/
.contacto-bg{
    width: 100%;
    height: 100%;
}

.title-contacto{
    text-align: center;
}

.formulario{
    text-align: center;
    margin-top: 30px;
}
.form-group{
   padding: 20px;
}

.separar{
    margin-top: 15px;
}

/******************* RESPONSIVE ****************************/

@media(max-width:1024px){
.contacto-bg{
 
}
    
    .map iframe{
   
    width: 100%;
}
 }


@media(max-width:768px){
.contacto-bg{
 
}
    
    
    .map iframe{
   
    width: 100%;
}
 }





/**************************** FOOTER *******************************/
.footer{
background-color: #21205f;
    width: 100%;
    height: 200px;
}

.footer a{
color: #fff;    
}

.foter-bg{
    text-align: center;
}


.foter-bg p{
    margin-top: 50px;
    color: #fff;
    
}

.footer-pre p{
    text-align: center;
}

.footer-pre p{

    color: #fff;
}

.fot-pre{
    margin-top: 30px;
}

.fot-img{
    padding-right: 8px;
  
}

.footer-post p{

    color: #fff;
}

.boton_sus{
    padding: 5px;
   font-size: 15px;
    color: #0C0001;
    background-color: #fff;
    border-radius: 6px;
    border: 2px solid #000;
  }

.boton_sus:hover{
    padding: 5px;
   font-size: 15px;
    color: #fff;
    background-color: #000;
    border-radius: 6px;
    border: 2px solid #fff;
  }

.facefoteer {
    font-size: 25px;
}

.facefoteer a{
    color: #fff;
}

/******************* FOOTER RESPONSIVE **********************/
@media(max-width:768px){

    .footer{

    height: 270px;
}
 }


/****************************/


.top30{
    margin-top: 30px
}

.top35{
    margin-top: 35px
}

.top45{
    margin-top: 45px
}

.top50{
    margin-top: 50px
}


.centrar{
    text-align: center;
}



/************************* MODAL RESERVAR ************************/
.modal1{
    text-align: center;
}

.modal-body{
    
}

.modal-body p{
    color: #000;
}

/*************************** MAP *********************************/

.map{
    width: 100$;
}



/*****************************************************************/

/* CLASES AUXILIARES */

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

.text-rigth{
   text-align: right;   
}

.text-left{
   text-align: left;   
}


.img-centro{
    text-align: center;   
}

.text-justificado{
    text-align: justify;
}

.top-05{
    margin-top: 5px;
}

.top-10{
    margin-top: 10px;
}

.top-20{
    margin-top: 20px;
}

.top--20{
    margin-top: -20px;
}

.top-25{
    margin-top: 25px;
}

.top-30{
    margin-top: 30px;
}

.top-50{
    margin-top: 50px;
}


.top-100{
    margin-top: 100px;
}

.linea-blanca{
    color: #fff;
background-color: #fff;
height: 3px;
}

.linea-negra{
    color: #000;
background-color: #000;
height: 2px;
}

.img-zoom:hover{
    -webkit-transform:scale(.9);transform:scale(.9);
    border-radius:50%;
-webkit-border-radius:50%;
    box-shadow: 0px 0px 15px 15px #aeabab;
-webkit-box-shadow: 0px 0px 15px 15px #aeabab;
    
}

.boton_personalizado{
    font-family: gothicBold;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    background-color: #f8b432;
    border-radius: 6px;
    border: 2px solid #f8b432;
  }

.boton_personalizado:hover{
    font-family: gothicBold;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    background-color: #e6145b;
    border-radius: 6px;
    border: 2px solid #e6145b;
  }

.boton_personalizado1{
    font-family: gothicBold;
    text-decoration: none;
    padding: 10px;
    font-weight: 600;
    font-size: 25px;
    color: #fff;
    background-color: #21205f;
    border-radius: 6px;
    border: 2px solid #21205f;
  }

.boton_personalizado1:hover{
    font-family: gothicBold;
    text-decoration: none;
    padding: 10px;
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    background-color: #f8b432;
    border-radius: 6px;
    border: 2px solid #f8b432;
  }

/*************** MAPA *****************/
#mapa{
    
    
}

#mapa .mapa-bg{
    width: 100%;
    height: 100%;
}

#map {
    min-height: 600px;
    width: 100%;
    top: -20px;

}

#map1 {
    min-height: 420px;
    width: 100%;
    top: -20px;

}