.activity{
   max-width: 650px;
   margin: AUTO;
   height: 120px;
   padding-left: 5px;
   padding-right: 6px;
   min-width: 360px;
   width: 70%;
   margin-top: 31px;
}
.activity2{
width:100%;
padding: 9px;
height: 100%;
padding-right: 4px;
padding-top: 5px;
}
.activity2borde{ border: 1px dashed lightblue;}
.activity2fondo{ background: #ffff0026;}


.activityImg{
width: 100px;
    float: left;
    margin-left: -4px;
    margin-right: 6px;
    height: 100px;
    background-size: cover;
    margin-bottom: 27px;
    /* transform: translateY(10px); */
    background-position-x: 50%;
    background-position-y: 50%;
    border-radius: 12px;
    margin-top: 1px;
}


.activityTxt{
float: left;
    margin-left: 10px;
   /* margin-top: -2px;*/
    line-height: 15px;
    width: CALC(100% - 112px);
    font-weight: 500;
    text-align: left;
    background: transparent;
}

@media (min-width: 1024px) {
  .activityImg{
   margin-right: 10px;
  }
  .activityTxt {
    width: CALC(100% - 116px);
  MARGIN-TOP: -1px;
   }
}


.lin5{
text-align:right;
color:grey;
position: relative;
    bottom: 27px;
    right: 6px;
    font-size: 19PX !important;
    font-weight: 600;
}

/*
h2{
  text-align: center;
  width: 100%;
  margin: 0px auto;
  font-size: 80px;
  letter-spacing: 5px;
  top: 50%;
  position: absolute;
  margin-top: -40px;
  transition: 4s;

  text-shadow: -1px -1px 0px var(--background),
    3px 3px 0px var(--background),
    6px 6px 0px #00000055;
}
   */
:root {
--background: "0000ff";
}

.titular2{
  /*text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15), -8px -9px 2px rgba(206, 89, 55, 0);*/
    text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 1px -2px 0 #bbb, 0 4px 0 #b9b9b9, 1px -3px 0 #aaa, 3px -1px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), -5px -1px 10px rgba(0, 0, 0, .25), -2px -2px 10px rgba(0, 0, 0, .2), -4px -9px 20px rgba(0, 0, 0, .15), -8px -1px 2px rgba(206, 89, 55, 0);;
    color: #ffffd9;
    font-weight: bolder;
    text-align:center;
}

.lineaactividades{
max-width:800px; margin:auto;background: none;padding: 20px;display: flex;
}

.cnt1{
position: relative;  -ms-flex: 1 0 20%; flex: 1 0 20%;	withd:auto;    /* padding: 11px; */    text-align: center;    /* margin-top: 4px; */
}

.txt{
/* font-size: 2rem; */ font-weight: 500;  text-transform: uppercase;  /* margin-top: -31px; */
}

.slides {
    margin-top: 34px !important;
        margin-bottom: 20px !important;
}
.subtitulo{
    MARGIN: AUTO;
    MAX-WIDTH: 600PX;
    TEXT-ALIGN: CENTER;
    FONT-SIZE: 2.5REM;
    FONT-WEIGHT: 600;
    /* MARGIN: 13px AUTO; */
     MARGIN-TOP: 18px;
    /* MIN-HEIGHT: 51PX;
    PADDING-LEFT: 16px;   */
    color: #e70a0a;
    /* background: #e8e8e8; */
    text-shadow: -1px -1px 1px rgba(255, 255, 255, .1), 1px 1px 1px rgba(0, 0, 0, .5);
    line-height: 1;
    /* margin-bottom: 9px; */
}

.horarios{
text-align: center;
    font-size: 16px;
    color: red;
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    font-weight: 500;
    font-family: monospace;

}
div#titulo-festivos {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 2px;
    margin-top: 4px;
        font-family: sans-serif;

}

#horarios table{
font-size: 1rem;
}

td {
    padding-top: 4px;
    padding-bottom: 6px;
}

iframe{
WIDTH: 98%;
    HEIGHT: 100%;
    margin-left: 1%;
}
.cta{
BACKGROUND: RED;
    MARGIN: 9px;
    BORDER-RADIUS: 7PX;
    COLOR: WHITE;
        clear: both;
    display: block;
}

.mobile-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    background: -webkit-linear-gradient(#000000, #e4e8eb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5rem;
}

.botonesimg{
  margin: auto;
    /* width: 27%; */
    text-align: center;
    margin-top: -22px;

    display: block;
    position: relative;
    color: wheat;
    height: 22px;
    background:#382121b8;
    }
	
	.menubar-item.txt2 {
			margin-top: 1em !important;
	}
	
main.black-text.transparent {
    background-color: white !important;
    background: white !important;
    box-shadow: -1px -3px 21px -7px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -1px -3px 21px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px -3px 21px -7px rgba(0, 0, 0, 0.75);
}

div#apertura {
    margin: 8px;
}

div#hdireccion {
    margin: 8px;
}

div#hcontactar {
    margin: 8px;
}