/*

Theme Name: Avada Child

Description: Child theme for Avada theme

Author: ThemeFusion

Author URI: https://theme-fusion.com

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

/* ======================================================================= 
   IMPORTS
   ======================================================================= */
/* Style Sheets */
/* Javier */
@import url('inicio-style.css');
/* Fernando */
@import url('quienes-somos-style.css');
@import url('porque-nosotros-style.css');
@import url('sugerencias-style.css');
@import url('becas-style.css');
@import url('contact-style.css');
@import url('noticias-style.css');
/* Carlos */
@import url('cursos-style.css');

/* FONTS */
/* Oswald */
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');*/

/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ======================================================================= 
   VARS
   ======================================================================= */
:root {
  /* Colors */
  --color-golden: #f8bd4b;
  --color-azul: #203354;
  --color-links: #007bff;
  --color-celeste: #f0f8ff;
  --color-gris: #383838;
}

/* ======================================================================= 
   GENERALS
   ======================================================================= */

html {
  scroll-behavior: smooth !important;
  box-sizing: border-box !important;
}

body,
main {
  font-family: 'Montserrat', sans-serif;
  background-color: #ffffff !important;
}

main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.slider-inicio .vc_column-inner {
  padding-top: 0px !important;
}

.material-icons {
  font-family: 'Material Icons' !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif !important;
  margin-top: 0;
}

textarea,
select,
input,
button {
  outline: none;
}

li {
  /*list-style-type: none; */
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* === TEXTOS (clases) === (Por orden de aparición XD) */
/* Títulos de Sección */
.section_title {
  font-size: 44px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--color-azul);
  border-left: 7px solid var(--color-golden);
  padding-left: 10px;
  font-weight: 500;
  margin-bottom: 40px;
}

/* Subtítulos de Sección */
.section_subtitle {
  font-size: 44px !important;
  line-height: 1.2em;
  color: var(--color-azul) !important;
  font-weight: 500 !important;
  margin-bottom: 40px !important;
}

/* Links*/
.link {
  color: var(--color-links) !important;
}

.link:hover {
  color: var(--color-golden) !important;
}

.watermark {
  background: url('/wp-content/uploads/2021/11/shield_opacity30.png') no-repeat center center fixed;
}

body.avada-has-header-hidden #shiftnav-toggle-main {
  display: none !important;
}

#post-3856 .cursos-titulooficial {
  display: none !important;
}

#post-3857 .cursos-titulooficial {
  display: none !important;
}

/* ################### */
/* Testimonios Alumnos */
/* ################### */

.testimonios-bloqueintro {
  color: #fff;
  font-weight: 800;
  font-size: 46px;
  line-height: 56px;
  padding: 0px 65px;
}

.testimonios-listaintro ul {
  color: #fff;
  font-weight: 600;
  list-style: none;
}

.testimonios-listaintro li:before {
  content: url('/wp-content/uploads/2024/01/testimoniolista.png');
  display: inline;
  margin-right: 35px;
  vertical-align: text-top;
}

.testimonios-listaintro li {
  font-size: 22px;
  margin-bottom: 35px;
}

.testimonios-banner {
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
}

.testimonios-titulocarrusel {
  text-align: center;
}
.testimonios-titulocarrusel p {
  display: inline-block;
  background-color: #ffbe4c;
  border-radius: 10px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
}

.testimonios-bloqueintronaranja {
  color: #ffa300;
}
.testimonios-bloqueintroazul {
  color: #0a3054;
}

.testimonios-contenedorcarrusel {
  margin-top: 35px;
  margin-bottom: 164px !important;
}

.testimonios-carrusel {
  margin: 0px auto;
  max-width: calc(100% - 160px);
}

.testimonios-carrusel .owl-nav {
  display: block !important;
  position: static;
}

.testimonios-carrusel .owl-nav .owl-prev {
  position: absolute;
  left: -60px;
  top: calc(50% - 28px);
  text-indent: -999999px;
  background: none;
}

.testimonios-carrusel .owl-nav .owl-prev:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/01/testimonioprev.png');
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  display: block;
}

.testimonios-carrusel .owl-nav .owl-next {
  position: absolute;
  right: -60px;
  top: calc(50% - 28px);
  text-indent: -999999px;
  background: none;
}

.testimonios-carrusel .owl-nav .owl-next:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/01/testimonionext.png');
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  display: block;
}

.testimonios-carrusel .owl-item {
  transition: transform 0.5s;
  transform: scale(0.9);
}
.testimonios-carrusel .owl-item.active.testimonio-central {
  transform: scale(1);
}

.testimonios-carrusel-elemento {
  background-color: #0a3054;
  border: 1px solid #ffa300;
  margin-top: 100px;
}

.testimonios-carrusel-foto {
  margin: -100px auto 30px;
  width: 200px;
  height: 200px;
  max-width: 200px;
  border-radius: 200px;
  border: 1px solid #ffa300;
}

.testimonios-carrusel-nombre {
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  color: #dadada;
  text-align: center;
  margin: 0px auto 20px;
  max-width: 80%;
}

.testimonios-carrusel-titulo {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #ffa300;
  text-align: center;
  margin: 0px auto 30px;
  max-width: 80%;
}

.testimonios-carrusel-texto {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #dadada;
  text-align: center;
  margin: 0px auto 64px !important;
  max-width: 80%;
}

@media screen and (max-width: 1420px) {
  .testimonios-bloqueintro,
  .testimonios-banner {
    font-size: 28px;
    line-height: 32px;
  }
  .testimonios-listaintro li {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .testimonios-listaintro li:before {
    vertical-align: top;
  }
}

/* ####### */
/* Eventos */
/* ####### */

.eventos_filaslider {
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
}

.eventos_anchor_contenedor {
  margin: 0px !important;
}

.eventos_anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}

a.eventos_cabboton {
  font-family: 'Montserrat', sans-serif;
  /*font-size: 27px;*/
  font-weight: 600;
  text-align: center !important;
  display: inline-block;
  padding: 30px 15px;
  width: 100%;
  background-color: #d8eeff;
  color: var(--color-azul);
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  transition: transform 0.5s;
  white-space: nowrap;
}

a.eventos_cabboton:hover {
  color: var(--color-azul);
  transform: scale(1.1);
}

.vc_section.eventos_seccion {
  padding-top: 75px !important;
  padding-bottom: 15px !important;
}

