@import url(http://fonts.googleapis.com/css?family=Dosis:400,200,300,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200,700);


/*************************
*******Typography******
**************************/

body {
  font-family: 'Merienda One', cursive;
  font-size: 17px;
  color: #fff
}


.btn {
  border-radius: 0;
  font-family: 'Merienda One', cursive;
  font-size: 20px;
  padding: 9px 23px;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

h1,  h3, h4, h5, h6 {
  font-family: 'Merienda One', cursive;
  font-weight: 300;
  text-transform: uppercase;
}

h2 {
  font-size: 36px font-family:'Lobster', cursive; !important
}

.navbar-toggle {
  margin-top: 12px
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle, 
.navbar-toggle:focus {
  border:1px solid #fff;
  outline: none;
}


/*************************
*******Header CSS******
**************************/

.header-top {
  display: block;
  overflow: hidden;
  padding: 25px;
}

.main-nav {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.main-nav 
.container {
  width: 100%
}

.social-icons a {
  font-size: 18px;
  color: #fff;
  padding-left:20px;  
}

.social-icons .fa-facebook:hover {
  color: #3B5997
}

.social-icons .fa-twitter:hover {
  color:#29C5F6
}

.social-icons .fa-google-plus:hover {
  color:#D13D2F
}

.social-icons .fa-youtube:hover{
  color: #ec5538
}

.navbar-brand {
 /* background-color: #1B7B98;*/
  height: 90px;
  margin-bottom: 20px;
  position: relative;
  width: 297px;
}

.navbar-brand img {
  position: absolute;
  top: -35px;
}

.navbar-right {
 
  padding:0 95px 0 0;
  opacity: 1.9
}

/*estilos submenu*/
 nav ul li{
    display: block;
    position: relative;
      background-color: lightblue;
    
    
}


 nav ul li:hover .children{
    display: block;
  
     
}

     nav ul li .children {
         /*poner none*/ 
     display: none;
     background-color: lightblue;
    width: 110%;
   
  
    z-index: 1000;
  
}




  nav ul li .children li a{
    display: block;
    margin-left: -10px;
   
}
    
    
     nav ul li .children li a{
    display: block;
    margin-left: -10px;
   
}



 nav ul li .caret{
    position: relative;
     top: 3px;
    margin-left: 0px;
    margin-right: 0px;
}


@media screen and(max-width: 800px){
      
     
    nav{
     width: 80%;
    height: (100%-80px);
 
    margin: 0px;
    left: 0;
   
       
}
 nav ul li{
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5)
}
    
     nav ul li ul li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,.5)
}
  nav ul li a{
        display: block;
 }
    
    header nav ul li:hover .children{
        display: none;
    }
    
    
    
   nav ul li .children{
    width: 100%;
    position: relative;
    
}

  nav ul li:hover .children{
        display: none;
    }
    

 nav ul li .children li a{
    margin-left: 20px;
    
}
 nav ul li .caret{
    float: right;
  
  }
}


/*poner media screen  aui termina estilos submenu*/
.navbar-right li a {
  padding: 5px 21px;
    
  font-size: 16px;
  color: darkblue;
  text-transform: uppercase;
  font-family: 'Merienda One', cursive;
  font-weight: 300;
}

.navbar-right li a:hover, 
.navbar-right li a:focus,  
.navbar-right  {
  
  color: darkcyan;
}



.fixed-menu {
  background-color: lightblue;
   height: 9%;
  position: fixed;
  top: 0;
   opacity: .9
       
}

.fixed-menu .navbar-right {
  padding: 0;
  
}


.fixed-menu .navbar-right li a {
  font-size: 16px;
  padding: 20px 25px;
  text-shadow:inherit;
}

.fixed-menu .navbar-brand {
  height: 40px;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0;
  width: 125px;
}

.fixed-menu .navbar-brand img {
  height:60px;
  top: 0;
}

.fixed-menu .header-top {
  display: none;
}



/*************************
*******Home CSS******
**************************/

#home {
  position: relative;
  overflow: hidden;
}

#main-slider img {
  width: 100%
}

