body {
  font-family: "Lato";
  overflow-x: hidden;
  box-sizing: border-box;
}

header {
  padding: 50px;
  background-image: url("../img/Imagen_home.png");
  background-size: cover;
  background-color: rgba(0, 0, 0, 1.0);
  /*filter:grayscale(100%);*/
  opacity: 1.0;
  /*height: 100vh;*/
  color: white;
  text-align: center;
  overflow: hidden;
}

/* .servicios{
  background-image: url("../img/Imagen_servicios.png");
 background-repeat: no-repeat;
  background-size:auto;
  
}*/

#servicios {
  /*background-position:  center center;*/
  background-repeat: no-repeat;
  background-image: url("../img/Imagen_servicios.png");
  min-height: 188px;
}

.logo {
  float: left;

}

.logo img {
  height: 60px;
}

header .lang {

  margin-top: 25px;
  margin-left: 50px;
  float: right;
  padding: 10px;
}

header ul {
  margin-top: 30px;
  float: right;
  display: inline-block;
}

header ul li {
  display: inline-block;
  list-style: none;
  margin: 0 15px;

}

header ul li a {
  color: white;
  font-size: 1.8rem;
  display: block;
  padding: 5px 10px;
}

header ul li a:hover {
  text-decoration: none;
  color: #fdd622;
  box-shadow: 0px -3px 0 0px #fff inset;
}


input[type="radio"] {
  display: none;
}

input[type="radio"]+label {
  display: inline-block;
  padding: 0 10px;
  font-size: 1.2em;

}

input[type="radio"]:checked+label {
  font-weight: bold;
  color: #fdd622;
}

input[type="radio"]+label[for="ES"] {
  border-right: 2px solid #fdd622;
  padding-right: 14px;
}

.logo-main {
  clear: both;
  display: block;
  margin: auto;
  padding: 150px 0;
}

.main {
  min-height: 100vh;
}

.to-top {
  float: left;
  position: fixed;
  bottom: 30px;
  right: 50px;
  font-size: 1.4em;
  display: block;
  padding: 10px 13px;
  border-radius: 50%;
  background-color: #fdd622;
}

/*****main****/
.about-main {
  text-align: center;
  font-size: 2.6em;
  font-style: italic;
  padding: 50px 0;
  color: #777;
  background-color: #fafafa;
}

.about-main strong {
  margin-top: 40px;
  color: #9012fe;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-size: 2rem;
}

.soluciones {
  padding: 50px 0;
}

.soluciones h3 {
  display: block;
  margin: auto;
  width: 250px;
  text-align: center;
  font-weight: bolder;
  font-size: 2em;
  padding: 30px;
  box-shadow: 0 -5px 0 0 #fdd622 inset;

}

.soluciones h4 {
  color: #666;
  font-size: 1.5em;
  text-align: center;
  margin: 30px 0;
}

.icon-solutions ul {
  text-align: center;
  margin: auto;
}

.icon-solutions ul li {
  display: inline-block;
  list-style: none;
  margin: 15px;
}

.hide-animate {
  opacity: 0;
}

.icon-solutions ul li a {
  display: block;
  font-size: 3em;
  color: white;
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0;
  background-color: #9012fe;
  border-radius: 50%;
}

.icon-solutions ul li a:hover {
  background-color: #fdd622;
}

.more-c i {
  margin-top: 15px;
  width: 27px;
  font-weight: normal;
  color: black;
  text-align: center;
  padding-left: 8px;
  background-color: #fdd622;
}

.more i {
  display: inline-block;
  color: white;
  font-size: .9em;
  margin-left: 10px;
  text-align: center;
  padding: 4px 10px;
  background-color: #9012fe;
  border-radius: 50%;
}

.nucli i {
  display: inline-block;
  color: white;
  font-size: 2em;
  margin-left: 10px;
  text-align: center;
  padding: 4px 10px;
  background-color: #FDD622;
  border-radius: 50%;
}

.software {
  background-color: #fafafa;
  padding: 50px 0;
}

.software .inf {
  padding-left: 30px;

}

.software .inf {
  margin-top: 50px;
  font-size: 1.4em;
}

.software .inf h4 {
  font-size: 1.4em;
  display: block;
  width: 90%;
  padding-bottom: 15px;
  box-shadow: 0 -5px 0 0 #fdd622 inset;
}

.software .inf p {
  color: rgb(126, 126, 126);
  font-size: 1.1em;
  font-weight: 400;
  padding-right: 30px;
}

.software .more {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: .8em;
}

.more a {
  font-family: Lato;
}

.soluciones .more {
  margin: 0;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
}

.software .more i {
  padding: 3px 8px;
}

.home-see-more {
  margin: 50px 0;
}

.priv,
.politic {
  overflow: hidden;
  width: 80%;
  margin: auto;
}

