html {
  overflow-x: hidden;
}
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 118px;
  overflow-x: hidden;
}
*:focus {
  box-shadow: none !important;
}
.logo {
  max-width: 200px;
}
.topbar {
  height: 25px;
  background: #fff;
  border-bottom: 1px solid #e8472d;
}
.topbar .nav-link {
  padding: 0 0.5rem !important;
}
.topbar .navbar-nav {
  flex-direction: row !important;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #e8472d;
}
button:focus {
  outline: 0;
}
img {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
  line-height: 1.3;
}
.navbar {
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.25);
}
.navbar-light .navbar-nav .nav-link {
  color: #e8472d;
  font-weight: bold;
}
section {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.texto-naranja {
  color: #e8472d;
}
.texto-gris {
  color: #535660;
}
.text-black {
  color: #000 !important;
}
a.text-black:hover {
  color: #e8472d !important;
}
.carousel-content {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 100%;
  text-align: center;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.carousel-content h1 {
  font-weight: 800;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
.charlainformativa .carousel-content h1 {
  text-shadow: none;
}
.charlainformativa .carousel-content h2 {
  background: #fff;
  color: #e8472d;
}
.btn-slider {
  background: rgba(255, 255, 255, 0.8);
  color: #e8472d;
  font-weight: bold;
  border-radius: 8px;
  width: auto;
  padding: 0.775rem 0.75rem;
  margin-bottom: 10px;
}
.btn-slider:hover {
  background: #e8472d;
  color: #fff;
}
.btn-naranja {
  background: #e8472d;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #e8472d;
}
.btn-naranja:hover {
  background: #fff;
  color: #e8472d;
}
.btn-naranja-outline {
  border: 1px solid #fff;
}
.btn-naranja-outline2 {
  border: 1px solid #e8472d;
  color: #e8472d;
}
.btn-naranja2 {
  background: #e8472d;
  color: #fff;
  border: 1px solid #e8472d;
}
.btn-naranja2:hover {
  background: #fff;
  color: #e8472d;
}
.btn-negro {
  background: #000;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #000;
}
.btn-negro:hover {
  background: #fff;
  color: #000;
}
.btn-blanco {
  background: #fff;
  color: #e8472d;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #fff;
}
.btn-blanco:hover {
  background: #e8472d;
  color: #fff;
}
.btn-blanco-outline {
  background: #fff;
  color: #000;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #000;
}
.btn-blanco-outline:hover {
  background: #000;
  color: #fff;
}
.btn-dorado {
  background: #b38d31;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #b38d31;
}
.btn-dorado:hover {
  background: #fff;
  color: #b38d31;
}
.btn-dorado-outline {
  background: #fff;
  color: #b38d31;
  font-weight: bold;
  border-radius: 8px;
  padding: 0.775rem 1.5rem;
  border: 1px solid #b38d31;
}
.btn-dorado-outline:hover {
  background: #b38d31;
  color: #fff;
}
.btn-sm {
  padding: 0.275rem 1.5rem;
  font-size: 14px;
}
.btn-md {
  padding: 0.175rem 1rem;
  font-size: 12px;
}
.btn-lg {
  border-radius: 36px;
  padding: 0.375rem 3.5rem;
}
.filtros .btn-negro:hover {
  background: #e8472d;
  color: #fff;
}
.tarjeta .btn-naranja {
  border-radius: 36px;
  padding: 0.375rem 0.375rem;
}
.porque img {
  max-width: 120px;
  margin-right: 6px;
}
.porque .row > div {
  display: flex;
  align-items: flex-start !important;
}
.porque h4 {
  color: #e8472d;
  font-size: 1.3rem;
}
.porque p {
  line-height: 1.3;
  color: #535660;
  font-size: 0.95rem;
}
.card {
  border-radius: 14px !important;
  margin-bottom: 10px;
  border: 1px solid #e8472d;
  border-bottom: 1px solid #e8472d !important;
}
.card-header {
  background: #fff;
  padding: 8px 12px;
  border-bottom: 1px solid #e8472d;
  cursor: pointer;
}
.accordion p {
  line-height: 1.3;
  color: #535660;
  font-size: 0.95rem;
}
.accordion .nivel {
  color: #e8472d;
  font-weight: bold;
}
.accordion .precio {
  color: #535660;
  font-weight: bold;
}
.accordion p:last-child {
  margin-bottom: 0;
}
.bg-ondas {
  background-image: url('../img/ondas.jpg');
  border-image-repeat: repeat;
}
.bg-naranja {
  background: #e8472d;
}
.bg-negro {
  background: #fff;
  color: #fff;
}
.insercion {
  color: #fff;
  font-size: 14px;
}
.insercion-derecha {
  background: #b38d31;
}
.insercion-derecha-inner {
  padding: 40px 80px;
}
.insercion-items:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  position: absolute;
  left: -20px;
  top: 2px;
}
.insercion-items {
  position: relative;
  margin-bottom: 20px;
}
.insercion-izquierda {
  background: url('../img/insercion.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
}
.contacto {
  background: #000;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contacto a {
  color: #fff;
}
.contacto a:hover {
  color: #e8472d;
}
.form-control {
  border-radius: 8px;
  color: #000;
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 1rem;
}
.rayas1 {
  position: absolute;
  left: -20px;
  bottom: 20px;
}
.rayas2 {
  position: absolute;
  right: -20px;
  top: 20px;
}
.rayas3 {
  position: absolute;
  left: -20px;
  top: 30%;
}
.circulo {
  position: absolute;
  right: 0;
  bottom: -15px;
  z-index: -1;
}
.circulos {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
}
.circulo3 {
  position: absolute;
  right: 0;
  bottom: 30%;
  z-index: 0;
}
::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #000 !important;
}
:-moz-placeholder,
:-moz-placeholder {
  color: #000 !important;
}
::-moz-placeholder,
::-moz-placeholder {
  color: #000 !important;
}
:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #000 !important;
}
::-ms-input-placeholder,
::-ms-input-placeholder {
  color: #000 !important;
}
.form-control:focus {
  border-color: #e8472d;
}
.oculto {
  display: none;
}
.iframe {
  padding-top: 0;
}
.iframe table,
td,
th {
  border: 1px solid black;
}
.iframe table {
  width: 100%;
  border-collapse: collapse;
}
.link-whatsapp,
.link-whatsapp:active {
  display: flex;
  align-items: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  background: #6aae35;
  border-radius: 30px;
  padding: 5px 8px;
  z-index: 999;
}
.link-whatsapp:hover {
  color: #fff;
  background: #04947c;
}
#politica-titulo {
  background-image: url('../img/ondas.jpg');
  border-image-repeat: repeat;
  color: #fff;
  padding: 20px 0;
}
.form-container {
  background: rgba(0, 0, 0, 0.7);
  border-radius: 8px;
}
.charlainformativa .carousel-item {
  height: 85vh;
}
#carrera h2 .badge {
  font-size: 14px;
  vertical-align: middle;
}
#captchaTXT {
  color: #e8472d;
  font-weight: bold;
}
.g-recaptcha > div {
  width: auto !important;
}
.g-recaptcha {
  display: inline-block;
}
.badge-secondary {
  background-color: #e8472d;
}
footer {
  font-size: 12px;
}
footer a {
  color: #455a64;
}
.footer-items {
  margin: 0;
  padding-left: 15px;
}
.whatsapp i {
  vertical-align: text-bottom;
}
.whatsapp span {
  font-size: 20px;
  font-weight: bold;
}
.copyright {
  position: absolute;
  bottom: 0;
}
#respuesta {
  color: #000;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}