#main-slider 
.carousel-caption {
 
  bottom: 1%;
  float: left;
  left: 0;
  opacity: 0.8;
  padding:10px 60px 35px;
  right: inherit;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}


#main-slider 
.carousel-caption h2 {  
  font-size: 42px;

}

#main-slider 
.carousel-caption h4 {
  font-size: 24px;
}

#main-slider 
.carousel-caption a {
  font-size: 22px;
  color: #2da1c5
}

#main-slider 
.carousel-caption a:hover {
  color: #2588a6
}

#main-slider 
.carousel-caption a:hover i {
  margin-left: 35px
}

#main-slider 
.carousel-caption a i {
  margin-left: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-slider 
.carousel-indicators li {
  background-color:#1B7B98;
  border: 1px solid #1B7B98;
}

#main-slider 
.carousel-indicators li.active {
  background-color:#fff;
  border: 1px solid #fff;
}

/*************************
*******Explore CSS******
**************************/

#explore {
  background-color: transparent;
  background-image: url("../quienesomos/123.jpg");
 
  background-size: 100%;
  background-repeat:no-repeat;
  position: relative;
 
  padding: 0% 0 41%;
}

.watch {
  position: absolute;
  left: 0;
  top: 7%;
}

#explore h2 {
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
}

#countdown {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0
}

#countdown li {
  list-style: none;
  display:inline-block;
  margin-right: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  position: relative;
}

#countdown li:last-child {
  margin-right: 0
}

#countdown li span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  height: 82px;
  line-height: 79px;
  width: 75px;
  border-radius: 10px;
  border-right: 1px solid #9e3e2e;
  border-bottom: 1px solid #9e3e2e;
}

#countdown li .days {
  background-color: #45b29d;
  border-top: 1px solid #6ac1b1;
  border-left: 1px solid #6ac1b1;
}

#countdown li .hours {
  background-color: #efc94c; 
  border-top: 1px solid #f2d470;
  border-left: 1px solid #f2d470;
}

#countdown li .minutes {
  background-color: #e27a3f;
  border-top: 1px solid #e89565;
  border-left: 1px solid #e89565;
}

#countdown li .seconds {
  background-color: #df5a49;
  border-top: 1px solid #e57b6d;
  border-left: 1px solid #e57b6d;
}

#countdown li:before {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 36px;
  width: 1px;
}

#countdown li:after {
  background-color: #FFFFFF;
  content: "";
  height: 11px;
  right:0;
  position: absolute;
  top: 36px;
  width: 1px;
}

.cart {
  background-color: #b34534;  
  position: absolute;
  right:-200px;
  top: 37%;
  width:252px;
   -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.cart:hover {
  right:0;
}


.cart a {
  color: #FFFFFF;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}

.cart a i {
  font-size: 30px;  
  padding: 20px 12px;
  background-color: #A64030; 
  margin-right: 3px;
}

 

 /*************************
*******Event CSS******
**************************/
#event {
   background-color: #33888F;
  background-image: url("../images/familia/calvariofondo.JPG");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 10%;
 
}

#event h2 {
  color: chocolate;
  font-size: 36px;
     font-family:'Lobster', cursive; !important
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
 
   
}
#event h5 {
    text-align: center;
  color:darkgreen;
    background-color: antiquewhite;
    opacity: 0.8
        
}
#eventM h5 {
    text-align: center;
  color:darkgreen;
    background-color: antiquewhite;
    opacity: 0.8
        
}
#event2 h5 {
    text-align: center;
  color: darkcyan;
    background-color:bisque;
    opacity: 0.8
        
}

#event3 h5 {
  text-align: center;
    color:darkgreen;
    background-color: antiquewhite;
    opacity: 0.8
    
        
}
#event2 h4 {
  color:chocolate;
}
#eventM {
   background-color: #33888F;
  background-image: url("../images/quienessomos/123.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 39%;
 
}

#eventM h2 {
  color:darkgreen;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 40px;
     margin-left: -15px;
     font-family:'Lobster', cursive;
   
}


#event2 {
  background-color: #33888F;
  background-image: url("../images/evento.JPG");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
     padding: 0% 0 10%;
}

