﻿h2 .texto-color {
   color: #411889;
}

.titulo-secundario {
   color: #120241 !important;
   font-size: calc(1.5em + 0.75vw) !important;   
}

.seccion-por-que .background-image {
   background-image: url('/images/por-que-curso-sabatino-ingles.jpg?v=2025');
   background-size: cover;
   background-position: center;
}

.seccion-por-que .imagen {
   width: 100%;
}

.seccion-por-que .texto {
   padding-left: 10%;
   padding-right: 10%;
}

.seccion-por-que .texto {
   font-size: 15px;
}

.seccion-metodologia {
   background-color: #7473C1;
   font-size: 15px;
   font-weight: bold;
}

   .seccion-metodologia .imagen {
      height: 10vw;
      max-height: 100px;
   }

@media screen and (min-width: 576px) {
   .seccion-por-que .imagen {
      display: none;
   }

   .seccion-por-que .texto {
      padding-left: 3%;
      padding-right: 3%;
   }

   .seccion-por-que .texto {
      font-size: calc(0.5em + 1vw);
   }

   .seccion-metodologia {
      font-size: calc(0.6em + 1vw);
   }
}

