/************************************************************/
/***************** Inicio de FUENTES ************************/
/************************************************************/
@font-face {
  font-family: "WebSymbolsRegular";
  src: url(fonts/websymbols-regular-webfont.eot);
  src: url(fonts/websymbols-regular-webfont.eot#iefix) format("embedded-opentype"), url(fonts/websymbols-regular-webfont.woff) format("woff"), url(fonts/websymbols-regular-webfont.ttf) format("truetype"), url(fonts/websymbols-regular-webfont.svg#WebSymbolsRegular) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MuseoModerno";
  src: url(../fonts/MuseoModerno-VariableFont_wght.ttf);
  font-weight: normal;
  font-style: normal;
}
/************************************************************/
/***************** Inicio de GENERALES **********************/
/************************************************************/
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.clearfix {
  float: none;
  clear: both;
}

/************************************************************/
/***************** Inicio de BANNER    **********************/
/************************************************************/
#banner {
  height: 160px;
  margin: 0px auto;
  background-image: url(../img/Fondo_Banner.png);
  background-size: contain;
  position: sticky;
  top: 0px;
  z-index: 10;
}
#banner #logo {
  height: 90px;
  padding: 15px;
}
#banner #menu {
  border-top: 1px solid white;
  height: 40px;
  line-height: 18px;
}
#banner #menu a {
  color: #d4d1d1;
  font-size: 14px;
}

/************************************************************/
/***************** CONTENEDOR GENERAL DEL CONTENIDO *********/
/************************************************************/
#accordion {
  background-color: #dfdfdf;
}

/************************************************************/
/***************** Inicio de CARROUSEL **********************/
/************************************************************/
.carousel-item {
  transition: 1000ms;
}

.carousel-caption {
  z-index: 9;
}
.carousel-caption .titulo {
  color: #6e0e0e;
  font-weight: bolder;
  font-size: 2rem;
  text-shadow: #c98888 3px 3px 3px;
}
.carousel-caption p {
  color: #974c4c;
  font-weight: bolder;
  text-shadow: white 3px 3px 3px;
}

.carousel-inner {
  height: 300px;
}
.carousel-inner img {
  width: 250%;
  height: 100%;
  overflow: hidden;
}

