@font-face {
  font-family: 'Helvetica';
  src: local('Helvetica'),
       local('Helvetica Regular'),
       local('Helvetica-Regular'),
       url(../Helvetica.otf) format('otf');
}

*{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
    font-family: "Helvetica";
    /*font-family: "Segoe UI";*/
    color: #000000;
    letter-spacing: 1px;
     
    font-weight: 300;

	-webkit-transition: .4s ease-in-out;   
    -webkit-transition-delay: 0.4s ease-in-out; 
    -moz-transition: .4s all ease-in-out;   
    -moz-transition-delay: 0.4s ease-in-out; 
    -ms-transition: .4s ease-in-out;   
    -ms-transition-delay: 0.4s ease-in-out; 
    -o-transition: .4s ease-in-out;   
    -o-transition-delay: 0.4s ease-in-out; 
    transition: .4s ease-in-out;   
    transition-delay: 0.4s ease-in-out; 
}

*:hover{
	-webkit-transition-delay: 0.2s ease-in-out;
    -moz-transition-delay: 0.2s ease-in-out;
    -ms-transition-delay: 0.2s ease-in-out;
    -o-transition-delay: 0.2s ease-in-out;
    transition-delay: 0.2s ease-in-out;
}
::selection{
	color: white;
	background-color: #9a1630;
}

.solomovil{
    display: none !important;
}


.galeriia img:hover{
    cursor: pointer;
    filter: brightness(0.5) !important;
}

#divLargerImage
{
    display: none;
    width: 60%;
    height: 80%;
   
    position: fixed;
    z-index: 996;
    top: 10%;
    left: 0%;

     padding: 0% 20%;
}

#divLargerImage img{
     max-height: 100%;
}

#divLargerImage img:hover{
    filter: brightness(1);
}

#divOverlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    width: 100%;

    height: 100%;
    z-index: 995;
}

#divOverlay span{
    position: absolute;
    z-index: 997;
    right: 50px;
    top: 50px;
    color: #ffffff;
    font-size: 2vw;
   
}

#divOverlay span:hover{
     cursor: pointer;
     transform: scale(0.9);
}






input[type="submit"] {
    cursor: pointer;
}
input[type="checkbox"] {
    display: inline-block;
    width: 40px !important;
    padding: 0px 0px 0px 0px !important;
}


body{
    background-color: #ffffff;
}
p{
    line-height: 1.8;
}

a{
    text-decoration: none;
}
b{
    font-weight: 600;
}
ul li{
    list-style: none;
    line-height: 1.8;
}
ol{
    padding-left: 40px;
    font-weight: 600 !important;
}
ol li{
    font-weight: 300;
    line-height: 1.8;
}




h1{
    font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald';
}

h1 span{
   
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #9a1630;
    margin-left: 20px;
}
h2{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}
h3{
     font-weight: 400;
}

.barra{
    width: 80px;
    height: 5px;
    margin-top: 10px;
    margin-bottom: 20px;

    background-color: #9a1630;
}

.container{
    display: block;
    padding: 0px 50px;
}

.fiestas-banner{
    background-color: #f2f2f2;
    padding: 5px 0px;
    display: block;
    text-align: center;
}
.fiestas-banner p{
    color: #000000; 
    padding: 0px;
}
.inicio{
    position: relative;
    margin-bottom: 100px;
}

.eventop{
    position: absolute;
    bottom: 4px;
    right: 0;
    z-index: 6;
    background-image: url(../images/eventop.png);
    background-repeat: no-repeat;
    background-size: cover;

    padding: 80px 60px 60px 160px;
}
.eventop h4, .eventop h5, .eventop h6{

    font-weight: 300;
    font-size: 66px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffffff;

}
.eventop h4{
    font-weight: 400;
}
.eventop p{
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffffff;
}

.count-down{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    margin-top: 0px;
}

.count-down div{
    text-align: center;
}