.eventos_texto {
  font-size: 23px;
  line-height: 28px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.eventos_titulo {
  font-weight: 600;
  font-size: 44px;
  line-height: 52px;
}

.eventos_proximoseventos {
  padding-top: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.eventos_proximoseventosbloque {
  width: 30%;
  margin-bottom: 60px;
}

.eventos_proximoseventostitulo {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  background-color: var(--color-azul);
  color: #fff;
  text-align: center;
  padding: 60px 15px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  z-index: 10;
  position: relative;
}

.eventos_proximoseventoscuerpo {
  margin-top: -40px;
  background-color: var(--background-texto-destacado);
  padding: 50px 30px 30px;
  border-radius: 0px 0px 30px 30px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  min-height: 400px;
}

.eventos_proximoseventosfila {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.eventos_proximoseventosfilaimg > img {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-right: 10px;
}

.eventos_proximoseventosfilafecha {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  margin-right: 30px;
  color: var(--color-azul);
  white-space: nowrap;
}

.eventos_proximoseventosfilaponente {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  color: var(--color-azul);
}

.eventos_proximoseventosfilatitulo {
  font-size: 18px;
  line-height: 20px;
  color: var(--color-azul);
}

.eventos_eventospasados {
  padding-top: 60px;
}

a.eventos_vermasboton {
  font-family: 'Montserrat', sans-serif;
  font-size: 27px;
  font-weight: 600;
  text-align: center !important;
  display: block;
  margin: 0px auto;
  padding: 30px 15px;
  width: 100%;
  max-width: 370px;
  background-color: #d8eeff;
  color: var(--color-azul);
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  transition: transform 0.5s;
  white-space: nowrap;
}

a.eventos_vermasboton:hover {
  color: var(--color-azul);
  transform: scale(1.1);
}

.eventos_carrusel .vc_images_carousel {
  margin: 60px auto;
  max-width: 100%;
}

.eventos_carrusel .vc_images_carousel .vc_carousel-control {
  opacity: 1;
  width: 56px;
  height: 56px;
  top: calc(50% - 28px);
  margin-top: 0px;
}
.eventos_carrusel .vc_images_carousel .vc_carousel-control.vc_left {
  left: -190px;
}
.eventos_carrusel .vc_images_carousel .vc_carousel-control.vc_right {
  right: -163px;
}
.eventos_carrusel .vc_images_carousel .vc_carousel-control .icon-prev:before {
  content: url('/wp-content/uploads/2024/01/testimonioprev.png');
}
.eventos_carrusel .vc_images_carousel .vc_carousel-control .icon-next:before {
  content: url('/wp-content/uploads/2024/01/testimonionext.png');
}

/*DIZA ACADEMY*/
.objetivos-responsive-dz {
  display: none !important;
}

.diza-caract {
  display: flex;
  align-items: center;
  justify-content: center;
}

.diza-caract img {
  width: 30px;
  margin-right: 10px;
}

.objetivos-dz,
.img-objetivos {
  margin: auto 150px;
}

.img-redonda {
  position: relative;
  top: 120px;
}

.img-redonda:after {
  content: url('https://iunit.edu.es/wp-content/uploads/2024/07/right-arrow.png');
  margin-left: 15%;
  top: 65px;
  position: absolute;
}

.img-objetivos .ultimo:after {
  display: none !important;
}

.filacabdizalanding figure,
.filacabdizalanding figure > a,
.filacabdizalanding figure > a > img {
  width: 100%;
}

#form-landing-diza #crmWebToEntityForm {
  width: auto !important;
  background-color: transparent !important;
  float: none;
}

#form-landing-diza #crmWebToEntityForm label,
#form-landing-diza .zcwf_privacy .dIB {
  color: var(--color-azul) !important;
}

/* DIZA BOOTCAMP */

.vc_row.fila-botonesbootcampdiza {
  overflow: visible !important;
  z-index: 1;
  min-height: 110px;
  background-position: top center !important;
}
.fila-botonesbootcampdiza .wpb_wrapper {
  text-align: center;
}
.boton-bootcampdiza {
  display: inline-block;
  margin-top: -64px;
}
.boton-bootcampdiza:first-child {
  margin-right: 30px;
}
.boton-bootcampdiza:last-child {
  margin-left: 30px;
}
.boton-bootcampdiza > a {
  background-color: #fff !important;
  font-size: 28px !important;
  /*font-family: "Times New Roman";*/
  padding: 10px 50px !important;
  border-radius: 15px !important;
}
.boton-bootcampdiza > a:hover {
  background-color: #f6a101 !important;
}
#bloqueinfo1-bootcampdiza {
  font-size: 28px;
  line-height: 40px;
}
#bloqueinfo2-bootcampdiza {
  font-size: 22px;
  line-height: 36px;
}
#titulocaptacion-bootcampdiza {
  font-size: 32px;
  line-height: 44px;
}
#titulocaptacion-bootcampdiza img {
  width: 45px;
}
.texto-bootcampdiza {
  /*font-family: 'Times New Roman', sans-serif;*/
}
.textoblanco-bootcampdiza {
  color: white;
}
.titulogris-bootcampdiza {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}
.filacuatrobloques-bootcampdiza {
  justify-content: center;
  gap: 60px;
}
.marcoamarillo-bootcampdiza {
  border: 10px solid transparent;
  border-image: url(/wp-content/uploads/2024/07/borde-amarillo.png) 5 round;
  max-width: 270px;
}
.marcoamarillo-bootcampdiza .wpb_text_column {
  margin-bottom: 0px !important;
  font-size: 18px;
  line-height: 24px;
  padding: 30px 0px;
}
.marcoamarillo-bootcampdiza .wpb_text_column strong {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}
.marcogris-bootcampdiza {
  border-image: url(/wp-content/uploads/2024/09/borde-gris.png) 5 round;
}

.filatitulo-bootcamp {
  background-image: url('/wp-content/uploads/2024/08/bootcampfondotitulo.png');
  background-position: center center;
  background-repeat: repeat-x;
}
.filatitulo-bootcamp .vc_column-inner {
  padding-top: 0px !important;
}
.filatitulo-bootcamp .wpb_text_column {
  margin-bottom: 0px !important;
}
.filatitulo-bootcamp .wpb_text_column .wpb_wrapper {
  text-align: center;
}
.filatitulo-bootcamp .wpb_text_column .wpb_wrapper p {
  display: inline-block;
  background-color: #fff;
  padding: 0px 30px;
  color: #333e48;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  font-weight: 600;
}
.rellenoamarillo-bootcampdiza {
  background-color: #f6a101;
}
.textomini-bootcampdiza {
  font-size: 14px;
  line-height: 16px;
}

.fila-datosbootcampdiza {
  margin-top: -64px;
  z-index: 10;
}

.titulodato-bootcampdiza {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 10px;
}

.imgdato-bootcampdiza {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}

.imgdato-bootcampdiza img {
  max-height: 75px;
  width: auto;
}