#event2 h2 {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
 font-family:'Lobster', cursive;
}


#event3 {
  background-color: #33888F;
  background-image: url("../images/gastronomia/cafe.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
     padding: 0% 0 10%;
}

#event3 h2 {
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 40px;
  margin-top: 70px;
  font-family:'Lobster', cursive;
}




.single-event {
  margin-bottom: 40px;
    
}

.single-event h4 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 26px;
  margin-top: 25px;
  text-transform: uppercase;
}


.single-event h5 {
  font-size: 18px;
  font-weight: 100;
  display: block;
    background-color: antiquewhite;color:darkcyan;
}

#event-carousel {
  position: relative;
    
}




.even-control-left, 
.even-control-right {
  position: absolute;
  font-size: 38px;
  color: #fff;
  top: 25px;
    background-color:darkcyan;
    width: 40px;
    height: 50px;
    border-radius: 6px;
    opacity: 0.7;
}

.even-control-left {
  right: 7%
} 

.even-control-right {
  right: 0;
}




/*************************
*******About CSS**********
**************************/

#about {
  background-color: #75B46E;  
  position: relative;  
  width: 100%;
  display: flex;
}

.guitar2 {
  top: 0;
  width: 50%;
}

.guitar2 img {
  padding-top: 3%;
}

.about-content {
  width: 50%;
   background-image: url("../images/about-bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 70px 110px;
}


#about h2 {
  margin-bottom: 23px;
}

.about-content p {
  font-size: 17px;
  font-family: 'Dosis',sans-serif;
}

#about .btn-primary {
  background-color: #137c61;
  color: #fff;
  text-transform: capitalize;
  border: none;
  margin-top: 28px;
}

#about .btn-primary:hover {
  background-color: #126d55
}



/*************************
******Twitter CSS****
**************************/

#twitter {
  background-color: #ecedef;
  background-image: url("../images/twitter-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
  padding: 95px 0 90px;
  overflow: hidden;
}

.twit {
  position: absolute;
  left: 0;
  top:-42%;
}

#twitter-feed .item {
  text-align: center;
}

#twitter-feed .item img {
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #c5c8ce;
  padding: 5px;
  margin-bottom: 30px;
}

#twitter-feed .item a, 
#twitter-feed .item p { 
  font-size: 24px;
  font-weight: 300;
  font-family: 'Merienda One', cursive;
}

#twitter-feed .item p {
  color: #3D3D3D;
}

#twitter-feed .item a {
  color:#00c3ff;
}

.twitter-control-left, 
.twitter-control-right {
  position: absolute;
  color: #00c3ff;
  top: 59%;
  font-size: 24px
}

.twitter-control-left {
  left: 0;
}

.twitter-control-right {
  right:0;
} 



/*************************
******Sponsor CSS****
**************************/

#sponsor {
  background-color: #1881a2;
  background-image: url("../images/sponsor-bg.jpg");
  background-position:50% 0;
  background-size: cover;
  background-repeat:no-repeat;
  position: relative;
}

.light {
  position: absolute;
  right: 0;
  bottom: 0;
}

#sponsor .col-sm-10 {
  z-index: 10;
}

#sponsor h2 {
  margin-top: 90px;
  margin-bottom: 40px;
}

#sponsor .item ul {
  font-size: 0;
  padding: 0;
}


#sponsor .item ul li {
  display: inline-block;
  list-style: none;
  width: 33.33%;
  margin-bottom: 75px;
}

#sponsor .item ul li:last-child {
  margin-right: 0
}

.sponsor-control-left, 
.sponsor-control-right {
  color: #FFFFFF;
  font-size: 24px;
  position: absolute;
  top: 20%;
}

.sponsor-control-left {
  right: 12%
}

.sponsor-control-right {
  right: 10%
}


/*************************
******Map CSS****
**************************/
#map {
  position: relative;
}

#gmap {
  height:450px;  
}


/*************************
******Contact CSS****
**************************/

.contact-section {
  background-color: #f7ab24;
  background-image: url("../images/contact-bg.jpg");
  background-position:60% 0;
  background-size:contain;
  background-repeat:no-repeat;  
  position: relative;
}
.contact-section2 {
  background-color: #f7ab24;
   background-repeat:no-repeat;  
   position: relative;
  background-position:60% 0;
  background-size:contain;
    
}
.contact-section2 img { margin-left:11%;}

