/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0


*/
/*Fuentes
------------------------------*/
@font-face {
font-family: 'neuehaas';
src: url(‘fonts/NeueHaasDisplay-Roman.ttf’) format('ttf');;
font-weight: normal;
}

 .mejs-mediaelement video{height:auto !important;} @supports (object-fit: cover){ .mejs-mediaelement video{height:500px !important;} } /* ie edge only gets the following rule */ @supports (object-fit: cover) and (-ms-ime-align:auto) { .mejs-mediaelement video{height:auto !important;} }

/* =Theme customization starts here
------------------------------------------------------- */
body{
  font-size: 19px;
  color: #000000;
}

.home h2 {
	font-size: 48px;
}
.home h3 {
	font-size: 30px;
}
.pagina_generica h1 {
	font-size: 48px;
	margin-top: 0em;
}
.pagina_generica h2 {
	font-size: 30px;
color: #1e5aa0;
}
.pagina_generica p, .pagina_generica li{
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 300;
    text-align: justify;
}
.pagina_generica h3 {
	font-size: 30px;
}
article{
  min-height: 1080px;
}
/*menu móvil*/
.mobile_menu_bar:before, .mobile_menu_bar:after {
	color: #fff !important;
}
#main-header .et_mobile_menu {
    background-color: #fff;
}
.et_mobile_menu li a {
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #000;
}
/*CABECERA*/
.logo_container {
    top: 12px;
}
.logo_ministerio, .logo_oalv {
    display: inline-block;
    vertical-align: middle;
}
.logo_ministerio img, .logo_oalv img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    height: 55px;
	margin-right: 0.3em;
}
.et-fixed-header .logo_container {
    top: 7px;
}
.et-fixed-header .logo_ministerio img, .et-fixed-header .logo_oalv img {
    height: 37px;
}
@media (max-width: 601px){
	.logo_container {
		top: 20px;
	}
	.logo_ministerio img, .logo_oalv img {
		height: 29px;
	}
}
/*CARRUSEL*/


/*NOTICIAS HOME*/
.col-noticias .column.size-1of3:nth-child(1) article, .col-noticias .column.size-1of2:nth-child(1) article, .col-noticias .column.size-1of1 article:nth-child(1) {
    border-radius: 20px;
    padding: 1em 1.9em 1.5em 1.9em;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(/aula-mentor/wp-content/uploads/2019/05/fd-anillos.png) no-repeat #00b1b0 -32px 21px / 100%;
}
.col-noticias .column.size-1of3:nth-child(2) article, .col-noticias .column.size-1of2:nth-child(2) article, .col-noticias .column.size-1of1 article:nth-child(2) {
    border-radius: 20px;
    padding: 1em 1.9em 1.5em 1.9em;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(/aula-mentor/wp-content/uploads/2019/05/fd-anillos.png) no-repeat #8dc63f center / 100%;
}
.col-noticias .column.size-1of3:nth-child(3) article, .col-noticias .column.size-1of2:nth-child(1) article:nth-child(2), .col-noticias .column.size-1of1 article:nth-child(3) {
    border-radius: 20px;
    padding: 1em 1.9em 1.5em 1.9em;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: url(/aula-mentor/wp-content/uploads/2019/05/fd-anillos.png) no-repeat #ee3124 85px -92px / 100%;
}
.col-noticias h2.entry-title {
    color: #fff;
    font-size: 30px;
}
.col-noticias .post-content p {
    color: #fff;
	min-height: 9em;
    margin-top: 1em;
}
.col-noticias .et_pb_blog_grid .et_pb_post {
    padding: 0;
    border: 0;
    background-color: transparent;
    word-wrap: break-word;
}
/*boton más información*/
.col-noticias a.more-link {
    color: #fff;
    border:1px solid #fff;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
	padding: .4em 1em;
	-webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
}
.col-noticias a.more-link:hover {
    background-color: rgba(0,0,0,.05);
	padding: .4em 2em .4em .7em;
}

.col-noticias a.more-link:after {
    position: absolute;
    margin-left: -1em;
    opacity: 0;
    text-shadow: none;
    font-size: 32px;
    font-weight: 400;
    font-style: normal;
    font-variant: none;
    line-height: 0.8em;
    text-transform: none;
    content: "\35";
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
	font-family: ETmodules!important;
	-webkit-font-smoothing: antialiased;
}
.col-noticias a.more-link:hover:after {
    margin-left: 0;
    opacity: 1;
}

/*HOME*/
#video-home{
      margin-bottom: 20px;
}

/*SIDEBAR*/
#sidebar div.widget_text{
  background-color: #DAEBFB;
    padding: 7px;
}

#sidebar h4{
  color: #587593;
}



/*PRODUCTOS*/
.col-productos .et_pb_column {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 5px #ccc;
	padding-bottom: 1em;
}
.col-productos .et_pb_module.et_pb_image.caja-sombra-logo {
    margin: 0;
    width: 100%;
    min-height: 289px;
    position: absolute;
    display: table;
    vertical-align: middle;
    z-index: 1;
    text-align: center;
}
.col-productos .caja-sombra-logo span {
    background-color: rgba(255,255,255,0.8);
    border-radius: 50%;
    display: inline-block;
    width: auto;
    margin: 14% 21%;
}
@media only screen and (min-width: 426px) and (max-width: 980px){
	.col-productos .caja-sombra-logo span {
		margin: 26% 34%;
	}
}
@media only screen and (min-width: 981px) {
	.col-productos.column-2 .caja-sombra-logo span {
		margin: 24% 31%;
	}
}
/*SECUNDARIA*/
/*.pagina_generica header#main-header {
    background: url(/aula-mentor/wp-content/uploads/2019/05/fd-cabecera.jpg) no-repeat center/cover;
}*/
/*NOTICIAS*/
/*Listado noticias*/
.pagina_generica .et_pb_blog_0:not(.et_pb_blog_grid) .et_pb_post {
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #cccccc;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
/*** Eliminar la línea separadora del sidebar ***/
/*#main-content .container:before {background: none;}*/

/*** Ocultar el sidebar ***/
/*#sidebar {display:none;}*/

/*** Expandir el contenido para coger el area del sidebar ***/
/*@media (min-width: 981px){
#left-area {
width: 100% !important;
padding: 23px 0px !important;
float: none !important;
}
}*/
/*PIE*/

#main-footer .container{
  max-width: 1280px !important;
}
#galeria-pie img{
  width: 14%;
      margin: 1%;
      border-radius: 5%;
}
.footer-widget div {
    text-align: center;
    width: 100%;
}
.footer-widget > div img {
    opacity: 0.5;
}
.texto_ministerio {
    display: block;
    font-size: 85%;
    color: #FFFFFF;
	text-align: center;
}
.accesibilidad_aviso_legal {
    display: block;
    text-align: center;
    font-size: 85%;
}
.accesibilidad_aviso_legal a {
    color: #FFF;
}
.accesibilidad_aviso_legal span {
    font-weight: 900;
}
.logo_W3C {
    display: block;
    text-align: center;
}
@media (min-width: 1000px){
	.texto_ministerio {
		display: inline-block;
		width: 69%;
		text-align: left;
	}
	.accesibilidad_aviso_legal {
		display: inline-block;
		width: 19%;
		text-align: right;
	}
	.logo_W3C {
		display: inline-block;
		width: 11%;
		text-align: right;
	}
}
.et_fullwidth_secondary_nav #top-header .container{
padding-bottom: 7px;
}
.footer-widget > div img{
  opacity: 1;
}
.et_pb_gutters3 .footer-widget{
  margin:0;
}
#footer-widgets {
    padding: 0;
}
/*.et_pb_slider .et_pb_slide:first-child{
  height: 1080px;
}*/



body{
  background: #FFF;
}

#main-header{
  background-color: #d22630 !important;
}
#main-header.et-fixed-header {
  background-color: #d22630 !important;
}
#page-container{
  padding-top: 0 !important;
}
#gallery-1 img{
border-radius: 5%;
}
.et_pb_section_10{
  min-height: inherit !important;
}
/*.login-header{
  display: inline-block;
  font-size: 16px;
  color: #d22630;
}
.login-header input{
  padding: 7px;
  margin-right:13px;
  font-size: 16px;
}*/
.login-header {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    background-color:hsl(0deg 0% 100% / 50%);
    /*border: 2px solid #75787B;*/
    padding: 10px;
    text-align: center;
    float:right;
  /*  border-radius: 10%;
    -webkit-box-shadow: 4px 6px 5px 0px rgba(194,194,194,1);
-moz-box-shadow: 4px 6px 5px 0px rgba(194,194,194,1);
box-shadow: 4px 6px 5px 0px rgba(194,194,194,1);*/
}
.login-header input {
    padding: 7px;
    margin-right: 0;
    font-size: 16px;
    text-align: center;
    border:2px solid #1e5aa0;

}/*
.boton-acceder {
    background-color: #d22630;
    color: #FFFFFF;
}
.boton-acceder:hover {
    background-color: #FFFFFF;
    color: #d22630;
    cursor: pointer;
}*/
.boton-acceder {
    background-color: #1e5aa0;
    color: #FFFFFF;
}
.boton-acceder:hover {
    background-color: #FFFFFF;
    color: #1e5aa0;
    cursor: pointer;
}
.menu-principal{
  background-size: auto !important;
    background-position: center left !important;
  /*  background-image: url("/aula-mentor/wp-content/uploads/2021/06/logo-blanco-new.png");*/
      border-top-style: dotted !important;
      border-top-color: #ffffff;
      position: sticky;
      z-index: 9999;
      width: 100%;
      background-color: #1e5aa0 !important;
}
.imagen-cabecera-principal{
    background-size: initial;
  background-image: url("/aula-mentor/wp-content/uploads/2021/03/fondo-cabecera.jpg");
}
#menu-menu-aula-mentor li.current-menu-item a{
  text-decoration:underline;
  padding-bottom: 20px;
    margin-bottom: 3px;
}
.fullwidth-menu-nav li.mega-menu>ul>li>a:first-child{
  text-decoration:none !important;
}
.scroll-top#formulario-login{
  top:78px;
  display:none;
}
/*.scroll-top#boton-login{
  display: initial;
  top: 78px;
}*/
#boton-login a{
  float:right;
}