.tituloconcuadro-bootcampdiza {
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
  position: relative;
  padding-left: 65px;
  margin-bottom: 80px;
}

.tituloconcuadro-bootcampdiza:before {
  content: '';
  background-image: url(/wp-content/uploads/2024/09/bordetitulosmra.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -70px;
  width: 150px;
  height: 200px;
}

.textomra-bootcampdiza {
  font-size: 26px;
  line-height: 30px;
}

.botonnegro-bootcampdiza > a {
  font-size: 28px !important;
  /*font-family: "Times New Roman";*/
  padding: 10px 50px !important;
  border-radius: 15px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px !important;
}
.botonnegro-bootcampdiza > a:hover {
  background-color: #283a47 !important;
}

.imgalumnado-bootcampdiza {
  margin-bottom: 10px;
}
.imgalumnado-bootcampdiza img {
  max-width: 80px;
}

.marcoamarillo-bootcampdiza .wpb_text_column.textoaprendizaje-bootcampdiza {
  font-size: 27px;
  line-height: 32px;
}
.aprendizajenum-bootcampdiza {
  font-family: 'Arial Black', sans-serif;
  font-size: 100px;
  line-height: 100px;
  margin-top: -50px !important;
}
.filaaprendizaje-bootcampdiza {
  gap: 200px;
}
.imgcentradas-bootcampdiza {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
}
#bloqueinscripcion-bootcampdiza {
  font-size: 24px;
  line-height: 32px;
  margin: 0px auto 70px;
  max-width: 500px;
}
#bloqueinscripcion-bootcampdiza .titulocamp-bootcampdiza {
  font-size: 32px;
  line-height: 30px;
  color: #fff;
  background-color: #f6a101;
}
.pasos-bootcampdiza {
  position: relative;
  font-size: 18px;
  line-height: 26px;
}
.titulopaso-bootcampdiza {
  font-size: 24px;
  line-height: 32px;
  color: #f6a101;
}
.pasos-bootcampdiza {
  padding-left: 115px;
  padding-right: 70px;
}
.pasos-bootcampdiza:not(:last-child):before {
  content: '↓';
  position: absolute;
  top: 78px;
  left: 69px;
  font-size: 48px;
}
.pasos-bootcampdiza .titulopaso-bootcampdiza:before {
  position: absolute;
  top: 0px;
  left: 60px;
  font-family: 'Arial Black', sans-serif;
  color: #4a4e57;
  font-size: 64px;
  line-height: 50px;
}
.pasos-bootcampdiza:nth-child(3) .titulopaso-bootcampdiza:before {
  content: '1';
}
.pasos-bootcampdiza:nth-child(4) .titulopaso-bootcampdiza:before {
  content: '2';
}
.pasos-bootcampdiza:nth-child(5) .titulopaso-bootcampdiza:before {
  content: '3';
}

.contenedorform-bootcampdiza #crmWebToEntityForm.zcwf_lblTopBottom {
  background-color: transparent !important;
  color: #fff !important;
  float: none !important;
}

.faq-bootcampdiza h4 {
  /*font-family: "Times New Roman" !important;*/
  font-weight: 600 !important;
}
.faq-bootcampdiza .vc_toggle_icon {
  float: right;
  width: 40px !important;
  height: 40px !important;
}
.faq-bootcampdiza.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
.faq-bootcampdiza.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  width: 20px;
  height: 20px;
}

.filaprofesores-bootcamp .marcoamarillo-bootcampdiza {
  float: none;
  margin: 0px auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filaprofesores-bootcamp .marcoamarillo-bootcampdiza .wpb_single_image {
  margin-bottom: 0px;
}

@media screen and (max-width: 1000px) {
  .filaprofesores-bootcamp .owl-nav {
    display: block !important;
  }
  .filaprofesores-bootcamp .gambit-carousel-anything.has-arrows .owl-nav div {
    left: 0px;
  }
  .filaprofesores-bootcamp .gambit-carousel-anything.has-arrows .owl-nav div.owl-next {
    left: auto;
    right: 0px;
  }
}

#modal-window-6 .data-privacy,
#modal-window-8 .data-privacy {
  max-height: 70px;
  overflow-y: auto;
  border: 1px solid #d8eeff;
  padding: 10px;
  border-radius: 6px;
  margin-top: 15px;
  clear: both;
  max-width: 500px;
  float: right;
}

#modal-window-6 .data-privacy h2,
#modal-window-8 .data-privacy h2 {
  color: #203354;
  font-size: 12px !important;
  line-height: 12px !important;
}

#modal-window-6 .data-privacy dt,
#modal-window-8 .data-privacy dt {
  line-height: 12px;
  font-weight: 600;
  font-size: 10px;
  padding-top: 0px;
}

#modal-window-6 .data-privacy dt,
#modal-window-6 .data-privacy dd,
#modal-window-8 .data-privacy dt,
#modal-window-8 .data-privacy dd {
  font-size: 10px;
  color: gray;
  line-height: 12px;
  margin: 0px;
}

.mra-seccion .vc_tta-panel-heading h4 {
  margin-bottom: 0px !important;
  background-color: #283a47 !important;
  border-radius: 10px !important;
}
.vc_tta-panels > .vc_tta-panel.mra-seccion.vc_active > .vc_tta-panel-heading > .vc_tta-panel-title {
  background-color: #283a47 !important;
}
.vc_tta-panels > .mra-seccion > .vc_tta-panel-heading > .vc_tta-panel-title > a > .vc_tta-title-text {
  display: inline-block;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  font-size: 24px;
  line-height: 28px;
  padding: 5px 30px;
}
.vc_tta.vc_tta-accordion .mra-seccion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 10px;
  color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .mra-seccion .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .mra-seccion.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
.vc_tta.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.mra-seccion .vc_tta-panel-body {
  margin-top: 45px;
  background-color: #efefef !important;
  border-color: #f6a200;
  border-radius: 10px;
}
.mra-desplegableinfo {
  font-size: 20px;
}
.mra-desplegableinfo ol > li,
.mra-desplegableinfo ul > li {
  font-weight: bold;
}
.mra-desplegableinfo ol > li:not(:last-child),
.mra-desplegableinfo ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.mra-bloqueinfo {
  font-size: 18px;
  line-height: 24px;
}
.post-content .mra-bloqueinfo p {
  margin-bottom: 35px;
}
.post-content .mra-bloqueinfo p:not(:first-child) {
  margin-left: 35px;
}

