html, body {
    font-family: 'Open Sans', sans-serif;
}

.btn-primary {
    background: #044062;
    border-color: #044062;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-twitter {
    background: #45c0f0;
    color: #FFF;
    border-radius: 0;
}

.panel.panel-primary {
    border: none;
}

.panel.panel-primary >.panel-heading {
    background: #044062;
    border-color: #044062;
    border-radius: 0;
}

.parallax {
	background-attachment: scroll;
	background-size: cover;
	background-position: center center;
}

.owl-carousel.owl-theme {
    position: relative;
    margin: 50px 0;
}

.owl-carousel.owl-theme .owl-nav {
    bottom: 50%;
    position: absolute;
    width: 100%;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    background: #044062;
    padding: 5px 10px;
}

.owl-carousel.owl-theme .owl-nav .owl-prev {
    float: left;
}

.owl-carousel.owl-theme .owl-nav .owl-next {
    float: right;
}

.owl-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #044062;
    opacity: 0.6;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #044062;
    opacity: 1;
}

blockquote {
    border-left-color: #044062;
}

#header {
    background: url('images/header.jpg') no-repeat top center;
    background-size: cover;
    height: 480px;
}

@media (max-width: 767px) {
    #header {
        height: auto;
        padding: 30px;
        text-align:center;
    }
}

#header nav.navbar .nav > li > a {
    padding: 22px 8px;
    color: #044062;
    text-transform: uppercase;
    font-size: 13px;
}

#header nav.navbar .navbar-brand > img {
    max-height: 50px;
    margin-top: -10px;
}

#header #main-slider {
    text-align: center;
    padding-top: 50px;
}

#header #main-slider img{
    height: 400px;
}
@media (max-width: 767px) {
    #header #main-slider img{
        height: 205px;
    }
}

@media (max-width: 767px) {
    header#header nav.navbar .navbar-brand > img {
        max-height: 40px;
    }
}

header#header .nav > li > a.hashtag {
    text-transform: none;
    color: #45c0f0;
}

main > section {
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}

section h2.title {
    color: #044062;
    font-size: 4em;
    margin-top: 0;
}

@media (max-width: 767px) {
    section h2.title {
        font-size: 3em;
    }
}

main.index section#welcome {
    background-image: url('images/welcome.jpg');
    color: #FFF;
}

main.index section#welcome h2.title {
    font-size: 2.3em;
}

main.index section#welcome p {
    font-size: 1.2em;
    color: #0283f5;
    text-align: justify;
}

main.welcome section#welcome hr {
    margin-top: 40px;
    margin-bottom: 40px;
}

section#schedule small {
    font-weight: bold;
    color: #044062;
}

section#caldas-de-reis {
    padding: 0;
    color: #FFF;
}

section#caldas-de-reis .parallax {
	margin: 50px 0;
	padding: 50px 0 100px;
	background-image: url(images/fondo_arino_paralax.png);
}

section#caldas-de-reis .parallax h2.title {
    font-size: 3em;
    color: #FFF;
}

section#arino {
    padding: 0;
    color: #FFF;
}

section#arino .parallax {
	margin: 50px 0;
	padding: 50px 0 100px;
	background-image: url(../img/2024/guitiriz/ayuntamiento-guitiriz-fondo.jpg);
}

section#arino .parallax h2.title {
    font-size: 3em;
    color: #FFF;
}

section#arinobal {
    padding: 0;
    color: #FFF;
}

section#arinobal .parallax {
	margin: 50px 0;
	padding: 50px 0 100px;
	background-image: url(../img/2024/guitiriz/hotel-6-fondo.jpg);
}

section#arinobal .parallax h2.title {
    font-size: 3em;
    color: #FFF;
}

section#cuntis {
    padding: 0;
    color: #FFF;
}

section#cuntis .parallax {
    margin: 50px 0;
    padding: 50px 0 100px;
    background-image: url('images/cuntis.jpg');
}

section#cuntis .parallax h2.title {
    font-size: 3em;
    color: #FFF;
}

section#contact a {
    color: #FFF;
}

section#contact img {
    width: 205px;
}

section#contact p {
    font-size: 1.3em;
}

section#contact .band {
    padding: 50px 0;
    background: #044062;
    color: #FFF;
}

section#contact h2.title {
    color: #044062;
}

section#contact .form-group label {
    color: #044062;
}

section#contact .form-group .form-control {
    opacity: 0.8;
    padding: 20px 10px;
}

section#location {}
section#location #location-map {
    width: 100%;
    height: 400px;
}

section#location #location-directions {
    max-width: 600px;
    margin: 0 auto;
}

section#location #location-directions .adp-directions {
    width: 100%;
}

section#downloads h4 {
    font-size: 2em;
    text-transform: uppercase;
    margin-top: 30px;
}

section#downloads .download {
    background: #f8f8f8;
    color: #044062;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 10px;
    /*cursor: pointer;*/
    display: block;
}

section#downloads .download .icon {
    background: #044062;
    color: #FFF;
    float: left;
    padding: 15px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

section#downloads .download .text {
    float: left;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

#footer {
    color: #FFF;
    background: #044062;
}

#footer .logos {
    color: #044062;
    background: #FFF;
    padding: 30px 0;
}

#footer h5 {
    color: #8b8d8f;
    font-size: 18px;
}







@media(max-width:767px){
#footer {
    padding: 20px 0;
    background-color: #f8f8f8;
  }

  #footer-footer{
    background-color:#044062;
  }
  
  #footer .logos .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  #footer .logos .row {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  
  #footer .logos .col-xs-12.col-sm-4,
  #footer .logos .col-xs-12.col-sm-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
  }
  
  #footer .logos img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  
  #footer h5 {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
  }
  
  #footer .text-center {
    text-align: center;
  }
  
}







/*********QUE VER********/
.que-ver,.cultura{
    margin:0 20%;
    color:#333333!important;
}

@media(max-width:767px){
    .que-ver,.cultura{
        margin:0 5%;
    }
}


.que-ver h2,.cultura h2{
    text-align:center;
}

.image-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* Ajusta el espacio entre filas si es necesario */
}

.image-row {
    display: flex;
    justify-content: center;
    gap: 20px; /* Ajusta el espacio entre imágenes si es necesario */
}

.image-row div {
    flex: 1;
}

.image-row img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*Margen entre "Más informacion" y video del ayuntamiento*/
.col-xs-12{
    margin-bottom:20px;
}

.center-button {
    display: flex;
    justify-content: center;
  }
  