.respuesta {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  border-radius: 14px;
}
.separador {
  background: url('../img/ondas.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 25px;
  color: #fff;
}
.separador a {
  color: #fff;
}
.separador a:hover {
  color: #fff;
  opacity: 0.8;
}
.preinscripcion-titulo {
  color: #fff;
  background: #e8472d;
}
.preinscripcion-titulo2 {
  font-weight: 900;
}
.preinscripcion-titulo3 {
  color: #e8472d;
}
.becas .preinscripcion-titulo {
  color: #fff;
  background: #e8472d;
}
.becas .preinscripcion-titulo3 {
  color: #fff;
}
.form-preinscripcion .form-control {
  border-radius: 8px;
  color: #000;
  height: calc(1.5em + 0.75rem + 10px);
  padding: 0.375rem 0.375rem;
}
.form-preinscripcion hr {
  margin-top: 0;
  margin-bottom: 1rem;
  border: 0;
  border-top: 3px solid #e8472d;
}
.form-preinscripcion .conocimiento {
  border: 1px solid #ced4da;
  border-radius: 14px;
  padding: 0.675rem 0.475rem;
}
.form-preinscripcion .form-label-group .custom-control-label::before {
  top: 0;
}
.form-preinscripcion .form-label-group .custom-control-label::after {
  top: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e8472d;
  background-color: #e8472d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.form-preinscripcion .custom-control-inline {
  margin-right: 8px;
}
.form-preinscripcion .form-label-group .custom-control label {
  pointer-events: unset;
}
.inicio-online {
  color: #fff;
  background: #e8472d;
  padding: 4px 20px;
  border-radius: 0.25rem;
  display: inline-block;
  font-weight: bold;
}
.aranceles-izquierda {
  background: #e8472d;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.aranceles-derecha {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
.aranceles-izquierda hr,
.aranceles-derecha hr {
  border-top: 2px solid #e2a953;
}
.texto-blanco {
  color: #fff;
}
.texto-dorado {
  color: #e2a953;
}
.infoaranceles {
  color: #fff;
  background: #e2a953;
  border-radius: 10px;
}
.font-weight-bolder {
  font-weight: 800 !important;
}
.tachado {
  color: #e8472d;
  text-decoration: line-through;
}
.becas {
  background: #e8472d;
  color: #fff;
}
.becas .bg-white {
  color: #535660;
  border-radius: 10px;
}
.becas hr {
  border-top: 1px solid #e2a953;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.cursos-items:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f058';
  position: absolute;
  left: 0px;
  top: -5px;
  color: #e8472d;
  font-weight: 900;
  font-size: 26px;
}
.cursos-items {
  position: relative;
  margin-bottom: 20px;
  padding-left: 36px;
}
.form-becas {
  max-width: 100%;
}
.form-becas hr {
  border-top: 2px solid #e2a953;
}
.form-becas hr.separador-ancho {
  border-top: 10px solid #e8472d;
}
.form-preinscripcion .form-label-group > textarea {
  min-height: 80px;
}
.miembros_hogar {
  border: 1px solid #ced4da;
  border-radius: 14px;
  padding: 0.675rem 0.475rem;
}
.btn-xs {
  padding: 0.205rem 0.35rem;
  font-size: 0.5rem;
}
.form-becas .custom-control-label::before,
.form-becas .custom-control-label::after {
  top: 5px;
}

.form-becas ::-webkit-input-placeholder,
::-webkit-input-placeholder {
  text-transform: uppercase;
}
.form-becas :-moz-placeholder,
:-moz-placeholder {
  text-transform: uppercase;
}
.form-becas ::-moz-placeholder,
::-moz-placeholder {
  text-transform: uppercase;
}
.form-becas :-ms-input-placeholder,
:-ms-input-placeholder {
  text-transform: uppercase;
}
.form-becas ::-ms-input-placeholder,
::-ms-input-placeholder {
  text-transform: uppercase;
}
.form-becas label {
  text-transform: uppercase;
}
.form-becas * {
  text-transform: uppercase;
}
.form-becas .form-control {
  text-transform: initial !important;
}
.text-underline {
  text-decoration: underline;
}
.cursos-recuadro-slider {
  /*background: rgba(232,71,45,0.9);*/
  padding: 50px;
  color: #fff;
}
.cursos-info {
  background-image: unset;
  background-color: #e8472d;
  min-height: 620px;
}
.cursos-info-item {
  border: 1px solid #e8472d;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  font-size: 14px;
}
.cursos-info h5 {
  color: #e8472d;
  font-weight: 800;
}
.cursos-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.cursos-info-border-arriba {
  color: #fff;
  padding: 10px;
  background: #e8472d;
}
.cursos-info-2 {
  padding-top: 0;
  margin-top: -300px;
}
.cursos-items2:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f138';
  position: absolute;
  left: -15px;
  top: 2px;
  color: #e8472d;
  font-size: 20px;
  line-height: 1;
}
.cursos-items2 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  color: #e8472d;
  font-weight: bold;
  font-size: 14px;
}
.cursos-info-2-titulo {
  color: #fff;
}
.left-tabs .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 10px solid #fff;
  padding: 1rem 1.3rem;
}
.left-tabs .nav-link.active {
  border-left: 10px solid #b38d31;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #b38d31;
}
.cursos-tabs {
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
}
.cursos-encabezado {
  color: #fff;
  background: #e8472d;
  padding: 10px;
}
.cursos-tabs .table td,
.cursos-tabs .table th {
  border-top: 0;
  font-size: 14px;
  font-weight: normal;
}
.cursos-tabs .cursos-items2 {
  color: #000;
  font-weight: normal;
}
.lugares {
  color: #fff;
  border-radius: 10px;
  padding: 2px 10px;
  width: 100%;
  text-align: center;
}
.lugares.disponibles {
  background: #04af53;
}
.lugares.completo {
  background: #b38d31;
}
[data-toggle='collapse'] {
  cursor: pointer;
}
.conoce-aranceles-button:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0d7';
  position: absolute;
  right: 10px;
  top: 0;
  color: #b38d31;
  font-size: 28px;
}
.conoce-aranceles-button.collapsed:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0da';
  position: absolute;
  right: 10px;
  top: 0;
  color: #b38d31;
  font-size: 28px;
}
hr.dorado {
  border-top: 2px solid #b38d31;
}
.custom-file-label::after {
  content: 'Adjuntar';
}
.radio-borde {
  border: 1px solid #e8472d;
  border-radius: 8px;
  padding: 0.375rem 0.775rem;
  display: inline-block;
  margin-bottom: 5px;
}
.table.table-no-border td,
.table th {
  border-top: 0;
  border: 0;
}
#carouseltest .carousel-item {
  height: auto;
  min-height: unset;
}
.jumbotron {
  padding: 2rem 2rem;
}
h1.jumbotron {
  font-size: 72px;
}
.autoridades {
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 15px;
}
.autoridades-border-arriba {
  background: #b38d31;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}
.autoridades .border-bottom {
  border-bottom: 1px solid #b38d31 !important;
}
.testimonios {
  background: #e8472d;
}
.testimonios-foto {
  width: 150px !important;
  height: 150px !important;
  object-fit: cover;
  border-radius: 50%;
}
.testimonios.bg-negro {
  background: #000;
}
.owl-prev {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  left: -25px;
  display: block !important;
  color: #fff;
}
.owl-next {
  width: 15px;
  height: 100px;
  position: absolute;
  top: 40%;
  right: -25px;
  display: block !important;
  color: #fff;
}
.owl-prev i {
  color: #fff;
}
.owl-next i {
  color: #fff;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: none !important;
}
.cursos .owl-prev i {
  color: #000;
}
.cursos .owl-next i {
  color: #000;
}
.cursos .owl-carousel .owl-stage {
  display: flex;
}
.postulate {
  border: 2px solid #fff;
  padding: 20px;
  border-radius: 20px;
  font-weight: bold;
}
.tarjeta {
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  background: #fff;
}
.tarjeta-encabezado {
  color: #fff;
  background: #e8472d;
}
.container-wide {
  width: 95%;
  margin: 0 auto;
}
.tarjeta .small,
.tarjeta small {
  font-size: 11px;
}
.grupoNegro .tarjeta-encabezado {
  background: #000;
}
.grupoNegro .btn-naranja {
  background: #000;
  border-color: #000;
}
.grupoNegro .btn-naranja:hover {
  background: #fff;
  color: #000;
}
.grupoDorado .tarjeta-encabezado {
  background: #b38d31;
}
.grupoDorado .btn-naranja {
  background: #b38d31;
  border-color: #b38d31;
}
.grupoDorado .btn-naranja:hover {
  background: #fff;
  color: #b38d31;
}
#form-preinscripcion .rounded {
  border-radius: 15px !important;
  overflow: hidden;
  border: 1px solid #ccc;
}
.iti {
  width: 100%;
}
.labelcelular {
  padding-left: 90px !important;
  top: -5px !important;
  font-size: 12px;
}
.titulo-corporate {
  font-size: 30px;
  color: #fff;
  padding: 25px;
  background: rgba(179, 141, 49, 0.6);
  width: 40%;
  font-weight: bold;
  text-align: left;
}
.ondas-corporate {
  padding-top: 120px;
  padding-bottom: 120px;
}
.soluciones-corporativas {
  background: #1b1c1f;
  color: #fff;
}
.solucion-corporativa {
  border: 1px solid #b38d31;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  background: #1b1c1f;
}
.circulos-soluciones {
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 0;
}
.solucion-corporativa-border-abajo {
  height: 14px;
  background: #b38d31;
  width: 100%;
}
.modal-soluciones .modal-header {
  background: #b38d31;
  color: #fff;
  padding: 1.6rem 1rem;
}
.modal-soluciones .modal-header h4 {
  margin-left: auto;
}