@media screen and (max-width: 1350px) {
  .boton-bootcampdiza {
    margin-top: -55px;
  }
  .boton-bootcampdiza:first-child {
    margin-right: 15px;
  }
  .boton-bootcampdiza:last-child {
    margin-left: 15px;
  }
  .boton-bootcampdiza > a {
    font-size: 20px !important;
    padding: 5px 30px !important;
    border-radius: 10px !important;
  }
  .fila-datosbootcampdiza {
    margin-top: -55px;
  }
  .filaaprendizaje-bootcampdiza {
    gap: 100px;
  }
  .filadatosmra-bootcampdiza .wpb_column {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #bloqueinfo1-bootcampdiza {
    font-size: 20px;
    line-height: 22px;
  }
  #bloqueinfo2-bootcampdiza {
    font-size: 18px;
    line-height: 20px;
  }
  #titulocaptacion-bootcampdiza {
    font-size: 24px;
    line-height: 28px;
  }
  .titulogris-bootcampdiza {
    font-size: 32px;
    line-height: 36px;
  }
  .marcoamarillo-bootcampdiza {
    width: calc(50% - 60px) !important;
    max-width: 100%;
  }
  .filacuatrobloques-bootcampdiza {
    gap: 30px;
  }
  .filacontacto-bootcampdiza > .wpb_column {
    width: 100% !important;
  }
  .separadorcontacto-bootcampdiza {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .vc_row.fila-botonesbootcampdiza {
    background-image: none !important;
  }
  .boton-bootcampdiza {
    margin-top: 0px;
  }
  .fila-datosbootcampdiza {
    margin-top: 0px;
  }
  .imgcentradas-bootcampdiza {
    flex-direction: column;
    align-items: center;
  }
  .faq-bootcampdiza .vc_toggle_icon {
    float: none;
    width: 20px !important;
    height: 20px !important;
  }
  .faq-bootcampdiza.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
  .faq-bootcampdiza.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
    width: 10px;
    height: 10px;
  }
}

@media screen and (max-width: 555px) {
  .boton-bootcampdiza:first-child {
    margin-right: 0px;
  }
  .boton-bootcampdiza:last-child {
    margin-left: 0px;
  }
  .marcoamarillo-bootcampdiza {
    width: 80% !important;
  }
}

/**/

@media screen and (max-width: 1180px) {
  .eventos_proximoseventos {
    display: block;
  }
  .eventos_proximoseventosbloque {
    width: 100%;
  }
  .eventos_carrusel .vc_images_carousel .vc_carousel-control.vc_left {
    left: 0px;
  }
  .eventos_carrusel .vc_images_carousel .vc_carousel-control.vc_right {
    right: 28px;
  }

  /*DIZA ACADEMY*/
  .objetivos-dz,
  .img-objetivos {
    margin: auto 80px;
  }
  /**/
}

@media screen and (max-width: 777px) {
  a.eventos_cabboton {
    padding: 10px !important;
  }

  .eventos_texto {
    font-size: 18px;
    line-height: 20px;
  }

  .eventos_titulo {
    font-size: 28px;
    line-height: 32px;
  }

  .vc_section.eventos_seccion {
    padding-top: 50px !important;
  }
  .eventos_proximoseventos {
    padding-top: 35px;
  }
  .eventos_proximoseventosbloque {
    margin-bottom: 35px;
  }
  .eventos_eventospasados {
    padding-top: 35px;
  }
  .eventos_carrusel .vc_images_carousel {
    margin: 35px auto;
  }
}

/********************************/
/* LANDING DIPLOMA COMUNICACIÓN */
/********************************/

.rs-layer.diplomacom-botonslider {
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.rs-layer.diplomacom-botonslider:hover {
  transform: scale(1.1) !important;
}
.diplomacom-seccion .vc_tta-panel-heading h4 {
  margin-bottom: 0px !important;
  background-color: #c70300 !important;
  border-radius: 10px !important;
}
.vc_tta-panels > .vc_tta-panel.diplomacom-seccion.vc_active > .vc_tta-panel-heading > .vc_tta-panel-title {
  background-color: #c70300 !important;
}
.vc_tta-panels > .diplomacom-seccion > .vc_tta-panel-heading > .vc_tta-panel-title > a > .vc_tta-title-text {
  color: #fff !important;
  font-size: 24px;
  line-height: 28px;
}
.vc_tta.vc_tta-accordion .diplomacom-seccion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 10px;
  color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .diplomacom-seccion .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .diplomacom-seccion.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
.vc_tta.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.diplomacom-seccion .vc_tta-panel-body {
  margin-top: 45px;
  background-color: #d9d9d9 !important;
  border-color: #f6a200;
  border-radius: 10px;
}
.diplomacom-desplegableinfo {
  font-size: 20px;
}
.diplomacom-desplegableinfo ol > li {
  font-weight: bold;
}
.diplomacom-desplegableinfo ol > li:not(:last-child) {
  margin-bottom: 15px;
}
.diplomacom-bloqueinfo {
  font-weight: bold;
  font-size: 21px;
  line-height: 28px;
}
.post-content .diplomacom-bloqueinfo p {
  margin-bottom: 35px;
}
.diplomacom-bloquetitulo {
  font-family: 'Montserrat', sans-serif;
  background-color: #c70300;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
}
.diplomacom-filaimgcompleta .wpb_wrapper.vc_figure,
.diplomacom-filaimgcompleta .wpb_wrapper.vc_figure > .vc_single_image-wrapper,
.diplomacom-filaimgcompleta .wpb_wrapper.vc_figure > .vc_single_image-wrapper > img {
  width: 100%;
}
.diplomacom-bloquepremio {
  border: 1px solid #f6a200;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  padding: 20px;
}
.diplomacom-filapremio {
  position: relative;
}
.diplomacom-filapremio1 {
  z-index: 20;
}
.diplomacom-filapremio2 {
  z-index: 10;
  margin-top: -100px;
}
.diplomacom-filapremio2 .diplomacom-bloquepremio {
  margin-top: 30px;
}

.diplomacom-contenedorform {
  position: relative;
  max-width: 950px;
  margin: -250px auto 0px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
}

.diplomacom-contenedorform .diplomacom-tituloform {
  background-color: #c70300;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
  margin: 0px;
  padding: 10px;
}

.diplomacom-contenedorform .diplomacom-cuerpoform {
  border-radius: 0px 0px 10px 10px;
  background-color: #efefef;
  min-height: 280px;
}

.diplomacom-contenedorform .diplomacom-cuerpoform #crmWebToEntityForm {
  width: auto !important;
  background-color: transparent !important;
  float: none !important;
  border-radius: 0px !important;
}

