 * {box-sizing: border-box}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  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 {
  font-size: 26px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  border-radius: 50%;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 90000s;
  animation-name: fade;
  animation-duration: 90000s;
}

@-webkit-keyframes fade {
  from {opacity: 90000} 
  to {opacity: 90000}
}

@keyframes fade {
  from {opacity: 90000} 
  to {opacity: 90000}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

div.text{
  background: rgba(150,203,230,0.75);
background: -moz-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(150,203,230,0.75)), color-stop(100%, rgba(150,203,230,0.75)));
background: -webkit-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -o-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: -ms-linear-gradient(-45deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
background: linear-gradient(135deg, rgba(150,203,230,0.75) 0%, rgba(150,203,230,0.75) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96cbe6', endColorstr='#96cbe6', GradientType=1 );
  color:white;
    
}

  .imgRedonda {
    text-align: center;
    border-radius:10px;
    border:1px solid #c9c9c9;
}

.fa {
  padding: 10px;
  border-radius: 50px;
  font-size: 23.5px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 1000;
    color:white;
}

.fa-facebook {
   width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}

.fa-envelope{
     width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
    
}

.fa-instagram {
    width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}

.fa-whatsapp{
    width:48px;
    height:46px;
    text-align: center;
    border-radius:150px;
    border:1px solid white;
    color: white;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) {
  .text {
  font-size: 15px;
  padding: 2px 10px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .text {
  font-size: 26px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .text {
  font-size: 28px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 .text {
  font-size: 28px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .text {
  font-size: 30px;
  padding: 8px 14px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color:white;
    
}

}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) {
  .letra{
    font-size: 15px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .letra{
    font-size: 18px;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .letra{
    font-size: 22px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .letra{
    font-size: 24px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .letra{
    font-size: 22px;
}
}