.circulos-traducciones {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 0;
}
.nuestras-traducciones {
  background: linear-gradient(to bottom, #1b1c1f 60%, white 0%);
  color: #fff;
}
.rayas-soluciones {
  position: absolute;
  left: -20px;
  top: 0px;
}
.nuestras-traducciones-left {
  background: url('../img/nuestras-traducciones.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
}
.nuestras-traducciones-right,
.nuestras-interpretaciones-left {
  background: #fff;
}
.nuestras-interpretaciones {
  padding-bottom: 90px;
}
.nuestras-interpretaciones-right {
  background: url('../img/nuestras-interpretaciones.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
}
.accordion-corporate h5 {
  color: #e8472d;
}
.accordion-corporate .card {
  border: 0;
  border-radius: 0 !important;
  border-bottom: 0 !important;
}
.accordion-corporate .card-header {
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #e8472d;
  padding: 8px 0;
}
.accordion-corporate .card-body {
  padding: 8px 0;
}
.accordion.accordion-corporate > .card .card-header {
  margin-bottom: 0;
}
.borde-dorado-abajo {
  border-bottom: 6px solid #b38d31;
}
.check-items:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00c';
  position: absolute;
  left: 0px;
  top: -5px;
  color: #e8472d;
  font-weight: 900;
  font-size: 26px;
}
.check-items {
  position: relative;
  margin-bottom: 14px;
  padding-left: 36px;
}
.grupo-formulario {
  border: 1px solid #ced4da;
  border-radius: 8px;
  padding: 20px 30px;
}
.hr-gris {
  border-top: 1px solid #ced4da !important;
}
.horarios .custom-control-label,
.horarios2 .custom-control-label {
  font-size: 14px;
}
.horarios .custom-control-label::before,
.horarios .custom-control-label::after,
.horarios2 .custom-control-label::before,
.horarios2 .custom-control-label::after {
  top: 50%;
  transform: translateY(-50%);
}
#informacion-cursos {
  color: #fff;
  padding: 10px;
  background: linear-gradient(180deg, #e8472d 80%, #fff 20%);
}
.cursos-nuevo select.form-control {
  color: #e8472d;
  font-weight: bold;
}
#cursos > div {
  border-top: 1px solid #c0c1c5;
}
#cursos > div:last-child {
  border-bottom: 1px solid #c0c1c5;
}
.curso-detalle h1,
.curso-detalle h2,
.curso-detalle h3,
.curso-detalle h4,
.curso-detalle h5 {
  color: #e8472d;
}
.selector-cursos {
  width: 220px;
}
.aclaracion {
  position: absolute;
  right: 10px;
  z-index: 99;
  bottom: 10px;
  color: #fff;
  font-style: italic;
}
#equivalencias .bg-success {
  background-color: #92d050 !important;
}
#equivalencias .bg-warning {
  background-color: #ffd966 !important;
}
#equivalencias .bg-info {
  background-color: #9cc2e5 !important;
}
#equivalencias .bg-danger {
  background-color: #e36c67 !important;
}
.inscripciontalleres .carousel-content h1 {
  text-shadow: none;
  background: #fff;
  color: #212529;
}
.inscripciontalleres .carousel-content h3 {
  /*background: #FFF;*/
  color: #212529;
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
  .container-wide {
    width: 90%;
  }
}
@media screen and (min-width: 1200px) {
  .charlainformativa .carousel-content h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1322px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .insercion-izquierda {
    min-height: auto;
  }
  .cursos-info {
    min-height: 720px;
  }
}
@media screen and (max-width: 991px) {
  .insercion-izquierda {
    min-height: 300px;
  }
  .cursos-info {
    min-height: 820px;
  }
  .titulo-corporate {
    font-size: 20px;
    width: 100%;
  }
  .nuestras-traducciones-left,
  .nuestras-interpretaciones-right {
    min-height: 300px;
  }
  .ondas-corporate {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #cursos > div > div {
    width: 100%;
    margin-bottom: 10px;
  }
  #cursos .btn {
    width: 49%;
  }
  .inscripciontalleres .carousel-item {
    height: 80vh;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
  .insercion-derecha-inner {
    padding: 20px 40px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.4rem;
  }
  h5 {
    font-size: 1rem;
  }
  .btn-slider {
    width: 200px;
    padding: 0.575rem 0.75rem;
  }
  .rayas2 {
    width: 140px;
  }
  .carousel-content h1 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .formacion {
    font-size: 1.2rem;
  }
  .copyright {
    position: relative;
  }
  .aranceles-izquierda {
    background: #e8472d;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }
  .aranceles-derecha {
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 1px solid #ccc;
  }
  .cursos-info {
    min-height: unset;
  }
  .cursos-info-2 {
    margin-top: 30px;
  }
  .cursos-info-2-titulo {
    color: #e8472d;
  }
  .owl-prev {
    left: -15px;
  }
  .owl-next {
    right: -15px;
  }
  .fancybox-slide {
    padding: 12px !important;
  }
  .separador {
    padding: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .separador h4 {
    font-size: 1.3rem;
  }
  .grupo-formulario {
    padding: 20px 20px;
  }
  .radio-borde {
    padding: 0.375rem 0.375rem;
  }
  #equivalencias .table-bordered td,
  #equivalencias .table-bordered th {
    font-size: 14px;
    padding: 6px;
  }
  .inscripciontalleres .carousel-item {
    height: 100vh;
  }
}
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) {
  .inscripciontalleres .carousel-item {
    height: 120vh;
  }
}