#rrss-verticales{
  display:none;
}


.icon-contacto{
  background: #1e5aa0;
}
.icon-faqs{
  background: #75787b;
}
.icon-facebook{
  background: #3b5998;
}
.icon-twitter{
  background: #00aced;
}
.icon-instagram{
  background: #ea2c59;
}
.icon-youtube{
  background: #a82400;
}

#rrss-horizontal{
  list-style: none !important;
  padding:0;
}
#rrss-horizontal .fa.fa-envelope-o, #rrss-horizontal .fa.fa-question-circle{
width: 115px !important;
text-align: left;
}
#rrss-horizontal .fa-question-circle::before{
    margin-left: 5px;
    margin-right: 5px;
}
#rrss-horizontal .fa-envelope-o::before{
  margin-left: 5px;
  margin-right: 4px;
}
#rrss-horizontal .fa{
width: 30px !important;
text-align: center;
margin-left:0 !important;
}
#rrss-horizontal a.icon{
  border-radius: 4px;
padding: 0.5px;
}
.scroll-top#rrss-horizontal{
  display: none;
}
.scroll-top#rrss-verticales{
  display:block;
}
#redes-sociales li{
  /*width: 30%;*/
  float: right;
  margin-bottom:6px;
}

/*#menu.scroll-top{
  background-image: url("/aula-mentor/wp-content/uploads/2021/06/logo_blanco.png")!important;
  background-color: #75787B;
  background-size: 15%;
}*/

#page-container{
      overflow-y: initial !important;
}
.login-header input::placeholder {
  font-weight: bold;
  color: #78757B;
}
#divi-sticky-header {
	top: 0;
	width: 100%;
	z-index: 99 !important;
}
#main-header, #top-header{
  display: none;
}
.nav li ul{
  width:auto;
}

.fullwidth-menu li li a {
  width: 100%;

}
.imagen-cabecera{
  height: 150px !important;
}
/*
#menu-menu-aula-mentor-2 .mega-menu ul{
  left: 60%!important;
    width: 40% !important;
    background-color: #ffffff00!important;
    box-shadow: none;
}
#menu-menu-aula-mentor-2 .mega-menu ul li{
  width: 25%;
  margin: 0 auto;
  background-color: #f8941d;
}
#menu-menu-aula-mentor-2 li ul a{
  color: #ffffff !important;
    text-align: center;
}
#menu-menu-aula-mentor-2 .mega-menu ul li:hover{
  background-color: #ffffff;
  border:2px solid #f8914d;
}
#menu-menu-aula-mentor-2 .mega-menu ul li:hover a{
  color: #1e5aa0 !important;

}*/
/*edit the Divi submenu*/
.et_pb_menu li ul {
  padding: 0!important;
  border-top: none;
  border: 2px solid #021B41;
  background-color: #021B41;
  width: 300px;
}


#menu-menu-aula-mentor-2 .sub-menu{
  display: block !important;
  justify-content: center;
  background-color: #1e5aa0 !important;
  border-top: 5px solid #f8914d;
	padding-left:0 !important;
}
#menu-menu-aula-mentor-2 .sub-menu li{
  width: 100%;
}
#menu-menu-aula-mentor-2 .sub-menu li:hover{
  background-color: #f8941d;
}
.mega-link2{
  width:19% !important;
  background: #75787b;
    margin-right: 0.5% !important;
    margin-left: 0.5% !important;
}
.mega-link2:hover{
  background: #d22630;
}
.mega-link2>a{
  text-align: center;
  padding:0 !important;
  width:100% !important;
}
.fullwidth-menu-nav li.mega-menu ul .mega-link2{
  padding: 0.5% 0 !important;
}
.fullwidth-menu-nav li.mega-menu .mega-link2>a{
  width:100% !important;
}
.mega-link2 img{
  display:inline-block;
  vertical-align: middle;
  margin:0 3% 0 auto;
  margin-right: 3%;
}
.mega-link{
  width:19% !important;
  background: #75787b;
  margin-right: 0.5% !important;
  margin-left: 0.5% !important;
}
.mega-link:hover{
  background: #d22630;
}
.mega-link a{
  text-align: center;
  padding:0 !important;
  width:100% !important;
}
.mega-link img{
  display:inline-block;
  vertical-align: middle;
    margin:0 3% 0 auto;
  margin-right: 3%;
}
#fila-principal-home-4-3{
		display:none;
	}
@media (min-width: 1920px) and (max-width: 2190px) {

	.mega-link2>a{
    font-size: 16px !important;
  }
}
.fullwidth-menu-nav li.mega-menu ul .mega-link{
  padding: 0.5% 0 !important;
}
.fullwidth-menu-nav li.mega-menu .mega-link>a{
  width:100% !important;
}
#logo-categorias{
  vertical-align: middle;
  margin-right: 3%;
}
.boton-slider div a div {
  width: 100%;
  text-align: left;
    padding-left: 7%;
}
.boton-slider div a div:hover {
  background: #e4cfcf;
}
@media (min-width: 1367px) and (max-width: 1920px) {
  #barra1:hover, #barra2:hover, #barra3:hover {
    background-size: 49%;
  }


}
@media (min-width: 1024px) and (max-width: 1366px) {

	.textoslider-mentor h1, .textoslider-curso h1{
    font-size:440% !important;
  }
  .textoslider-curso h1{
    padding-left: 0% !important;
  }
  #titulo-categoria{
    font-size: 74% !important;
  }
  #logo-categorias{
    width:20% !important;
  }
  .n2-ss-slide-background-image{
    background-size: 100% !important;
    background-position: 0 100% !important;
  }
  .mega-link img, .mega-link2 img{
    display:block;
    margin-right: auto;
  }
  .scroll-top #formulario-login{
    top:82px;

    display:none;
  }
  .scroll-top #boton-login{
    display: initial;
    top: 82px;
  }
  .scroll-top #redes-sociales{
    top:73px !important;
  }/*
  #redes-sociales{
    top:7px;
    padding: 0;
    width:260px !important;
  }*/
  #redes-sociales{
    top:0;
    padding: 0;
    width:260px !important;
  }
  .et-social-dribbble a.icon:before{
      content: '/75';
  }

  .et_pb_fullwidth_menu_0.et_pb_fullwidth_menu ul li a{
    font-size:18px !important;
  }
  #menu-enlaces-instituciones a {
    font-size: 21px !important;
  }
  #top-header .et-social-icon a {
    font-size: 24px;
}
.logo_ministerio img, .logo_oalv img {
height:41px;
margin-top:7px;
}
.flip_box .back_body{
  margin-top:-45px;
  font-size: 17px !important;
}
.fullwidth-menu li {
    padding-right: 13px;
}
.et_pb_image_wrap{
  margin-right: 27%;
}
#barra1:hover #texto-barra, #barra2:hover #texto-barra, #barra3:hover #texto-barra{
  margin-top:100% !important;
}
#barra1:hover, #barra2:hover, #barra3:hover{
  background-size: 65%;
}
}

