html, body, form {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Ubuntu', sans-serif !important;
}

.imagenbanner {
    height: 270px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

@media (max-width: 768px) {
    .imagenbanner {
        height: 200px;
    }
}

@media (max-width: 425px) {
    .imagenbanner {
        height: 150px;
    }
}

.imagenfiltrobanners {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
}

.titulocontainer {
    max-width: 1150px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: right;
    position: relative;
}

.titulo {
    text-align: right;
    width: 100%;
    color: #FFFFFF;
    font-size: 2em;
    line-height: 1em;
    text-shadow: 0px 2px 4px #000000;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

.subtitulo {
    font-size: 1.8em;
    font-weight: 500;
    color: #10aecd;
}


.contenido {
    max-width: 1150px;
    padding: 40px 20px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    text-align: justify;
}

/*INICIO*/

.inicionotas {
    background-color: #f5f5f5;
	padding: 10px 0;
}

/*EVENTOS*/

.owl-stage {
    display: flex;
}

.div_evento:hover {
    cursor: pointer;
}

.div_evento_texto {
    position: absolute;
    bottom: 0;
    right: 20%;
    width: 60%;
    height: 45%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .div_evento_texto div {
        height: 100%;
        width: 100%;
        /*background-color: rgba(0,0,0,.5);*/
    }

    .div_evento_texto span {
        font-size: 1.6rem;
        line-height: 1.6rem;
        text-shadow: 0px 2px 4px #000000;
    }

.eve_titulo {
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-shadow: 0px 2px 4px #000000;
}


@media screen and (max-width: 1460px) {

    .div_evento_texto span {
        font-size: 1rem;
        line-height: 1rem;
    }

    .eve_titulo {
        font-size: 2rem;
        line-height: 2rem;
    }
}


@media screen and (max-width: 1100px) {
    .div_evento_texto {
        width: 80%;
        right: 10%;
        top: 10%;
        height: 80%;
    }

    .eve_titulo {
        font-size: 2rem;
        line-height: 2rem;
    }

    .div_evento_texto div {
        width: 100%;
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .div_evento_texto span {
        display: none;
    }
}


@media screen and (max-width: 768px) {
    .div_evento_texto {
        width: 80%;
        right: 10%;
        top: 10%;
        height: 80%;
    }

    .eve_titulo {
        font-size: 1rem;
        line-height: 1rem;
    }

    .div_evento_texto div {
        width: 100%;
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .div_evento_texto span {
        display: none;
    }
}


/*SECCIONES*/

.localidadesmapa {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 400px;
    height: 300px;
    border-radius: 3px;
    border: 3px solid #10aecd;
}

.imagenseccion {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 400px;
    height: auto;
	overflow: hidden;
    border-radius: 3px;
    border: 3px solid #10aecd;
}

@media (max-width: 524px) {
    .localidadesmapa {
        width: 100%;
        height: 200px;
    }
	.imagenseccion {
        width: 100%;
    }
}


/*HEADER*/

.arribafondo {
    width: 100%;
    background-color: #1a619a;
    height: 56px;
}

.arribacontainer {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 20px 0 20px;
}

.arribacol {
    padding: 5px 0;
}

.arribacol2 {
    text-align: right;
}

.arribalogo {
    width: 100%;
    max-width: 164px;
}

.arribaredes {
    color: #10aecd;
    padding: 10px 0 0 20px;
    transition: all 0.5s ease;
}

    .arribaredes:hover {
        color: #1a619a;
        text-decoration: none;
    }

@media (max-width: 575px) {
    .arribacol {
        padding: 10px 10px;
        text-align: center;
    }    
}

@media only screen and (min-width: 768px) {
    .parallaxFilter {
        background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: 100%;
    }
}

/*MENU*/

.menuiconos {
    color: #10aecd;
    transition: all 0.5s ease;
    padding-right: 10px;
}

.submenu {
    color: #1a619a;
    transition: all 0.5s ease;
}

    .submenu:hover {
        color: #10aecd;
        text-decoration: none !important;
    }

/*BOTONERA*/

.containerBotonera {
    max-width: 1150px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0;
}

.inicioBoton {
    background-color: #10aecd;
    width: 70%;
    margin: 0 auto;
    padding: 25px 0;
    border-radius: 5px;
}

.faBoton {
    border: 5px solid #FFFFFF;
    border-radius: 50%;
    min-width: 110px;
    min-height: 110px;
    margin: 0 auto;
    font-size: 3.6em;
    line-height: 1.8em;
    color: #FFFFFF;
}

.pBoton {
    font-size: 1.4em;
    color: #10aecd;
}

.pBoton2 {
    font-size: 1em;
    color: #10aecd;
}

.lboton:hover {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .main_container_botonera {
        height: 125px !important;
    }

    .containerBoton {
        height: 220px;
    }

    .faBoton {
        font-size: 2.6em;
        line-height: 2.2em;
        min-width: 100px;
        min-height: 100px;
    }
}

/*FOOTER*/

.piefondo {
    width: 100%;
    background-color: #1a619a;
    height: auto;
    overflow: hidden;
    padding: 20px 10px;
}

.piecontainer {
    max-width: 1150px;
    margin: 0 auto;
    color: #FFF;
}

.piecol {
    padding: 0 20px;
}

.piecolborder {
    border-right: 1px solid #FFFFFF;
}

.piecolcontainer {
    padding-bottom: 10px;
    width: 100%;
    max-width: 300px;
    text-align: left;
    margin: 0 auto;
}

.piecontainerimagenes {
    float: left;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
}

.piemapa {
    width: 100%;
    max-width: 300px;
    border-radius: 3px;
    border: 3px solid #10aecd;
}

.pielogo {
    width: 100%;
    max-width: 193px;
}

.pietitulos {
    font-size: 1.8em;
    font-weight: 500;
    color: #e3e3e3;
}

.pietextos {
    color: #e3e3e3;
}

.pielink {
    color: #FFFFFF;
    transition: all 0.5s ease;
}

    .pielink:hover {
        color: #10aecd;
        text-decoration: none;
    }

.pietituloslink {
    font-size: 1.8em;
    font-weight: 500;
    color: #e3e3e3;
    transition: all 0.5s ease;
}

    .pietituloslink:hover {
        color: #10aecd;
        text-decoration: none;
    }

@media (max-width: 992px) {
    .piecol {
        margin: 20px 0;
    }

    .piecolcontainer {
        text-align: center;
    }
}

.triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dropdown-menu {
    min-width: 30rem !important;
    color: #e3e3e3 !important;
}

@media only screen and (max-width: 992px) {
    .triangle {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        background-color: #1a619a;
        left: 0;
        z-index: 1;
    }
}

.nav-item:hover, .navbar-toggler:hover {
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .dropdown-menu {
        border-bottom: 5px solid #10adcc !important;
    }

    .navbar-nav, .navbar-collapse, .nav-item, .nav-link {
        height: 100%;
    }
}

.bg-light-blue {
    background-color: #10adcc;
}

.border-divider {
    border-right: 2px solid #10adcc;
}

.triangleContainer {
    position: absolute;
    bottom: 100%;
    height: 100%;
    left: 0;
}

.titulo_gral {
    color: #1a619a;
}

.imagenfiltro {
    filter: brightness(0.85);
}

.owl-item div.item {
    background-image: url(/main/imagenes/sinimagen.jpg);
    background-position: center;
    background-size: cover;
}