/************************************************************/
/***************** CAJAS DE CONTENIDOS **********************/
/************************************************************/
.cajas {
  display: flex;
  /***************** NOSOTROS **********************/
  /***************** SERVICIOS **********************/
  /***************** CLIENTES **********************/
  /***************** RECURSOS **********************/
  /***************** CONTACTO **********************/
}
.cajas > div {
  height: 400px;
  flex-wrap: wrap;
  /*         overflow: hidden;
          overflow-y: scroll; */
  overflow-wrap: inherit;
  text-align: justify;
  padding: 10px;
}
.cajas #nosotros {
  background-color: #082756;
  color: #d1cdcd;
}
.cajas #nosotros img {
  padding-left: 5px;
  padding-right: 5px;
}
.cajas #servicios {
  width: 1110px;
  height: 400px;
  background-image: url(../img/Caja2_Servicios.png);
  background-repeat: round;
  /*         overflow-y: hidden; */
}
.cajas #servicios #Cont_Cajas {
  display: grid;
  grid-template-columns: repeat(25, calc((100% - 30px)/25));
  grid-template-rows: repeat(13, calc((100% - 30px)/13));
  height: 100%;
  opacity: unset !important;
  color: #4b4aaa;
  text-shadow: 1px 1px 2px #615959;
  text-shadow: 2px 2px 3px #615959;
}
.cajas #servicios #Cont_Cajas .cuadro {
  border-radius: 3px;
  /* background-color: rgba(188, 199, 219, 0.2); */
  text-align: center;
  line-height: 20px;
  font-weight: bold;
  animation-iteration-count: 1;
  animation-duration: 3s;
  transition: all 0.5s;
}
.cajas #servicios #Cont_Cajas .cuadro:hover {
  background-color: #c0bdeb;
  box-shadow: 0px 0px 10px;
  color: #e4dede;
}
.cajas #servicios #Cont_Cajas #titulo {
  grid-column: 1/10;
  grid-row: 1/3;
  background-color: unset;
  text-shadow: 1px 1px 2px grey;
  text-shadow: 2px 2px 3px grey;
  color: white;
}
.cajas #servicios #Cont_Cajas #capi {
  grid-column: 17/20;
  grid-row: 2/5;
  animation-name: aparecido3;
  font-size: 50px;
  line-height: 75px;
}
.cajas #servicios #Cont_Cajas #bivariado {
  grid-column: 5/14;
  grid-row: 4/6;
  animation-name: aparecido1;
  font-size: 30px;
  line-height: 45px;
}
.cajas #servicios #Cont_Cajas #multi {
  grid-column: 22/25;
  grid-row: 4/6;
  animation-name: aparecido4;
  font-size: 16px;
  line-height: 24px;
}
.cajas #servicios #Cont_Cajas #digi {
  grid-column: 19/22;
  grid-row: 7/9;
  animation-name: aparecido5;
  font-size: 23px;
  line-height: 42px;
}
.cajas #servicios #Cont_Cajas #dash {
  grid-column: 25;
  grid-row: 8/12;
  animation-name: aparecido9;
}
.cajas #servicios #Cont_Cajas #dash p {
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -moz-transform: rotate(270deg);
  /* Firefox */
  -webkit-transform: rotate(270deg);
  /* Safari and Chrome */
  -o-transform: rotate(270deg);
  /* Opera */
  padding: 10px;
  font-size: 16px;
  margin-top: 70px;
}
.cajas #servicios #Cont_Cajas #portal {
  grid-column: 11/15;
  grid-row: 7/10;
  animation-name: aparecido2;
  font-size: 27px;
  line-height: 36px;
}
.cajas #servicios #Cont_Cajas #cawi {
  grid-column: 3/7;
  grid-row: 9/11;
  animation-name: aparecido3;
  font-size: 45px;
  line-height: 45px;
}
.cajas #servicios #Cont_Cajas #clean {
  grid-column: 1/3;
  grid-row: 6/8;
  animation-name: aparecido5;
  font-size: 18px;
  line-height: 45px;
}
.cajas #servicios #Cont_Cajas #codi {
  grid-column: 1;
  grid-row: 9/14;
  animation-name: aparecido8;
}
.cajas #servicios #Cont_Cajas #codi p {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  padding: 10px;
  font-size: 20px;
}
.cajas #servicios #Cont_Cajas #conve {
  grid-column: 4/11;
  grid-row: 12/14;
  animation-name: aparecido6;
  font-size: 40px;
  line-height: 40px;
}
.cajas #servicios #Cont_Cajas #bbdd {
  grid-column: 17/19;
  grid-row: 11/14;
  animation-name: aparecido7;
  font-size: 20px;
  line-height: 75px;
}
.cajas #servicios #Cont_Cajas #auto {
  grid-column: 20/25;
  grid-row: 13;
  animation-name: aparecido8;
  font-size: 16px;
  line-height: 20px;
}
.cajas #clientes {
  width: 1110px;
  height: 400px;
  background-image: url(../img/Caja3_Mapa.png);
  background-repeat: round;
  text-shadow: 1px 1px 2px grey;
  text-shadow: 2px 2px 3px grey;
  color: white;
  /*         overflow-y: hidden; */
}
.cajas #clientes .pines {
  position: relative;
  width: 41px;
  height: 50px;
  background-repeat: round;
  background-image: url(../img/PinD.png);
  z-index: 1;
}
.cajas #clientes .Sud_Am {
  top: 45%;
  left: 30%;
}
.cajas #clientes .Sud_Am:hover {
  cursor: pointer;
  animation: pines 750ms linear;
}
.cajas #clientes .Ctro_Am {
  top: -5%;
  left: 20%;
}
.cajas #clientes .Ctro_Am:hover {
  cursor: pointer;
  animation: pines 750ms linear;
}
.cajas #clientes .Euro {
  top: -20%;
  left: 46%;
}
.cajas #clientes .Euro:hover {
  cursor: pointer;
  animation: pines 750ms linear;
}
.cajas #clientes #Logos_Sud {
  position: relative;
  width: 600px;
  height: 120px;
  top: 7%;
  left: 35%;
  background-color: rgba(98, 101, 117, 0.2);
  border-radius: 3px;
}
.cajas #clientes #Logos_Sud img {
  padding: 2px;
  height: 30px;
  width: auto;
}
.cajas #clientes #Logos_Ctro {
  position: relative;
  width: 150px;
  height: 63px;
  top: -62%;
  left: 25%;
  background-color: rgba(98, 101, 117, 0.2);
  border-radius: 3px;
}
.cajas #clientes #Logos_Ctro img {
  padding: 2px;
  height: 30px;
  width: auto;
}
.cajas #clientes #Logos_Euro {
  position: relative;
  width: 150px;
  height: 63px;
  top: -80%;
  left: 50%;
  background-color: rgba(98, 101, 117, 0.2);
  border-radius: 3px;
}
.cajas #clientes #Logos_Euro img {
  padding: 2px;
  height: 30px;
  width: auto;
}
.cajas #recursos {
  width: 1110px;
  height: 400px;
  background-image: url(../img/Caja4_Recursos.png);
  background-repeat: round;
  text-shadow: 1px 1px 2px grey;
  text-shadow: 2px 2px 3px grey;
  color: #424141;
}
.cajas #contacto {
  width: 1110px;
  height: 400px;
  background-image: linear-gradient(rgba(253, 253, 253, 0.5), #fdfdfd), url(../img/Caja5_Contactos.png);
  background-repeat: round;
  text-shadow: 1px 1px 2px grey;
  text-shadow: 2px 2px 3px grey;
  color: #424141;
}
.cajas #contacto h1 {
  opacity: unset;
}

.muestraLogos {
  animation-name: muestraCaja;
  animation-duration: 7s;
  animation-iteration-count: 1;
}

/* PIE DE PAGINA */
#pie {
  height: 45px;
  width: 100%;
  margin: 0px auto;
  background-image: url(../img/Fondo_Banner.png);
  background-size: cover;
  color: #e0dfdf;
}

/*# sourceMappingURL=estilos.css.map */