.n2-ss-layer-content{
  margin-left:15%;
}
#seccion-principal-portada{
  background-color: #ffffff00!important;
  padding-bottom: 25px;
}
#fila-familias-profesionales img{
  max-width: inherit !important;
  width: 69px;
  height: 69px;
}
.curso-portada p{
  background-color: #d22630;
  text-align: center !important;
  font-weight: bolder;
  padding:0 9%;

}
#boton-familias.boton-activo .et_pb_blurb_content{
  background-color: #d22630;
}
#boton-aulas.boton-activo .et_pb_blurb_content{
  background-color: #d22630;
}
#boton-familias.boton-activo .et_pb_blurb_content h2{
  color:#FFF !important;
}
#boton-aulas.boton-activo .et_pb_blurb_content h2{
color:#FFF !important;
}
.curso-portada .una-linea p{
  padding:6% 9% !important;
}
.curso-portada .et_pb_blurb_description {
    position: relative;
    top: -66px;
    width: 100%;
    left: 36%;
}
.modulo-curso{
  cursor: pointer;

}
.modulo-curso h4{
  font-weight: bolder;
}
#boton-close{
display: none;
}
#fila-familias .et_pb_blurb_description{
  font-size: 13px;
}
.curso-portada .et_pb_column{
  width:30% !important;
  margin-right: 2% !important;
}
.curso-portada .et_pb_blurb_description {
    position: relative;
    top: -30px;
    width: 100%;
    left: 0%;
}
.curso-portada p{
  font-size:25px;
  padding:0;
}
@media (min-width: 1024px) and (max-width: 1366px) {
  #boton-close{
  max-width:10%;
  }
  #fila-familias .et_pb_blurb_description{
    font-size: 13px;
  }
  .curso-portada .et_pb_column{
    width:30% !important;
    margin-right: 2% !important;
  }
  .curso-portada .et_pb_blurb_description {
      position: relative;
      top: -30px;
      width: 100%;
      left: 0%;
  }
  .curso-portada p{
    font-size:17px;
    padding:0;
  }
  #boton-familias h2, #boton-aulas h2, #boton-modalidades h2{
    font-size: 28px;
  }
  #boton-familias .et-pb-icon, #boton-aulas .et-pb-icon, #boton-modalidades .et-pb-icon{
    font-size: 50px;
  }
  #boton-aulas{
    width: 100%;
    position: relative;
  }

  .curso-portada .una-linea p{
    padding:0 !important;
  }
  .modulo-curso h4{
    font-size: 16px;
  }
}
/*.modulo-curso:hover img{
  animation: roll 1.5s ;
transform: rotate(360deg) scale(1.5);
}*/
/*.modulo-curso:hover{
  border:1px solid #FFFFFF;
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg) scale(1.5);
  }
}
@media (min-width: 1024px) and (max-width: 1366px) {
  .modulo-curso:hover img{
  transform: rotate(360deg) scale(1.2);
  }
    @keyframes roll {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg) scale(1.2);
    }
  }
}*/
.negrita-gris{
  font-weight: bold;
  color: #75787B;
}
/******************************************************************************PORTADA - RRSS VERTICALES***************************************************************************/
/**********************************************************************************************************************************************************************/
.icono-rrss{
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -150px;
  z-index: 1000;
  border-radius:3%;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.fa {
  font-size: 20px;
  color: #fff;
  padding: 0 0;
  width: 40px;
  margin-left: 8px;
}

.icono-rrss:hover {
  right: 0;
}

.icono-rrss a {
  color: #fff !important;
  text-decoration: none;
  text-align: left;

  vertical-align: middle!important;
}

.float-log {
  top: 97px;
  background: #1e5aa0;
}
.float-contacto {
  top: 130px;
  background: #f8941d;
}
.float-faq {
  top: 163px;
  background: #f8941d;
}


.float-fb {
  top: 196px;
  background: #3b5998;
}

.float-tw {
  top: 229px;
  background-color: #00aced;
}

.float-yt {
  top: 262px;
  background: #a82400;
}

.float-ig {
  top: 295px;
  background: #ea2c59;
}
/*#texto-barra {
  float: left;
      transform: rotate(
  90deg
  );
        transform-origin: left top 0;
      margin-left: 51px;
      width: 500px;
      padding: 10px;
      background-color: #d2263061;
      opacity: 0.9;
      font-size: 1.8em;
      color: #FFF;
      text-transform: uppercase;
}*/

/* transform: rotate(
1deg
); */
/******************************************************************************PORTADA-SECCION BARRAS***************************************************************************/
/**********************************************************************************************************************************************************************/
.et_pb_slide_content {
    width: 100%;
    float: right;
    /* position: relative; */
    /* top: 0; */
}
#texto-barra{
  float: left;
  transform-origin: left top 0;
width: 100%;
padding: 10px;
background-color: rgba(210,38,48,0.8);
opacity: 0.9;
font-size: 0.95em;
color: #FFF;

font-weight: 900;
text-align: center;
margin-top: 26%;
transition: 0.5s ease-in-out;
}

#barra1, #barra2, #barra3, #barra4, #barra5{
  background-color: #c7b5b682;
  height: 600px;
  cursor:pointer;
  transition-delay:2s;
  transition: 0.5s ease-in-out;
}
#barra1:hover{
  background-color: #d22630;
  background-image: url("/aula-mentor/wp-content/uploads/2021/04/barra1.png");
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
  /*background-image: url("http://10.192.100.113/aula-mentor/wp-content/uploads/2021/03/sobre-nosotros.png");
  background-position: 50% 10%;
  background-repeat: no-repeat;*/

}
#barra2:hover{
  background-color: #d22630;
  background-image: url("/aula-mentor/wp-content/uploads/2021/04/barra3.png");
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
  /*background-image: url("http://10.192.100.113/aula-mentor/wp-content/uploads/2021/03/sobre-nosotros.png");
  background-position: 50% 10%;
  background-repeat: no-repeat;*/
}
#barra3:hover{
  background-color: #d22630;
  background-image: url("/aula-mentor/wp-content/uploads/2021/04/barra2.png");
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
  /*background-image: url("http://10.192.100.113/aula-mentor/wp-content/uploads/2021/03/sobre-nosotros.png");
  background-position: 50% 10%;
  background-repeat: no-repeat;*/
}
#barra4:hover{
  background-color: #d22630;
  background-image: url("/aula-mentor/wp-content/uploads/2021/05/barra4.png");
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
  /*background-image: url("http://10.192.100.113/aula-mentor/wp-content/uploads/2021/03/sobre-nosotros.png");
  background-position: 50% 10%;
  background-repeat: no-repeat;*/
}
#barra5:hover{
  background-color: #d22630;
  background-image: url("/aula-mentor/wp-content/uploads/2021/05/barra5.png");
  background-size: cover;
  background-repeat: no-repeat;
background-position: center;
background-size: cover;
  /*background-image: url("http://10.192.100.113/aula-mentor/wp-content/uploads/2021/03/sobre-nosotros.png");
  background-position: 50% 10%;
  background-repeat: no-repeat;*/
}

#barra1:hover #texto-barra{
  background-color: rgba(37, 34, 34, 0.3);
  /*margin-top:68%;*/
  margin-top:40%;
}
#barra2:hover #texto-barra{
  background-color: rgba(37, 34, 34, 0.3);
  /*margin-top:68%;*/
  margin-top:40%;
}
#barra3:hover #texto-barra{
  background-color: rgba(37, 34, 34, 0.3);
  /*margin-top:68%;*/
  margin-top:40%;
}
#barra4:hover #texto-barra{
  background-color: rgba(37, 34, 34, 0.3);
  /*margin-top:68%;*/
  margin-top:40%;
}
#barra5:hover #texto-barra{
  background-color: rgba(37, 34, 34, 0.3);
  /*margin-top:68%;*/
  margin-top:40%;
}
.carrusel-noticias .et_pb_slide_content {
    width: 100%;
    float: right;
}
.carrusel-noticias h2.et_pb_slide_title {
  display: none;

}
.carrusel-noticias .et_pb_slide_image{
  padding:0;
  margin-top:0% !important;
}
.carrusel-noticias .et_pb_slide_description{
  padding: 0;
  border-top: 2px solid #75787b;
}
.carrusel-noticias .et_pb_slider_container_inner{
vertical-align: top;
}
.carrusel-noticias .et_pb_slide{
  padding:0 !important;
}
.carrusel-noticias .et-pb-controllers{
  bottom:0;
}
.carrusel-noticias .et_pb_button_wrapper{
  margin-right: 20px;
}
/******************************************************************************SOBRENOSOTROS***************************************************************************/
/**********************************************************************************************************************************************************************/
.migas-pan{
  border-bottom: 3px dotted #f8941d;
}
#digital, #basicas, #prof, #idiomas, #orienta, #modalid{
  position:relative;
  left:5000px;
}
#cuadro-texto{
  background-color: #d226300d;
color: #75787b;
padding: 5%;
text-align: justify;
font-weight: bold;
border: 4px solid #d22630;
border-image: linear-gradient(
45deg
, #d22630, #75787B) 1;
}
#listado-memoria{
	list-style:none;
}
#listado-memoria .fas{
	color:#f8941d;
}

.menu-activo{
  background-color: #d22630 !important;
}

#menu-aulamentor h1, #menu-vision h1, #menu-historia h1, #menu-instituciones h1, #menu-normativa h1{
  text-align: right;
  margin:0;
  padding:0;
}

#menu-aulamentor, #menu-vision, #menu-historia, #menu-instituciones, #menu-normativa{
  cursor: pointer;
  padding:3%;
  position:relative;
}