.priv>div,
.politic>div {
  background-image: url("../img/FNSM.png");
  background-size: cover;
  height: 350px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 140px;
  color: white;
  font-weight: bolder;
  position: relative;
  transition: all .3s;
}

.priv>div p,
.politic>div p {
  z-index: 9990;
  position: absolute;
  margin: auto;
  font-size: 1.6em;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}

.politic>div {
  background-image: url("../img/NA.png");
}

.priv>div p i,
.politic>div p i {
  width: 25px;
  height: 25px;
  display: inline-block;
  color: #000;
  margin: 0 20px;
  text-align: center;
  line-height: 1 em;
  border-radius: 50%;
  background-color: #fdd622;
}

.priv>div p span,
.politic>div p span {
  font-size: .7em;
}

.priv>div:before,
.politic>div:before {
  z-index: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.priv>div:hover,
.politic>div:hover {
  transform: scale(1.1);
}

.home-social {
  font-size: 1.2em;
  text-align: center;
  margin: 100px 0;
}

.home-social h3 {
  color: #9012fe;
  font-weight: bolder;
  font-size: 2.4em;

}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #000;
  height: 150px;
}

footer div {
  display: inline-block;
}

.privacy a {
  color: #fdd622;
  font-weight: bolder;
  font-size: 1.2em;
}

.legal>p {
  color: #aaa;
  line-height: .6em;
}

.logo-footer img {
  width: 80px;
}

.social-footer div {
  margin: 0 20px;
}

.social-footer div a {
  display: inline-block;
  padding: 5px;
  width: 30px;
  color: #aaa;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #aaa;
}

.social-footer div a:hover {
  border: 2px solid #fff;
  color: #fff;

}

/************* Barra Vertical para Redes Sociales ***********************/
.social-bar {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 2000;

}

.social-bar .fa:hover,
.social-bar.icon-rotate .fa:active {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}

.f {
  border-radius: 1rem 1rem 0 0;
}

.i {
  border-radius: 0 0 1rem 1rem;
}

.social-bar ul {
  list-style: none;
}

.social-bar ul li {
  background-color: #9013FE;
  padding-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
}

.social-bar ul li a {
  width: 20px;
  display: inline-block;
  color: #fff;
  background: #9013FE;
  padding: 10px 15px;
  text-decoration: none;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
}

/**********************************************/

#linea {
  box-shadow: 0px 40px 0 0px white inset,
    0px -20px 0 0px white inset,
    -4px 0 0 0px #fdd622 inset;
}

#lineaSolucion {
  height: 4px;
  background-color: #fdd622;
}

#up {
  padding: 50px;
  background-image: url("../img/Imagen_home.png");
  background-size: cover;
  height: 100vh;
  color: white;
  text-align: center;
}

#software {
  font-size: 90px;
  font-weight: bolder;
}

#lineaSoftware {
  height: 5px;
  background-color: #fdd622;
  width: 50%;
}

#text-software {
  font-size: 20px;
  font-weight: bolder;
}

#exito {
  padding: 50px;
  background-image: url("../img/Imagen_portafolio.png");
  background-size: cover;
  height: 100vh;
  color: white;
  text-align: center;
}

#expocisiones {
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}

a#expocisiones:hover {
  color: #FDD622;
}

a#camPoliticas:hover {
  color: #FDD622;
}


#expocisiones a {
  color: #FFF;
  text-decoration: none;
}

#expocisiones a:hover {
  color: #FDD622;
  cursor: default;
}

#capo {
  font-size: 1.4em;
  font-weight: bold;
  color: #FFF;
}

#capo a {
  color: #FFF;
  text-decoration: none;
}

#capo a:hover {
  color: #FDD622;
  cursor: default;
}


#text-p {
  text-align: right;
  font-style: italic;
  font-size: 1.5em;
}

#lacoca {
  height: 5px;
  background-color: #FDD622;
  margin-right: 0;
  width: 50%;
}

#coppel {
  background-color: #E7E6E6;
}

#avisoPrivacidad {
  color: #9013fe;
  font-size: 2.0em;
}

#aviso {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 20px;
}

/*********** FlipBoard ********************/
/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px;
}

/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
}

.flip-container,
.front,
.back {
  width: 150px;
  height: 150px;
  border-style: solid;
}

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;

  position: relative;
}

/* hide back of pane during swap */
.front,
.back {
  backface-visibility: hidden;

  position: absolute;
  top: 0;
  left: 0;
}

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg);
}

.serv div {
  height: 90px;
  padding-left: 50px;
  padding-right: 50px;

}

/*#contendor {
    height: 300px;
	width: 980px;
	overflow-y: scroll;
}*/

/*#contenedor {
 height: 300px;   
 overflow-y : scroll;
}*/

