.imagenp{
width: 100%;
box-shadow: rgba(0, 0, 0, 0.3) 10px 10px 2.6px;
}

  .imagen2{
    width:80%;
    box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 2.6px;
    border-radius: 50px;
  }
.textop1{
font-size:16px; 
color: white; 
font-weight: bolder; 
text-align: left;
}
.textop2{
  font-size:10px; 
  color:white;
  text-align: left;
}

.pleca1{
  background-color: #ca973b; 
  padding: 20px;
  width: 80%;
  text-align: left;
  border-radius: 50px 0px 0px 50px;
  font-size: 20px;
  color: white;
  font-weight: bold;
  box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 2.6px;
}
.pleca2{
  background-color: #ca973b; 
  padding: 20px;
  width: 70%;
  text-align: left;
  border-radius: 50px 0px 0px 50px;
  font-size: 20px;
  color: white;
  font-weight: bold;
}
.pleca3{
  background-color: #ca973b; 
  padding: 20px;
  width: 60%;
  text-align: left;
  border-radius: 50px 0px 0px 50px;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.iconos{
  font-size: 50px;
  font-weight: bold;
   color: #ca973b;
  margin-right: 20px; 
}

@media all and (min-width: 1025px) {
  .imagenp{
    width: 60%;
    box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 2.6px;
  } 
  .imagen2{
    width:60%;
    box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 2.6px;
    border-radius: 50px;
  }

  .textop1{
  font-size:36px; 
  color: white; 
  font-weight: bolder; 
  text-align: left;
  } 
  .textop2{
  font-size:20px; 
  color:white;
  text-align: left;
  }
}
@media all and (max-width: 1024px) {
  .imagenp{
    width: 80%;
    box-shadow: rgba(0, 0, 0, 0.3) 12px 12px 2.6px;
  } 
  .textop1{
  font-size:30px; 
  color: white; 
  font-weight: bolder; 
  text-align: left;
  } 
  .textop2{
  font-size:16px; 
  color:white;
  text-align: left;
  }
}



  /* Slideshow container */
.slideshow-container2 {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev2, .next2 { 
  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 */
.next2 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev2:hover, .next2:hover {
  background-color: rgba(196, 237, 14);
}
/* The dots/bullets/indicators */
.dot2 {
  cursor: pointer;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border: solid 1px black;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active2, .dot2:hover {
  background-color: #A10309;
}

/* Fading animation */
.fade2 {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev2, .next2,.text {font-size: 11px}
}

.card2 {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  width: 100%;
}

.card2:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.container2 {
  padding: 2px 16px;
background-color: black;
}