#menu-enlaces-instituciones a{
  color: #d22630;
  font-size: 27px;


}
#menu-enlaces-instituciones a:hover{
  color: #75787B;
  text-decoration:underline;
}
#menu-enlaces-instituciones {
  color: #000;
  text-align: right;
  padding: 4%;
}
#menu-enlaces-instituciones li{
  list-style: none;
    left: -1000px;
    position: relative;
}
#menu-enlaces-instituciones li::before{
  content: "►";
	color: #d22630;
	display: inline-block;
	width: 1em;
	margin-left: -1em
}
#menu-enlaces-instituciones.mostrar-enlaces{
  display: block;
  margin-top: -9.27%;
}
#menu-aulamentor::before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #d22630;
  transition: all 1s ease;
}
#menu-aulamentor:hover:before {
width: 100%;
}
#menu-vision:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #d22630;
  transition: all 1s ease;
}
#menu-vision:hover:before {
width: 100%;
}
#menu-historia:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #d22630;
  transition: all 1s ease;
}
#menu-historia:hover:before {
width: 100%;
}
#menu-instituciones:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #d22630;
  transition: all 1s ease;
}
#menu-instituciones:hover:before {
width: 100%;
}
#menu-normativa:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #d22630;
  transition: all 1s ease;
}
#menu-normativa:hover:before {
width: 100%;
}

#lista4 ol {
    counter-reset: li;

    list-style: upper-latin;

    font: 19px ;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    /*color:#d22630;*/

}

#lista4 ol {
    margin: 0 0 0 2em;
}

#lista4, #lista5 {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/

    margin: 0;
    margin-left: 3em;
    padding: 0;
    margin-top: 3%;
    counter-reset: li-counter;
}

#lista4 > li, #lista5 > li{
    position: relative;
    margin-bottom: 20px;
    padding: 1em;
    border-left: 4px solid #1e5aa0;
    background-color: white;

}

#lista4 > li:before {
  position: absolute;
top: 0;
left: -95px;
width: 1em;
font-size: 4em;
line-height: 1;
font-weight: bolder;
text-align: right;
color: #f8941d;
z-index: -99;
overflow: hidden;
content: counter(li-counter);
counter-increment: li-counter;
}
#boton-faq{
	 transition: all 1s ease;
  cursor:pointer;
}
#boton-aulamentor, #boton-vision, #boton-historia{
  transition: all 1s ease;
  cursor:pointer;
}
#columna-historia .divienhancer_timeline_date{
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  color: #f8941d;
      font-size: 50px;
}
#columna-historia .divienhancer_timeline_child_inner{
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
font-weight: 300;
text-align: justify;
}
#modulo-imagensincirculo img{
	clip-path:none !important;
}
#columna-cursos .et_pb_image_wrap{
  margin-right: 0%;
}
@media (min-width: 1280px) and (max-width: 1919px) {
	#boton-imagen-memoria{
		max-width:45%;
	}
	.modulo-imagen-sobrenosotros{
		width: 50% !important;
    clip-path: circle(28% at 50% 50%) !important;
	}
}
/******************************************************************************CURSO***************************************************************************/
/**********************************************************************************************************************************************************************/

@media (min-width: 1280px) and (max-width: 1920px) {
  .titulo-curso h1{
    font-size: 36px;
  }
}
#curso h2{
  color: #d22630;
  font-weight: bolder;
}
@media (min-width: 1024px) and (max-width: 1366px) {
.boton-curso a{
  font-size:17px !important;
}
.pagina_generica h1 {
  font-size: 32px;
}
}
.icono-epigrafecurso{
  display: inline-block;
  margin-right: 10px;
}
.titulo-epigrafecurso{
  display: inline-block;
  font-size: 40px !important;
    color: #75787b !important;
}
.itinerario{
  width:100%  ;
  margin-bottom: 0 !important;
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 0 0 0 0;

  cursor:pointer;
}
#itinerario1,#itinerario2, #itinerario3, #itinerario4, #itinerario5, #itinerario6{
  border-bottom: 8px solid #80808042;
}
.itinerario:hover{
  color:#d22630;
  border-color: #d22630 !important;
}
.migas-pan .separator{
  font-size:19px !important;
}
.subrayado{
  border-bottom:25px solid #d22630 !important;
  color: #d22630 !important;
  font-weight: bolder;
}
.listado-ciclos-curso li{
  color: #d22630;
}
.parrafo-curso p{
  padding-bottom: 0;
}
#fila-itinerarios{
  display: flex;
  align-items: center;
}

.subrayado-negrita{
  text-decoration: underline;
  font-weight: bold
}
.unidad-competencia{
  font-weight: bold;
  color: #d22630;
  text-align: center;
}
#cualificacion{
  display: inline-block;
  width:100%;
}
#cualificaciona{
  width:39%;
  display: inline-block;
    vertical-align: top;
}
#cualificaciona p{
  margin-right: 5%;
}
#cualificacionb{
  width: 59%;
  display: inline-block;
    vertical-align: top;
}
#cualificacionb li{
  color: #d22630;
}
.et_post_meta_wrapper {
    display: none;
}
.cursos-template-default .container{
  padding-top:0px !important;
  max-width:initial;
  width:100%;
}
/*****************************************************BUSQUEDA*******************************************************/
.pagina-busqueda .container{
  width: 100% !important;
  max-width: inherit !important;
  padding: 0 !important;
}
.pagina-busqueda #content-area{
  min-height: 1080px !important;
}
.pagina-busqueda  .nombre-curso .fa{
  color:#d22630;
}
.pagina-busqueda #left-area{
  width: 100% !important;
  padding: 0 !important;
}
.pagina-busqueda #left-area ul{
  padding: 0;
}
.pagina-busqueda .entry-title{
  color: #d22630!important;
    text-align: center;
}
.pagina-busqueda .lwp-breadcrumbs{
  color: #d22630;
}
.pagina-busqueda .nombre-curso{
  margin-left: 5%;
  color: #75787B;

}
.pagina-busqueda article.cursos{
  min-height: inherit;
}
.pagina-busqueda .container:before {
  background-color: transparent !important;
}
/*****************************************************LISTADO FAMILIA*******************************************************/
.listado-familia .post-content{
  display: none;
  }
  .listado-familia .entry-title{
    margin-top: -1%;
text-align: center;

position: relative;
color: white;
width:1080px;
  }
  .et_pb_ajax_pagination_container:nth-child(odd) article h2{
    background: #d22630;
    }
    .et_pb_ajax_pagination_container:nth-child(even) article h2{
      background: #75787b;
      }
/*****************************************************LISTADO CURSOS CONVOCATORIA*******************************************************/

@media (min-width: 1280px) and (max-width: 1919px) {
	.listado-cursos-convocatoria .et_pb_row{
		margin-left:19% !important;
	}
}
.listado-cursos-convocatoria .et_pb_row{
  vertical-align: top;
	margin-left:5.5%;
}
.listado-cursos-convocatoria #imagen-familia img{
  width:419px;
  height:120px;
}
.listado-cursos-convocatoria #imagen-titulo-familia .et_pb_main_blurb_image{
  width:100px;
}
.listado-cursos-convocatoria #imagen-titulo-familia .et_pb_main_blurb_image img{
  margin-top:-6%;
}
.listado-cursos-convocatoria ul{
text-decoration: none;
list-style-type: none;

margin-bottom:1%;
}
.listado-cursos-convocatoria li{
  margin-top:1%;
  color:#9e9797;
}
.listado-cursos-convocatoria .fas{
  color: #f8941d;
  margin-left: 0.5%;
      font-size: 18px;
}
.listado-cursos-convocatoria .fab, .listado-cursos-convocatoria .far{
  color: #d22630;
	border: 2px solid #d22630;
    border-radius: 50%;
    padding: 1%;
  margin-left:1.5%;
}
.listado-cursos-convocatoria .cursos-mentor .fa-key{
	    border: 2px solid #f8941d;
    border-radius: 50%;
    padding: 1%;
	margin-left:0.5%;
	font-size: 12px;

}
.leyenda-catalogo .fa-key{
	    border: 2px solid #f8941d;
    border-radius: 50%;
    padding: 0.5%;
	margin-left:0%;
	font-size: 12px;
}
.itinerario-mentor{
	cursor:pointer;
	color:#4d5154 !important;
}
.titulo-itinerario {
    display: inline-flex;
    align-items: baseline;
}
.listado-cursos-convocatoria .cursos-mentor .fa-external-link-alt {
    color: #1e5aa0;
    font-size: 12px;
    margin-left: 1.5%;
    border: 2px solid;
    border-radius: 50%;
    padding: 1%;
}
.leyenda-catalogo .fa-external-link-alt {
    color: #1e5aa0;
    font-size: 12px;
    margin-left: 0%;
    border: 2px solid;
    border-radius: 50%;
    padding: 0.5%;
}
.leyenda-catalogo .fa-plus-square{
	color: #1e5aa0;
	margin-left:0;
	font-size:20px;
}
#modulo-itinerarios{
	min-height:50px;
}