.diplomacom-contenedorform .diplomacom-cuerpoform #crmWebToEntityForm label,
.diplomacom-contenedorform .diplomacom-cuerpoform .zcwf_privacy .dIB {
  color: #000 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 1180px) {
  .diplomacom-filapremio {
    display: flex;
    flex-direction: column;
  }
  .diplomacom-filapremio .diplomacom-colimgpremio {
    order: 1;
    width: 100%;
  }
  .diplomacom-filapremio .diplomacom-colinfopremio {
    order: 2;
    width: 100%;
  }
  .diplomacom-imgpremio {
    text-align: center !important;
  }
  .diplomacom-filapremio2,
  .diplomacom-filapremio2 .diplomacom-bloquepremio {
    margin-top: 0px;
  }
  .diplomacom-contenedorform {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0px 15px;
  }
}

@media screen and (max-width: 768px) {
  .diplomacom-bloquetitulo {
    display: block;
  }
}

/******************************************/
/* LANDING MASTER EN GESTION DE PROYECTOS */
/******************************************/

.rs-layer.mastergp-botonslider {
  transition: all 0.3s ease-in-out !important;
  cursor: pointer;
}
.rs-layer.mastergp-botonslider:hover {
  transform: scale(1.1) !important;
}
.mastergp-seccion .vc_tta-panel-heading h4 {
  margin-bottom: 0px !important;
  background-color: #203354 !important;
  border-radius: 10px !important;
}
.vc_tta-panels > .vc_tta-panel.mastergp-seccion.vc_active > .vc_tta-panel-heading > .vc_tta-panel-title {
  background-color: #203354 !important;
}
.vc_tta-panels > .mastergp-seccion > .vc_tta-panel-heading > .vc_tta-panel-title > a > .vc_tta-title-text {
  display: inline-block;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  font-size: 24px;
  line-height: 28px;
  padding: 5px 30px;
}
.vc_tta.vc_tta-accordion .mastergp-seccion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 10px;
  color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .mastergp-seccion .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .mastergp-seccion.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
.vc_tta.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.mastergp-seccion .vc_tta-panel-body {
  margin-top: 45px;
  background-color: #efefef !important;
  border-color: #f6a200;
  border-radius: 10px;
}
.mastergp-desplegableinfo {
  font-size: 20px;
}
.mastergp-desplegableinfo ol > li,
.mastergp-desplegableinfo ul > li {
  font-weight: bold;
}
.mastergp-desplegableinfo ol > li:not(:last-child),
.mastergp-desplegableinfo ul > li:not(:last-child) {
  margin-bottom: 15px;
}
.mastergp-bloqueinfo {
  font-size: 18px;
  line-height: 24px;
}
.post-content .mastergp-bloqueinfo p {
  margin-bottom: 35px;
}
.post-content .mastergp-bloqueinfo p:not(:first-child) {
  margin-left: 35px;
}
.mastergp-bloquetitulo {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  background-color: #203354;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  min-width: 850px;
}
.mastergp-infoimg {
  margin-left: 35px !important;
}
.mastergp-infoimg img {
  max-width: 88px;
}
.mastergp-filaimgcompleta .wpb_wrapper.vc_figure,
.mastergp-filaimgcompleta .wpb_wrapper.vc_figure > .vc_single_image-wrapper,
.mastergp-filaimgcompleta .wpb_wrapper.vc_figure > .vc_single_image-wrapper > img {
  width: 100%;
}

.mastergp-datoscabecera {
  background-color: #203354;
  padding: 30px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 0px;
}
.post-content .mastergp-datoscabecera p {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}

.mastergp-datoscabecera p:before {
  vertical-align: middle;
  margin-right: 10px;
}
.mastergp-datoscabecera p:nth-child(1):before {
  content: url('/wp-content/uploads/2024/12/calendar.png');
}
.mastergp-datoscabecera p:nth-child(2):before {
  content: url('/wp-content/uploads/2024/12/scholarship.png');
}

.mastergp-datoscuerpo {
  background-color: #efefef;
  padding: 30px;
  min-height: 500px;
  border-radius: 0px 0px 10px 10px;
}

.mastergp-objetivo {
  border: 3px solid #f6a200;
  padding: 30px;
}

.post-content .mastergp-objetivo p {
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-size: 32px;
  line-height: 38px;
}

.mastergp-contenedorform {
  position: relative;
  max-width: 950px;
  margin: 0px auto;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
}

.mastergp-contenedorform .mastergp-cuerpoform {
  border-radius: 0px 0px 10px 10px;
  background-color: #efefef;
  min-height: 280px;
}

.mastergp-contenedorform .mastergp-cuerpoform #crmWebToEntityForm {
  width: auto !important;
  background-color: transparent !important;
  float: none !important;
  border-radius: 0px !important;
}

.mastergp-contenedorform .mastergp-cuerpoform #crmWebToEntityForm label,
.mastergp-contenedorform .mastergp-cuerpoform .zcwf_privacy .dIB {
  color: #000 !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 1320px) {
  .vc_tta-panels > .mastergp-seccion > .vc_tta-panel-heading > .vc_tta-panel-title > a > .vc_tta-title-text {
    font-size: 18px;
    line-height: 22px;
  }
  .mastergp-bloquetitulo {
    font-size: 18px;
    line-height: 22px;
    min-width: 0px;
  }
}

@media screen and (max-width: 1180px) {
  .mastergp-contenedorform {
    /*width: calc(100% - 30px);*/
    max-width: 100%;
    /*margin: 0px 15px;*/
  }
}

@media screen and (max-width: 768px) {
  .mastergp-bloquetitulo {
    display: block;
  }
}

/******************************/
/* LANDING SEMANAS EJECUTIVAS */
/******************************/

.semanasejecutivas-titulo {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  position: relative;
}

.semanasejecutivas-titulo:before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  border-left: 5px solid #f6a200;
  height: 28px;
}

.semanasejecutivas-titulo p,
.semanasejecutivas-texto p,
.semanasejecutivas-texto ul li,
.semanasejecutivas-razones p,
.semanasejecutivas-ponente p {
  color: #000;
}

.semanasejecutivas-boton a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px !important;
  line-height: 30px !important;
}

.semanasejecutivas-razones {
  max-width: 350px;
  margin: 0px auto;
}

.semanasejecutivas-razones p strong {
  font-size: 18px !important;
  line-height: 22px !important;
}

.semanasejecutivas-reclamo p strong {
  color: #fff;
  font-size: 32px !important;
  line-height: 36px !important;
}

