﻿.business .bi-buildings {
   color: #A492EE !important;
}

.business .bi-user {
   color: #411889 !important;
}

.business .bi-thumbs-up-alt {
   color: #5271FF !important;
}

.business .bi-laptop {
   color: #411889 !important;
}

.titulo-secundario {
   color: #120241 !important;
}

.portal-empresarial {
   font-size: calc(0.6em + 1vw);
   color: rgb(33, 37, 41);
}

   .portal-empresarial a {
      color: #000000;
      text-decoration: underline;
   }

.div-contenedor {
   position: relative;
   padding-top: 25px;
   padding-bottom: 67.5%;
   height: 0;
}

.div-video video {
   box-sizing: border-box;
   background: url(/images/curso/monitor2.png) center center no-repeat;
   background-size: contain;
   padding-top: 1%;
   padding-bottom: 1%;
   padding-left: 11.5%;
   padding-right: 11.5%;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}

#playVideo {
   position: absolute;
   top: calc(50% - 25px);
   left: calc(50% - 25px);
   width: 50px;
   height: 50px;
   opacity: 0;
   transition: opacity .3s ease;
   cursor: pointer;
}

video:hover ~ #playVideo {
   opacity: 1;
}

#playVideo:hover {
   opacity: 1;
}

.curso .business li {
   font-size: 16px;
}

   .curso .business li i {
      font-size: 20px;
      color: #023676;
   }

.curso .business .imagen {
   width: 100%;
}

.formulario-interior {
   position: relative;
   width: 90%;
   left: 5%;
}

.carrusel-empresarial-texto {
   font-size: 8px;
}

#carrusel-empresarial img {
   width: 40%
}

.owl-theme .owl-dots {
   display: none;
}

.div-beneficios {
   background-color: #3F0B8B;
   border-start-start-radius: 25px;
   border-start-end-radius: 25px;
}

.seccion-beneficios {
   background-color: #3F0B8B;
   position: relative;
}

.seccion-beneficios .titulo,
.seccion-beneficios .titulo span {
   font-size: calc(1.0rem + 1vw);
}


.btn-cotiza {
   background-color: #574D96 !important;
   background-image: none;
   border-color: transparent !important;
   border-radius: 50px !important;
   text-decoration: underline;
}

.seccion-conoces .background-image {
   background-image: url('/images/conoces-interlingua-business.jpg?v=2025');
   background-size: cover;
   background-position: center;
}

.seccion-servicios .background-image {
   background-image: url('/images/servicios-medida-empresa.jpg?v=2025');
   background-size: cover;
   background-position: center;
}

.seccion-conoces .imagen,
.seccion-servicios .imagen {
   width: 100%;
}

.seccion-conoces .texto-color {
   color: #411889
}

.seccion-servicios {
   background-color: #4E3592;
}

   .seccion-conoces .texto,
   .seccion-servicios .texto {
      padding-left: 10%;
      padding-right: 10%;
      font-size: 15px;
   }

.parrafo-resaltado {
   color: #411889;
   font-weight: bolder;
   font-size: 2rem;
   margin-top: 0;
   margin-bottom: .5rem;
   line-height: 1.2;
}

@media screen and (max-width: 575px) {
   .curso .business .imagen {
      width: 90%;
   }

   .seccion-beneficios .card-metodo img {
      height: 36px;
      margin-bottom: 12px;
      margin-top: 5px;
   }
}

@media screen and (min-width: 576px) {
   .carrusel-empresarial-texto {
      font-size: 10px;
   }

   #carrusel-empresarial img {
      width: 50%
   }

   .seccion-servicios .imagen {
      display: none;
   }

   .seccion-conoces .texto,
   .seccion-servicios .texto {
      padding-left: 3%;
      padding-right: 3%;
      font-size: calc(0.5em + 1vw);
   }
}

@media screen and (min-width: 768px) {
   .formulario-interior {
      width: 60%;
      left: 20%;
   }

   .carrusel-empresarial-texto {
      font-size: 12px;
   }

   #carrusel-empresarial img {
      width: 60%
   }
}

@media screen and (min-width: 992px) {
   .formulario-interior {
      width: 80%;
   }

   .carrusel-empresarial-texto {
      font-size: 14px;
   }

   .#carrusel-empresarial img {
      width: 70%
   }

   .titulo-secundario {
      margin-top: 0px !important;
      font-size: 30px !important;
   }
}

@media screen and (min-width: 1200px) {
   .formulario-interior {
      width: 70%;
   }

   .carrusel-empresarial-texto {
      font-size: 18px;
   }

   #carrusel-empresarial img {
      width: 80%
   }
}