.ear-piece {
  position: absolute;
  left: 0;
  top: 0;
}

#contact .container {
  padding-top:47px;
}

#contact h3 {
  text-transform:inherit;
  color: #373737; 
}

#contact-section h3 {  
  margin-bottom: 25px
}

#contact address {
  font-size: 18px;  
  color: #373737; 
}

.contact-text {
  margin-bottom: 35px;
  display: block;
}


#contact-section .form-control {
  border-color: #ae750d;
  box-shadow:none;
  outline: 0 none;
  border-radius: 0;
  color: #797979;
  font-size: 18px;
}

#contact-section .form-control:focus {
  border-color: #ae750d;
}

#contact-section input {  
  height: 44px;
}

#contact-section textarea {
  height: 90px;
  resize:none;
}

#contact-section .btn-primary {
  background-color: #373737;
  color: #f7ab24;
  border: none;
  font-size: 24px;
  padding: 6px 42px;
  margin-bottom: 110px;
  margin-top: 10px
}

#contact-section .btn-primary:hover {
  background-color: #212020;
  color: #fff
}
.letracontacto h2{ 
       
    left: 35%;
    top: 45%;
     position: absolute; !important
        text-decoration-style: solid;
    text-shadow: 2px 2px 3px coral;  color: 
   
}.letracontacto h4{ 
       
    left: 33%;
    top: 65%;
     position: absolute; !important
        text-decoration-style: solid;
    text-shadow: 2px 2px 3px coral;  color: 
   
}
.letracontacto2 h2{ 
       
    margin-left:  45%;
    top: -4%;
     position: absolute; !important
        text-decoration-style: solid;
    text-shadow: 2px 2px 3px coral;  color: 
   
}

.contenid{background-color: aliceblue;position: absolute;;margin-top: 0%; margin-left: 20%;width: 3opx;
height: 30px;}

.addressoturs{margin-left: 35%;margin-top: 10%;}

.mapa{position: absolute;margin-top: 3%; margin-left: 15%;}

/*************************
******Footer CSS****
**************************/

#footer {
  background-color: #212121;
  background-image: url("../images/footer-bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFFFFF;
  font-size: 20px;
  padding: 35px 0;
}

#footer a {
  color:#f7ab24
}

#footer a:hover {
  color:#1B7B98
}


.navi {
    margin: 0;
    padding: 0;
    float: right;
    position: fixed;
    z-index: 999;
    left: 85%;
    top: 300px;
     opacity: .9
                
}
/************ la lista se regula aqui *****************/
.navi li {
    
    list-style: none; background: #fff; width: 180px; border-bottom: 5px solid beige; 
    font-family: 'Merienda One', cursive;
    font-size: 20px;
    
}


.navi li a {border-radius: 1px; display: block; padding: 8px; border-left: 4px solid burlywood; border-right: 2px solid antiquewhite; text-decoration: none; box-shadow: 2px 2px 5px azure;color: darkblue;  }


/************ Aqui se regula el tamaño y color cuando se pasa el puntero *****************/
.navi li a:hover{  background: cadetblue; padding: 15px 10px; color: #fff; border-radius: 5px; font-size: 20px; }

/************ Se activa el menu estatico *****************/

.navi .active a {
    
  background-color: cadetblue;  
    color: #fff;
    
  
}









.navi-navi {
    margin: 0;
    padding: 0;
    float: right;
    position: fixed;
    z-index: 999;

    top: 250px;
    right: 7%;
     opacity: .9             

}
.navi-navi li {
    
    list-style: none; background: #fff; width: 180px; border-bottom: 5px solid beige; 
    font-family: 'Merienda One', cursive;
    font-size: 20px;
}


.navi-navi li a {border-radius: 1px; display: block; padding: 8px; border-left: 4px solid burlywood; border-right: 2px solid antiquewhite; text-decoration: none; box-shadow: 2px 2px 5px azure;color: darkblue;  }


/************ Aqui se regula el tamaño y color cuando se pasa el puntero *****************/
.navi-navi li a:hover{  background: cadetblue; padding: 15px 10px; color: #fff; border-radius: 5px; font-size: 20px; }

/************ Se activa el menu estatico *****************/

.navi-navi .active a {
    
  background-color: cadetblue;  
    color: #fff;
    
  
}
.imgfondo{
    background-image: url(../images/bc2.jpg);
    
        
}
.imgfondos{
    background-image: url(../images/contacto/descargar-fondos-de-pantalla-textura-de-madera-barnizada-hd-widescreen.jpg)
}




#restaurante {
   background-color: #33888F;
  background-image: url("../images/restaurantes/fondoculta.JPG");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
 
}

#restaurante h2 {
  color: whitesmoke;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
   
}