.count-down p{
    font-weight: 300;
    font-size: 66px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffffff;
}

.count-down span{
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #ffffff;
}

.dhm{
    margin-left: 36px;
    font-size: 18px !important;
}

.texto-destacada #demo{
    margin-right: 15px;
}

.texto-destacada .dhm{
    text-align: right;
    font-size: 10px !important;
}
.faltan{
    display: block;
}
.faltan h2{ 
    margin-bottom: 0px !important;
}
.inicio #demo{
    line-height: 1.2;
}

.content{
    display: block;
    margin-top: 20px;
    margin-bottom: 100px;
}
.logo{
    display: block;
    vertical-align: middle;
    padding: 25px 0px 25px 13px;
}

.logo img{
    width: 180px;
    display: inline-block;
}

.nav-sub{
    display: inline-block;
    float: right;
    margin-top: 15px;
}
.nav-sub ul li{
    display: inline-block;
}
.nav-sub ul li a{
    padding: 10px 5px;
    color: #000000;
    border-bottom: 3px solid #ffffff;
}
.nav-sub ul li a:hover{
    border-bottom: 3px solid #9a1630;
}

.nav-sub .separador{
    background-color: #000000;
    display: inline-block;
    width: 1px;
    height: 20px;
    vertical-align: sub;
}


.social-list{
   width: 100%;
   text-align: right;
   margin-bottom: 10px;
}

.social-list li a:hover{
    border-bottom: 3px solid #ffffff !important;
    opacity: 0.6;
}

.social{
    padding: 10px 2px !important;
}
.social img{
    width: 32px;
}


.npoblacion b{
    color: #ffffff !important;
}
.npoblacion{
    color: #ffffff !important;
    padding: 10px 30px;

background: rgba(255,217,50,1);
background: -moz-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,217,50,1)), color-stop(100%, rgba(242,117,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: linear-gradient(135deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd932', endColorstr='#f27500', GradientType=1 );
    
}



#boton span{
    font-size: 30px;
    color: #9a1630;
}



#boton{
position: relative;
  vertical-align: sub;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#capa{
    display: none;
    width: 300px;
    background-color: #ebebeb;
    color: #000000;
    padding: 10px 46px 10px 5px;
    position: absolute;
    z-index: 999;
    top: 45px;
    right: 0px;

    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.1);
}
#capa ul{
    padding: 10px;
}

#capa ul li{
    display: block;
    padding: 15px 5px;
    margin-left: 0px !important
}
#capa ul li a{
    border: inherit !important;
}
#capa ul li a:hover{
    padding-left: 15px;
}


.menu{
    display: block;
    vertical-align: middle;
    background-color: #9a1630;
    padding: 29px 50px;
}
.menu2{
    vertical-align: middle;
    background-color: #9a1630;
   
}
.menu ul li, .menu2 ul li{
    display: inline-block;
    margin: 0px;
    line-height: inherit;
}


.nav-intra ul{
    float: right;
}

.pestana{
    margin: 0px;
    padding: 30px 12px;
    color: #ffffff;

}
.pestana:hover{
    background-color: #ebebeb;
    color: #000000;
}

.current{
     background-color: #ffffff;
     color: #000000;
}