.lista-itinerarios{
	display:none;
	padding:2% 0;
}
.bloque-familia{
	cursor:pointer;
}
.ver-ocultar .fa-minus-square{
	display:none;
}
.ver-ocultar{
	margin-top:-12px;
	position:absolute;
	left:96.7%;
}
.ver-ocultar .fas{
	font-size:30px;
	cursor:pointer;
	color:#1e5aa0;
}
.listado-cursos-convocatoria a{
 color: #000;
}
.listado-cursos-convocatoria h3{
  margin-top: 0%;
    color: #1e5aa0;
    font-weight: bold;
    font-size: 20px;
	    line-height: 25px;
}
.listado-cursos-convocatoria {
  background-color: rgba(0,0,0,0);
}
.imagen-familia{
  vertical-align: middle;
  width:50px;
  margin-right: 1%;
  border: 2px solid #FFF;
  border-radius: 50%;
}
/*.entry-title::after, .entry-title::before{
  display: inline-block;
  content: "";
  border-bottom: 4px solid #75787b;
  border-top: 1px solid #75787b;
  width: 8rem;
  height: 8px;
  margin: 0 .5rem;
  vertical-align: text-bottom;
  -webkit-transform: translateY(-1rem);
  -moz-transform: translateY(-1rem);
  -ms-transform: translateY(-1rem);
  -o-transform: translateY(-1rem);
  transform: translateY(-1rem);
}*/
/*****************************************************MODELOS FORMATIVOS*******************************************************/
.modelo-formativo ul{
  list-style-type: none !important;
}
.modelo-formativo ul.fa-ul ul li ul i{
  color: #75787B;
}
.modelo-formativo ul.fa-ul i{
  color: #f8941d;
}
#circulo-texto1 .et-pb-icon, #circulo-texto2 .et-pb-icon, #circulo-texto3 .et-pb-icon{
  transition: all 1s;
}
#circulo-texto1:hover .et-pb-icon, #circulo-texto2:hover .et-pb-icon, #circulo-texto3:hover .et-pb-icon, #boton-empleabilidad:hover .et-pb-icon{
  transform:scale(1.2) rotate(360deg);
}
/*****************************************************MENTOR ORIENTA*******************************************************/
.negrita-rojo{
  font-weight: bold;
  color: #d22630;
}
.mentor-orienta ul{
  list-style-type: none !important;
}
.mentor-orienta ul.fa-ul ul li ul i{
  color: #75787B;
}
.mentor-orienta ul.fa-ul i{
  color: #d22630;
}
#boton-informacion .et-pb-icon, #boton-orientacion .et-pb-icon{
  transition: all 1s;
}
#boton-informacion:hover .et-pb-icon, #boton-orientacion:hover .et-pb-icon{
  transform:scale(1.2) rotate(360deg);
}
/*****************************************************RED AULAS*******************************************************/
@media (min-width: 1920px) {
  .red-aulas .mapa{
    width:1920px !important;
  }
}
.i4ewOd-pzNkMb-tJHJj {
    background-color: #d22630;
}

/*****************************************************ORIENTACION*******************************************************/
.orientacion h2{
  color: #d22630;
}
.orientacion .et_pb_accordion_0.et_pb_accordion h3.et_pb_toggle_title, .orientacion .et_pb_accordion_1.et_pb_accordion h3.et_pb_toggle_title, .orientacion .et_pb_accordion_2.et_pb_accordion h3.et_pb_toggle_title{
  color: #d22630 !important;
}
#boton-habilidades .et-pb-icon, #boton-digitales .et-pb-icon, #boton-emprendimiento .et-pb-icon, #boton-empleabilidad .et-pb-icon{
  transition: all 1s;
}
#boton-habilidades:hover .et-pb-icon, #boton-digitales:hover .et-pb-icon, #boton-emprendimiento:hover .et-pb-icon, #boton-empleabilidad:hover .et-pb-icon{
  transform:scale(1.2) rotate(360deg);
}

/*****************************************************INICIO 2*******************************************************/
#fila-principal-home .et_pb_image_wrap {
	margin:0 auto;
}
#boton-catalogo-home .et_pb_blurb_content{
	max-width:100%;
}
#boton-catalogo-home .et_pb_main_blurb_image{
	width:40%;
	clip-path: circle(109.7% at 2% 67%);
}
#boton-catalogo-home .et_pb_blurb_container{
	width:60%;
}

#boton-catalogo-home h2{
	color: #1e5aa0;
	margin-top:3%;
}
@media (max-width: 1920px) {
	#boton-catalogo-home .et_pb_main_blurb_image{
	width:47%;
	}
	#boton-catalogo-home h2{
	font-size:33px;
	}
	#boton-catalogo-home p{
	font-size:17px
	}
}

.cabecera-principal .fa{
  color: #f8941d;
font-size: 41px;
animation: move-chevron 1.5s ease-out infinite;
}
@keyframes move-chevron {
 25% {
  opacity: 1;
	}
 33.3% {
  opacity: 0.75;
  transform: translateY(3px) scale(1.25);
 }
 66.6% {
  opacity: 0.5;
  transform: translateY(5px) scale(1.5);
 }
 100% {
  opacity: 0;
  transform: translateY(7px) scale(1.75);
 }
}
.cabecera-principal h1{
  font-weight: 300 !important;
}
.letra-fina{
  font-weight: 300 !important;
}
#fila-naranja-cabecera-arriba{
  background-color: #f8941d;
width: 100% !important;
padding: 0!important;
height: 72px;
margin: 0;
max-width: 100% !important;


background-size: auto !important;
  background-position: center left !important;
  background-image: url(/wp-content/uploads/2021/03/escudo-mefp.gif);
	display:flex;
	align-items:center;
}
#grupo-perfiles a{
	color:#FFFFFF;
	font-size:15px;
}
#grupo-perfiles{
	color:#FFFFFF;
	display:inline-block;
}
#enlaces-perfiles .fas{
	color:#FFFFFF;
	font-size:15px;
}
#fila-naranja-cabecera-abajo{
  background-color: #f8941d;
width: 100% !important;
padding: 0!important;
height: 40px;
margin: 0;
max-width: 100% !important;
clip-path: polygon(0 0, 10% 0, 5% 100%, 0 100%);
clip-path: -webkit-polygon(0 0, 12% 0, 7% 100%, 0 100%);
}
.cabecera-principal .et_pb_row{
  width:100% !important;
  max-width:100% !important;
  margin-top: 1%;
}
#supernegrita{
  font-weight: 1000;
}
#boton-anexo1{
  width: 40%;
  display: inline-flex;
  margin-top: 2%;
  margin-left: 10%;
  padding: 2%;
  margin-right: 1%;
  border-left:20px solid #1e5aa0;
  cursor:pointer;
	margin-bottom: 2%;
}
#boton-anexo2{
  width: 40%;
  display: inline-flex;
  padding: 2%;
  border-left:20px solid #1e5aa0;
  cursor:pointer;
	margin-bottom: 2%;
}
#boton-acesso-anexo1{
  margin-left: 10% !important;
  margin-right: 1% !important;
}
#boton-anexo1 h3, #boton-anexo2 h3{
  font-size: 25px !important;
}
#boton-anexo1:hover .et-pb-icon{
  transform:rotate(45deg);
}

#boton-anexo2:hover .et-pb-icon{
  transform:rotate(45deg);
}

#boton-anexo1 .nombre-anexo{
  color:#1e5aa0;
  transition: all 1s ease;
}
#boton-anexo2 .nombre-anexo{
  color:#1e5aa0;
  transition: all 1s ease;
}
#boton-anexo1:hover .nombre-anexo{
  color: #f8941d !important;
}
#boton-anexo2:hover .nombre-anexo{
  color: #f8941d !important;
}
#boton-anexo1:hover:before {
width: 100%;
}
#boton-anexo1:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #1e5aa0;
  transition: all 1s ease;
}
#boton-anexo2:hover .nombre-anexo{
  color: #f8941d !important;
}
#boton-anexo2:hover:before {
width: 100%;
}
#boton-anexo2:before {
  content:"";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0px;
  height: 100%;
  background: #1e5aa0;
  transition: all 1s ease;
}
#fila-numeros .fa{
  color:#FFF;
  font-size: 100px;
}
#fila-numeros .title{
  border-top: 3px solid #FFF;
}

#imagen-chica img, #imagen-chico img{
  width: 400px;
  height: 600px;
}
#imagen-estudiantes img{
  width: 650px;
  height: 600px;
  z-index:-1;
}
#imagen-estudiantes{
  width: 750px;
}
#imagen-chica{
  width: 400px;
}
#imagen-chico{
  width: 400px;
  margin-left: -43%;
}
#noticias article{
  min-height: 600px;
}
#noticias h2{
  background: none;
  color:#1e5aa0;
  font-weight: 500;
}
/*#noticias #noticias-col1{
  width:34% !important;
}
#noticias #noticias-col2{
  width:60% !important;
}*/
#noticias .et_pb_row{
  max-width: 1920px !important
}
#noticias .fa{
  color:#f8941d;
  font-size: 84px;
}
#cards-noticias .nextpostslink, #cards-noticias .previouspostslink{
  font-size:25px !important;

}
#cards-noticias .entry-title a{
  color:#1e5aa0 !important;

}
#cards-noticias .entry-title a:after{
  position: absolute;