#scrollbar {
  height: 300px;
  overflow-y: scroll;
}

/*
 *  STYLE 2
 */

.style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #9013FE;
}

.so {
  font-size: 2em;
  font-weight: bolder;
  color: #555;
}

#socli {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}

#btl {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}

#app {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}

#bd {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}

#so {
  font-size: 24px;
  font-weight: 700;
  color: #555;
}

#analisis {
  font-size: 24px;
  font-weight: 700;
  color: #555;


}

#smedia {
  font-size: 24px;
  font-weight: 700;
  color: #555;

}

/*botón up*/
.boton-subir {
  display: none;
  background: #fdd622;
  border: thin solid #fff;
  border-radius: 3px;
  position: fixed;
  right: 15px;
  bottom: 2px;
  z-index: 999999999;
}

/*evento hover*/
.boton-subir:hover {
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}

/*estilos para el tag i*/
.boton-subir i {
  color: #fff;
  font-size: 1.5em;
  padding: 10px 10px 10px 7px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

#becli {
  margin-top: 30px;
  margin-bottom: 120px;
}

#font-p {
  text-align: center;
  color: #555;
  font-size: 1.3em;
  font-weight: bolder;
}

#tit {
  font-size: 15px;
  text-align: center;
  color: #555;
  font-weight: bolder;
}

#tarjeta {
  /*width: 200px;
    padding-bottom: 100px;
    border: dotted;
    margin-left: 30px;*/
}

/*
.girar {
    position: relative;
    transition: all 1s ease;
    transform: perspective(600px);
    transform-origin: 100% 50%;
    transform-style: preserve-3d;
}

.girar:hover{
    transform: perspective(600px) rotateY(-180deg) translateX(100%);
}

.girar .girar-1,
.girar .girar-2{
    position: ;
    backface-visibility: hidden;
}

.girar .girar-2{
    transform: rotateY(-180deg);
}
#tarjeta2 {
    text-align: left;
    background: #fff;
    height: 100px;
    width: 200px;
    padding: 0px 0px 0px 0px;
    font-size:15px;
    display: block;
}
*/

.c--anim-btn span {
  color: white;
  text-decoration: none;
  text-align: center;
  display: block;
  padding-top: 1px;
  margin-bottom: 35px;
}

.c--anim-btn,
.c-anim-btn {
  transition: 0.3s;
}

.c--anim-btn {
  height: 84px;
  font: normal Lato 0.9em/1em Lato;
  overflow: hidden;
  width: 300px;
  height: 150px;
  background-color: #fff;
  margin: 1px;
}

.c-anim-btn {
  margin-top: 0em;
}

.c--anim-btn:hover .c-anim-btn {
  margin-top: -9em;
}

#bran-text {
  color: black;
  font-size: 1em;
  padding-bottom: 15px;
}

#becli-1 {
  margin-top: 30px;
  margin-bottom: 40px;
}

#avi-pri {
  padding: 25px;
  background-size: cover;
  min-height: 20vh;
  color: white;
  text-align: center;

}

/******************************************************************/
.tablink {
  /*background-color: #555;*/
  color: #fdd622;
  float: center;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  color: #fdd622;
  text-decoration: none;
}

.tabcontent {
  color: white;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

#text-pol {
  color: #555;
  font-weight: bold;
  text-align: right;
  font-size: 1.9em;
  font-style: italic;
  margin-left: 40px;
}

.nav>li>a:hover {
  text-decoration: none;
  background-color: transparent !important;
}

#contacto {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/Imagen_servicios.png");
  min-height: 188px;
  padding: 50px;
  background-color: transparent;

}

#anio {
  color: #555;
  text-align: right;
  font-weight: bold;
  font-size: 1.6em;

}

#text-em {
  color: #9012FE;
  font-weight: bold;
  font-size: 1.6em;
  font-style: italic;
  text-align: right;
}

#text-num {
  color: #555;
}

#text-left {
  color: #555;
  font-weight: bold;
  text-align: left;
  font-size: 1.9em;
  font-style: italic;
}

#anio-r {
  color: #555;
  text-align: left;
  font-weight: bold;
  font-size: 1.6em;

}

#anio-l {
  color: #555;
  text-align: left;
  font-weight: bold;
  font-size: 1.6em;
}

#text-em-l {
  color: #9012FE;
  font-weight: bold;
  font-size: 1.6em;
  font-style: italic;
  text-align: left;

}

#img-back {
  background-image: url(../img/Imagen%20contacto.png);
  background-size: cover;
  height: 100vh;
  color: white;
  text-align: center;
}

#color {
  background-color: #fff;

}

.bg {
  /* The image used */
  background-image: url("../img/Imagen%20contacto.png");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn-yellow {
  background-color: #fdd622;
  color: #555;
  font-size: 1.5em;
  font-weight: bold;
}

#contactanos {
  font-size: 2.9em;
  color: #fff;
  font-weight: bolder;
}