#hotel {
   background-color: #33888F;
  background-image: url("../images/hotel/fondosliderhotel1JPG.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
 
}

#hotel h2 {
  color:darkblue;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
   
}

#tours {
   background-color: #33888F;
  background-image: url("../images/balneario/fondoocultar1.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
 
}

#tours h2 {
  color:white;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
   
}

#vidanocturna {
   background-color: #33888F;
  background-image: url("../images/vidanocturna/fondoocultar.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
 
}

#vidanocturna h2 {
  color: whitesmoke;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
   
}

#balneario {
   background-color: #33888F;
  background-image: url("../images/balneario/fondoocultar.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
 
}

#balneario h2 {
  color:brown;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 70px;
  text-transform: uppercase;
   margin-left: 50%;
}


/************ pagina de contacto *****************/

#imgfondo{

  background-image: url("../images/quienessomos/123.jpg");
  background-position: 50% 0;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
    padding: 0% 0 5%;
    width: 100%;
    height: 100%;
}



.navi-navis {
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    z-index: 999;
    left: 85%;
    top: 5%;
    left: 5%;
     opacity: .9             

}
.navi-navis li {
    
    list-style: none; background: #fff; width: 180px; border-bottom: 5px solid beige; 
    font-family: 'Merienda One', cursive;
    font-size: 20px;
}


.navi-navis li a {border-radius: 1px; display: block; padding: 8px; border-left: 4px solid burlywood; border-right: 2px solid antiquewhite; text-decoration: none; box-shadow: 2px 2px 5px azure;color: darkblue;  }


/************ Aqui se regula el tamaño y color cuando se pasa el puntero *****************/
.navi-navis li a:hover{  background: cadetblue; padding: 15px 10px; color: #fff; border-radius: 5px; font-size: 20px; }

/************ Se activa el menu estatico *****************/

.navi-navis .active a {
    
  background-color: cadetblue;  
    color: #fff;
    
  
}

/*aqui termina*/


/*primer circuito*/


.letra h2{ 
        
    left: 30%;
    top: 12%;
     position: absolute; !important
        text-decoration-style: solid;
    text-shadow: 2px 2px 3px coral; 
   
}
.letras { 
    
    position: fixed;
    left: 5%;
    top: 500px;
     
    
}

.letra h3{ 
     font-size: 60px;
    left: 43%;
    top: 10%;
     position: absolute; !important
        text-decoration-style: solid;
    text-shadow: 2px 2px 3px coral; 
   
}



#botondes{
display: inline-block;
width: 250px;
height: 40px;
background-color: darkgreen;
font-weight: bold;
text-decoration: none;
border-radius: 10px;
text-transform: uppercase;
text-shadow: 2px 2px 3px coral;
text-align: center;
border-bottom: 7px solid bisque;
margin: 20px 30px;
font-size: 15px;
padding: 10px;
position: absolute;       
margin-left: 77%;
margin-top: -66.3%;
    
}
#botondes:hover{
   
  background-color:bisque;
    border-radius: 15px;
    text-shadow: 3px 3px 3px chocolate;
   color:forestgreen;
    border-bottom: 5px solid darkgreen;
    
}
#botondes:active{
    
 background-color: burlywood;
    font-size: 17px;
    border-bottom: 5px solid white;
    text-shadow: 2px 2px 2px white;
}