right: auto;
/* bottom: -28px; */
/* left: 0; */
content: '';
transform: translateX(-50%);
display: block;
width: 5%;
height: 6px;
margin: 0.2% 0 0 2.5%;
background-color: #f8941d;

  }
#cards-noticias .post-content p{
  color:#000 !important;
  font-weight: 300 !important;
}
#cards-noticias .simbolo-siguiente{
  font-size:30px !important;
  color: #f8941d !important;
  font-weight: bold;
  margin-top: -8px;
}

#footer-bottom{
  background-color: #f8941d !important;
}
#paginas-amigas .et_pb_module{
  width:329px;
}
#paginas-amigas img{
  height: 68px;
  width: 164px;
  box-shadow: 6px 8px 0px 0px rgb(255 255 255 / 26%)
}
#paginas-amigas{
  padding: 0;
}

#modulos-secciones h2{
  font-weight: 500;
}
#formulario-login tr>:first-child{
  display:none;
}
#formulario-login{
  display: none;
}
#boton-acceso{
  height: 50px;
  width:200px;
  float:right;
  border-bottom-radius: 5%;
  background-color: #1e5aa0;
  color:#FFF;
}
@media (max-width: 1919px) {

#modulo-aulamentor{
  margin-top:2% !important;
}
#boton-anexo1{
  display: block;
  width: 100%;
  margin-left: 0;
  padding:0.5%;
  margin-top: 7%;
}
#boton-anexo1:hover{
  width: 110%;
}
#boton-acesso-anexo1, #boton-acesso-anexo2{
 width:100%;
	display:block;
	    margin: 2% auto !important;
	}

#fila-naranja-cabecera-abajo{

clip-path: polygon(0 0, 20% 0, 15% 100%, 0 100%);
clip-path: -webkit-polygon(0 0, 20% 0, 15% 100%, 0 100%);
}
#boton-anexo2:hover{
  width: 110%;

}


#boton-anexo2{
  width:100%;
  display: block;
  padding:0.5%;

}
#boton-anexo1 h3, #boton-anexo2 h3{
  font-size: 22px;
}
#boton-anexo1 .et-pb-icon, #boton-anexo2 .et-pb-icon{
  font-size: 43px !important;
}
#imagen-chica{
  width: 400px;

}
#imagen-chico{
  width: 400px;
  margin-left: -32%;
}
#modulos-secciones h2{
  font-size: 52px ;
  font-weight: 500;
}
#modulos-secciones p{
  font-size: 60%;
}
#modulos-secciones .et_pb_image_wrap {
  margin-right: 0;
}
#noticias h2{
  font-size: 52px;
  font-weight: 500;
}
/*#noticias #noticias-col1{
  width:32% !important;
}
#noticias #noticias-col2{
  width:60% !important;
}*/
#noticias .fa{
  color:#f8941d;
  font-size: 52px;
}
#noticias h2{
  font-weight: 500;
}
#cards-noticias h2{
  font-size: 32px;
}
#fila-numeros .title{
  font-size: 29px;
}
#menu.scroll-top{
  background-size: 20%;
}
}
/*****************************************************CATALOGO DE FORMACION 2*******************************************************/
#bola-anexo .info{
  display: flex;
    align-items: center;
}
#bola-anexo p{
  font-size: 20px;
  border-top:none;
}
#titulo-pagina h1.entry-title:after{
  position: absolute;
      right: auto;
      bottom: -28px;
      left: 50%;
      content: '';
      transform: translateX(-50%);
      display: block;
      width: 20%;
      height: 15px;
      margin: 0 auto;
      background-color: #f8941d;
}
#anexos h2:after{
  position: absolute;
      right: auto;
      bottom: -5px;
      left: 13%;
      content: '';
      transform: translateX(-50%);
      display: block;
      width: 26%;
      height: 9px;
      margin: 0 auto;
      background-color: #f8941d;
}
#anexos{
  padding-top:0;
}
#fila-anexo{
  width: 100% !important;
    max-width: 100%!important;
    margin-bottom:5%;
}
#fila-anexo1, #fila-anexo2{
  padding:0 !important;
}
#fila-anexo1:hover img, #fila-anexo1:hover h2:after{
  transition: all 1s ease;
}
#fila-anexo1:hover img{
opacity: 0.4;

}
#fila-anexo1:hover h2:after{
width: 50%;
left:25%;
}
#fila-anexo2:hover img, #fila-anexo2:hover h2:after{
  transition: all 1s ease;
}
#fila-anexo2:hover img{
opacity: 0.4;
}
#fila-anexo2:hover h2:after{
width: 50%;
left:25%;
}
#fila-basica1, #fila-basica2, #fila-basica3{
  padding:0 !important;
}
#fila-basica1:hover img, #fila-basica1:hover h2:after{
  transition: all 1s ease;
}
#fila-basica1:hover img{
opacity: 0.4;

}
#fila-basica1:hover h2:after{
width: 50%;
left:25%;
}
#fila-basica2:hover img, #fila-basica2:hover h2:after{
  transition: all 1s ease;
}
#fila-basica2:hover img{
opacity: 0.4;
}
#fila-basica2:hover h2:after{
width: 50%;
left:25%;
}
#fila-basica3:hover img, #fila-basica3:hover h2:after{
  transition: all 1s ease;
}
#fila-basica3:hover img{
opacity: 0.4;
}
#fila-basica3:hover h2:after{
width: 50%;
left:25%;
}
#basicos h2:after{
  position: absolute;
      right: auto;
      /* bottom: -28px; */
      left: 13%;
      content: '';
      transform: translateX(-50%);
      display: block;
      width: 26%;
      height: 5px;
      margin: 0 auto;
      background-color: #f8941d;
}
#basicos{
  padding-top:0;
  margin-top:3%;
}
#basicos2 h2:after{
  position: absolute;
      right: auto;
      /* bottom: -28px; */
      left: 13%;
      content: '';
      transform: translateX(-50%);
      display: block;
      width: 26%;
      height: 5px;
      margin: 0 auto;
      background-color: #f8941d;
}
#basicos2{
  padding-top:0;
  margin-bottom:3%;
}
#basicos h2{
  font-size: 33px !important
}
@media (max-width: 1919px) {
	#catalogo-cursos{
		max-width: 70%!important;
    width: 100%;
	}
#anexos .et_pb_image_wrap{
  margin-right: 0;
}
#anexos .et_pb_row{
      margin: 2% auto !important;
}
#titulo-pagina h1{
  font-size: 53px;
}
#titulo-pagina h1.entry-title:after{
  width:37%;
  height: 10px;
}
.listado-cursos-convocatoria .et_pb_image_wrap{
  margin:0 !important;
}
#fila-anexo1, #fila-anexo2{
  display: block;
  width: 60%;
  max-width: 60% !important;
}
#fila-basica1, #fila-basica2, #fila-basica3 {
  max-width: 45%!important;
  width: 45% !important;
}
#fila-basica1 .et_pb_image_wrap, #fila-basica2 .et_pb_image_wrap, #fila-basica3 .et_pb_image_wrap {
  margin-right: 0 !important;
}
#basicos h2{
  font-size: 28px;
}
}
/*****************************************************INFORMACIÓN******************************************************/
#bloque-caracteristicas .et-pb-icon, #bloque-cursos .et-pb-icon{
  font-size: 100px !important;
}
#bloque-caracteristicas h2:after, #bloque-cursos h2:after{
  position: absolute;
      right: auto;
      /* bottom: -28px; */
      left: 13%;
      content: '';
      transform: translateX(-50%);
      display: block;
      width: 26%;
      height: 5px;
      margin: 0 auto;
      background-color: #f8941d;
}
#bloque-caracteristicas .et_pb_main_blurb_image{
  width:150px;
  clip-path: circle(45.5% at 21% 21%);
}
#bloque-caracteristicas .et_pb_row  .et_pb_main_blurb_image{
  transition: all 0.6s ease;
}
#bloque-caracteristicas .et_pb_row:hover  .et_pb_main_blurb_image{
  clip-path: circle(60.5% at 21% 21%);
}
#bloque-caracteristicas .et_pb_blurb_content, #bloque-cursos .et_pb_blurb_content{
  margin-left: 0;
  max-width: 100%;
  padding-right:2%;
}
#columna-cursos  img{
  max-height: 250px !important;