#con {
  margin-top: 0px;
  height: 5px;
  background-color: #fdd622;
}

#text-con {
  color: #FFF;
  font-size: 1.4em;
  font-size-adjust: none;
  font-weight: 300;
}

#tel {
  color: #fdd622;
}

a {
  color: #FFF;
}

#text-b {
  color: #FFF;
  font-size: 20px;
}

#input-form {
  opacity: 0.6;
  height: 40px;
  border-radius: 12px;
}

#message {
  opacity: 0.6;
  resize: none;
  border-radius: 12px;
}

::placeholder {
  color: #FFF;
}

#ver-mas {
  color: #FFF;
  font-size: 0.9em;
  text-decoration: none;
}

#no-underline {
  text-decoration: none;
}

.m {
  display: inline-block;
  color: white;
  font-size: .9em;
  margin-left: 10px;
  text-align: center;
  padding: 4px 10px;
  background-color: #9012fe;
  border-radius: 50%;
}

.ob-m {
  border-radius: 100%;
  width: 45px;
  height: 45px;
  /* padding-top: 50%; */
  background: #9013fe;
  text-align: center;

  /*animation-name: rebotar;
    animation-duration: 3s;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;*/
  animation: rebotar 2s alternate infinite ease-in;
}

.ob-m a i {
  font-size: 2rem;
}

.ob-m i {
  color: #FFF;
  padding-bottom: 10px;
  font-size: 1.9em;
}

@keyframes rebotar {

  to {
    transform: translateY(10px);
  }
}

#a {
  text-align: center;
  display: inline-block;
}

#padre {
  padding: 3px;

}

.rebotar {
  animation: bote 2s alternate infinite ease-in;
}

@keyframes bote {

  to {
    transform: translateY(20px);
  }
}

#lineaApp {
  height: 5px;
  background-color: #fdd622;
  width: 100%;
  text-align: left;
}

#apl {
  font-size: 1em;
  font-style: italic;
  color: mediumpurple;
}

#cabinaApp {
  text-align: left;
  color: #555;
  font-weight: bold;
}

#letter {
  font-size: 2.0em;
  font-weight: bold;
  color: #fdd622;
  text-decoration: none;
}

#text-sol {
  color: #555;
  font-style: oblique;
  font-weight: bold;
  padding: 2px;
}

#ani-col {
  /*background-color: #fdd622;*/
  border-radius: 15px;
  background-color: rgba(232, 87, 72, 0.7);
}

#fecha {
  color: #FFF;
  font-size: small;
}

#dir {
  color: #FFF;
  font-size: small;
}

#close {
  padding-top: 15px;
  padding-left: 25px;
  width: 100px;
  height: 50px;
  background-color: black;
  border-radius: 10px;
}

#cerrar {
  color: #fdd622;
  text-decoration: none;
  text-align: center;
  font-size: 0.9em;
}

a#cerrar:hover {
  color: #FDD622;
}

#ani-col-b {
  border-radius: 15px;
  background-color: rgba(255, 221, 79, 0.7);
}

#ani-col-btl {
  border-radius: 15px;
  background-color: rgba(232, 87, 72, 0.7);
}

#ani-col-app {
  border-radius: 15px;
  background-color: rgba(124, 92, 255, 0.7);
}

#ani-col-bd {
  border-radius: 5px;
  background-color: rgba(50, 232, 177, 0.7);
}

#ani-col-so {
  border-radius: 15px;
  background-color: rgba(255, 251, 79, 0.7);
}

#ani-col-sm {
  border-radius: 15px;
  background-color: rgba(68, 232, 109, 0.7);
}

#ani-col {
  border-radius: 15px;
  background-color: rgba(253, 214, 34, 1.7);
}

.ob-mo {
  color: rgb(255, 255, 255);
  padding-bottom: 10px;
  font-size: 1em;
}

.moe-obj {
  font-size: 25px;
  font-style: normal;
}

#text-sol-p {
  padding: 4px;
  color: #555;
  font-style: oblique;
  font-weight: bold;
  font-size: 0.9em;
}

#text-sm {
  color: #555;
  font-style: oblique;
  font-weight: bold;
  padding: 2px;
}

#ani-col-sc {
  padding-top: 20px;
  border-radius: 15px;
  background-color: rgba(253, 214, 34, 1.7);
}

#camPoliticas {
  font-size: 1.4em;
  font-weight: bold;
  color: white;
}

.close {
  float: right;
  color: #FDD622;
  font-size: 50px;
  position: sticky;
  top: 0;
}

#cl a:hover {
  opacity: 1.0;
  box-shadow: none;
}

a#cl {
  color: #9013fe;
  opacity: 1.0;
}