
/*
 * Theme Name: EasyTeaching
 * Theme URI: *
 * Theme Name: EasyTeaching
 */

 /*Page Plans*/
 .pricing-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.pricing-card h3 {
    font-weight: bold;
}
.btn-custom {
    background-color: #8BC34A;
    color: white;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 25px;
}

.pricing-card li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    text-align: left;
}

.pricing-card li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8BC34A;
    font-weight: bold;
}
 /*End Page Plans*/

 /* Page Resources */
 .materia {
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 2px 2px 5px #ddd;
    -webkit-box-shadow: 2px 2px 5px #ddd;
    -moz-box-shadow: 2px 2px 5px #ddd;
    margin: 10px;
   /*  height: 310px; */
    width: 23%;
    position: relative;
}

.img-m img {
    margin-top: 10px;
    width: 90%;
}
#imagen:hover + .texto {
    transform: translateY(0);
}
.texto {
    border: 1px solid #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    color: #000;
    text-align: center;
    padding: 10px;
}
#contenido p {
    padding-left: 10px;
}

.botones {
    float: right;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.descripcion {
    display: none;
}

.descripcion, .descripcion2 {
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 2.5s, transform 5.5s;
}

.descripcion-m {
    color: #AFAAAA;
    text-shadow: none;
    font-size: 12px;
    margin: 0px;
    text-align: justify;
}

/* End Page Resources */

/* Single Page Resources */
.flexbox {
    align-items: center;
    display: flex;
    height: 660px;
    justify-content: center;
    width: 100%;
    color: #333;


}

.imagen {
display: block;
max-width: 100%;
height: auto;
}

.marca-agua {
font-size: 45px;
position: relative;
bottom: 306px;
margin-left: -50px;
opacity: 0.5;
color: gray;
/* Color y opacidad de la marca de agua */

transform: rotate(-45deg);
}
.watermark{
    font-size: 60px;
    opacity: 0.5;
    transform: rotate(-52deg);
    text-align: center;
    font-weight: 700;
    color: #e6e6e6;
}

.texarea-contact{
    border: #D62B37 solid;
    width: 100%;
    outline: none;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    padding: 10px;
}

.btn-lg{
    padding: .75rem 1.25rem !important;
    font-weight: 700;
}

.carousel-container {
    width: 730px; /* Ancho del carrusel */
    margin: 0 auto; /* Centrar horizontalmente */
    border-radius: 25px;
}
.carousel-outer {
   /* height: 100vh; */ /* Altura completa de la ventana */
    display: flex;
    justify-content: center; /* Centrar horizontalmente */
    align-items: center; /* Centrar verticalmente */
}
/*
.carousel-item {
    display: flex;
    align-items: center;
}*/
.carousel-item img {
        width: 240px;
    height: auto;
    border-radius: 10px;
}

.carousel-content h2 {
    font-size: 2rem; /* Tamaño más grande para el título */
}
#myCarousel{
    background-color: #ffffff;
}

#carouselExampleIndicators{
     background-color: #ffffff;  
}

.carousel-indicators button {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  background-color: #000 !important;
  opacity: 0.5;
}

.carousel-indicators .active {
  background-color: #1AABAB !important;

}

.image-home-2col {
    width: 270px;
    margin: 0 auto;
    display: block;
}

/* Single Page Resources */

.image-watermark-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.image-watermark-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.watermark-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
    overflow: hidden;
}
.watermark-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.watermark-pattern-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(12, 1fr);
    align-items: center;
    justify-items: center;
}
.watermark-text {
    font-size: 13px;
    font-weight: bold;
    opacity: 0.3;
    transform: rotate(-45deg);
    color: #666;
    pointer-events: none;
}