clip-path: circle(39% at 50% 50%);

}
#slider-caracteristicas .et_pb_slide_image{
  margin-top:0 !important;
}
#slider-caracteristicas .et_pb_slide_description{
  padding-top: 2%;
}
#imagen-caracteristicas{
  background-image: url(/aula-mentor/wp-content/uploads/2021/06/caracteristicas.jpg);
  background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#imagen-cursos-itinerarios{
  background-image: url(/aula-mentor/wp-content/uploads/2021/06/cursos-itinerarios.jpg);
  background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#fila-botones{
  width:45%;
  display:inline-block;
  vertical-align: top;
}
#fila-informacion, #fila-informacion2{
  width: 45%;
  display: inline-block;
  padding-top: 0;
}
#fila-informacion .et_pb_module, #fila-informacion2 .et_pb_module{
  margin-bottom: 0;
}
#fila-informacion .fas{
  color: #1e5aa0;
  font-size: 50px;
    vertical-align: middle;
}
#fila-informacion .et-pb-slider-arrows{
  color: #f8941d;
}
#boton-caracteristicas, #boton-cursos{
  transition: all 1s ease;
  cursor:pointer;
}
#boton-caracteristicas.boton-activo{
  width:95%;
  background-color: #f8941d;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
#boton-cursos.boton-activo{
  width:95%;
  background-color: #f8941d;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
#boton-listado-cursos ul{
  width:90%;
  text-align: right;
  list-style-type: none;



}
#boton-listado-cursos li{
  left:-10000px;
  position:relative;
    line-height: 35px;
    cursor: pointer;
}
#boton-listado-cursos li:hover{
  color: #f8941d;
}
.lista-activa{
  color:#f8941d;
  font-weight: bold;
}

#boton-listado-cursos ul .fas{
  color: #f8941d;
}
#slider-caracteristicas:hover .et-pb-arrow-next{
  right: 0;
}
#slider-caracteristicas:hover .et-pb-arrow-prev {
    left: 0;
  }
  #slider-caracteristicas .et-pb-arrow-next{
    opacity: 1;
    right:0;
  }
  #slider-caracteristicas .et-pb-arrow-prev{
    opacity: 1;
    left: 0;
  }
  #slider-caracteristicas .et-pb-controllers .et-pb-active-control {
    background-color: #f8941d;
  }
  #slider-caracteristicas .et-pb-controllers a {
    background-color: rgb(30 90 160 / 39%);
  }
  #columna-cursos #modulo-defecto img{
    clip-path: inherit;
    margin:0 auto;
  }
  #columna-cursos .parrafo-logo
  {
    text-align: center;
  }
.boton-acceso:hover .et-pb-icon{
	transform: rotate(45deg);
}
@media (max-width: 1281px) {
	.seccion-accesos{
		display:none !important;
	}
	.fila-acceso{
		display:block !important;
		max-width:60% !important;
		width:60% !important;
	}
}
/*****************************************************ORIENTACION******************************************************/
#menu ul .rrss-mobile{
  display: none !important;
}
.seccion-orientacion h2{
  font-size: 40px !important;
}
#boton-ambito-personal, #boton-desem-profesional, #boton-ambito-profesional {
  transition: all 1s ease;
  cursor:pointer;
}
#boton-ambito-personal.boton-activo, #boton-desem-profesional.boton-activo, #boton-ambito-profesional.boton-activo{
  width:95%;
  background-color: #f8941d;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
.boton-activo{
  width:95% !important;
  background-color: #f8941d !important;
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 0 50%, 0% 0%);
}
#boton-ambito-personal, #boton-desem-profesional, #boton-ambito-profesional{
cursor: pointer;
}
#columna-ambito-personal img, #columna-desem-profesional img, #columna-ambito-profesional img {
    max-height: 250px !important;
    clip-path: circle(39% at 50% 50%);
}
#modelo-canvas ul{
  list-style-type: none;
}
#modelo-canvas  .fas{
  color: #f8941d;
}
#modelo-canvas .far{
  color: red;
}
#modelo-canvas a {
  color: #1e5aa0;
}
#cards-formaciones img{
  clip-path: circle(35% at 50% 50%);
}
#listado-ambito-profesional, #listado-desem-profesional{
display: none;
}
#listado-ambito-personal ul, #listado-ambito-profesional ul, #listado-desem-profesional ul{
  width:90%;
  text-align: right;
  list-style-type: none;

}
#listado-ambito-personal li{
  position:relative;
    line-height: 35px;
    cursor: pointer;
}
 #listado-ambito-profesional li, #listado-desem-profesional li{
  left:-1000px;
  position:relative;
    line-height: 35px;
    cursor: pointer;
}
#listado-ambito-personal li:hover, #listado-ambito-profesional li:hover, #listado-desem-profesional li:hover{
  color: #f8941d;
}
#columna-marca ul, #columna-sociales ul{
  list-style-type: none;
      line-height: 39px;
}
#columna-marca .fas, #columna-sociales .fas{
  color: #f8941d;
  font-size: 25px;
}
#columna-marca h3:after, #columna-curriculum h3:after, #columna-yacimientos h3:after, #columna-sociales h3:after {
  position: absolute;
    right: auto;
    /* bottom: 0; */
    left: 49%;
    content: '';
    transform: translateX(-50%);
    display: block;
    width: 15%;
    height: 5px;
    margin: 0.7% auto;
    background-color: #f8941d;
}
#boton-marca, #boton-curriculum, #boton-yacimientos, #boton-sociales{
  transition: all 1s ease;
  cursor:pointer;
}
#negrita-naranja{
  font-weight: bold;
  color: #f8941d;
}
#flecha-moduloformativo .fa{
  color: #f8941d;
font-size: 115px;
animation: animacion-flecha 1.5s ease-out infinite;
}
@media (min-width: 1280px) and (max-width: 1920px) {
.bloqtexto-modformativo{
font-size:15px !important;
height:200px !important;
}
}
@keyframes animacion-flecha {
 25% {
  opacity: 1;
	}
 33.3% {
  opacity: 0.75;
  transform: translateY(3px) scale(1.25);
 }
 66.6% {
  opacity: 0.5;
  transform: translateY(5px) scale(1.5);
 }
 100% {
  opacity: 0;
  transform: translateY(7px) scale(1.75);
 }
}

/*****************************************************CONTACTO******************************************************/

#modulo-contacto .fa{
  color: #f8941d;
  font-size: 28px;
}
/************************************************VERSION MOVIL*******************************************************/
@media (max-width: 980px){
	#boton-catalogo-home .et_pb_blurb_container {
    width: 100%;
    display: block;
}
	#boton-catalogo-home .et_pb_main_blurb_image{
		clip-path:none;
	}
	#boton-acesso-anexo1, #boton-acesso-anexo2{
		max-width:80%;
	}
	#catalogo-cursos .et_pb_image_0{
		clip-path:circle(74.9% at 50% 2%);
	}
	#catalogo-cursos h2{
		font-size:31px;
	}
	#catalogo-cursos p{
		    font-size: 17px;
	}
	.ver-ocultar{
		left:92.7%;
	}
	#seccion-entidades .fila-colaboraciones{
		height:auto !important;
		padding:3% !important;
	}
	#boton-faqs{
		display:none;
	}
  .cabecera-principal h1{
    font-size: 70px !important;
  }
  .cabecera-principal h2{
    font-size: 37px !important;
  }
  #imagen-estudiantes img {
    width: 325px;
    height: 300px;
  }
  #imagen-estudiantes {
    width: 100%;
}
  #boton-anexo1 h3, #boton-anexo2 h3 {
    font-size: 20px !important;
}
.menu-principal {
    background-size: 64% !important;
  }
  .et_pb_text_align_right {
    text-align: right !important;
}
#formulario-login{
  display: none;
}
.et_pb_fullwidth_menu_0.et_pb_fullwidth_menu #mobile_menu1.et_mobile_menu a {
    color: #1e5aa0!important;
}
div#et-secondary-menu {
      display: block !important;
      margin-top: 0px !important;
      padding-top: .75em;
  }
  #et-secondary-menu>div.et_duplicate_social_icons>ul>li a {
      display: block;
      padding-bottom: .75em;
  }
  #titulo-pagina h1 {
    font-size: 44px;
}
#fila-botones{
  width:100%;
}
#fila-informacion{
  width: 100%;
}
#fila-informacion .divienhancer_timeLine_0 .divienhancer_timeline_inner:after {
  display:none;
}
#fila-anexo1 h2, #fila-anexo2 h2{
  font-size: 39px;
}
#fila-anexo1 .et_pb_module.et_pb_image{
  clip-path: circle(85.2% at 50% -9%);
}
 #fila-anexo2 .et_pb_module.et_pb_image{
        clip-path: circle(79.2% at 50% 100%);
 }
.listado-cursos-convocatoria #imagen-titulo-familia .et_pb_main_blurb_image {
    width: 30%;
    display: block;
    margin: 0 auto;
}
#imagen-titulo-familia h2{
  font-size: 20px;
  text-align: center;
}
#imagen-titulo-familia .et_pb_blurb_container{
  display: block;
}
#fila-basica1, #fila-basica2, #fila-basica3 {
    min-height: 200px !important;
    vertical-align: top;
    margin-top: 4%;
}
#fila-basica1 .et_pb_text  h2, #fila-basica2 .et_pb_text  h2, #fila-basica3 .et_pb_text  h2{
    font-size: 20px !important;
    margin-left: 3%;
}
#fila-basica1 .et_pb_image , #fila-basica2 .et_pb_image , #fila-basica3 .et_pb_image   {
  padding-left:0 !important;
  clip-path: circle(75.2% at 50% -9%) !important;
}