.semanasejecutivas-seccion .vc_tta-panel-heading h4 {
  margin-bottom: 0px !important;
  background-color: #000 !important;
  border-radius: 10px !important;
}
.vc_tta-panels > .vc_tta-panel.semanasejecutivas-seccion.vc_active > .vc_tta-panel-heading > .vc_tta-panel-title {
  background-color: #000 !important;
}
.vc_tta-panels > .semanasejecutivas-seccion > .vc_tta-panel-heading > .vc_tta-panel-title > a > .vc_tta-title-text {
  display: inline-block;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bold !important;
  font-size: 16px;
  line-height: 20px;
  padding: 5px;
}
.vc_tta.vc_tta-accordion .semanasejecutivas-seccion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
  left: auto !important;
  right: 10px;
  color: #fff !important;
}
.vc_tta-color-white.vc_tta-style-classic .semanasejecutivas-seccion .vc_tta-controls-icon::before,
.vc_tta-color-white.vc_tta-style-classic .semanasejecutivas-seccion.vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
.vc_tta.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.semanasejecutivas-seccion .vc_tta-panel-body {
  margin-top: 20px;
  background-color: transparent !important;
  /*border-color: #f6a200;
	border-radius: 10px;*/
}
.vc_tta.vc_general.vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.semanasejecutivas-seccion .vc_tta-panel-body .wpb_text_column {
  padding: 0px !important;
}
/*.semanasejecutivas-desplegableinfo { font-size: 20px; }
.semanasejecutivas-desplegableinfo ol > li,
.semanasejecutivas-desplegableinfo ul > li { font-weight: bold; }
.semanasejecutivas-desplegableinfo ol > li:not(:last-child),
.semanasejecutivas-desplegableinfo ul > li:not(:last-child) { margin-bottom: 15px; }*/

.semanasejecutivas-ponente {
  background-color: #d8eeff;
  border: 3px solid #546884;
  border-radius: 10px;
  padding: 20px;
  min-height: 400px;
}

.semanasejecutivas-ponente p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

.semanasejecutivas-ponente p.semanasejecutivas-ponentenombre {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

.semanasejecutivas-ponente img {
  max-width: 145px;
  border-radius: 10px;
}

/************************************/
/* LANDING MASTER EN EMPRENDIMIENTO */
/************************************/

.me-filacabecera #cursos-hero-wrapper {
  min-height: 650px;
  margin-left: 0px;
  margin-right: 0px;
}

.me-filacabecera #cursos-hero-wrapper > .fusion-row {
  padding-left: 10px;
  padding-right: 10px;
}

.me-filacabecera .cursos-new-meta-becas {
  background-color: #000;
  text-align: center;
  padding: 15px 90px 15px 30px;
}

.post-content .me-texto h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: #000 !important;
}

.me-texto p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}

.me-texto ul {
  list-style: none;
  margin: 0px auto;
  max-width: 840px;
  padding: 0px;
}

.me-texto ul li {
  font-weight: 600;
  margin-bottom: 15px;
}

.me-texto ul li:before {
  content: '·';
  margin-right: 10px;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
}

.me-filafotos {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 1) 50%);
}

.me-filafotos img {
  border-radius: 10px;
  border: 3px solid #f6a200;
}

.me-filafotos .wpb_column:nth-child(1) .vc_single_image-wrapper {
  margin-top: 64px;
}
.me-filafotos .wpb_column:nth-child(2) .vc_single_image-wrapper {
  margin-top: 0px;
}
.me-filafotos .wpb_column:nth-child(3) .vc_single_image-wrapper {
  margin-top: 128px;
}
.me-filafotos .wpb_column:nth-child(4) .vc_single_image-wrapper {
  margin-top: 64px;
}

.me-filaventajas .me-texto {
  margin: 0px auto;
  max-width: 265px;
}

.me-boton > button {
  background-image: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 10px 40px !important;
  border-radius: 10px !important;
}

.me-filaparati .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 35px;
}

.me-filaparati .wpb_single_image {
  flex: 0 0 20%;
}
.me-filaparati .me-texto p {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}

.me-ponente {
  background-color: #000;
  border: 3px solid #f6a200;
  border-radius: 10px;
  padding: 20px;
  min-height: 400px;
}

.me-ponente p {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #fff;
}

.me-ponente p.me-ponentenombre {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}

.me-ponente p strong {
  color: #f6a200;
}
.me-ponente p.me-ponentenombre strong {
  color: #fff;
}

.me-ponente img {
  max-width: 145px;
  border-radius: 10px;
}

.me-ponente .fa-linkedin {
  color: #0077b5;
}

.post-content .me-texto-fondonegro h2,
.me-texto-fondonegro p,
.me-texto-fondonegro ul li {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .me-filacabecera .cursos-new-meta-becas {
    padding: 15px 50px 15px 15px;
  }
  .me-filafotos .wpb_column .vc_single_image-wrapper {
    margin-top: 0px !important;
  }
}

/*******************************/
/* LANDING CURSO DE INGLËS OTE */
/*******************************/

.ote-texto h1 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  margin-top: 0px !important;
}

.ote-texto h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 26px !important;
  font-weight: 600 !important;
  margin-top: 0px !important;
}

.ote-texto p {
  font-size: 18px;
  line-height: 24px;
  max-width: 750px;
}

.ote-imagen img {
  border-radius: 10px;
}

.ote-boton > a {
  background-image: none !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  padding: 10px 40px !important;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px !important;
}

.ote-filareconocimiento {
  background-position: bottom center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.ote-filanivel .wpb_text_column {
  background: #556eb4;
  background: linear-gradient(0deg, rgba(85, 110, 180, 1) 25%, rgba(43, 54, 85, 1) 100%);
  border-radius: 10px;
}

.ote-filanivel p {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  width: 100%;
  height: 0;
  padding-top: calc(50% - 50px);
  padding-bottom: 50%;
}

.ote-filanivel .wpb_column:nth-child(1) {
  padding-top: 105px;
}
.ote-filanivel .wpb_column:nth-child(2) {
  padding-top: 70px;
}
.ote-filanivel .wpb_column:nth-child(3) {
  padding-top: 35px;
}
.ote-filanivel .wpb_column:nth-child(4) {
  padding-top: 0px;
}

.ote-tablaprecios table {
  background-color: #2a3653;
  border-radius: 10px;
}

.ote-tablaprecios table tr {
  background-color: unset;
  border: none;
}

.ote-tablaprecios table th,
.ote-tablaprecios table td {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 30px 60px;
}

.ote-tablaprecios table th:first-child,
.ote-tablaprecios table td:first-child {
  text-align: left;
}

.ote-tablaprecios table th:first-child,
.ote-tablaprecios table th:last-child,
.ote-tablaprecios table td:last-child {
  color: #f6a200;
}

.ote-filaeslogan p {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #2a3653;
}

.ote-faq {
  max-width: 1000px;
  margin: 0px auto 25px;
}
.ote-faq .vc_toggle_title {
  background-color: #ddecfe;
  padding: 30px;
  border-radius: 10px;
}
.ote-faq h4 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}
.ote-faq .vc_toggle_icon {
  float: right;
  width: 40px !important;
  height: 25px !important;
}
.ote-faq.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::after,
.ote-faq.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon::before {
  width: 20px;
  height: 20px;
  border-color: #f6a200 !important;
}
.ote-faq .vc_toggle_content a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .ote-filareconocimientoimgs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ote-filanivel {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ote-filareconocimientoimgs:before,
  .ote-filareconocimientoimgs:after,
  .ote-filanivel:before,
  .ote-filanivel:after {
    display: none;
  }
  .ote-filanivel p {
    font-size: 28px;
    line-height: 45px;
  }
  .ote-filanivel .vc_column_container > .vc_column-inner {
    padding: 0px;
  }
  .ote-tablaprecios table th,
  .ote-tablaprecios table td {
    padding: 30px;
  }
}

