/* body *{
    outline: 1px dotted grey;
} */

span {
    color: blueviolet;
}

.btn {
    border-color: lightgrey;
    max-width: 30ex;
}
           
.dark {
    color: white;
    text-shadow: 0 0 4px black, 0 0 6px #222222;
}

.pjust {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.1rem;
    color: #444444;
}

.pjust2 {
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    text-justify: inter-word;
    font-size: 1.1rem;
    color: red;
}

.pjust3 {
  text-align: justify;
  width: 250px;
  padding-top: 15px; 
  color: #4e4c67; 
}

.pjust4 {
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  text-justify: inter-word;
  font-size: 0.9em;
  color: #444444;
}

.pjust5 {
    width: 250px;
}

.hidden {
  font-size: 0.8em;
  color: #e7e8e9;
}

.hidden a {  
  text-decoration: none;
  color: #e7e8e9;
}

.p444 {
    color: #444444;
}

.img75 {
    max-width: 50%;
    height: auto;
}

ul {
    margin-left: 16px;    
}

li {
    padding-left: 15px;
}

h4 {
    color: #444444;
}

.btn-group-vertical {
  min-width: 220px;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
  }
  
  .hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
  }
  
  .hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
  }
  
  .hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.6);
    -webkit-filter: brightness(0.6);
  }
  
  .hovereffect h2 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 17px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-100%,0);
    transform: translate3d(0,-100%,0);
  }
  
  .hovereffect a, .hovereffect p {
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  
  .hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#title {
  color:#4e4c67;
  font-size: 1.2em;
}

#text-tablet {
  margin-top: 60px;
  color: #4e4c67;
}

#vineta-cel {
   padding-top: 30px;
   margin-left: 0px;
   padding-left: 0px;
   margin-right: 0px;
   padding-right: 0px;
   color: #444444;
}

#footer {
  background-image: linear-gradient(#cc3300, #972600);
   margin-top: 40px;
   margin-bottom: 50px;
   margin-left: 0px;
   padding-left: 0px;
   margin-right: 0px;
   padding-right: 0px;
}

#footer p {
   padding-left: 0px;
   margin-left: 0px;
   color: #e6e8e6;
   font-size: 1.1em;
   line-height: 20px;
}
#footer a {
  color:#ced0ce;
  text-decoration: none;
}

#footer a:hover {
  color:white;
  text-decoration: none;
}

#footer a:active {
  color: black;
  text-decoration: none;
}

#footer a:visited {
  color: #4e4c67;
  text-decoration: none;
}

#img-card {
  width:200px;
  height: auto;
  padding-bottom: 3px;  
}

#img-card img {
  border-radius: 4px;
  box-shadow: 5px 4px 6px #cccbdd;  
}

#img-card img:hover {
  filter: brightness(1.15) saturate(10%);  
}

.card {
 align-items: center;
 padding-top: 10px;
 padding-bottom: 11px;
}

.mes {
  background-image: linear-gradient(white, #F8F8FC);
  width: 75%;
  align-content: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

.num-mes {  
  font-size: 0.8em; 
  font-weight: 700; 
  padding-bottom: 0px;
}

.event-txt {
  font-size: 0.7em;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 5px;
}

table {
  table-layout: fixed;
}

th {
  height: 90px;
}

tr {
  height: 90px;
}

td {
  margin: 5px;
  width: 40px;
  border: 5px solid #f8f9fa;
  border-radius: 15px;
  background-image: linear-gradient(45deg, #f8f9fa, #dfd5d7);
} 

td:hover {      
  background-image: linear-gradient(270deg, #f8f9fa, #dfd5d7);
} 

#td-event-open {
  background-image: linear-gradient(45deg, #f8f9fa, #61499e);
}

#td-event-open:hover {
  background-image: linear-gradient(270deg, #f8f9fa, #61499e);
}

#td-event-closed {
  background-image: linear-gradient(45deg, #f8f9fa, #803838);
}

#td-event-closed:hover {
  background-image: linear-gradient(270deg, #f8f9fa, #803838);
}

td a {
  text-decoration: none;
  color: #222222;
}

td a:hover {
  text-decoration: none;
  color: #222222;  
}

td a:active {
  text-decoration: none;  
}

.td-sinnum {
  background-image: linear-gradient(white, white);
}

.td-sinnum:hover {
  background-image: linear-gradient(white, white);
}

.disclosure {
  background-color: #ecf0ec;
  font-size: 0.8em;
  color:#222222;
  line-height: 16px;
  font-family: arial;
  padding-left: 20px; 
  padding-right: 20px;
  margin-bottom: 30px;
}

.textarea1 { 
  max-height: 90px;  
}

.veragenda {
   position: sticky;
   top: 80px;
}

.agenda p {
  font-size: 1.0em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial;
  font-weight: 500;
  line-height: 25px;
}

mark {
  background-color:#e0dff5;
  color: rgb(82, 82, 82);
}

#hidden {  
    display: none;
    padding-bottom: 30px;
}

.agenda-hidden p {
  font-size: 1.0em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: arial;
  font-weight: 500;
  line-height: 25px;
}

#printip {
  visibility: visible;
}

@media only screen and (max-width: 480px) {
  #txt-vineta {
    display: none;
  }
  #vineta-cel {
    width: 300px;
  }
  #selector {
    display: none;
  }
  #footer {
    width: 300px;
  }
  #carrusel-cel {
    width: 410px;
  }
  #carrusel-def {
    display: none;
  }
  #text-tablet {
    display: none;
  }
  #fotos-cursos {
    display: none;
    align-content: center;
  }
  #txt-online {
    display: none;
  }
  #carrusel-online {
    width: 290px;
  }
  #calendar {
    display: none;
  }
  #agenda {
    width: auto;
  }
  .veragenda {
    display: none;
  }
  .agenda-hidden {  
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 481px) {
  #txt-vineta {
    display: none;
  }
  #selector {
    display: none;
  }
  #footer {
    width: 480px;
  }
  #carrusel-cel {
    width: 700px;
  }
  #carrusel-def {
    display: none;
  }
  #text-tablet {
    width: 200px;
    margin-left: 150px     
  }
  #fotos-cursos {
    display: none;
  }
  #txt-online {
    display: none;
  }
  #carrusel-online {
    width: 480px;
  }
  #calendar {
    display: none;
  }
  #agenda {
    width: auto;
  }
  .veragenda {
    display: none;
  }
  .agenda-hidden {  
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #txt-vineta {  
    width: auto;
  }
  #vineta-cel {
    display:none;
  }
  #selector {
    width: auto;
  }
  #footer {
    display: none;
  }
  #carrusel-cel {
    display: none;
  }
  #carrusel-def {
    width: 900px;    
  }
  #text-tablet {
    display: none;
  }
  #fotos-cursos {
    display: auto;
  }
  #txt-online {
    width: 300px;
  }
  #carrusel-online {
    width: auto;
  }
  #calendar {
    width: auto;
  }
  #agenda {
    display: none;
  }  
}