.sub-menu{
   display: none;

   position: absolute;
   z-index: 99;
   margin-top: 29px;
   margin-left: -20px;
   padding: 0px 0px; 
   background-color: #ebebeb;
}
.sub-menu-form{
   display: none;
   width: 100%;
   position: absolute;
   z-index: 99;
   left: 0;
   margin-top: 29px;
   padding: 50px 0px; 
   background-color: #ebebeb;
}
.buscador{
   display: block;
   width: 100%;
   padding: 50px 0px; 
   background-color: #ffffff;
}
.buscador p{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.mqbodegas{
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.mqbodegas form{
    margin-bottom: 60px;
}
.perder{
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    text-transform: initial;
    color: #9a1630;
    padding-left: 62px;
    margin-bottom: 0px;
}
.sub-menu-form label, .buscador label, .sub-menu-form option, .buscador option{
     font-family: 'Oswald';
    font-size: 32px;
    text-transform: initial;
    padding-left: 62px;
    margin-top: 0px;
    line-height: 1px;
}
option:hover{
    color: #9a1630;
}
.sub-menu-form  form, .buscador  form{
    margin-top: 10px;
}
.sub-menu-form select {
    width: 403px;
    height: 50px;
    border-radius: 0px;
    border: none;
    background-color: #ffffff;
    font-size: 32px;
    font-family: 'Oswald';
    padding-left: 10px;
    margin-left: 20px;
}
.buscador select{
      width: 403px;
    height: 50px;
    border-radius: 0px;
    border: none;
    background-color: #ebebeb;
    font-size: 32px;
    font-family: 'Oswald';
    padding-left: 10px;
    margin-left: 20px;
}

.serviciosbodega{
    display: block;
    margin: 40px 0px 0px 0px;
}
.serviciosbodega:last-child{
     margin-bottom: 120px;
}
.serviciosbodega img{
    width: 20%;
    display: inline-block;
}
.serviciosbodega div{
     display: inline-block;
     width: 60%;
     margin-left: 60px;
     vertical-align: top;
}
.serviciosbodega h3{

    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 300;
    text-transform: initial;
    margin-top: 0px;
    margin-bottom: 10px;
}

.menu ul li ul li, .menu2 ul li ul li{
    display: block;

}
.menu ul li ul li a, .menu2 ul li ul li a{
    display: block;
    padding: 15px 31px 15px 31px;
    color: #000000;
    min-width: 210px;
}
.menu ul li ul li a:hover, .menu2 ul li ul li a:hover{
    background-color: #9a1630;
    color: white;
    padding: 15px 26px 15px 38px;
}

li:hover .sub-menu, li:hover .sub-menu-form {display:block}

.menu ul li a:hover>.sub-menu, .menu ul li a:hover>.sub-menu-form, .menu2 ul li a:hover>.sub-menu{
    display: block;
}

.col-nav{
    display: inline-block;
    margin: 0px;
    
    vertical-align: top;
}

.negrita li a{
    color: #9a1630;
    border-left: 1px solid #9a1630;
}



.banner{
    display: block;
    width: 100%;
    height: 350px;
    max-height: 350px;
    background-color: rgb(181,23,0);
    margin: 50px 0px;

}
.banner div{
    width: 100%;
    height: 350px;
    background-color: white;
    background-image: url(../images/vinos.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.banner div:hover{
    opacity: 0.6;
}

.dos-col{
	display: block;
	margin-bottom: 50px;
}
.destacada{
	display: inline-block;
	width: 100%;

	vertical-align: top;
	
}

.destacadaimg{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.destacadaimg img, .destacadaimg iframe{
    width: 100%;
   
}
.destacada img:hover{
	-webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.destacada h2, .destacada p{
	padding-left: 13px;
	margin: 0px;
}
.texto-destacada{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    margin-left: 40px;
}
.texto-destacada h2, .serviciosenoturisticos{
     font-weight: 400;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald';
    color: #9a1630;
}
.serviciosenoturisticos{
    margin-top: 40px;
}
.texto-destacada h2 span{
     font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Oswald';
    float: right;
}

.destacada h2{
	margin: 20px 0px;
}
.destacada p{
	line-height: 1.5;
    margin-bottom: 20px;
}

.destacada a:hover{
    color: #9a1630;
}

.galeria{
    margin-top: 20px;
}


.galeria img, .galeria iframe{
    display: inline-block !important;
    width: 49.5% !important;
    height: 200px !important;
}

.friendly{
    background-image: url(../images/ribera_friendly.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 

    height: 200px;
    margin-bottom: 40px;
   
}


.friendly h2{
    font-size: 32px !important;
    font-family: 'Oswald';
    font-weight: 400;
    color: #000000;
    line-height: 42px;
    font-stretch: condensed;
}
.friendly h2 b{
    font-size: 60px !important;
    text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    color: #f4a819;
}
.friendly-texto{
    display: inline-block;
    vertical-align: middle;
    float: left;
    padding: 50px 0px 50px 50px;
}
.friendly img{
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    padding: 20px 150px;
}

.friendly-text ul{
    margin-bottom: 20px;
     padding-left: 20px;
}
.friendly-text ul li{
    list-style-type: square;
    margin-bottom: 10px;
   
}
.friendly-text ul li ul{
    padding-left: 40px;
}
.friendly-text ul li ul li{
    list-style-type: circle;
    
}
.precio-pulsera{
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
}
.precio-pulsera b{
    font-family: 'Oswald';
    font-size: 32px;
    font-weight: 400;
    color: #9a1630;
}

.friendly-text h4{
    font-weight: 600;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.friendly-text a{
    display: block;
    line-height: 1.8;
}
.friendly-text a:hover{
    color: #9a1630;
}


.top h2{
    color: #9a1630;
    font-size: 32px;
    font-family: "Oswald";
    font-weight: 400;
    margin-bottom: 20px;
    padding-left: 12px;
}


.fondo{
    background-color: #ebebeb;
}


.redes{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
	width: 100%;
    padding-top: 100px;
}

.redes div{
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    height: 350px !important;
}

.redes iframe, .derecha iframe{
	height: 350px !important;
    width: 100% !important;

}

.horas48{
    width: 100% !important;
    height: 310px !important;

   
}
.horas48 div{
    width: auto !important;
    height: 230px !important;
    border: 20px solid #9a1630;
    padding: 40px 20px;

    background-image: url(../images/botella-vino.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.horas48 div:hover{
    border: 20px solid #000000;
}

.horas48 h3{
    font-size: 60px;
    font-family: 'Oswald';
    color: white;
    margin-bottom: 0px;
    margin-top: 20px;
    line-height: 50px;
}
.horas48 h4{
    font-size: 32px;
    font-family: 'Oswald';
    color: white;
}
.horas48 p{
    color: white;
    margin-top: 20px;
}
.fb-page span{
    height: 350px !important;
    margin-bottom: 50px;
    
}

.insta{
    margin: 0px 55px;
}





.fb_iframe_widget{
    z-index: 9;
}
.fb_iframe_widget span, ._2p3a{
    width: 100% !important;
}


.img-footer{
    display: block;
    background-color: #ebebeb;
    padding-top: 100px;
    padding-bottom: 100px;
}
.img-footer a{
    width: 180px;
    vertical-align: middle;
}

.img-footer img{
    width: 180px;
    vertical-align: middle;
    padding: 0px 20px;
}
.img-footer img:hover{
   margin-top: -10px;
}



.fecha{
	display: inline-block;
	width: auto;
	margin-right: 20px;
	vertical-align: top;
	font-weight: 600;
}
.tipo-aviso{
    display: inline-block;
    width: 85px;
    margin-right: 20px;
    font-weight: 600;
     text-transform: uppercase;
}
.tipo-aviso2{
    display: inline-block;
    width: 85px;
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #9a1630;
}
.texto-aviso{ 
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.meses{
    padding-left: 3px;
    margin-top: 10px;
    margin-bottom: 50px;
}
.meses a{
    text-transform: uppercase;
    font-size: 32px; 
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px !important;
    margin-bottom: 0px !important;
    border-bottom: 5px solid white;
    cursor: pointer;
}

.meses .separador{
    width: 2px;
    margin: 0px 6px;
    margin-bottom: 0px;
    vertical-align: middle;
    border-bottom: 5px solid #ffffff;
}
.mes{
    border-bottom: 5px solid #ffffff;
}
.mes:hover{
    border-bottom: 5px solid #9a1630;
}

.mes.active {
  font-weight: bolder;
  border-bottom: 5px solid #9a1630;
}

#myBtnContainerr{
    display: inline-block;
    vertical-align: top;
    width: 180px;
}

.footer{
    display: block;
    background-color: #000000;
    padding: 30px 13px;
}

.name-footer{
    display: inline-block;
    
}
.name-footer p{
    color: #ffffff;
}

.menu-footer{
    float: right;
}
.menu-footer a, .menu-footer p{
    display: inline-block;
    vertical-align: middle;
    border-bottom: 3px solid #000000;
    color: white;
}
.menu-footer p{
    width: 1px;
    height: 20px;
    background-color: #ffffff;
    margin: 0px 8px;
}
.menu-footer a:hover{
   border-bottom: 3px solid #ffffff;
}

.page{
    padding: 80px 50px 0px 63px;
    min-height: 400px;
}
.busca{
    padding: 50px 50px 0px 63px !important;
}


.page p{
    line-height: 1.8;
    margin-bottom: 10px;
}

.izquierda{
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.derecha{
    display: inline-block;
    width: 30%;
    margin-left: 50px;
    margin-bottom: 100px;
}

.recomendaciones{
    padding-left: 40px;

}
.recomendaciones li{
    list-style: square;
    
    color: #9a1630;
    font-size: 24px;
    
}
.recomendaciones li p{
    color: #000000;
    font-size: 16px;
    line-height: 1.8;
    
}
.derecha h4{
    padding-left: 13px;
    font-weight: 600;
    line-height: 1.8;

}
.derecha h5{
    padding-left: 13px;
    font-style: oblique;
    font-weight: lighter;

}


.sectores{
    display: block;
}
.sector{
    display: inline-block;
    width: 28%;
    vertical-align: top;
    margin-right: 50px;
    margin-bottom: 50px;
}
.sector img{
    width: 100%;
    height: 200px;
}

.sector img:hover{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}

.horario{
    padding: 20px;
    margin-bottom: 50px;
     background: rgba(255,217,50,1);
background: -moz-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,217,50,1)), color-stop(100%, rgba(242,117,0,1)));
background: -webkit-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -o-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: -ms-linear-gradient(-45deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
background: linear-gradient(135deg, rgba(255,217,50,1) 0%, rgba(242,117,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd932', endColorstr='#f27500', GradientType=1 );
}
.horario label{
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.horario p{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0px;
    line-height: inherit;
}

.elemento a:hover{
   color:  #9a1630;
}

.elemento-izq{
    display: inline-block;
    width: 65%;
    vertical-align: top;
}
.elemento-der{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-left: 50px;
    padding-top: 10px;
}
.elemento-izq img{
    width: 100%;
    margin-bottom: 50px;
    max-height: 500px;
}
.elemento h3{
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 10px;
}
.elemento .avisos-frame h3{
    font-size: 32px;
}

.documentos{
    margin-bottom: 50px;
    padding-left: 3px;
}
.enlaces{
    padding-left: 3px;
    width: fit-content;
}

.enlaces a{
    display: block;
    line-height: 1.8;
}
.admin .enlaces a{
    display: inline-block;
}
.elemento-der p, .documentos p{
    margin-bottom: 0px;
}
.elemento-der a{
    display: block;
}
.datos{
    margin-bottom: 50px;
}
.datos a img{
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.correo{
    margin-top: 20px;
    margin-bottom: 10px;
}
.face{
    margin-top: 50px;
    width: 100%;
}
.mapa{
    width: 100%;
    max-height: 300px;
}
.mapa iframe{
    width: 100%;
    max-height: 300px;
}

.sede{
    text-decoration: underline;
    font-weight: 600;
}
.sede:hover{
    color: #9a1630;
}
.carpeta-page{
    margin-bottom: 100px;
}
.carpeta{
    display: block;
    margin-top: 50px;
}
.carpeta label, .carpeta p{
    display: inline-block;
    font-size: 18px;
}
.carpeta ul{
    padding-left: 50px;
}
.carpeta ul li{
    list-style: square;
    line-height: 1.8;
}
.carpeta ul li a:hover{
    color: #9a1630;
}

.filterDiv {
  width: 100%;
  display: none;
  margin-bottom: 100px;
}
.avisos .filterDiv{
     margin-bottom: 0px !important;
}

.show {
  display: block;
}

.despliegue {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-left: 50px;
    margin-top: 8px;
    overflow: hidden;
}


.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #ffffff;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.btn:hover {
   background-color: #9a1630;
   color: #ffffff;
}
.btn.active {
   background-color: #9a1630;
   font-weight: 600;
   color: #ffffff;
}

.textohoras p a{
    color: #9a1630;
    font-weight: bold !important;
}

.textohoras ol{
    margin-top: 20px;
}
.textohoras ol li{
    margin-bottom: 20px;
}

.textohoras .content{
    margin-top: 100px;
}

.textohoras h1{
    text-align: center;
    font-family: Oswald;
    font-size: 32px;
    color: #9a1630;
    font-weight: 300;
    margin-bottom: 40px;
    text-transform: inherit;
}

.textohoras .content a{
    font-weight: 300 !important;
    color: black;
}

.textohoras p a:hover{
    color: #000000;
}

.textohoras .content .notices{
   display: grid;
  grid-gap: 2vw;
  grid-template-columns: repeat(3, 1fr);
}
.textohoras .content .notice{
    margin: initial !important;
    width: inherit !important;
}

.textohoras .notice img{
    max-height: 150px !important;
}


.alerta{
    display: block;
}
.notice{
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin: 0px 0px 100px 0px;
}
.inicio .notice{
    margin-bottom: 50px;
}
.inicio .notice:nth-child(3)
{
    margin: 0px 55px 50px 55px;
}
.page .notice{
    width: 29%;
}
.page .notice:nth-child(3n+2)
{
    margin: 0px 55px 50px 55px;
}

.notice h2{
    padding-left: 13px;
    margin: 20px 0px;
     line-height: 1px;

}
.notice h2 a{
	font-family: 'Oswald';
     font-size: 24px;
      line-height: 1.6;
}
.notice p{
     padding-left: 13px;
}
.noticeimg{
    width: 100%;
}
.noticeimg img, .noticeimg iframe{
    width: 100%;
    height: 220px;
}
.page .noticeimg iframe{
    height: 220px;
}
.destacada iframe{
    width: 100%;
    height: 400px; 
}
.inicio .destacada .noticeimg iframe, .inicio .destacada .noticeimg img{
     height: 450px;
}
.admin .noticeimg img, .admin .noticeimg iframe{
    width: 100%;
    height: 100px;
}
.noticeimg img:hover{
    -webkit-filter: brightness(50%);
    filter: brightness(50%);
}
.volver{
    font-size: 32px;
    font-weight: 400;
    font-family: 'Oswald';
}
.open{
    border-bottom: 3px solid #9a1630 !important; 
}
.notice a:hover, .volver:hover{
    color: #9a1630;
}

.nohover:hover{
    -webkit-filter: brightness(100%) !important;
    filter: brightness(100%) !important;
}

.adjuntos{
    padding-left: 13px;
    margin-top: 50px;
}
.adjuntos h3{
    font-weight: 600;
}
.adjuntos h4 a{
    padding-left: 0px; 
    line-height: 2.5;
}

.enlace-interes{
    display: block;
    width: 100%;
    margin: 0px 0px;
    margin-left: -10px;
    padding: 15px 10px;
}
.enlace-interes:hover{
    background-color: #ebebeb;
}
.enlace-interes p, .enlace-interes2 p{
    line-height: inherit;
    margin-bottom: inherit;
}
.enlace-interes2{
    display: block;
     width: 100%;
    margin: 40px 0px 10px 0px;
    border: inherit;
}
.enlace-interes a:hover{
    color: #9a1630;
}
.enlace-titulo{
    min-width: 250px;
}
.enlace-link{
    min-width: 250px;
}
.enlace-telefono{
    min-width: 50px;
}


.enlace-titulo, .enlace-link, .enlace-telefono{
    display: inline-block;
    margin-right: 20px;
}

.intereses .enlace-interes .enlace-titulo, .intereses .enlace-interes2 .enlace-titulo{
    min-width: 500px;
}

.legal a{
    line-height: 1.8;
}

.legal h2{
    margin: 30px 0px 10px 0px;
}
.legal h3{
    font-weight: 600;
}
.legal h3, .legal p{
    padding-left: 40px;
}



.login td{
   display: inline-block;
   vertical-align: middle;
   margin-bottom: 20px;
   width: 36%;
}
.login label{
    min-width: 200px;
}
.login input{
    margin-bottom: 0px;
}
.login table{
    width: 100%;
}



table tr td{
    min-height: 50px !important;
}


form{
    margin-top: 50px;
    width: 100%;
}
label{
    font-size: 22px;
}
input{
   
    margin-bottom: 20px;
    height: 25px;
    font-size: 18px;
    display: block;
    padding: 0px 10px;
   
}
textarea{
    height: 250px;
    width: 100%;
     margin-bottom: 20px;
}
input[type="submit" i] {
    height: 45px;
    padding: 10px 30px;
    border: none;
    color: white;

    background-color: #9a1630;
}

input[type="submit" i]:hover{
       background-color: black;
       color: white;
}

.enviar{
    width: 200px;
    float: right;
    margin-bottom: 100px;
}

.contacto{
    margin-top: 100px;
    margin-bottom: 30px;
}
.contacto h3{
   margin-bottom: 10px;
  	font-family: 'Oswald';
   font-size: 24px;
   font-weight: 300;
}
.contacto p{
    margin-bottom: 0px;
}
.contacto a:hover{
    color: #9a1630;
}
.contacto iframe{
    margin-bottom: 50px;
    height: 240px !important;
}


.poblacion{
    width: 30%;
    margin-bottom: 50px;
}
.poblacion form{
    margin-top: inherit;
}

.poblacion input{
    padding: 10px;
    margin: 10px 0px;
    width: 320px;
}
.poblacion input[type="submit" i]{
    margin: 10px 0px;
    width: 342px;
}
.poblacion textarea{
    width: 500px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}

.btn-admin a{
    padding: 15px 10px;
    background-color: #ebebeb;
    width: 320px;
    display: block;
    margin-top: 20px;
}

.btn-admin a:hover{
   background-color: #9a1630;
   color: white;
}
.admin{
    margin-bottom: 100px;
}



.admin .notice{
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px !important;
}
.admin .notice h2{
    margin-top: 10px;
    margin-bottom: 0px;
}

.admin .notice .noticeimg img{
    width: 150px;
    height: 100px;
    display: inline-block;
    vertical-align: top;
}
.admin .notice .noticeimg{
    display: inline-block;
    width: 150px;
     vertical-align: top;
}
.admin .noticetitle{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-left: 20px;
    margin-right: 50px;
}
.admin .editar, .admin .borrar{
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;

}
.admin .editar, .admin .borrar{
    margin-top: 0px;
     margin-left: 20px;
}

.admin .editar img, .admin .borrar img{
    width: 30px;
    margin-left: 20px;
}
.servicios .editar img, .servicios .borrar img{
    width: 30px;
    margin-left: 0px;
}

.admin .enlace-interes{
    display: inline-block;
    width: 80%;
    min-width: 40%;
    vertical-align: middle;
     margin-top: 20px;
}
.enlace-interes .ayudades{
    max-width: 300px;
}
.enlace-interes div{
    vertical-align: middle;
}

.borrar{
     display: inline-block;
    vertical-align: middle;
}
.anadir{
    display: inline-block;
     margin: 50px 20px 50px 0px;
}
.anadir a{
    padding: 15px 20px;
    width: 320px;
    
   
    text-align: center;
}
.anadir a{
    background-color: #9a1630;
    color: white;
}
.anadir a:hover{
    background-color: #ebebeb;
    color: black;
}

.admin .aviso p{
    display: inline-block;
    vertical-align: middle;
}

.admin .aviso .borrar{
    margin-top: 0px;
}

.anadirimg{
    display: inline-block;
    vertical-align: sub;
    margin-left: 40px;
}
.anadirimg img{
    width: 30px !important;
}

.linea{
    display: block;
    margin-top: 20px;
}
.linea a, .linea .borrar{
    display: inline-block;
    vertical-align: middle;
}
.linea img, .linea iframe{
    width: 300px;
    display: inline-block !important;
    vertical-align: middle;
}


.add-aviso{
    width: 400px;
}
.add-aviso form{
    margin-top: 50px;
}
.add-aviso input{
    width: 380px;
    padding: 10px;
    margin-top: 15px;
}

.add-aviso select{
    width: 405px;
    margin-bottom: 20px;
    padding: 10px;
}
.add-aviso textarea{
    width: 382px;
    padding: 10px;
    margin-bottom: 0px;
}
.add-aviso input[type="submit"]{
    width: 405px;
    margin-top: 15px;
}

.admin .avisos{
    margin-top: 100px;
}
.admin .avisos h1{
    margin-bottom: 20px;
}
.admin .texto-aviso{
    width: 70%;
}
.borrar{
    font-size: 24px;
    color: #9a1630;
    font-weight: 600;
    margin-left: 50px;
}
.admin form img{
    width: 300px;
    display: block;
}

.admin form textarea{
    margin-bottom: 20px;
}

.admin form input[type="submit"]{
    text-align: center;
}

#formimg{
    margin-top: 30px;
}
#formimg label{
    display: block;
}
#formimg img{
    margin-top: 10px;
    display: inline-block;
}
#formimg input{
     display: inline-block;
     width: inherit;
     margin-bottom: 0px;
}

.enlacegaleria{
    margin-top: 35px !important;
}

#fechas{
    margin-left: 48px;
     width: 700px;

}

#fechas label, #fechas input{
    display: inline-block;
    vertical-align: middle;
    width: initial;
}
#fechas label{
    width: 120px;
}
#fechas input{
    width: 320px;
}



.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #ebebeb;
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  margin-bottom: 10px;
}

.btn:hover {
   background-color: #9a1630;
}
.btn.active {
   background-color: #9a1630;
   font-weight: 600;
}


.videoindex{
    width: 100%;
    display: block;
    position: relative;
    margin: 0px 0px 100px 0px;
}

.videoindex video{
    width: 100%;
}

 

.mySlides {
    display: none; 
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
     width: 100%;
    height: 500px;
    z-index: 5;
    top: 0;
    position: absolute;

}
.mySlides img {vertical-align: middle; width: 100%; height: 500px;}

.mySlides iframe{
    width: 100%;
    height: 500px;
    z-index: 5;
    position: absolute;
}

/* Slideshow container */
.slideshow-container {
    display: block;
    position: relative;
    width: 100%;
    height: 500px;
    margin: 0px 0px 100px 0px;
}

.texto-slider{
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 62px;
}

.videoindex h1{
    font-family: 'Oswald';
    font-weight: lighter;
    font-size: 66px;
    color: white;
   
}
.videoindex h2{
    font-size: 66px;
    font-stretch: condensed;
    color: white;
    font-weight: 400;
}

/* Next & previous buttons */
.prev, .next {
    display: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}



/* The dots/bullets/indicators */
.dots{
    position: absolute;
    z-index: 10;
    bottom: 30px;
    left: 45%;
}
.dot {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #ffffff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.dota, .dot:hover {
  background-color: #9a1630;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .6} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}


.mmovil{
    display: none;
}
#span2{
    width: 30px;
}