@media screen and (max-width: 550px) {
  .ote-tablaprecios table th,
  .ote-tablaprecios table td {
    font-size: 18px;
    padding: 15px;
  }
}

/* ############################## */
/* LIGHTBOX SOLICITAR INFORMACION */
/* ############################## */

.modal-box {
  padding: 50px;
}

.modal-window .modal-float-button.wow-modal-id-1 {
  inset: auto 20px -5px auto !important;
}

@media screen and (max-width: 1200px) {
  .modal-box .wow-col-6 {
    text-align: center;
    width: 100%;
  }

  .modal-box .wow-col-6 h6.section_title {
    text-align: left;
  }

  .modal-box .wow-col-6 img {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .modal-box {
    padding: 10px !important;
  }
}

/* Formación bonificada */
.white h1 {
  color: white !important;
  margin-bottom: 7% !important;
}

.fundae-steps {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.step {
  width: 48%;
}

.img-step {
  width: 80px;
}

/* Forzar imágenes curso full width */

.img_full {
  width: 100% !important;
}

/* ################################### */
/* Páginas selección online/presencial */
/* ################################### */

.pagseleccion-filasuperior p {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.pagseleccion-titulo p {
  color: #203354;
  font-size: 28px;
  font-weight: bold;
  padding-left: 10px;
  border-left: 5px solid #f6a200;
}

.pagseleccion-filacuerpo {
  background-size: cover;
  background-position: center center;
}

.pagseleccion-botones p,
.pagseleccion-botones2 > .wpb_wrapper {
  display: flex;
  justify-content: center;
  gap: 65px;
  flex-wrap: wrap;
}

.pagseleccion-botones a {
  display: inline-block;
  width: 320px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  background-color: #d8eeff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  padding: 70px 10px;
  border: 1px solid #203354;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.pagseleccion-botones a:hover {
  color: #000;
  transform: scale(1.1);
}

.pagseleccion-botones a:nth-child(1) {
  border-left: 6px solid #f6a200;
}
.pagseleccion-botones a:nth-child(2) {
  border-left: 6px solid #203354;
}

.pagseleccion-logoadscrito.wpb_single_image img {
  max-width: 250px;
}

.pagseleccion-bloque {
  display: inline-block;
  width: 256px;
  color: #000;
  background-color: #d8eeff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 3px;
  padding: 40px;
  border: 1px solid #203354;
  text-align: center;
}

.pagseleccion-titulo {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.pagseleccion-descripcion {
  font-size: 14px;
  line-height: 18px;
}
.pagseleccion-boton {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 10px;
  background-color: #203254;
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.pagseleccion-boton:hover {
  color: #fff;
  transform: scale(1.1);
}

/* ################ */
/* Landings General */
/* ################ */

.titulo-landing {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 300;
  font-size: 48px !important;
  margin-bottom: 10px !important;
}

.titulo-amarillo {
  color: var(--color-golden) !important;
  font-size: 48px !important;
}

.subtitulo-landing h3 {
  color: var(--color-azul) !important;
  font-size: 32px !important;
  margin-bottom: 5px !important;
}

.hr-landing {
  border: 1px solid var(--color-golden) !important;
  width: 7% !important;
  float: left !important;
}

#movie_player {
  border-radius: 20px !important;
}

.texto-metodologia p:nth-child(1) {
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  color: var(--color-azul) !important;
}

.texto-metodologia p:nth-child(2) {
  font-size: 15px !important;
  font-weight: 600 !important;
  margin-top: 0px !important;
  margin-bottom: 5px !important;
  color: var(--color-azul) !important;
}

.bloque-extra {
  padding: 2em !important;
}

.bloque-extra p:nth-child(1) {
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  color: var(--color-azul) !important;
}

.bloque-extra p:nth-child(2) {
  font-size: 16px !important;
  margin-bottom: 5px !important;
  color: var(--color-azul) !important;
}

.bloque-extra p:nth-child(3) {
  font-size: 14px !important;
  color: var(--color-azul) !important;
}

.posicion-porque-iunit {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  margin-left: 10% !important;
  margin-right: 10% !important;
}

.porque-iunit-bloque {
  width: 260px !important;
}

.porque-iunit-bloque .wpb_wrapper > .wpb_single_image {
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  border-top-left-radius: 10px !important;
}

.porque-iunit-bloque img {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.texto-porque-iunit {
  padding: 1em !important;
  height: 220px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.texto-porque-iunit p {
  color: #fff !important;
  font-size: 15px !important;
}

.metodologia-point p {
  color: var(--color-azul) !important;
  font-weight: 600 !important;
}

.area-bloque-texto {
  background-color: var(--color-celeste) !important;
  height: 85px !important;
  padding: 1em !important;
  border-radius: 10px !important;
}

.area-bloque p {
  color: var(--color-azul) !important;
}

.boton-popup a {
  background-color: #fca026;
  border: 1px solid #fca026;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.texto-porque-iunit-mp {
  padding: 1em !important;
  height: 280px !important;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.texto-porque-iunit-mp p,
.texto-porque-iunit-mp ul > li,
.texto-porque-iunit-mp a {
  color: #fff !important;
  font-size: 13px !important;
}

.titulo-programa {
  background-color: var(--color-golden) !important;
  border-radius: 10px !important;
  padding: 0.3em !important;
}

.titulo-programa p {
  color: var(--color-azul) !important;
  font-weight: 600 !important;
}

/* Ocultar whatsapp landings */

.page-id-1457 .boton-whatsapp,
.page-id-1501 .boton-whatsapp,
.page-id-1515 .boton-whatsapp,
.page-id-1547 .boton-whatsapp,
.page-id-1527 .boton-whatsapp,
.page-id-1549 .boton-whatsapp,
.page-id-1557 .boton-whatsapp,
.page-id-1693 .boton-whatsapp,
.page-id-1584 .boton-whatsapp,
.page-id-1593 .boton-whatsapp,
.page-id-1609 .boton-whatsapp,
.page-id-1614 .boton-whatsapp,
.page-id-1628 .boton-whatsapp,
.page-id-1660 .boton-whatsapp,
.page-id-1901 .boton-whatsapp,
.page-id-3523 .boton-whatsapp {
  display: none !important;
}

/* Mostrar icono información fixed */

.info-bloque {
  margin-top: 0px !important;
  margin-left: 0px !important;
  position: fixed !important;
  left: 20px !important;
  z-index: 9999 !important;
  bottom: 20px !important;
  overflow: visible !important;
}

.info-pop {
  background-color: #f8bd4b !important;
  color: white !important;
  padding: 1em !important;
  padding-top: 1.3em !important;
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
  border-radius: 10px !important;
}

.info-pop i {
  font-size: 25px !important;
  margin-top: 10px !important;
}

/* ORGANOS UNIPERSONALES IUNIT */

.elemento-organismo {
  border-right: 1px solid #ebebeb;
}

@media screen and (max-width: 767px) {
  .elemento-organismo {
    border: 0px;
  }

  /*DIZA ACADEMY*/
  .objetivos-dz,
  .img-objetivos {
    display: none;
  }
  .objetivos-responsive-dz {
    display: block !important;
  }
  .tit-objetivos-dz {
    margin-bottom: 35px;
  }
  /**/
}

/***************/
/* ZOHO STYLES */
/***************/

.zoho-form,
.zoho-form-ulacit {
  position: absolute !important;
  z-index: 9999 !important;
  top: -20px !important;
}

.zoho-form-ulacit {
  top: 40px !important;
}

.zoho-form-ulacit iframe {
  max-width: 640px !important;
  display: block;
  margin: 0px 0px 0px auto;
}

#crmWebToEntityForm {
  width: 500px !important;
  background-color: var(--color-azul) !important;
  float: right;
  border-radius: 4px !important;
}

#crmWebToEntityForm label {
  color: var(--color-celeste) !important;
  font-size: 15px !important;
}

#crmWebToEntityForm input,
#crmWebToEntityForm select {
  height: 35px !important;
  font-size: 13px !important;
}

.zcwf_privacy .dIB {
  color: var(--color-celeste) !important;
}

.zcwf_privacy {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  color: var(--color-celeste) !important;
  font-size: 15px !important;
}

.zcwf_lblTopBottom .zcwf_privacy_txt a {
  color: var(--color-golden);
}

.zcwf_row > .zcwf_col_fld > input#formsubmit {
  background-color: var(--color-golden) !important;
  border: 0px !important;
  padding: 5px !important;
  color: var(--color-celeste) !important;
  transition: 0.3s !important;
}

.zcwf_row > .zcwf_col_fld > input#formsubmit:hover {
  color: var(--color-gris) !important;
  background-color: var(--color-celeste) !important;
}

/*POP UP DOSIER*/
.popup-dosier {
  width: 100%;
}

.popup-dosier .izq,
.popup-dosier .der {
  width: 50%;
}

.titulo-popup-dosier {
  font-size: 44px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: var(--color-azul);
  border-left: 7px solid var(--color-golden);
  padding-left: 10px;
  font-weight: 500;
  margin-bottom: 40px;
}

/* ################################################################ */
/* Responsive del formulario acorde al Revolution Slider (Landings) */
/* ################################################################ */

@media only screen and (max-width: 1370px) {
  .zoho-form {
    top: -50px !important;
  }
}

@media only screen and (max-width: 1300px) {
  .zoho-form {
    top: -50px !important;
  }

  #crmWebToEntityForm {
    padding: 0px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 15px !important;
    width: 400px !important;
  }

  #crmWebToEntityForm label,
  .zcwf_privacy {
    font-size: 13px !important;
  }

  #crmWebToEntityForm input,
  #crmWebToEntityForm select {
    height: 25px !important;
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 1060px) {
  .zoho-form-ulacit {
    position: unset !important;
    z-index: unset !important;
    top: unset !important;
    width: 100% !important;
    margin: 0px !important;
  }

  .zoho-form-ulacit > .wpb_column {
    width: 100% !important;
  }

  .zoho-form-ulacit iframe {
    margin: 0px auto !important;
  }
}

@media only screen and (max-width: 980px) {
  .img-redonda:after {
    margin-left: 10%;
  }
}

@media only screen and (max-width: 928px) {
  .zoho-form {
    position: unset !important;
    z-index: unset !important;
    top: unset !important;
    width: 100% !important;
    margin: 0px !important;
  }

  #crmWebToEntityForm {
    width: 100% !important;
    background-color: var(--color-azul) !important;
    float: unset;
    border-radius: 4px !important;
    padding: 20px !important;
  }

  #crmWebToEntityForm label {
    color: var(--color-celeste) !important;
    font-size: 16px !important;
  }

  #crmWebToEntityForm input,
  #crmWebToEntityForm select {
    height: 35px !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 900px) {
  .img-redonda:after {
    display: none;
  }
}

