﻿@charset "UTF-8";
/********************************************************** Diseño Marina Casillas ****************************************************************/
/*********** IMPORTS ***********/
/**************************************** HEADER SUPERIOR ************************************************/
.header {
  height: 115px;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0; }

.headerSuperior {
  display: block;
  background: #444444;
  height: 40px; }
  .headerSuperior .headerLinks {
    float: left;
    width: auto;
    height: 40px;
    line-height: 40px; }
    .headerSuperior .headerLinks span {
      color: #fff;
      font-size: 14px; }
  .headerSuperior .headerRedes {
    float: right;
    width: auto;
    display: flex;
    height: 40px;
    align-items: center; }
    .headerSuperior .headerRedes a {
      text-decoration: none; }
    .headerSuperior .headerRedes .headerRedes-caja {
      display: flex;
      height: 40px;
      cursor: pointer;
      align-items: center;
      justify-content: center;
      padding: 0 15px; }
      .headerSuperior .headerRedes .headerRedes-caja img {
        width: 25px; }
      .headerSuperior .headerRedes .headerRedes-caja span {
        color: #fff; }
      .headerSuperior .headerRedes .headerRedes-caja:hover {
        background: #B00000; }
      .headerSuperior .headerRedes .headerRedes-caja.telefono {
        background: #B00000; }
        .headerSuperior .headerRedes .headerRedes-caja.telefono span {
          display: none; }
        .headerSuperior .headerRedes .headerRedes-caja.telefono:hover span {
          display: block; }
        .headerSuperior .headerRedes .headerRedes-caja.telefono:hover img {
          margin-left: 10px; }
      .headerSuperior .headerRedes .headerRedes-caja.lang {
        border-left: 1px solid #666; }
        .headerSuperior .headerRedes .headerRedes-caja.lang span {
          font-size: 18px; }

		  a{
			  text-decoration:none!important;
		  }
		  
		  li.menuMovil{
			visibility: hidden;
		  }
/********************* MENU INFERIOR ********************************/
.headerInferior {
  background: #fff;
  height: 70px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
  .headerInferior .headerLogo {
    width: auto;
    height: 70px;
    float: left;
    cursor: pointer;
    line-height: 70px; }
    .headerInferior .headerLogo img {
      width: auto;
      height: 65px;
      margin-top: 2px; }

.headerInferior_content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between; 
  text-align: center;}
  .headerInferior_content .menu {
    width: 80%;
    height: 70px;
    transition: all 0.3s ease; }
    .headerInferior_content .menu ul {
      width: 100%;
      height: 70px;
      padding: 0px;
      margin: 0px;
      list-style: none;
      position: relative;
      display: inline-block; 
	  text-align:center;}
      .headerInferior_content .menu ul li {
        padding: 0px;
        border-bottom: 5px solid transparent; }
        .headerInferior_content .menu ul li:hover {
          border-bottom: 5px solid #B00000; }
        .headerInferior_content .menu ul li.digital:hover {
          border-bottom: 5px solid #E6007E; }
        .headerInferior_content .menu ul li.ealicia:hover {
          border-bottom: 5px solid #00AEAE; }
        .headerInferior_content .menu ul li a {
          font-weight: bold;
          display: block;
          text-decoration: none;
          color: #666;
          font-size: 14px;
          height: 70px;
          line-height: 70px; }
          .headerInferior_content .menu ul li a:hover {
            color: #B00000; }
        .headerInferior_content .menu ul li:hover > ul {
          top: 110px; }
        .headerInferior_content .menu ul li:active > ul {
          top: 110px; }
        .headerInferior_content .menu ul li.hover > a {
          color: #B00000; }
        .headerInferior_content .menu ul li > a {
          padding: 0 15px; }
      .headerInferior_content .menu ul ul {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
        text-align: center;
        z-index: -1;
        transition: top 0.5s; }
        .headerInferior_content .menu ul ul > li {
          text-align: center;
          display: inline-block;
          position: relative;
          height: 70px; }
          .headerInferior_content .menu ul ul > li a {
            height: auto;
            margin-left: 5%;
            width: 100%; }
            .headerInferior_content .menu ul ul > li a:hover {
              color: #B00000; }
            .headerInferior_content .menu ul ul > li a.digital:hover {
              color: #E6007E; }
            .headerInferior_content .menu ul ul > li a.ealicia:hover {
              color: #00AEAE; }
        .headerInferior_content .menu ul ul ul {
          position: absolute;
          left: 100%;
          top: 0; }
  .headerInferior_content .menu > ul > li {
    display: inline-block;
    height: 70px; }
    .headerInferior_content .menu > ul > li.sub_menu {
      min-width: 10em;
      padding: 4px 0;
      background: #f4f4f4;
      border: 1px solid #fff; }
  .headerInferior_content .iconMenu {
    display: none;
    align-content: center;
    justify-content: center;
    align-items: center; }
    .headerInferior_content .iconMenu .barras {
      cursor: pointer;
	position: fixed;
    left: 30px;	  }
      .headerInferior_content .iconMenu .barras img {
        width: 35px; }
    .headerInferior_content .iconMenu .cross {
      display: none;
      cursor: pointer;
	  position: fixed;
	  left: 30px;	  }
      .headerInferior_content .iconMenu .cross img {
        width: 35px; }
    .headerInferior_content .iconMenu a {
      text-decoration: none;
      cursor: pointer;
      margin-left: 20px; }
      .headerInferior_content .iconMenu a .headerRedes-caja.lang {
        cursor: pointer; }
        .headerInferior_content .iconMenu a .headerRedes-caja.lang span {
          color: #B00000;
          font-weight: bold;
          border-bottom: 1px solid #B00000; }

@media (max-width: 900px) {
  .header {
    height: auto; }

  .headerSuperior {
    display: none; }

  .headerInferior_content .menu {
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
    height: auto;
    max-height: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    overflow: auto;
    background: #fff; }
    .headerInferior_content .menu ul {
      width: 100%;
      background: #fff;
      text-align: center;
      height: auto; }
      .headerInferior_content .menu ul li a {
        height: auto;
        line-height: inherit; }
      .headerInferior_content .menu ul li:hover > ul {
        top: auto;
        display: inline; }
      .headerInferior_content .menu ul li > a {
        padding: 15px 10px;
        border-bottom: 1px solid #ccc; }
      .headerInferior_content .menu ul ul {
        position: relative;
        left: auto;
        top: auto;
        display: none; }
        .headerInferior_content .menu ul ul > li a {
          padding: 10px;
          background: #ededed; }
        .headerInferior_content .menu ul ul > li {
          display: inline;
          position: relative;
          height: 70px; }
    .headerInferior_content .menu > ul > li {
      display: inline;
      height: 50px; }
  .headerInferior_content .iconMenu {
    display: flex;
    cursor: pointer; }

	.headerInferior_content .menu ul li > a {
		padding: 30px 0px!important;
		font-size: 16px;
	}
	li.menuMovil{
		visibility: visible;
	}	
	a.logoMenuMovil {
		position: relative;
		left: 45%;
		}
	}
	
/************************************************ NUM TELEFONO FIJO MOVIL *****************************************************/	
	.footNumTlf{
		display:none;
	}
	
@media (max-width: 900px) {
	.footNumTlf{
		display:block;
		position: fixed;
		bottom:0px;
		width:100%;
		padding: 15px;
		background-color: #b00000;		
		text-align:center;
		color:#fff;
		z-index:1;
		
	}
}	
/************************************************ FOOTER *****************************************************/
.footer {
  height: auto;
  width: 100%; }

.footerLinea {
  background: #222222;
  height: 10px; }

.footerSuperior {
  width: 100%;
  background: #444444;
  height: auto;
  padding: 15px 0; }

.footerSuperiorContenido {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.footerLogo {
  margin-right: 50px; }
  .footerLogo img {
    width: 70px; }

.footerCaja_newsletter {
  width: 90%;
  display: flex;
  flex-direction: row;
  justify-content: center; }

.newsletter_destacado {
  margin-right: 50px;
  display: flex;
  flex-direction: column; }
  .newsletter_destacado .newsletter_destacadobox:first-child {
    margin-bottom: 5px; }
  .newsletter_destacado .newsletter_destacadobox span {
    color: #fff;
    font-size: 15px; }
    .newsletter_destacado .newsletter_destacadobox span b {
      font-size: 20px; }

.newsletter_input {
  display: flex;
  flex-direction: column; }

.newsletter_inputbox:first-child {
  margin-bottom: 5px; }
.newsletter_inputbox input {
  height: 35px;
  padding: 0 5px;
  width: 300px;
  border: 1px solid #fff;
  color: #B00000;
  background: #fff;
  font-size: 18px;
  border-radius: 3px; }
.newsletter_inputbox span {
  color: #fff;
  font-size: 14px; }
.newsletter_inputbox a {
  color: #fff;
  font-size: 12px; }
.newsletter_inputbox button {
  height: 35px;
  padding: 0 5px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #B00000;
  background: #B00000;
  color: #fff;
  cursor: pointer; }
  .newsletter_inputbox button span {
    color: #fff; }
  .newsletter_inputbox button:hover {
    background: #fff;
    color: #B00000; }
  .newsletter_inputbox button:hover span {
    color: #B00000; }

.footerRedes {
  float: right;
  width: auto;
  display: flex; }
  .footerRedes .footerRedes-caja {
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    padding: 0 15px;
    display: flex; }
    .footerRedes .footerRedes-caja img {
      width: 30px; }
    .footerRedes .footerRedes-caja:hover {
      background: #B00000; }

.footerInferior {
  width: 100%;
  background: #222222;
  height: auto;
  padding: 10px 0; }
  .footerInferior .divPeque {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }

.derechosRes, .avisoLegal {
  font-size: 12px;
  color: #ccc; }
  .derechosRes a, .avisoLegal a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none; }
    .derechosRes a:hover, .avisoLegal a:hover {
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #fff; }

/************* CONTENT *****************/
* {
  box-sizing: border-box; }

body, html {
  height: 100%;
  margin: 0;
  font-family: 'Lato', sans-serif; }

/*********************************** CSS TEMPORAL *********************************************/
.nuestroMST2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

.nuestroMST2 .nuestroMST_caja {
  width: 30%; }

/********************************************* CONTENIDO GLOBAL *****************************************************/
.btnScrollTop {
  display: none;
  position: fixed;
  bottom: 130px;
  right: 30px;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  padding: 15px 20px;
  z-index: 70;
  font-size: 15px;
  opacity: 0.7;
  background: #B00000;
  border-radius: 3px;
  font-size: 18px; }

.btnScrollTop:hover {
  opacity: 1; }

.divPeque {
  width: 80%;
  margin: 0 auto; }

.divPeque70 {
  width: 70%;
  margin: 0 auto; }

.seccionTitulo {
  margin-bottom: 70px;
  text-align: center; }

.seccionTitulo span {
  font-size: 3em;
  color: #666; }

.seccionTitulo span b {
  color: #B00000; }

a.linkMst {
  color: #ED8838;
  font-weight: bold;
  text-decoration: none; }

a.linkMst:hover {
  border-bottom: 1px solid #B00000;
  text-decoration: none; }

.btnMstCTA {
  width: 100%;
  background: #fff;
  color: #B00000;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 0 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border: 1px solid #b00000;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left; }

.btnMstCTA:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B00000;
  color: #FFF;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btnMstCTA:hover {
  color: #fff;
  border: 1px solid #b00000; }

.btnMstCTA:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btnMstCTA i {
  position: absolute;
  right: 20px;
  top: 15px; }

.btnMstCTA a {
  text-decoration: none;
  color: #F96869; }

.btnMstCTA:hover a {
  text-decoration: none;
  color: #fff; }

.btnMstWhite {
  width: 250px;
  background: #ffffff;
  color: #444;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 0 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border: 1px solid #fff;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left; }

.btnMstWhite:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #B00000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btnMstWhite:hover {
  color: #fff; }

.btnMstWhite:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btnMstWhite i {
  position: absolute;
  right: 20px;
  top: 15px; }

.btnMstBlue {
  width: 250px;
  background: #B00000;
  color: #fff;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  padding: 0 22px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  border: 1px solid #B00000;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left; }

.btnMstBlue:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.btnMstBlue:hover {
  color: #b00000; }

.btnMstBlue:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.btnMstBlue i {
  position: absolute;
  right: 20px;
  top: 15px; }

.marginTop {
  margin-top: 40px; }

.sectionTitle {
  margin-bottom: 40px;
  text-align: center; }

.sectionTitle span {
  color: #444;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.33; }
  
  .sectionTitle h1 {
  color: #444;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.33; }

span.sectionTitleSub {
  font-size: 18px;
  font-weight: normal; }

.sectionDescription {
  margin-bottom: 40px;
  text-align: center; }

.sectionDescription span {
  color: #444;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5; }
  
  .sectionDescription h3 {
  color: #444;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5; }

.rayaSepTitulo {
  background: #b00000;
  height: 3px;
  width: 90px;
  margin: 20px auto;
  border-radius: 50px; }

.rayaSepTituloWhite {
  background: #B00000;
  height: 3px;
  width: 100px;
  margin: 25px auto;
  border-radius: 50px; }

.rayaSepTituloPeque {
  background: #B00000;
  height: 3px;
  width: 50px;
  margin: 20px auto;
  border-radius: 50px; }

.subtitulo {
  width: 50%;
  margin: 0 auto; }

.subtitulo span {
  font-size: 18px;
  font-weight: normal;
  color: #666; }

/**************************************** PORTADA INICIO **********************************************/
.portadaIndex {
  width: 100%;
  height: auto;
  margin-top: 110px; }

.portadaInicio {
  width: 100%;
  height: auto;
  background-position: center;
  background-size: cover;
  display: none; }

.portadaInicio.active {
  display: flex;
  flex-flow: column; }
  
  .portadaInicio.bannerPrincipal {
  background-image: url(../imagenes/BANNER/imgPortadaPrincipal.jpg); }

.portadaInicio.mstHolidng {
  background-image: url(../imagenes/BANNER/imgPortada_1.jpg); }

.portadaInicio.mapa {
  background-image: url(../imagenes/BANNER/imgPortada_3.jpg); }

.portadaInicio.digital {
  background-image: url(../imagenes/BANNER/imgPortada_4.jpg); }

.portadaInicio.consultoria {
  background-image: url(../imagenes/BANNER/imgPortada_5.jpg); }

.portadaInicio.encuesta {
  background-image: url(../imagenes/BANNER/imgPortada_6.jpg); }

.portadaInicio.knowledgeCenter {
  background-image: url(../imagenes/BANNER/imgPortada_2.jpg); }

.portadaInicio.elearning {
  background-image: url(../imagenes/portadas/elearning.jpg); }

.portadaInicio.navidad2 {
	background-image: url(../imagenes/BANNER/imgPortada_9.gif);
}
.portadaInicio.expo {
	background-image: url(../imagenes/BANNER/imgPortada_expo.jpg);
}

.portadaInicio_Box {
  width: 80%;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  margin: 0 auto; }

.portadaInicio_Destacado {
  margin-bottom: 40px; }

.portadaInicio_Title {
  position: relative;
  font-size: 60px; }

.portadaInicio_SubTitle {
  position: relative;
  font-size: 30px; }

.title1 {
  opacity: 0;
  color: #fff;
  font-size: 60px;
  font-weight: bold; }

.subTitle1 {
  opacity: 0;
  font-size: 30px;
  color: #fff;
  font-weight: normal; }

.title1.animate, .subTitle1.animate {
  animation: opacityTxt 0s linear 0.7s forwards; }

.title2_bg.animate, .subTitle2_bg.animate {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transform: scaleX(0);
  animation: trnsformX 0.7s linear forwards, trnsformX2 0.7s linear 0.9s forwards; }

.title2_bg {
  background: #B00000; }

.subTitle2_bg {
  background: #B00000; }

.button_bg.animate {
  background: #B00000;
  height: 45px;
  position: absolute;
  width: 250px;
  z-index: 10;
  transform: scaleX(0);
  animation: trnsformX 0.7s linear forwards, trnsformX2 0.7s linear 0.9s forwards; }

@keyframes trnsformX {
  0% {
    transform: scaleX(0);
    transform-origin: left; }
  100% {
    transform: scaleX(1);
    transform-origin: left; } }
@keyframes trnsformX2 {
  0% {
    transform: scaleX(1);
    transform-origin: left; }
  100% {
    transform: scaleX(0);
    transform-origin: left; } }
@keyframes opacityTxt {
  100% {
    opacity: 1; }
  0% {
    opacity: 0; } }
.portadaInicio_Buton {
  opacity: 0; }
  .portadaInicio_Buton.animate {
    animation: opacityTxt 0s linear 0.7s forwards; }
  .portadaInicio_Buton a span.contactanos {
    letter-spacing: -0.5px; }

.portadaQuienes {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
  background-image: url(../imagenes/portadas/quienesSomos.jpg);
  background-position: center; }

.portadaQuienes_box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 110px;
  height: 450px; }

.portadaQuienes_Title {
  margin-bottom: 10px; }
  .portadaQuienes_Title h1 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 60px;
    font-weight: bold; }

.portadaQuienes_txt {
  margin-bottom: 30px; }
  .portadaQuienes_txt h2 {
    padding: 0;
    margin: 0;
    font-size: 30px;
    color: #fff;
    font-weight: normal; }

h3 {
  color: white;
  font-size: 22px; }

/********************* ANUNCIO PORTADA **********************/
.anuncioPortada .anuncio_Destacado .anuncio_Destacado_h1 {
  margin-bottom: 10px; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h1 h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: bold;
    font-size: 50px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }
.anuncioPortada .anuncio_Destacado .anuncio_Destacado_h2 h2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }
.anuncioPortada .anuncio_Destacado .anuncio_Destacado_h3 {
  margin-top: 10px; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h3 h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }
.anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-content: center; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 20px; }
    .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box img {
      height: 40px;
      margin-right: 10px; }
    .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box span {
      font-size: 18px;
      color: #fff; }
    .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box a {
      text-decoration: none;
      color: #fff; }
      .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box a:hover {
        text-decoration: underline;
        color: #fff; }
.anuncioPortada .anuncio_Botones {
  margin: 20px 0; }
  .anuncioPortada .anuncio_Botones a {
    margin-right: 20px; }
    .anuncioPortada .anuncio_Botones a .btnMstCTA {
      width: 250px;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }
    .anuncioPortada .anuncio_Botones a .btnMstBlue {
      width: 250px;
      box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5); }

/********************************************** SECCION 1 ***************************************************/
.areas {
  padding: 50px 0;
  background: #f1f1f1; }
  .areas .sectores {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto; }
    .areas .sectores .box50 {
      width: 50%;
      padding-left: 20px;
      padding-bottom: 20px; }
      .areas .sectores .box50 a {
        text-decoration: none; }
        .areas .sectores .box50 a .sectoresCaja {
          height: auto;
          margin: 10px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
          background: #fff;
          border-radius: 3px;
          box-shadow: 5px 5px 10px rgba(23, 43, 77, 0.1);
          transition: transform 0.5s; }
          .areas .sectores .box50 a .sectoresCaja:hover {
            transform: translate(0, -5px); }
          .areas .sectores .box50 a .sectoresCaja:hover .sectoresCajaTxt-Btn span {
            text-decoration: underline; }
          .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg {
            height: 200px;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg.equipos {
              background-image: url(../imagenes/equipos.jpg); }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg.comercial {
              background-image: url(../imagenes/comercial.jpg); }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg.callcenter {
              background-image: url(../imagenes/call-center-1.jpg); }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg.cx {
              background-image: url(../imagenes/cx.jpg); }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              line-height: 200px;
              text-align: center;
              text-transform: uppercase; }
              .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              padding: 90px 20px 0px 20px;
              text-align: center; }
              .areas .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
          .areas .sectores .box50 a .sectoresCaja .sectoresCajaTxt {
            width: auto;
            height: auto;
            padding: 15px;
            position: relative;
            clear: both;
            background-color: #fff; }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc {
              margin-bottom: 20px; }
              .areas .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc span {
                color: #444; }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn span {
              font-weight: bold;
              color: #B00000; }
            .areas .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn i {
              color: #B00000;
              font-weight: bold;
              margin-left: 10px; }
    .areas .sectores .box {
      width: 25%;
      padding-left: 20px;
      padding-bottom: 20px; }
      .areas .sectores .box a {
        text-decoration: none; }
        .areas .sectores .box a .sectoresCaja {
          height: auto;
          margin: 10px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
          background: #fff;
          border-radius: 3px;
          box-shadow: 5px 5px 10px rgba(23, 43, 77, 0.1);
          transition: transform 0.5s; }
          .areas .sectores .box a .sectoresCaja:hover {
            transform: translate(0, -5px); }
          .areas .sectores .box a .sectoresCaja:hover .sectoresCajaTxt-Btn span {
            text-decoration: underline; }
          .areas .sectores .box a .sectoresCaja .sectoresCajaimg {
            height: 200px;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.encuestas {
              background-image: url(../imagenes/encuestas.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.digital {
              background-image: url(../imagenes/digital.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.formacion {
              background-image: url(../imagenes/formacion.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.calidad {
              background-image: url(../imagenes/calidad.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.recruitment {
              background-image: url(../imagenes/recruitment.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.ealicia {
              background-image: url(../imagenes/mapa-ealicia.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.audit {
              background-image: url(../imagenes/audit.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cx {
              background-image: url(../imagenes/cx.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.bgred {
              background-color: #b00000; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.callcenter {
              background-image: url(../imagenes/call-center-1.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.equipos {
              background-image: url(../imagenes/equipos.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.comercial {
              background-image: url(../imagenes/comercial.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.liderazgo {
              background-image: url(../imagenes/liderazgo.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso1 {
              background-image: url(../imagenes/cursos/Excelencia_Atencion_Cliente.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso2 {
              background-image: url(../imagenes/cursos/Excelencia_Atencion_Telefonica.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso3 {
              background-image: url(../imagenes/cursos/Excelencia_Atencion_Presencial.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso4 {
              background-image: url(../imagenes/cursos/Habilidades_Comunicativas_HelpDesk.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso5 {
              background-image: url(../imagenes/cursos/Gestion_Quejas.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso6 {
              background-image: url(../imagenes/cursos/Gestion_Emocional.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso7 {
              background-image: url(../imagenes/cursos/Comunicacion_Escrita_RRSS.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso8 {
              background-image: url(../imagenes/cursos/Gestion_Tiempo_Estres.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso9 {
              background-image: url(../imagenes/cursos/Proactividad_Profesional.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso10 {
              background-image: url(../imagenes/cursos/Estilos_Comunicativos.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.curso11 {
              background-image: url(../imagenes/cursos/Gestion_Cobros.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid1 {
              background-image: url(../imagenes/cursos/Liderazgo_Gestion_Equipos.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid2 {
              background-image: url(../imagenes/cursos/Liderazgo_Inteligencia_Emocional.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid3 {
              background-image: url(../imagenes/cursos/Pilares_Project_Manager.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid4 {
              background-image: url(../imagenes/cursos/Team_Building.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid5 {
              background-image: url(../imagenes/cursos/Motivacion_Automotivacion.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid6 {
              background-image: url(../imagenes/cursos/Supervision_Tecnica_Contact_Center.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid7 {
              background-image: url(../imagenes/cursos/Gestion_Calidad_Emitida.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid8 {
              background-image: url(../imagenes/cursos/Gestion_Equipos_Alto_Rendimiento.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoLid9 {
              background-image: url(../imagenes/cursos/Creacion_Gestion_KPIs.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoCom1 {
              background-image: url(../imagenes/cursos/Construir_Equipo_Trabajo.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoCom2 {
              background-image: url(../imagenes/cursos/Comunicacion_Interpersonal.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoCom3 {
              background-image: url(../imagenes/cursos/Inteigencia_Emocional_Equipo.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoCom4 {
              background-image: url(../imagenes/cursos/Storytelling.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta1 {
              background-image: url(../imagenes/cursos/Tecnicas_Venta_Negociacion.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta2 {
              background-image: url(../imagenes/cursos/Proceso_Venta_Telefonica.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta3 {
              background-image: url(../imagenes/cursos/Televenta_Basico.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta4 {
              background-image: url(../imagenes/cursos/Televenta_Avanzado.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta5 {
              background-image: url(../imagenes/cursos/SPIN_Venta_Relacional.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta6 {
              background-image: url(../imagenes/cursos/Elevator_Pitch.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta7 {
              background-image: url(../imagenes/cursos/Coaching_Comercial.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg.cursoVenta8 {
              background-image: url(../imagenes/cursos/Fidelizacion_Retencion_Clientes.jpg); }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              text-align: center;
              padding-top: 35%;
              text-transform: uppercase; }
              .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              padding: 90px 20px 0px 20px;
              text-align: center; }
              .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
          .areas .sectores .box a .sectoresCaja .sectoresCajaTxt {
            width: auto;
            height: auto;
            padding: 15px;
            position: relative;
            clear: both;
            background-color: #fff; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc {
              margin-bottom: 20px; }
              .areas .sectores .box a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc span {
                color: #444; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn span {
              font-weight: bold;
              color: #B00000; }
            .areas .sectores .box a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn i {
              color: #B00000;
              font-weight: bold;
              margin-left: 10px; }
    .areas .sectores .box33 {
      width: 33%;
      padding-left: 20px;
      padding-bottom: 20px; }
      .areas .sectores .box33:hover {
        transform: translate(0, -5px); }
      .areas .sectores .box33:hover .sectoresCajaTxt-Btn span {
        text-decoration: none; }
      .areas .sectores .box33 .sectoresCajaimg {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .areas .sectores .box33 .sectoresCajaimg.encuestas {
          background-image: url(../imagenes/encuestas.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.digital {
          background-image: url(../imagenes/digital.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.formacion {
          background-image: url(../imagenes/formacion.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.calidad {
          background-image: url(../imagenes/calidad.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.recruitment {
          background-image: url(../imagenes/recruitment.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.ealicia {
          background-image: url(../imagenes/mapa-ealicia.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.audit {
          background-image: url(../imagenes/audit.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.formacion1 {
          background-image: url(../imagenes/formacion1.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.formacion2 {
          background-image: url(../imagenes/formacion2.jpg);
          margin-top: 30px; }
        .areas .sectores .box33 .sectoresCajaimg.formacion3 {
          background-image: url(../imagenes/formacion3.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.formacion4 {
          background-image: url(../imagenes/formacion4.jpg);
          margin-top: 30px; }
        .areas .sectores .box33 .sectoresCajaimg.formacion5 {
          background-image: url(../imagenes/formacion5.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.formacion6 {
          background-image: url(../imagenes/formacion6.jpg);
          margin-top: 30px; }
        .areas .sectores .box33 .sectoresCajaimg.equipos {
          background-image: url(../imagenes/equipos.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.comercial {
          background-image: url(../imagenes/comercial.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.liderazgo {
          background-image: url(../imagenes/liderazgo.jpg); }
        .areas .sectores .box33 .sectoresCajaimg.callcenter {
          background-image: url(../imagenes/call-center-1.jpg); }
        .areas .sectores .box33 .sectoresCajaimg .sectoresCajaimg-Titulo {
          width: auto;
          height: 200px;
          background: rgba(255, 255, 255, 0.5);
          line-height: 200px;
          text-align: center;
          text-transform: uppercase; }
          .areas .sectores .box33 .sectoresCajaimg .sectoresCajaimg-Titulo span {
            font-size: 20px;
            color: #444;
            font-weight: bold;
            text-decoration: none; }
        .areas .sectores .box33 .sectoresCajaimg .sectoresCajaimg-Titulo2 {
          width: auto;
          height: 200px;
          background: rgba(255, 255, 255, 0.5);
          padding: 90px 20px 0px 20px;
          text-align: center; }
          .areas .sectores .box33 .sectoresCajaimg .sectoresCajaimg-Titulo2 span {
            font-size: 20px;
            color: #444;
            font-weight: bold;
            text-decoration: none; }
      .areas .sectores .box33 .sectoresCajaTxt {
        width: auto;
        height: auto;
        padding: 15px;
        position: relative;
        clear: both;
        background-color: #fff; }
        .areas .sectores .box33 .sectoresCajaTxt .sectoresCajaTxt-Desc {
          margin-bottom: 20px; }
          .areas .sectores .box33 .sectoresCajaTxt .sectoresCajaTxt-Desc span {
            color: #444;
            text-decoration: none; }
        .areas .sectores .box33 .sectoresCajaTxt .sectoresCajaTxt-Btn span {
          font-weight: bold;
          color: #B00000; }
        .areas .sectores .box33 .sectoresCajaTxt .sectoresCajaTxt-Btn i {
          color: #B00000;
          font-weight: bold;
          margin-left: 10px; }

/********************************************** SECCION 2 *******************************************************/
.adn {
  width: auto;
  height: auto;
  padding: 50px 0;
  background: #fff; }

.adn .seccionTitulo {
  margin-bottom: 50px; }

.adnContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.adnContentCaja {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin: 10px; }

.adnContentCaja img {
  width: 70px;
  margin-bottom: 10px; }

.adnContentCaja span {
  font-size: 20px;
  color: #444; }
  


/***************************************** servicios ************************************************/
.servicios {
  padding: 80px 0; }

.serviciosContent {
  display: flex;
  justify-content: center;
  align-items: center; }

.serviciosContent a {
  text-decoration: none; }

.serviciosContent a:hover .serviciosCajas .serviciosCajasBlue {
  background: rgba(50, 84, 158, 0.7); }

.serviciosCajas {
  width: 400px;
  height: 150px;
  margin: 10px;
  transition: box-shadow .2s ease-in;
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  transition: all .5s; }

.serviciosCajas:hover {
  background-size: 120%; }

.serviciosCajas.customerSer {
  background-image: url(../imagenes/customerservices.jpg);
  background-position: bottom; }

.serviciosCajas.support {
  background-image: url(../imagenes/support.jpg);
  background-position: center; }

.serviciosCajas.outbond {
  background-image: url(../imagenes/outbound.jpg);
  background-position: center; }

.serviciosCajas.backoffice {
  background-image: url(../imagenes/backoffice.jpg);
  background-position: bottom; }

.serviciosCajas.knowl {
  background-image: url(../imagenes/knowledge.jpg);
  background-position: center; }

.serviciosCajasBlue {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(50, 84, 158, 0.5);
  text-align: center; }

.serviciosCajasBlue span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase; }

/*********************************************** BLOG *************************************************/
.blog {
  width: 100%;
  height: 400px;
  background-image: url(../imagenes/blog.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center; }

.blogContent {
  background: rgba(176, 0, 0, 0.5);
  width: 450px;
  height: auto;
  text-align: center;
  padding: 20px 20px 30px 20px; }

.blogContentTitulo span {
  font-weight: bold;
  color: #fff;
  font-size: 35px; }

.blogContentTxt {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px; }

.blogContentButton a {
  text-decoration: none;
  color: #F96869; }

/*********************************************** eLEARNING *************************************************/
.elearningContent {
  background: rgba(176, 0, 0, 0.5);
  width: 700px;
  height: auto;
  text-align: center;
  padding: 20px 20px 30px 20px; }

.elearningContentTitulo span {
  font-weight: bold;
  color: #fff;
  font-size: 35px; }

.elearningContentTxt {
  margin-bottom: 35px;
  color: #fff;
  font-size: 18px; }

.elearningContentButton a {
  text-decoration: none;
  color: #F96869; }

.elearning {
  width: 80%; }

.elearningTxt {
  width: 85%; }

.elearningDiv {
  width: 70%;
  margin-right: 0%; }

.elearningImg {
  width: 31%;
  float: right; }

.sectionTitle2 {
  margin-left: 32%; }

.areas2 {
  padding: 50px 0;
  background: #fff; }

.boxTxt {
  font-size: 18px;
  padding: 30px 0px;
  font-weight: bold; }

.box2 {
  width: 33%; }


/*********************************************** COOKIES *************************************************/
		
		.cookies {
  position: fixed;
  bottom: 0px;
  background: #F2F2F2;
  width: 100%;
  padding: 20px;
  border-radius: 3px;
  z-index: 50000;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.2); }
  .cookies .cookiesImg {
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;	}
    .cookies .cookiesImg img {
      width: 60px; }
  .cookies .cookiesTxt {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 25px;
    text-align: center;
}
    .cookies .cookiesTxt span {
      color: #444;
	  font-size: 12px;}
  .cookies .cookiesBtn {
    display: flex;
    justify-content: center;
    align-items: center; }
    /*.cookies .cookiesBtn .btnCookieWhite {
      text-align: center;
      width: auto;
      color: #666;
      border: 0.5px solid #999;
      font-size: 10px;
      padding: 10px 15px;
	  margin: 0px 10px;
      cursor: pointer;
      border-radius: 3px;
      text-decoration: none; }*/

    .cookies .cookiesBtn .btnCookieWhite {
        text-align: center;
        width: auto;
        background: #B00000;
        color: #ffffff;
        border: 1px solid #B00000;
        font-size: 10px;
        padding: 10px 15px;
        margin: 0px 10px;
        cursor: pointer;
        border-radius: 3px;
        text-transform: uppercase;
        text-decoration: none;
    }
	  
	  .cookies .cookiesBtn .btnCookieWhite.imp {
      text-align: center;
      width: auto;
      background: #B00000;
      color: #ffffff;
      border: 1px solid #B00000;
      font-size: 10px;
      padding: 10px 15px;
	  margin: 0px 10px;
      cursor: pointer;
      border-radius: 3px;
      text-transform: uppercase;
      text-decoration: none; }
      
    .cookies .cookiesBtn a.btnCookieBlue {
      text-align: center;
      width: auto;
      color: #B00000;
      font-size: 10px;
      padding: 10px 15px;
      cursor: pointer;
      border-radius: 3px;
      text-decoration: none;
      text-transform: uppercase; }
    
		
		.divCookies {
			margin: 25px;
			font-size: 12px;
			color: #666;
		}
		
		.divCookies:hover {
			cursor:pointer;
		}
		
		/*input[type="checkbox"] + label:before {
			content: "";
			width: 12px;
			height: 12px;
			margin-right:10px;
			float: left;
			border: 0.5px solid #999;
			border-radius:3px;
			opacity:0.5;
		}
		input[type="checkbox"]:checked + label:before {
			border-color: #999;
		}

		input[type="checkbox"]:checked + label:after {
			content: "";
		    width: 8px;
			height: 2px;
			border: 2px solid #B00000;
			float: left;
			margin-left: -22px;
			border-right: 0;
			border-top: 0;
			margin-top: 4px;
			transform: rotate(-55deg);
		}

		input[type="checkbox"] {
			display: none;
		}*/
		
		.modalCookies {
			position: fixed;
			z-index: 10000;
			left: 0;
			top: 40px;
			width: 100%;
			height: 100%;
			background-color: rgba(0, 0, 0, 0.4);
			flex-direction: column;
			align-content: center;
			align-items: center;
			justify-content: center;
		}
		
		@media (max-width: 1050px){
    
	.cookies .cookiesTxt {
		width: 80%;
		margin-left: 10%;
	}
    
}

	@media (max-width: 900px) {
		.modalCookies {
			top: 70px;
		}
	}

@media (max-width: 750px) {
	
	.cookies {
		width: 100%!important;
	}

  .cookiesImg {
    margin-bottom: 5px; }

  .cookiesImg img {
    width: 80px; }

  .cookiesTxt {
    margin-bottom: 15px;
    line-height: 17px; }

  .cookiesTxt span {
    font-size: 14px; }

  .cookiesBtn {
    justify-content: space-around; }

  .btnCookieWhite, a.btnCookieBlue {
    padding: 7px 15px; }
}

@media (max-width: 700px){
    
	.cookies .cookiesBtn .btnCookieWhite {
		margin: 30px 10px;
	}
	
	.divCookies {
		margin: 10px;
	}
    
}


@media (max-width: 550px){
	.divCookies {
		margin: 5px;
	}
}


@media (max-width: 500px){
	.cookies .cookiesBtn {
		display: block;
	}
	
	.cookies .cookiesBtn .btnCookieWhite {
		height: auto;
		margin: 10px 00%;
		width: 100%;
		font-size: 14px;
	}
	
	.cookies .cookiesBtn .btnCookieWhite.imp {
		height: auto;
		margin: 10px 00%;
		width: 100%;
		font-size: 14px;
	}
	
	.cookies .cookiesBtn a.btnCookieBlue {
		height: auto;
		margin: 10px 30%;
		width: 80%;
		 font-size: 14px;
	}
	
	.divCookies {
		margin: 20px 10%;
		font-size: 14px;
	}
	
	.cookies .cookiesTxt span {
		font-size: 14px;
	}
	
	.cookies .cookiesTxt {
		width: 95%;
		margin-left: 2%;
	}
}



@media (max-width: 450px){
.cookies .cookiesBtn a.btnCookieBlue {
		margin: 10px 28%;
	}
}

@media (max-width: 400px){ 
	.cookies .cookiesBtn a.btnCookieBlue {
		margin: 10px 25%;
	}
    
}

@media (max-width: 375px){
.cookies .cookiesBtn a.btnCookieBlue {
		margin: 10px 25%;
	}
}

@media (max-width: 360px){
.cookies .cookiesBtn a.btnCookieBlue {
		margin: 10px 24%;
	}
}


/*********************************************** NEWS POPUP *************************************************/
.popUpnews {
  margin: auto;
  padding: 0;
  width: 500px;
  text-align: center;
  border-radius: 5px;
  }

.newsClose {
  text-align: right;
  color: #b00000;
    margin-bottom: 10px;
    font-size: 24px;
    cursor: pointer;
    position: relative;
    top: 55px;
    right: 20px; }

.newsClose:hover {
  color: #B00000; }

.popUpNews-top {
  /*background: #B00000;
  padding: 30px 0;
  text-align: left;
  border-radius: 5px 5px 0 0;*/
  height: 145px; }

.popUpNews-top i {
  color: #fff;
  font-size: 90px;
  animation: enterNews 2s linear forwards, bounce 2s infinite;
  left: -200px;
  position: relative;
  opacity: 0; }

@-webkit-keyframes enterNews {
  0% {
    opacity: 0;
    left: 0px; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    left: 200px; } }
@-webkit-keyframes bounceNews {
  0% {
    opacity: 0;
    left: 0px; }
  25% {
    opacity: 0.5; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    opacity: 1;
    left: 200px; } }
.popUpNews-bottom {
  background: #fff;
  padding: 35px;
  text-align: center;
  border-radius: 0 0 5px 5px; }

.popUpTitulo {
  font-size: 36px;
  margin-bottom: 15px;
  color: #666; }

.newsContent {
  text-align: left; }

.newsContentTxt {
  margin-bottom: 20px;
  text-align: left; }

.newsContentTxt .destacado {
  font-size: 20px; }

.newsContentTxt span {
  font-size: 18px;
  color: #666; }

.newsContentInput {
  display: flex;
  justify-content: center;
  margin-bottom: 29px; }

.newsContentInput input {
  height: 40px;
  padding: 5px;
  width: 100%;
  border: 1px solid #444;
  border-left: 5px solid #444;
  color: #444;
  background: #fff;
  font-size: 18px; }

.newsContentInput .btnSendNews {
  background: #B00000;
  color: #fff;
  border: 1px solid #B00000;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 18px; }

.newsContentInput .btnSendNews:hover {
  background: #fff;
  color: #B00000; }

.newsContentTxt2 {
  margin-top: 25px; }

.newsContentTxt2 span {
  font-size: 20px;
  color: #666; }

.newsContentTxt2 .destacado {
  margin-top: 20px; }

.newsContentTxt2 .destacado span {
  font-size: 15px;
  line-height: 18px;
  font-style: italic; }

.validarNews {
  margin-top: 10px; }

.validarNews span {
  color: #666;
  font-size: 14px; }

.validarNews a {
  color: #B00000;
  font-weight: bold;
  text-decoration: none; }

.validarNews a:hover {
  border-bottom: 1px solid #B00000; }

#newsletterPorEnviar .validarEnvio {
  width: auto;
  font-size: 11px;
  margin: 0 15px 30px 15px; }

#newsletterPorEnviar .validarEnvioCaja span {
  font-size: 11px; }

/********************************************** SECCION 5 ***************************************************/
.seccion-comentarios {
  height: auto;
  padding: 100px 0;
  background: #f5f8fa; }
  .seccion-comentarios .content-comentarios {
    width: 50%;
    margin: 80px auto 0 auto; }
    .seccion-comentarios .content-comentarios .cajaComentarios {
      display: flex;
      flex-direction: row; }
      .seccion-comentarios .content-comentarios .cajaComentarios .ComentImg {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        margin-right: 40px;
        box-shadow: 5px 5px 0px #b00000; }
        .seccion-comentarios .content-comentarios .cajaComentarios .ComentImg img {
          width: 120px;
          height: 120px;
          border-radius: 50%; }
      .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center; }
        .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt .comentTxt-Title {
          width: 100%;
          margin-bottom: 10px; }
          .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt .comentTxt-Title span {
            font-size: 16px; }
        .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt .comentTxt-Name {
          font-size: 14px;
          font-style: italic; }
        .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt .cajaIcono-left {
          width: 100%;
          text-align: left;
          color: #b00000;
          font-size: 30px;
          margin-bottom: 10px; }

/*********************************************** CONTACTO *****************************************************/
.contacto {
  height: auto;
  padding: 150px 0 50px 0;
  background-image: url(../imagenes/portadas/contacto.png);
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.contactoContenido {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 850px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5); }

.contactoDesc {
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 30px; }

.contactTtl span {
  font-size: 35px;
  color: #444;
  font-weight: bold; }

.contactTxt span {
  font-size: 22px;
  color: #444; }

.contactoForm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

.contactoFormCaja {
  width: 350px;
  margin: 10px;
  display: flex;
  flex-direction: column; }

.contactoFormCaja_input {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #b00000;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px; }

.contactoFormCaja_input_Img {
  display: flex;
  align-items: center;
  height: 40px;
  margin-right: 10px; }

.contactoFormCaja_input_Img img {
  height: 30px; }

.contactoFormCaja_input_txt input,
.contactoFormCaja_input_txt select {
  width: 290px;
  height: 30px;
  background: #FFF;
  color: #444;
  border: none; }

.contactoFormCaja_input_txt input::placeholder {
  color: #444; }

.contactoFormCaja_input_txt ::-webkit-input-placeholder {
  color: #444; }

.contactoFormCaja_input_txt :-ms-input-placeholder {
  color: #444; }

.contactoFormCaja_input_txt input:focus,
.contactoFormCaja_input_txt select:focus {
  outline: 0px; }

.datosPersonales {
  height: auto;
  display: flex;
  flex-wrap: wrap; }

.spanBlanco {
  height: 20px; }

.spanObliga, .spanAceptTerminos {
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  opacity: 0; }

.spanObliga span, .spanAceptTerminos span {
  font-size: 14px;
  color: #B00000; }

.asuntoMensaje {
  height: auto; }

.asuntoMensajeCaja {
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px 15px;
  width: 100%; }

.asuntoMensajeCaja span {
  color: #444;
  font-size: 17px; }

.asuntoMensajeCaja textarea {
  margin: 5px 0 0 0;
  padding: 5px;
  width: 350px;
  border: 1px solid #b00000;
  color: #444;
  font-size: 15px;
  background: transparent;
  resize: none;
	}

.asuntoMensajeCaja textarea:focus {
  outline: 0px; }

.validarEnvio {
  width: auto;
  font-size: 14px;
  margin: 0 15px 30px 15px; }

.validarEnvioCaja {
  width: 100%;
  margin-bottom: 10px;
  color: #444; }

.validarEnvioCaja:last-child {
  margin-bottom: 0; }

.validarEnvioCaja a {
  color: #444; }

.validarEnvioCaja input[type="checkbox"] {
  display: block; 
  float:left;}

/* .validarEnvioCaja input[type="checkbox"] + label span { */
  /* display: inline-block; */
  /* width: 15px; */
  /* height: 15px; */
  /* margin-right: 5px; */
  /* vertical-align: middle; */
  /* cursor: pointer; */
  /* border: 1px solid #444; */
  /* line-height: 9px; } */

/* .validarEnvioCaja input[type="checkbox"]:checked + label span::before { */
  /* font-family: "Font Awesome 5 Free"; */
  /* font-weight: 900; */
  /* content: "\f00c"; */
  /* display: inline-block; */
  /* font-style: normal; */
  /* font-variant: normal; */
  /* text-rendering: auto; */
  /* -webkit-font-smoothing: antialiased; */
  /* margin: 2px 0 0 2px; */
  /* font-size: 9px; } */

.validarEnvioCaja span {
  font-size: 12px; }

.datosBottonera {
  width: 100%; }

.spanCampoReq {
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 10px; }

.spanCampoReq span {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold; }

.contactoFinal {
  width: 100%;
  text-align: left; }

/************************************************ CONTACTO - OFICINAS *****************************************************/
.oficinas {
  padding: 70px 0; }

.containerMapaImg {
  display: flex;
  justify-content: center;
  margin: 80px 0; }

.contactoSuperiorOficinas {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.oficina_box {
  width: 350px;
  background: #ccc;
  padding: 30px 20px;
  margin: 10px; }

.contactoSuperiorOficinas_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.contactoTitulo span {
  color: #000;
  font-weight: bold; }

.contactoTxto a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000; }

.mapael .zoomButton {
  display: none; }

.map svg {
  width: 100%; }

/************************************************ CONTACTO - POPUP *****************************************************/
.modal {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /*flex-direction: column;*/
  align-content: center;
  align-items: center;
  justify-content: center; }

.popUpEnviando {
  background-color: #fff;
  margin: auto;
  padding: 25px 0;
  width: 180px;
  text-align: center; }

.popUpEnvioSuccess {
  background-color: #fff;
  margin: auto;
  border: 1px solid #888;
  width: 35%;
  padding: 20px 20px 35px 20px;
  border-radius: 3px; }

.popUpEnvioSuccessClose {
  color: #666;
  font-size: 28px;
  cursor: pointer;
  text-align: right;
  margin-bottom: 10px; }

.popUpEnvioSuccessTxt {
  text-align: center;
  font-size: 20px; }

.popUpEnvioSuccessTxt span.popuptitulo {
  font-size: 25px;
  font-weight: bold; }

.modalEnviandoGif {
  background: #fff;
  padding: 30px 100px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  width: 15%; }

.modalEnviandoGif span {
  font-size: 15px;
  font-weight: bold;
  color: #000; }

.modalEnviandoGif img {
  width: 150px;
  margin-bottom: 20px; }

/******************************************** portada_page ******************************************************/
/******** SECTORES *********/
.portadaSectoresBtn {
  display: none; }

.portada_page {
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  /*background-attachment: fixed;*/ }

.portada_page.ecommerce {
  background-image: url(../imagenes/portadas/ecommerce.jpg);
  background-position: bottom; }

.portada_page.lineaBlanca {
  background-image: url(../imagenes/portadas/lineaBlanca.jpg);
  background-position: bottom; }

/***** SERVICIOS ****/
.portada_page.customer {
  background-image: url(../imagenes/portadas/customer.jpg);
  background-position: bottom; }

.portada_page.formacion {
  background-image: url(../imagenes/portadas/formacion.jpg);
  background-position: bottom; }

.portada_page.encuestas {
  background-image: url(../imagenes/portadas/encuestas.jpg);
  background-position: bottom; }

.portada_page.mystery {
  background-image: url(../imagenes/portadas/mystery2.jpg);
  background-position: bottom; }

.portada_page.calidad {
  background-image: url(../imagenes/portadas/team.jpg);
  background-position: bottom; }

.portada_page.consultoria {
  background-image: url(../imagenes/portadas/consultoria.jpg);
  background-position: bottom; }

.portada_page.cx {
  background-image: url(../imagenes/portadas/cx.jpg);
  background-position: bottom; }

.portada_page.seleccion {
  background-image: url(../imagenes/portadas/seleccion.jpg);
  background-position: bottom; }

.portada_page.backoffice {
  background-image: url(../imagenes/portadas/backoffice.jpg);
  background-position: bottom; }

.portada_page.team {
  background-image: url(../imagenes/portadas/team.jpg);
  background-position: center; }

.portada_page.curso1 {
  background-image: url(../imagenes/cursos/Portada_Excelencia_Atencion_Cliente.jpg);
  background-position: center; }

.portada_page.curso2 {
  background-image: url(../imagenes/cursos/Portada-Excelencia_Atencion_Telefonica.jpg);
  background-position: center; }

.portada_page.curso3 {
  background-image: url(../imagenes/cursos/Portada-Excelencia_Atencion_Presencial.jpg);
  background-position: center; }

.portada_page.curso4 {
  background-image: url(../imagenes/cursos/Portada-Habilidades_Comunicativas_HelpDesk.jpg);
  background-position: center; }

.portada_page.curso5 {
  background-image: url(../imagenes/cursos/Portada-Gestion_Quejas.jpg);
  background-position: center; }

.portada_page.curso6 {
  background-image: url(../imagenes/cursos/Portada-Gestion_Emocional.jpg);
  background-position: center; }

.portada_page.curso7 {
  background-image: url(../imagenes/cursos/Portada-Comunicacion_Escrita_RRSS.jpg);
  background-position: center; }

.portada_page.curso8 {
  background-image: url(../imagenes/cursos/Portada-Gestion_Tiempo_Estres.jpg);
  background-position: center; }

.portada_page.curso9 {
  background-image: url(../imagenes/cursos/Portada-Proactividad_Profesional.jpg);
  background-position: center; }

.portada_page.curso10 {
  background-image: url(../imagenes/cursos/Portada-Estilos_Comunicativos.jpg);
  background-position: center; }

.portada_page.curso11 {
  background-image: url(../imagenes/cursos/Portada-Gestion_Cobros.jpg);
  background-position: center; }

.portada_page.cursov1 {
  background-image: url(../imagenes/cursos/Portada_Tecnicas_Venta_Negociacion.jpg);
  background-position: center; }

.portada_page.cursov2 {
  background-image: url(../imagenes/cursos/Portada_Proceso_Venta_Telefonica.jpg);
  background-position: center; }

.portada_page.cursov3 {
  background-image: url(../imagenes/cursos/Portada_Televenta_Basico.jpg);
  background-position: center; }

.portada_page.cursov4 {
  background-image: url(../imagenes/cursos/Portada_Televenta_Avanzado.jpg);
  background-position: center; }

.portada_page.cursov5 {
  background-image: url(../imagenes/cursos/Portada_SPIN_Venta_Relacional.jpg);
  background-position: center; }

.portada_page.cursov6 {
  background-image: url(../imagenes/cursos/Portada_Elevator_Pitch.jpg);
  background-position: center; }

.portada_page.cursov7 {
  background-image: url(../imagenes/cursos/Portada_Coaching_Comercial.jpg);
  background-position: center; }

.portada_page.cursov8 {
  background-image: url(../imagenes/cursos/Portada_Fidelizacion_Retencion_Clientes.jpg);
  background-position: center; }

.portada_page.cursol1 {
  background-image: url(../imagenes/cursos/Portada_Liderazgo_Gestion_Equipos.jpg);
  background-position: center; }

.portada_page.cursol2 {
  background-image: url(../imagenes/cursos/Portada_Liderazgo_Inteligencia_Emocional.jpg);
  background-position: center; }

.portada_page.cursol3 {
  background-image: url(../imagenes/cursos/Portada_Pilares_Project_Manager.jpg);
  background-position: center; }

.portada_page.cursol4 {
  background-image: url(../imagenes/cursos/Portada_Motivacion_Automotivacion.jpg);
  background-position: center; }

.portada_page.cursol5 {
  background-image: url(../imagenes/cursos/Portada_Supervision_Tecnica_Contact_Center.jpg);
  background-position: center; }

.portada_page.cursol6 {
  background-image: url(../imagenes/cursos/Portada_Gestion_Calidad_Emitida.jpg);
  background-position: center; }

.portada_page.cursol7 {
  background-image: url(../imagenes/cursos/Portada_Gestion_Equipos_Alto_Rendimiento.jpg);
  background-position: center; }

.portada_page.cursol8 {
  background-image: url(../imagenes/cursos/Portada_Creacion_Gestion_KPIs.jpg);
  background-position: center; }
  
.portada_page.cursol9 {
  background-image: url(../imagenes/cursos/Portada_Mindfulness_ChiKung.jpg);
  background-position: center; }
  
.portada_page.cursol10 {
  background-image: url(../imagenes/cursos/Portada_ActividadFisica_ChiKung.jpg);
  background-position: center; }
  
.portada_page.cursol11 {
  background-image: url(../imagenes/cursos/Portada_ActividadFisica_PosturaCorporal.jpg);
  background-position: center; }
   
.portada_page.cursol12 {
  background-image: url(../imagenes/cursos/Portada_Mindfulness.jpg);
  background-position: center; }
  
.portada_page.cursol13 {
  background-image: url(../imagenes/cursos/Portada_Tecnicas_Autocontrol.jpg);
  background-position: center; }
  
  .portada_page.cursot1 {
  background-image: url(../imagenes/cursos/Portada_Construir_Equipo_Trabajo.jpg);
  background-position: center; }

.portada_page.cursot2 {
  background-image: url(../imagenes/cursos/Portada_Comunicacion_Interpersonal.jpg);
  background-position: center; }

.portada_page.cursot3 {
  background-image: url(../imagenes/cursos/Portada_Inteigencia_Emocional_Equipo.jpg);
  background-position: center; }

.portada_page.cursot4 {
  background-image: url(../imagenes/cursos/Portada_Storytelling.jpg);
  background-position: center; }

.bgDark {
  width: 100%;
  height: 100%;
  display: flex;
  background: rgba(0, 0, 0, 0.4); }

.portadaPageContent {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: auto;
  padding-top: 110px;
  margin: 0 auto; }

.portadaPageFrase {
  width: auto;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.portadaPageFrase span {
  text-transform: uppercase;
  color: #fff;
  font-size: 50px; }

.portadaPageFrase span b {
  color: #fff;
  border-bottom: 3px solid #fff; }

.portadaPageComerCaja {
  background: rgba(50, 84, 158, 0.7);
  width: 350px;
  height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.poratadaPageImg {
  width: auto;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover; }

.poratadaPageImg.carolinaBullon {
  background-position: center;
  background-image: url(../imagenes/CarolinaBullon.jpg); }

.poratadaPageImg.jessicaBarcelo {
  background-position: top;
  background-image: url(../imagenes/jessicaBarcelo.jpg); }

.poratadaPageImg.JLusiDomingo {
  background-position: center;
  background-image: url(../imagenes/joseluisDomingo.jpg); }

.poratadaPageDescript {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 15px; }

.poratadaPageTxt {
  margin-bottom: 20px; }

.poratadaPageTxt h1 {
  padding: 0;
  margin: 0 0 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal; }

.poratadaPageTxt span {
  color: #fff;
  font-size: 18px;
  line-height: 25px; }

.poratadaPageTxt span b {
  font-size: 20px; }

.poratadaPageBtnMst {
  width: 100%; }

/******************************************** portada_page SERVICIOS ******************************************************/
.portadaServices {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 110px 30px 0 30px; }

.portadaServicesTxt {
  margin-bottom: 20px; }

.portadaServicesTxt span {
  color: #fff;
  font-size: 60px;
  font-weight: bold; }
  
  .portadaServicesTxt h1 {
  color: #fff;
  font-size: 60px;
  font-weight: bold; }
  
  .portadaServicesTxt h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold; }

.portadaServicesFrase {
  margin-bottom: 10px; }

.portadaServicesFrase span {
  color: #fff;
  font-size: 30px; }
  
  .portadaServicesFrase h1 {
  color: #fff;
  font-size: 30px; }
  
  .portadaServicesFrase h3 {
  color: #fff;
  font-size: 30px; }

.portadaServicesFrase span b {
  color: #fff;
  border-bottom: 3px solid #fff; }

.portadaServicesBtn {
  text-align: center; }
  .portadaServicesBtn .btnMstBlue span.contactanos {
    letter-spacing: -0.5px; }

.c3-Knowledge {
  padding: 20px 0;
  background: #ededed; }
  .c3-Knowledge .c3-Knowledge_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .c3-Knowledge .c3-Knowledge_content span {
      color: #444;
      font-size: 18px; }
      .c3-Knowledge .c3-Knowledge_content span a {
        text-decoration: none;
        color: #253858;
        font-weight: bold; }
    .c3-Knowledge .c3-Knowledge_content img {
      width: 120px; }

/******************************************** DESCRIP-PAGE ******************************************************/
.descript-Page {
  background: #B00000;
  padding: 70px 0; }

.descript-Page .divPeque {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }

.descript-PageTitulo {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: auto;
  min-width: 230px;
  margin-right: 100px; }

.descript-PageTitulo h1 {
  font-size: 40px;
  padding: 0;
  margin: 0; }

.descript-PageTitulo h2 {
  font-size: 22px;
  font-weight: normal;
  padding: 0;
  margin: 0; }

.descript-PageTxt {
  width: auto; }

.descript-PageTxt span {
  color: #fff;
  font-size: 20px;
  line-height: 25px; }

.descript-PageTxt h2 {
  font-size: 24px;
  padding: 0;
  margin: 0;
  color: #fff; }

/******************************************** BENEFICIOS-PAGE ******************************************************/
.Beneficios-page {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 50px 0; }

.beneficiosContent {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center; }

.beneficiosContentCaja {
  text-align: center;
  width: 195px;
  margin: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }

.beneficiosContentCaja2 {
  text-align: center;
  width: 195px;
  margin: 10px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center; }

.beneficiosContentCaja img {
  width: 65px;
  margin-bottom: 15px; }

.beneficiosContentCaja span {
  color: #444;
  font-size: 18px; }

/******************************************** SOLUCION-PAGE ******************************************************/
.solucion-page {
  width: 100%;
  background-image: url(../imagenes/portadas/solucion.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  background-attachment: fixed;
  padding: 80px 0; }

.solucion-pageTitle {
  text-align: center;
  margin-bottom: 50px; }

.solucion-pageTitle h1 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7); }

.solucionoCont {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

.solucionoCont.peque {
  width: 75%;
  margin: 0 auto; }

.box50 {
  width: 50%; }

.box33 {
  width: 33%; }

.box25 {
  width: 25%; }

.solucionoContTxt {
  height: auto;
  min-height: 300px;
  justify-content: center;
  padding: 20px;
  margin: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: box-shadow .2s ease-in;
  text-align: left;
  border-radius: 3px; }

.solucionoContTxt:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  transition: box-shadow .2s ease-in; }

.solucionoContTxt a {
  text-decoration: none;
  color: #B00000;
  border-bottom: 1px solid #B00000; }

.ContTitulo {
  display: flex;
  align-items: center;
  margin-bottom: 15px; }

.ContTitulo span {
  font-size: 18px;
  font-weight: bold;
  color: #253858; }

.ContTitulo img {
  width: 30px;
  margin-right: 10px; }

.ContTxt span {
  color: #444;
  font-size: 16px;
  line-height: 25px; }

.ContTxt ul {
  color: #444;
  font-size: 16px;
  line-height: 1.3; }

.ContTxt ol {
  color: #444;
  font-size: 16px;
  line-height: 1.3; }

/******************************************** QUE INCLUYE-PAGE ******************************************************/
.Incluye-page {
  height: auto;
  background: #fff;
  padding: 80px 0; }

.incluyeContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left; }

.incluyeContentCaja {
  margin: 0 20px;
  display: flex;
  flex-direction: column; }

.incluyeContentCajaPeque {
  margin: 15px 0;
  display: flex;
  align-items: center; }

.incluyeContentCajaPeque img {
  height: 30px;
  margin-right: 10px;
  width: 30px; }

.incluyeContentCajaPeque span {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #444; }

/*************************************** QUIENES SOMOS - HISTORIA FRASE ********************************************************/
.fraseHistoria {
  background: #B00000;
  padding: 50px 0; }

.fraseHistoriaTitle {
  padding: 0 50px; }

.nuestroMST {
  background-image: url(../imagenes/portadas/holdign.jpg);
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }

.nuestroMST .bgDark {
  padding: 100px 0; }

.nuestroMST_caja {
  height: auto;
  min-height: 270px;
  background: #fff;
  padding: 20px;
  margin: 20px;
  border-radius: 3px; }

.nuestroMST_caja a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.nuestroMST_img {
  height: auto;
  margin: 10px 0;
  display: flex;
  justify-content: center; }

.nuestroMST_img img {
  height: 125px; }

.nuestroMST_txt {
  text-align: center; }

.nuestroMST_txt span {
  text-align: center;
  font-size: 16px; }

.nuestroMST_button {
  padding: 10px;
  border-radius: 3px; }

.nuestroMST_button a {
  font-weight: bold;
  color: #B00000; }

.slider .slick-slide {
  opacity: 0.5; }

.slider .slick-slide.slick-current.slick-active {
  opacity: 1; }

/*************************************** QUIENES SOMOS - HISTORIA ********************************************************/
.historia {
  padding: 50px 0; }

.fraseHistoriaTitle h1 {
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: normal; }

.historiaContent {
  display: flex;
  flex-direction: column; }

.historiaLinea {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0; }

.historiaLinea_linea {
  width: 1px;
  height: 50px;
  background: #B00000; }

.historiaCajaFechaImg {
  width: 50%; }
  .historiaCajaFechaImg img {
    width: 350px; }

.historiaCajaFecha {
  display: flex;
  justify-content: center;
  align-items: center; }

.historiaCajaFechaReves {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse; }

.historiaCajaFechaNum {
  background: #f4f5f7;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px; }

.historiaCajaFechaNum span {
  color: #B00000;
  font-weight: bold;
  font-size: 20px; }

.historiaCajaFechaTxt {
  width: 50%;
  padding: 10px; }

.alignRight {
  text-align: right; }

/*************************************** QUIENES SOMOS - MISION y VISION ********************************************************/
.misionVision {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.misionbox, .visionBox, .valoresBox {
  width: 45%;
  background: #f4f5f7;
  padding: 30px;
  text-align: center;
  margin: 20px; }

.misionBox_icon {
  margin-bottom: 10px; }

.misionBox_icon img {
  width: 100px; }

.misionBox_Ttl, .visionBox_Ttl {
  margin-bottom: 30px; }
  .misionBox_Ttl span, .visionBox_Ttl span {
    font-size: 25px;
    color: #444;
    font-weight: bold; }

.misionBox_Txt span,
.visionBox_Txt span {
  font-size: 20px; }

.valoresBox_Ttl {
  font-size: 25px;
  margin-bottom: 30px;
  color: #253858;
  font-weight: bold; }

.valoresBox_Content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

/******************************************** QUIENES SOMOS - COMPANIES ********************************************************/
.companies {
  padding: 80px 0;
  background: #f4f5f7; }

.companiesContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.companiesBox {
  padding: 15px; }

.companiesTitle {
  margin-bottom: 5px; }

.companiesTitle span {
  font-weight: bold; }

/********************************************** CURSO PAGE ***********************************************************/
.HIDE {
  display: none; }

.Curso-page {
  background-color: #fff; }

.tabla-4 {
  margin-left: 10%;
  width: 75%; }

.texto-tabla-4 {
  font-size: 18px; }

.texto-tabla-42 {
  font-size: 18px; }

#contacto-page2 {
  display: none; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px 20px 0px 0px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border: 1px solid #b00000;
  background-color: white;
  color: black;
  padding: 14px 100px;
  font-size: 16px;
  cursor: pointer;
  width:31%;
  /* margin-right: 20px; */
  margin-top: 5%; }

.btnRight {
  margin-right: 0px; }

.btn:hover {
  background-color: #b00000;
  color: white; }

#btn1 {
  background-color: #b00000;
  color: white; }

.rayaBtn {
  background: #b00000;
  height: 2px;
  width: 94%;
  border-radius: 50px; }

.texto {
  width: 95%;
  height: 610px;
  padding: 5% 5%;
  background-color: #fff; }

.objetivoTxt {
  width: 100%;
  text-align: center;
  font-weight: medium;
  font-size: 18px; }

.columna2 {
  display: flex; }

.CursoContent .columna2 {
  display: flex; }

.formularioCurso {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 850px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  width: 25%;
  height: 800px;
  margin: 3% 10% 3% 0;
  padding: 35px 30px; }

.contactTtl2 span {
  font-size: 26px;
  color: #444;
  font-weight: bold; }

.contactTxt2 {
  margin-top: 10px; }

.contactTxt2 span {
  font-size: 18px;
  color: #444; }

.contactoForm {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }

.contactoFormCaja2 {
  width: 350px;
  margin: 0 10px;
  display: flex;
  flex-direction: column; }

.contactoFormCaja_input {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #b00000;
  border-radius: 3px;
  height: 40px;
  padding: 0 10px; }

.TitleForm {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  padding-bottom: 20px; }

.TxtForm {
  font-size: 20px;
  padding-bottom: 20px; }

.TxtForm2 {
  font-size: 12px;
  padding-bottom: 20px;
  color: #444; }

.paddingB20 {
  padding-bottom: 20px; }

.newsContentInput .btnSendNews2 {
  background: #B00000;
  color: #fff;
  border: 1px solid #B00000;
  padding: 10px 70px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 21px; }

.newsContentInput2 {
  display: flex; }

.newsContentInput2 input {
  height: 40px;
  padding: 5px;
  width: 325px;
  border: 1px solid #B00000;
  border-left: 5px solid #B00000;
  color: #B00000;
  background: #fff;
  font-size: 18px; }

.areas-cat {
  background-color: #fff; }

.marTop125 {
  margin-top: 125px; }

.adnContent2 {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 30px 0; }

.Txtpeq {
  font-size: 14px;
  font-style: italic; }

.LeerMasFormacion {
  font-weight: bold;
  color: #B00000;
  padding-top: 20px; }

.marT100 {
  margin-top: 100px; }

.TxtDecoNone {
  text-decoration: none; }

.divPequeIconoCurso {
  width: 65%;
  margin: 0 auto; }

.CajaDescripcion {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center; }

.CajaDescripcionTitle {
  color: #fff;
  text-align: center;
  width: 30%;
  font-size: 13px; }

.CajaDescripcion h1 {
  font-weight: bold;
  margin: 0;
  font-size: 4em; }

.CajaDescripcion h2 {
  margin: 0;
  font-size: 3.5em;
  font-weight: normal;
  line-height: 1em; }

.CajaDescripcionTxt {
  width: 65%;
  color: #fff;
  text-align: justify;
  font-size: 20px;
  padding: 0 50px;
  margin-left: 5%;
  line-height: 1.5; }

.rayaSepTituloWhite2 {
  background: #fff;
  height: 3px;
  width: 100px;
  margin: 14px auto;
  border-radius: 50px; }

.TxtGaleria {
  padding-top: 5px;
  font-size: 14px;
  text-align: center; }

.linkUniversity {
  background-color: #ECC2C2;
  color: #444;
  font-weight: bold;
  text-decoration: none;
  border-radius: 10px;
  padding: 3%;
  text-align: center;
  margin-top: 5%;
  display: flex;}
  
.linkUniversity .btnMstCTA{
	width:50%;
}

/* a.btnMstCTA { */
  /* background-color: #fff; */
  /* padding: 10px 60px; */
  /* border-radius: 10px; */
  /* border: 1px solid #b00000; */
  /* text-decoration: none; */
  /* color: #b00000; */
  /* margin-bottom: 20px; */
	/* position:relative;} */
  
  /* a.btnMstCTA:hover { */
  /* background-color: #b00000; */
  /* color: #fff; } */
  
  #btn-eAliciaUniTxt {
	  width:60%;
	  text-align: left;
    color: #444;
    margin-left: 5%;
  }
  
   #btn-eAliciaUniTxt h3 {
    color: #444;
  }
  
  #btn-eAliciaUniTxt p {
    margin-bottom:35px;
  }
  
    .btn-eAliciaUniImg {
	  width:30%;
	  margin-right:5%;
  }
  
  .btn-eAliciaUniImg img{
	  width:150px;
  }

/********************************************** CURSOS PAGE ***********************************************************/
.SubTitleCursos {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px; }

.box {
  width: 25%;
  padding-left: 20px;
  padding-bottom: 20px; }
  .box a {
    text-decoration: none; }
    .box a .sectoresCaja {
      height: auto;
      margin: 10px;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      background: #fff;
      border-radius: 3px;
      box-shadow: 5px 5px 10px rgba(23, 43, 77, 0.1);
      transition: transform 0.5s; }
      .box a .sectoresCaja:hover {
        transform: translate(0, -5px); }
      .box a .sectoresCaja:hover .sectoresCajaTxt-Btn span {
        text-decoration: underline; }
      .box a .sectoresCaja .sectoresCajaimg {
        height: 200px;
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .box a .sectoresCaja .sectoresCajaimg.encuestas {
          background-image: url(../imagenes/encuestas.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.digital {
          background-image: url(../imagenes/digital.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.formacion {
          background-image: url(../imagenes/formacion.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.calidad {
          background-image: url(../imagenes/calidad.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.recruitment {
          background-image: url(../imagenes/recruitment.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.ealicia {
          background-image: url(../imagenes/mapa-ealicia.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.audit {
          background-image: url(../imagenes/audit.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.cx {
          background-image: url(../imagenes/cx.jpg); }
        .box a .sectoresCaja .sectoresCajaimg.bgred {
          background-color: #b00000; }
        .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
          width: auto;
          height: 200px;
          background: rgba(255, 255, 255, 0.5);
          text-align: center;
          padding-top: 35%;
          text-transform: uppercase; }
          .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo span {
            font-size: 20px;
            color: #444;
            font-weight: bold; }
        .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 {
          width: auto;
          height: 200px;
          background: rgba(255, 255, 255, 0.5);
          padding: 90px 20px 0px 20px;
          text-align: center; }
          .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 span {
            font-size: 20px;
            color: #444;
            font-weight: bold; }
      .box a .sectoresCaja .sectoresCajaTxtCursos {
        width: auto;
        height: auto;
        padding: 30px;
        position: relative;
        clear: both;
        background-color: #fff; }
        .box a .sectoresCaja .sectoresCajaTxtCursos .sectoresCajaTxt-Desc {
          margin-bottom: 20px; }
          .box a .sectoresCaja .sectoresCajaTxtCursos .sectoresCajaTxt-Desc span {
            color: #444; }
        .box a .sectoresCaja .sectoresCajaTxtCursos .sectoresCajaTxtCursos-Btn span {
          font-weight: bold;
          color: #B00000;
          float: right; }

.contactoPag {
  height: auto;
  padding: 100px 0 50px 0;
  position: relative;
  background-color: #f1f1f1; }

.contactoPag .cursoResponsive {
  display: none; }

.asuntoMensajeCajaPag {
  display: flex;
  flex-direction: column;
  margin: 0 15px 30px 15px;
  width: 100%; }

.asuntoMensajeCajaPag textarea {
  margin: 5px 0 0 0;
  padding: 5px;
  width: 100%;
  border: 1px solid #b00000;
  color: #444;
  font-size: 15px;
  background: transparent; }

.btnRight {
  float: right; }

.BtnCTA {
  margin: 5% 38%;
  background-color: #b00000;
  padding: 25px 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 0.5rem;
  font-size: 20px; }

.texto-tabla-42 span {
  line-height: 1.5; }

.texto-tabla-4 span {
  line-height: 1.5; }

/******************************************** ENCUESTAS PAGE ********************************************************/
.casosExito {
  background-color: #f1f1f1;
  padding: 40px; }

.casosExito .bgDark {
  padding: 100px 0; }

.casosExito_caja {
  height: auto;
  min-height: 270px;
  background: #fff;
  padding: 0px 20px;
  margin: 0px 20px;
  border-radius: 3px; }

.casosExito_caja a {
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.casosExito_img {
  height: auto;
  display: flex;
  justify-content: center; }

.nuestroMST_img img {
  height: 125px; }

.casosExito_img .servicios {
  background-image: url(../imagenes/casoExito.png); }

.casosExito_img .servicios .title {
  width: auto;
  height: 200px;
  background: rgba(50, 84, 158, 0.5);
  line-height: 200px;
  text-align: center;
  text-transform: uppercase; }

.casosExito_img .servicios .title span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }

.casosExito_txt {
  text-align: center;
  padding: 20px; }

.casosExito_txt span {
  text-align: center;
  font-size: 16px;
  line-height: 1.5; }

.casosExito_button {
  padding: 10px;
  border-radius: 3px; }

.casosExito_button a {
  font-weight: bold;
  color: #B00000; }

.areasW {
  padding: 50px 0;
  background: #fff; }
  .areasW .sectores {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto; }
    .areasW .sectores .box50 {
      width: 50%;
      padding-left: 20px;
      padding-bottom: 20px; }
      .areasW .sectores .box50 a {
        text-decoration: none; }
        .areasW .sectores .box50 a .sectoresCaja {
          height: auto;
          margin: 10px;
          overflow: hidden;
          position: relative;
          cursor: pointer;
          background: #fff;
          border-radius: 3px;
          box-shadow: 5px 5px 10px rgba(23, 43, 77, 0.1);
          transition: transform 0.5s; }
          .areasW .sectores .box50 a .sectoresCaja:hover {
            transform: translate(0, -5px); }
          .areasW .sectores .box50 a .sectoresCaja:hover .sectoresCajaTxt-Btn span {
            text-decoration: underline; }
          .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg {
            height: 200px;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center; }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg.equipos {
              background-image: url(../imagenes/equipos.jpg); }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg.comercial {
              background-image: url(../imagenes/comercial.jpg); }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg.callcenter {
              background-image: url(../imagenes/call-center-1.jpg); }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg.cx {
              background-image: url(../imagenes/cx.jpg); }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg.encuestas {
              background-image: url(../imagenes/encuestas.jpg); }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              line-height: 200px;
              text-align: center;
              text-transform: uppercase; }
              .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 {
              width: auto;
              height: 200px;
              background: rgba(255, 255, 255, 0.5);
              padding: 90px 20px 0px 20px;
              text-align: center; }
              .areasW .sectores .box50 a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo2 span {
                font-size: 20px;
                color: #444;
                font-weight: bold; }
          .areasW .sectores .box50 a .sectoresCaja .sectoresCajaTxt {
            width: auto;
            height: auto;
            padding: 15px;
            position: relative;
            clear: both;
            background-color: #fff; }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc {
              margin-bottom: 20px; }
              .areasW .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Desc span {
                color: #444; }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn span {
              font-weight: bold;
              color: #B00000; }
            .areasW .sectores .box50 a .sectoresCaja .sectoresCajaTxt .sectoresCajaTxt-Btn i {
              color: #B00000;
              font-weight: bold;
              margin-left: 10px; }

.beneficiosContentCaja2 img {
  width: 90px;
  margin-bottom: 15px; }

.beneficiosContent2 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center; }

.encuestasTxt {
  width: 100%;
  margin: 15px 0;
  display: flex; }

.encuestasTxt img {
  height: 20px;
  margin-right: 20px;
  width: 20px;
  margin-top: 6px; }

.encuestasTxt span {
  padding-right: 50px;
  font-size: 18px;
  line-height: 1.5;
  color: #444; }

.btnEncuestas {
  float: right;
  margin-top: 85px;
  margin-left: 100px; }

.pointRed {
  width: 10px;
  background-color: #b00000;
  border-radius: 5rem; }

/******************************************** IMPORT MEDIA ********************************************************/
@media (max-width: 1800px) {
  .areas .sectores {
    width: 85%; } }
@media (max-width: 1700px) {
  .formularioCurso {
    height: 900px; }

  .areas .sectores {
    width: 90%; }

  .btn {
    padding: 14px 78px; } }
@media (max-width: 1600px) {
  .areas
  .sectores {
    width: 95%; }

  .comentariosContent {
    width: 60%; } }
@media (max-width: 1500px) {
  .divPeque {
    width: 90%;
    margin: 0 auto; }

  .portadaCaja {
    width: 40%;
    right: 100px; }

  .headerInferior_content {
    width: 90%; }

  .btn {
    padding: 14px 63px; }

  .contactoFormCaja2 {
    width: 100%; }

  .asuntoMensajeCaja {
    margin: 0 10px 30px 10px;
    width: 100%; }

  .contactoFormCaja_input_txt input, .contactoFormCaja_input_txt select {
    width: 100%; }

  .asuntoMensajeCaja textarea {
    width: 100%; }

  .formularioCurso {
    height: 900px; }

  /*.slick-slide img{
  	width:370px;
  }*/ }
@media (max-width: 1400px) {
  .areas .sectores {
    width: 100%; }
    .areas .sectores .box {
      width: 33%; }

  .comentariosContent {
    width: 70%; }

  .btn {
    padding: 10px 55px; } }
@media (max-width: 1300px) {
  .divPeque {
    width: 100%;
    margin: 0; }

  .descript-Page .divPeque {
    width: 90%;
    margin: 0 auto; }

  .divPeque.nuestroHolding {
    width: 90%;
    margin: 0 auto; }

  .btnEncuestas {
    margin-left: 0px; }

  /****************** SLIDER ***********************/
  .nuestroMST_caja {
    padding: 20px;
    margin: 10px; }

  /**************** FOOTER *********************************/
  .footerSuperior {
    padding: 10px; }

  .footerInferior {
    padding: 10px; }

.linkUniversity .btnMstCTA {
    width: 75%;
}

	}
@media (max-width: 1250px) {
  .portadaCaja {
    width: 50%; } }
@media (max-width: 1200px) {
	
	.headerInferior_content {
		width: 98%;
	}
  .incluyeContent .box33 {
    width: 50%; }

  .divPeque70 {
    width: 80%; }

  .btn {
    padding: 8px 45px;
    margin-right: 1px;
font-size:13px;	}

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h1 h1 {
    font-size: 45px; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h2 h2 {
    font-size: 20px; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box img {
    height: 40px; }
  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box span {
    font-size: 18px;
    color: #fff; }

  .popUpEnvioSuccess {
    width: 50%; } }
@media (max-width: 1150px) {
  .adnContentCaja {
    width: 45%; }

  .footerSuperiorImg {
    margin: 0 15px; }

  .beneficiosContent {
    justify-content: center; }

  .beneficiosContentCaja {
    margin: 20px 10px; }

  .beneficiosContentCaja2 {
    margin: 20px 10px; }
	
	.headerInferior_content .menu ul li > a {
    padding: 0 10px;
}
	}
@media (max-width: 1100px) {
  .misionbox, .visionBox, .valoresBox {
    width: 45%; }

  .footerSuperior .divPeque {
    flex-direction: column; }

  .footerLogo {
    margin-right: 0;
    margin-bottom: 20px; }

  .footerCaja_newsletter {
    margin-bottom: 20px; }

  .texto {
    width: 95%;
    height: 610px;
    padding: 5% 5%;
    background-color: #fff; }

  .texto-tabla-42 {
    font-size: 16px; }

  .texto-tabla-4 {
    font-size: 16px;
    margin-left: 0%;
    height: 950px; }

  .formularioCurso {
    width: 27%;
    margin: 3% 8% 3% 0; } }
@media (max-width: 1050px) {
  .portadaPageContent {
    width: 90%; }

  .box33 {
    width: 50%; } }
@media (max-width: 1000px) {
	.numTlf{
		display:none;
	}
	
	.headerInferior_content .menu {
    width: 100%;}
	
  .contactoPag .cursoResponsive {
    display: block; }

  .formularioCurso {
    display: none; }

  #contacto-page2 {
    display: block; }

  .tabla-4 {
    margin-left: 5%;
    width: 90%; }

  .btn {
    padding: 8px 11%; 
	font-size:13px;
	width: 32%;}

  .texto {
    width: 100%; }

  .rayaBtn {
    width: 97%; }

  .divPeque70 {
    width: 90%; }

  .areas .sectores .box33 {
    width: 48%; }

  .descript-PageTitulo {
    margin-right: 60px; }
    .descript-PageTitulo h1 {
      font-size: 30px; }
    .descript-PageTitulo h2 {
      font-size: 18px; }

  .descript-PageTxt h2 {
    font-size: 20px; }
  .descript-PageTxt span {
    font-size: 18px;
    line-height: 22px; }

  .BtnCTA {
    margin: 5% 30%; }

  /****************************************/
  .historiaCajaFecha {
    flex-direction: column;
    text-align: center; }

  .historiaCajaFechaReves {
    flex-direction: column;
    text-align: center; }

  .alignRight {
    text-align: center; }

  .areas .sectores .box {
    width: 50%; }

  .comentariosContent {
    width: 80%;
    margin: 65px auto 0px; }

  .adnContent {
    justify-content: center; }

	.headerInferior_content .menu ul li > a {
    padding: 0px 4px;
}
	}
@media (max-width: 900px) {
  .btn {
    padding: 8px 10%; }

  .nuestroMST_caja {
    min-height: inherit; }

  .solucionoContTxt {
    min-height: inherit; }

  .portada_page {
    height: 450px;
    position: inherit; }

  .portadaInicio {
    margin-top: 70px; }

  .portadaPageContent {
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center; }

  .portadaPageFrase {
    text-align: center;
    margin: 15px 0; }
    .portadaPageFrase span {
      font-size: 30px; }

  .portadaPageComerCaja {
    width: auto;
    height: auto;
    flex-direction: row;
    justify-content: center; }

  .poratadaPageImg {
    width: 200px;
    height: auto; }

  .portadaServices {
    width: 90%;
    padding: 100px 0 20px 0; }

  .portadaServicesFrase span {
    font-size: 40px; }
	
	.portadaServicesFrase h1 {
    font-size: 40px; }
	
	.portadaServicesFrase h3 {
    font-size: 40px; }

  .portada_page.salud {
    background-position: top; }

  .portadaQuienes_box {
    padding-top: 75px; }

  .portadaInicio_Destacado {
    margin-bottom: 30px; }

  .portadaServicesTxt {
    margin-bottom: 15px; }

  .portadaServicesFrase {
    margin-bottom: 30px; }

  .portadaInicio_Box.anuncioPortada {
    width: 90%; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt {
    margin-bottom: 30px; }

  .portadaIndex {
    margin-top: 0px; }

  /********************************* GLOBAL **************************************/
  .portadaCaja {
    top: 75px;
    width: 70%;
    position: inherit;
    right: 0;
    margin: 0 auto; }

  .incluyeContent .box33 {
    width: 100%; }

  .serviciosContent {
    flex-direction: column; }

  .historiaCajaFechaTxt {
    width: 100%; }

  .sectionTitle {
    padding: 0 10px; }

  /******************************** DESCRIPT **************************************/
  .descript-Page {
    padding: 50px 0; }

  .descript-Page .divPeque {
    flex-direction: column; }

  .descript-PageTitulo {
    margin-right: 0;
    margin-bottom: 20px; }

  .descript-PageTxt {
    text-align: center; }

  /** Seccion 5 **/
  .seccion-comentarios {
    padding: 50px 0; }
    .seccion-comentarios .content-comentarios {
      width: 90%;
      margin: 40px auto 0 auto; }
      .seccion-comentarios .content-comentarios .cajaComentarios {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        .seccion-comentarios .content-comentarios .cajaComentarios .ComentImg {
          margin-right: 0;
          margin-bottom: 20px; }

  /******************************** AREAS *************************************/
  .areas {
    width: auto;
    padding: 25px 0; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaTxt {
    width: auto; }

  /******************************** ADN *************************************/
  .adnContentCaja img {
    width: 65px; }

  .areas .sectores .box {
    padding: 10px; }

  /******************************** BLOG *************************************/
  .blog {
    width: auto;
    background-attachment: inherit; }

  .comentariosContent {
    width: 90%; }

  .incluyeContent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: left;
    padding: 0 40px; }

  .incluyeContentCaja {
    margin: 0;
    display: flex;
    flex-direction: column;
    width: 100%; }

  /********************************* CONTACTO ************************************/
  .contactoContenido {
    width: 80%; }

  .contactoFormCaja {
    width: 100%;
    margin: 0; }

  .asuntoMensajeCaja {
    margin: 0 0 30px 0; }

  .contactoFormCaja_input_txt {
    width: 90%; }
    .contactoFormCaja_input_txt input {
      width: 100%; }
    .contactoFormCaja_input_txt select {
      width: 100%; }

  .validarEnvio {
    margin: 0 0 30px 0; }

  /********************************* FOOTER ************************************/
  .footerInferior {
    padding: 10px;
    text-align: center; }

  .footerRedes {
    float: none;
    width: auto;
    margin: 0 auto; }

  .footerCaja_newsletter {
    width: 100%; }

  .popUpEnvioSuccess {
    width: 95%; } }
@media (max-width: 800px) {
  .btn {
    padding: 8px 9%; }

  .misionbox,
  .visionBox,
  .valoresBox {
    width: 75%; }

  .historiaCajaFechaImg img {
    width: 100%; }

  .comentariosContent {
    width: 95%;
    margin: 65px auto 0px; }

  .subtitulo {
    width: 75%; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h1 h1 {
    font-size: 40px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box span {
    font-size: 15px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box img {
    height: 30px; }

  .box33 {
    width: 50%; }

  .slick-slide img {
    width: 370px; }

  .BtnCTA {
    margin: 5% 20%; } }
@media (max-width: 750px) {
  .CajaDescripcion {
    display: block; }

  .CajaDescripcionTitle {
    text-align: center;
    width: 100%; }

  .CajaDescripcionTxt {
    width: 90%;
	text-align: center;
    padding: 0 10px;	}

  .columna2 {
    display: block; }

  .nuestroMST_img img {
    height: 95px; }

  .btnEncuestas {
    float: none;
    margin-top: 5%;
    margin-left: 5%; }

  .box50 {
    width: 100%; }

  .footerCaja_newsletter {
    width: 100%;
    flex-direction: column;
    align-content: center; }

  .newsletter_destacado {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center; }

  .newsletter_input {
    text-align: center; }

  .btnScrollTop {
    bottom: 15px;
    right: 15px; }

  .headerInferior_content .iconMenu .barras img {
    width: 30px; }

  .headerInferior_content .iconMenu .cross img {
    width: 25px; }

  .cookies {
    width: 80%;
    padding: 10px; }

  .cookiesImg {
    margin-bottom: 5px; }

  .cookiesImg img {
    width: 80px; }

  .cookiesTxt {
    margin-bottom: 15px;
    line-height: 17px; }

  .cookiesTxt span {
    font-size: 14px; }

  .cookiesBtn {
    justify-content: space-around; }

  .btnCookieWhite, a.btnCookieBlue {
    padding: 7px 15px; }

  .popUpNews-top {
    padding: 15px 0; }

  .portadaPageComerCaja {
    display: none; }

  .portadaSectoresBtn {
    display: block;
    margin-top: 20px; }

  .areasW .sectores {
    display: block;
    width: 100%; }

  .areasW .sectores .box50 {
    width: 95%; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaimg {
    height: 150px; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
    line-height: 20px;
    height: 150px;
    padding-top: 25%; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaTxt {
    padding: 10px; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaTxt span {
    font-size: 16px; }

  .portadaPageContent {
    padding-top: 70px; }

  .portada_page.automocion {
    background-image: url(../imagenes/portadas/automocion_respon.jpg);
    background-position: center; }

  .portada_page.banca {
    background-image: url(../imagenes/portadas/Banca_respon.jpg);
    background-position: center; }

  .portada_page.electronics {
    background-image: url(../imagenes/portadas/electronica_respon.jpg);
    background-position: center; }

  .portada_page.salud {
    background-image: url(../imagenes/portadas/salud_respon.jpg);
    background-position: center; }

  .portada_page.seguros {
    background-image: url(../imagenes/portadas/seguros_respon.jpg);
    background-position: center; }

  .portada_page.telecos {
    background-image: url(../imagenes/portadas/telecomunicaciones_respon.jpg);
    background-position: center; }

  .portada_page.ecommerce {
    background-image: url(../imagenes/portadas/ecommerce_respon.jpg);
    background-position: center; }

  .portada_page.lineaBlanca {
    background-image: url(../imagenes/portadas/lineaBlanca_respon.jpg);
    background-position: center; }

  /***** SERVICIOS ****/
  .portada_page.outbound {
    background-image: url(../imagenes/portadas/outbound_respon.jpg);
    background-position: center; }

  .portada_page.customer {
    background-image: url(../imagenes/portadas/customer_respon.jpg);
    background-position: center; }

  .portada_page.support {
    background-image: url(../imagenes/portadas/support_respon.jpg);
    background-position: center; }

  .portada_page.backoffice {
    background-image: url(../imagenes/portadas/backOffice_respon.jpg);
    background-position: center; }

  .portada_page.knowledge {
    background-image: url(../imagenes/portadas/knowledge_respon.jpg);
    background-position: center; }

  /***** COMENTARIOS *****/
  .seccion-comentarios .content-comentarios .cajaComentarios .ComentTxt .comentTxt-Title span {
    font-size: 15px; }

  .seccion-clientes .content-clientes .img-clientes .img-clientes-box div img {
    margin: 5px;
    width: 90px; } }
@media (max-width: 700px) {
  .btn {
    padding: 8px 8%; }

  .divPeque70 {
    width: 100%; }

  .portadaCaja {
    width: 80%; }

  .box33 {
    width: 100%; }

  .contactoContenido {
    width: 90%;
    padding: 30px; }

  span.portadaInicio_Title {
    font-size: 40px; }
	  h2.portadaInicio_Title {
    font-size: 40px; }

  span.title1 {
    font-size: 40px; }

  span.portadaInicio_SubTitle {
    font-size: 25px; }

  span.subTitle1 {
    font-size: 25px; }

  .btnMstCTA {
    width: 100%; }

  .button_bg.animate, .title2_bg.animate, .subTitle2_bg.animate, .portadaInicio_Buton.animate {
    animation: none; }

  .portadaInicio_Buton {
    opacity: 1; }

  .contacto {
    padding: 100px 0 50px 0; }

  .anuncioPortada .anuncio_Botones a .btnMstBlue, .anuncioPortada .anuncio_Botones a .btnMstCTA {
    width: auto; }

  .anuncioPortada .anuncio_Botones a .btnMstBlue i, .anuncioPortada .anuncio_Botones a .btnMstCTA i {
    display: none; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h1 h1 {
    font-size: 30px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_h2 h2 {
    font-size: 16px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt {
    flex-direction: column;
    margin-bottom: 10px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box {
    margin-right: 0;
    justify-content: flex-start;
    margin-bottom: 10px; }

  .anuncioPortada .anuncio_Destacado .anuncio_Destacado_txt .destacado_txt_box img {
    height: 25px; } 
	
	.sectionDescription h3{
		display:none;
	}
	
	#contacto-page2 {
		padding: 30px 0 50px 0;
	}
	
	.linkUniversity {
    padding: 10% 2%;
	}
	
	}
@media (max-width: 600px) {
  .btn {
    padding: 8px 7%; }

  .misionbox,
  .visionBox,
  .valoresBox {
    width: auto; }

  .misionBox_icon img {
    width: 80px; }
	.portadaServicesFrase h3 {
     font-size: 24px;
    margin-top: 0px; }

  .portadaServicesFrase span {
    font-size: 24px;
    margin-top: 0px; }
	
	.portadaServicesFrase h1 {
    font-size: 24px;
    margin-top: 0px; }
	
	.portadaServicesFrase h3 {
     font-size: 24px;
    margin-top: 0px; }

	.portadaInicio_Title h2{
		font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
	}
	
	.portadaServicesTxt h1 {
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
}
.portadaServicesTxt h2 {
    font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.portadaServicesTxt span {
	font-size: 38px;
    margin-bottom: 15px;
    margin-top: 0px;
}
	
	
  .subtitulo {
    width: 90%; }
    .subtitulo span {
      font-size: 15px; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaimg .sectoresCajaimg-Titulo {
    padding-top: 15%; }

  .elearningImg {
    width: 48%;
    float: none; }

  .elearningTxt {
    width: 100%; }

  .btnMstBlue {
    width: 90%;
    text-align: center; }

  .areas .sectores .box33 {
    width: 95%; }

  .marT100 {
    margin-top: 0px; }

  .areas .sectores .box33 {
    width: 95%; }

  .sectionTitle span {
    font-size: 30px; }
	
	  .sectionTitle h1 {
    font-size: 30px; }

  .footerSuperiorImg img {
    display: none; }

  .footerSuperior-caja {
    max-width: 235px; }

  .areas .sectores .box {
    width: 100%; }

  .sectoresCajaimg {
    height: 150px; }

  .sectoresCajaimg-Titulo {
    height: 150px;
    line-height: 150px; }

  .servicios {
    padding: 50px 0; }

  .comentarios {
    padding: 50px 0; }

  .comentariosContent {
    width: 80%; }
    .comentariosContent .comentLeft, .comentariosContent .comentRight {
      flex-direction: column;
      align-items: center; }
      .comentariosContent .comentLeft .ComentImg, .comentariosContent .comentRight .ComentImg {
        margin: 0 0 20px 0;
        font-size: 16px; }

  .comentTxt-Title span {
    font-size: 14px; }

  .blogContent {
    background: rgba(176, 0, 0, 0.5);
    width: auto;
    height: auto;
    text-align: center; }

  .serviciosCajas {
    width: 90%;
    margin: 10px; }

  .portadaCaja {
    height: 250px; }

  .title2_bg,
  .subTitle2_bg {
    animation: none; }

  .title1,
  .subTitle1 {
    opacity: 1;
    animation: none; }

  .portadaCajaTxt h1 {
    font-size: 50px; }
  .portadaCajaTxt h2 {
    font-size: 20px; }

  .solucion-pageTitle h1 {
    font-size: 40px; }

  .incluyeContentCaja span {
    font-size: 18px; }

  .Incluye-page {
    padding: 50px 0; }

  .incluyeContentCaja img {
    height: 25px; }

  .solucion-page {
    padding: 50px 0; }

  .footerInferior .divPeque {
    flex-direction: column; }

  .derechosRes {
    margin-bottom: 10px; }

  .nuestroMST_txt span {
    font-size: 14px; }

  .solucion-pageTitle {
    margin-bottom: 20px; } }
@media (max-width: 550px) {
  .btn {
    padding: 8px 6.5%; }

  .portadaPageComerCaja {
    width: 350px;
    height: 330px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 15px; }

  .poratadaPageImg {
    width: auto;
    height: 150px; }

  .popUpnews {
    width: 90%; }

  .popUpTitulo {
    font-size: 30px; }

  .newsContentTxt span {
    font-size: 15px; }

  .validarNews span {
    font-size: 12px; }

  .popUpNews-top {
    text-align: center;
    height: 140px; }

  .popUpNews-top i {
    font-size: 80px;
    animation: none;
    left: 0;
    position: inherit;
    opacity: 1; }

  .portadaCajaTxt h1 {
    font-size: 40px; } }
@media (max-width: 500px) {
  .btn {
    padding: 8px 6%; }

  .datosPersonales {
    flex-direction: column; }

  .BtnCTA {
    margin: 5% 10%;
    padding: 15px 60px;
    font-size: 18px; }

  .solucionoCont.peque {
    width: 100%; }

  .datosPersonalesCaja {
    width: 100%; }
    .datosPersonalesCaja.marginContact {
      width: 100%;
      margin-right: 0; }

  .contactImg img {
    width: 150px; }

  .contactTtl span {
    font-size: 30px; }

  .contactTxt span {
    font-size: 16px; }

  .footerSuperior-caja {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0; }

  .validarEnvio {
    font-size: 12px; }

  .beneficiosContentCaja {
    width: 150px; }

  .beneficiosContentCaja span {
    font-size: 15px; } 
	
	.tabla-4 {
		margin-bottom: 50%;}
		
	.btn-eAliciaUniImg{
		display: none;
	}
	
	#btn-eAliciaUniTxt {
		width: 95%;
	}
	
	.linkUniversity .btnMstCTA {
    width: 90%;
}
	
	}

@media (max-width: 450px) {
  .btn {
    padding: 8px 5%; }

  .cookies {
    width: 90%; }

  .portadaCajaTxt h1 {
    font-size: 30px; }

  .portadaCajaTxt h2 {
    font-size: 18px; }

  .adnContentCaja {
    width: 40%;
    margin: 10px 10px; }

  .rayaSepTitulo {
    height: 2px;
    margin: 15px auto; }

  .sectionTitle {
    padding: 0 10px; }

  .subtitulo span {
    font-size: 15px; }

  .blogContentTitulo {
    font-size: 22px; }

  .rayaSepTituloWhite {
    height: 2px;
    margin: 15px auto; }

  .blogContent {
    width: 95%; }



  .box33 {
    width: 90%; }

  .elearningImg {
    display: none; }

  .subtitulo {
    width: 90%; }
    .subtitulo span {
      font-size: 15px; }

  .popUpNews-top {
    height: 115px; } 
	
	
	}
@media (max-width: 400px) {
  .btn {
    padding: 8px 3%; }

  .portadaPageComerCaja {
    width: auto; }

  .headerLogo img {
    height: 40px;
    margin-top: 18px; }

  .contactoContent span {
    font-size: 18px; }

  .contactoContent {
    margin-bottom: 30px; }

  .actualizaciones {
    display: none; }

  .menuRedes {
    display: none; }

  .portada {
    height: auto;
    width: auto;
    background-attachment: inherit;
    padding: 20px 0; }

  .sectoresCaja {
    margin: 0;
    width: 100%;
    height: auto;
    position: inherit; }

  .areas .sectores .box a .sectoresCaja {
    margin: 0; }

  .areas .sectores .box a .sectoresCaja .sectoresCajaTxt {
    width: auto;
    height: auto; }

  .popUpnews {
    width: 95%;
    top: 150px;
    top: 150px;
    left: 10px;
    zoom: 0.7;	}

  .adn {
    padding: 0 0 25px 0; }

  .blog {
    height: auto;
    padding: 20px;
    margin-bottom: 10px; }

  .blogContent {
    background: rgba(176, 0, 0, 0.5);
    width: 90%;
    position: inherit;
    top: 0;
    left: 0;
    margin: 0 auto; }

  .blogContentTitulo {
    font-size: 30px; }

  .blogContentButton {
    margin-top: 0; }

  .datosBottonera {
    width: auto;
    margin: 0;
    padding: 0 20px; }

  .solucionResponsive {
    display: block; }

  /************************************** MEDIA PAGE ***********************************/
  .portadaPageComer {
    background: rgba(50, 84, 158, 0.7);
    width: 90%;
    height: auto;
    position: inherit;
    right: 0;
    padding: 20px;
    margin: 15px auto; }

  .poratadaPageImg {
    width: auto;
    margin-bottom: 10px; }

  .poratadaPageTxt {
    margin: 0; }

  .poratadaPageTxt h1 {
    font-size: 20px; }

  .poratadaPageTxt span {
    font-size: 16px;
    line-height: 23px; }

  .poratadaPageTxt span b {
    font-size: 18px; }

  .poratadaPageBtnMst {
    padding: 15px; }

  .icons-page {
    padding: 30px 0; }

  .icons-page .divPeque {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }

  .iconsContentCaja {
    width: 120px;
    margin: 15px; }

  .iconsContentCaja img {
    width: 65px;
    margin-bottom: 10px; }

  .iconsContentCaja span {
    font-size: 15px;
    font-weight: bold; }

  .solucion-page {
    width: auto;
    background-attachment: inherit;
    padding: 30px 15px; }

  .solucion-pageTitle h1 {
    font-size: 30px;
    line-height: inherit;
    padding: 0 20px; }

  .sectionTitle {
    padding: 0px;
    margin-bottom: 0px; }

  .solucionContent-page {
    padding: 30px 0; }

  .Beneficios-page {
    padding: 30px 0; }

  .solucionoCont {
    width: auto; }

  .solucionoContTxt span {
    font-size: 15px;
    line-height: 20px; }

  .solucionoCont {
    padding: 15px; }

  .solucionoContTxt:last-child {
    margin-bottom: 0; }

  .ContTitulo span {
    font-size: 16px; }

  .beneficiosContentCaja {
    margin: 0;
    width: auto;
    padding: 20px; }

  .beneficiosContentCaja img {
    width: 65px;
    margin-bottom: 10px; }

  .beneficiosContentCaja span {
    font-size: 15px; }

  .btnMstCTA {
    width: 100%;
    height: 40px;
    line-height: 40px; }

  .btnMstCTA i {
    top: 13px; }

  .newsletter_inputbox input {
    margin-bottom: 10px;
    width: 100%; }

  .newsletter_inputbox button {
    width: 100%; }

    .modal {
    top: -25px;
	}
	
	.tabla-4 {
		margin-bottom: 65%;
	}
	
	.linkUniversity .btnMstCTA {
    width: 85%;

	}
@media (max-width: 350px) {
  .btn {
    padding: 8px 2%; }

  .adnContentCaja {
    width: auto;
    margin: 0px;
    min-width: 100px; }

  .btnMstWhite {
    width: 100%; }
.tabla-4 {
		margin-bottom: 100%;
	}
	}
	
@media (max-height: 760px) {
   .popUpnews{
       zoom: 0.8;
   }
}

@media (min-width: 400px) and (max-height: 625px) {
   .popUpnews{
       zoom: 0.7;
   }
   
   

       
}
/*# sourceMappingURL=style-sass.css.map */