#basicos h2:after{
  left:17%;
}
.seccion-orientacion h2 {
    font-size: 25px !important;
    margin-left: 3%;
    margin-bottom: 4%;
}
.seccion-orientacion h2:after {
  left:17%;
}
.seccion-orientacion #fila-anexo1 .et_pb_module, .seccion-orientacion #fila-anexo2 .et_pb_module, .seccion-orientacion #fila-anexo3 .et_pb_module{
  padding-left: 0 !important;
}
#fila-botones ul{
  text-align: left !important;
}
#redes-sociales{
  top:-21px;
}
#boton-contacto{
  display:none;
}
#boton-facebook, #boton-twitter, #boton-instagram, #boton-youtube{
  width:40% !important;
}
#rrss{
  width: 33% !important
}
#modulos-secciones p{
  font-size: 80%;
}
#modulo-orienta .et_pb_image{
    clip-path: circle(76.2% at 44% 100%);
}
#modulo-aulas .et_pb_image{
  clip-path: circle(74.9% at 50% 2%);
}
#boton-contacto-movil{
  background-color: #1e5aa0;
  color: white;
  height: 40px;
  border-bottom-left-radius: 40%;
    border-bottom-right-radius: 40%;
    border-top:2px solid #f8941d;
}
#boton-contacto-movil .fa{
  display: inline;
  color: #f8941d;
}
#boton-contacto-movil p{
  text-align: center;
}
.fila-acceso .et_pb_main_blurb_image{
		    display: block;
   			 width: 20%;
		margin:0 auto;
	}
.fila-acceso .et_pb_blurb_0.et_pb_blurb, .fila-acceso .et_pb_blurb_1.et_pb_blurb{
		padding-left:0 !important;
	}
	.fila-acceso h4{
		font-size:27px !important;
	}
	#imagen-matriculacion1, #imagen-matriculacion2{
		display:none;
	}
	#enlaces-perfiles{
		display:none;
	}
	#fila-derechosalumnos{
		height:auto !important;
		    margin-bottom: 10%;
	}
	#fila-documentosentidades{
		display:block;
	}
	#select_ayto{
		width:100% !important;
	}
	#fila-informacion .et_pb_blurb_description p {
    width: 90%;
    margin: 0 auto;
}
}
/**************************MATRICULACIÓN*****************************************/
.tabla-matriculacion tr td{
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
font-weight: 300;
text-align: justify;
}
.tabla-matriculacion th{
  font-weight: bolder;
  background-color: #1e5aa0;
  color:#FFF !important;
}
.tabla-matriculacion{
	width:50% !important;
}
.tabla-matriculacion .far{
	color: #f8941d;
	font-size:40px !important;
}
#titulo-calendario-examenes{
	margin-top:2%;
	margin-bottom:1%;
}
#cabecera-convocatoria{
	background-color:#f8941d;
}
@media (min-width: 1280px) and (max-width: 1920px) {
	.tabla-matriculacion{
		width:100% !important;
	}
#imagen-matriculacion1{
	clip-path: circle(50% at 50% 50%);
}
#imagen-matriculacion2{
	clip-path: circle(50% at 50% 50%);
}
	#fila-derechosalumnos{
		margin-top: 2%;
    margin-bottom: -6%;
}
	}
}

/*****************************************************BUSQUEDA*******************************************************/
.pagina-busqueda .container{
  width: 100% !important;
  max-width: inherit !important;
  padding: 0 !important;
}
.pagina-busqueda #content-area{
  min-height: 1080px !important;
}
.pagina-busqueda  .nombre-curso .fa{
  color:#f8941d;
}
.pagina-busqueda #left-area{
  width: 100% !important;
  padding: 0 !important;
}
.pagina-busqueda #left-area ul{
  padding: 0;
}
.pagina-busqueda .entry-title{
  color: #025fab !important;
    text-align: center;
}
.pagina-busqueda .entry-title:after{
  position: relative;
    right: auto;
    /* bottom: -28px; */
    left: 4%;
    content: '';
    transform: translateX(-50%);
    display: block;
    width: 7%;
    height: 7px;
    margin: 0 auto;
    background-color: #f8941d;
}
}
.pagina-busqueda .lwp-breadcrumbs{
  color: #025fab;
}
.pagina-busqueda .nombre-curso{
  margin-left: 2%;
  color: #025fab;

}
.pagina-busqueda article{
  min-height: inherit;
  max-width: 1920px;
    margin: 0 auto;
}
.pagina-busqueda .container:before {
  background-color: transparent !important;
}
.pagina-busqueda #entrada{
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 3%;
  margin-left: 2%;
}
.pagina-busqueda #imagen-entrada{
  width: 10%;
  display: inline-block;
}
.pagina-busqueda #imagen-entrada img{
  border:2px solid #025fab;
}
.pagina-busqueda #contenido-entrada{
  width: 70%;
  display: inline-block;
}
.pagina-busqueda #extracto-entrada p{
  font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  margin-left: 2%;
}
.pagina-busqueda #fecha-entrada{
  color: #f8941d;
  margin-left: 2%;
}
.pagina-busqueda #fecha-entrada .fa{
  color: #025fab;
}
.pagina-busqueda .wp-pagenavi{
border-top: none;
}
/**************************PREGUNTAS FRECUENTES****************/
.faq{

    padding: 0 2%;
    border: 2px  solid #1e5aa0;
	cursor:pointer;
	font-weight:500;
	color: #1e5aa0;
	margin-bottom:2%;
}


.faq .fa{
	color: #f8941d;
	font-size:40px;
	transform:rotate(-90deg);
}
.raq{
	padding: 0 5%;
	display:none;
}
.numero-pregunta{
	    color: #f8941d;
    font-weight: 900;
    font-size: 29px;
}
#fila-faq-1{
	width: 50%;
    display: inline-block;
    padding-top: 0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
#imagen-faq {
clip-path: circle(25% at 50% 50%);
max-width: 50% !important;
    margin-bottom: 0 !important;
    width: 100% !important;
}
}

/*********************************************COLABORACIONES*****************************************/
.docs-colaboraciones{
	display:none;
}
#enlace-otrosformatos{
	margin-left:2%;
	display:block;
}
#enlace-pdf .fas{
	color: red;
}
#enlace-otrosformatos .far{
	color: green;
}
#columna2-enlaces{
width:0;
	border:4px solid #1e5aa0;
	box-shadow: 5px 6px 7px 0px rgb(0 0 0 / 30%);
	opacity:0;
	padding:1%;
}
#select_ayto {
    width: 60%;
	    border: 2px solid #f8941d;
    color: #1e5aa0;
    font-weight: bold;
}
#lista-responsabilidades{
	list-style:none;
}
#lista-responsabilidades .fas{
	color: #f8941d;
	font-size: 30px;
}
#imagen-documentacionentidades{
	clip-path: circle(39% at 50% 50%);
    width: 25%;
}
#fila-documentosentidades p{
	margin-top:5%;
}
.parrafo-colaboraciones{
	margin-top:2%;
}
#titulo-select-entidades{
	margin-bottom: 2%;
    font-weight: bold;
    color: #1e5aa0;
}
@media (min-width: 1280px) and (max-width: 1919px) {

	#fila-tiposentidades{
		display: inline-block;
		width:100%;
		    margin: 0 2.5%;
	}
	.columna-tiposentidades{
		width:47% !important;
		margin-right:2% !important;
		height:350px;
		margin-bottom:2%;
	}
	#seccion-entidades .fila-colaboraciones{
		height: auto !important;
	}
	#imagen-documentacionentidades {
    clip-path: circle(39% at 50% 50%);
    width: 40%;
}
	#select_ayto {
		width:80%;
	}
}

/***************************************NOVEDADES MENTOR************************************************************/
#seccion-novedades article{
min-height:750px;
	border:2px solid #1e5aa0;
	box-shadow: 5px 6px 7px 0px rgb(0 0 0 / 30%);
}
#seccion-novedades article .entry-title{
	background:none;
}
#seccion-novedades .nextpostslink, #seccion-novedades .previouspostslink{
	font-size:35px !important;
	color: #1e5aa0 !important;
}
#seccion-novedades .simbolo-siguiente{
	font-size:35px !important;
	color: #1e5aa0 !important;
}
@media (min-width: 1280px) and (max-width: 1919px) {
	#seccion-novedades .size-1of3{
		width: 44% !important;
	}
}

/*******************************************ACCESOS DIRECTOS USUARIOS*******************************************************/
div#filas-accesos-usuarios .et_pb_module {
    min-height: 150px;
}
#distribuidora-novedades h3{
	line-height:30px;
	padding:5%;
	background-color:#1e5aa0;
}
@media (min-width: 1280px) and (max-width: 1919px) {
div#filas-accesos-usuarios .et_pb_module h3 {
    font-size:25px !important;
}
}