@media only screen and (max-width: 777px) {
  .titulo-landing,
  .titulo-amarillo {
    font-size: 38px !important;
  }
}

@media only screen and (max-width: 690px) {
  .zoho-form-ulacit iframe {
    height: 780px !important;
    margin: 0px auto !important;
  }
}

@media only screen and (max-width: 481px) {
  .titulo-landing,
  .titulo-amarillo {
    font-size: 30px !important;
  }
}

.sd-title h3 {
  font-size: 24px;
}

.fusion-sharing-box {
  display: none !important;
}

/*PABLO*/
.redes_soc_noticias ul {
  display: flex;
  list-style: none;
}
.enlace_rrss_noticia img {
  width: 35px;
  margin-right: 15px;
}

.fila-ofertaeducativa .vc_column_container {
  transition: all 0.3s ease-in-out;
}

.fila-ofertaeducativa .vc_column_container:hover {
  transform: scale(1.1);
}

/*cookiebot*/

#CybotCookiebotDialog {
  color: #6e7279 !important;
}

#CybotCookiebotDialogBodyContentTitle {
  color: #6e7279 !important;
  font-size: 25px !important;
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  color: #203254 !important;
}

.CybotCookiebotDialogBodyLevelButtonDescription:hover,
#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink:hover {
  color: #203254 !important;
}

#CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #203254 !important;
  border-color: #203254 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background: #203254 !important;
  border-color: #203254 !important;
}

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection,
#CybotCookiebotDialogBodyButtonDecline {
  border-color: #203254 !important;
  color: #203254 !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: green !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

#livechat-wrapper {
  bottom: 50px !important;
}
#oct8ne-alerts-callouts-wrapper {
  bottom: 110px !important;
}
