/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
  box-sizing: border-box;
  margin : 0;
}

*,*:before,*:after {
  box-sizing: inherit;
}

body {
  background-color: #f2f2f2;
}

/** Utilidades **/
.centrar-texto {
  text-align: center;
}

.no-margin {
  margin: 0;
}

img {
  max-width: 100%;
}
/** Header **/
/* div.sitio-header {
  min-height: 430px;
} */



/* div.sitio-header { */
  /* min-height: 430px;
  background-image: url(../img/hero2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;  */
  /* max-height: 20rem; */
  /* text-align: center; */
  /* margin-bottom: 4rem; */
/* } */

.sitio-header {
  background-image: url(../img/hero2.png);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
}

/* 
@media only screen and (min-width: 455px) {
  div.hero {
    background-image: url(../img/hero2.png);
    height: 100vh;
    max-height: 50rem;
    background-position: center center;
    background-size: cover; 
    text-align: center;
    margin-bottom: 4rem;

  }
} */
h1 {
  font-family: 'PT Sans', sans-serif;
}

p {
  font-family: 'Rubik', sans-serif;
}

h2, h3, h4 {
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  /* font-family: 'Lato', sans-serif; */
}


.contenedor-logo-barra {
  display: flex;
  flex-direction: column;
  
}


.contenedor {
  display: flex;
  justify-content: center;
  align-items: center; 
  /* margin-bottom: 2rem; */
  /* padding: 0 !important;
  margin-bottom: 0 !important; */
}
.contenedor h1 {
    font-size: 32.5vw; /* vw; */
    font-weight: 900px;
    color: darkslategrey;
    text-shadow: 0 0 30px black;
    margin:0;
} 

/** Menu Navegacion **/
.barra {
  padding-top: 1.5rem;
  display: flex;
  justify-content: center;
  /* position: fixed; */
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  align-items: center;
}

.barra a {
  text-decoration: none;
  color: inherit;
  /* border-radius: 0.5rem; */
  /* color: #869FB2; */
  /* background-color: #1D262D; */
  font-family: 'Rubik', sans-serif;
  text-transform: initial;
  font-weight: 400;
  padding: 0.3rem 0.5rem;
  font-size: 4.5vw;
}

@media(min-width: 768px) {
  .barra a {
    font-size: 3.5vw;
  }
}

/* 
.barra a:first-child {
  position: fixed;
  top: 1.4rem;
  left: 2rem;
  display: block;
  font-weight: 900;
  color: darkslategray;
  font-size: 
}

@media (min-width: 768px) {
  .barra a:first-child {
    top: 1.2rem;
  }
} */

.icono-menu {
  width: 100%;
  height: 3rem;
}

.barra a:hover {
  /* color:#1D262D; */
  /* color: rgb(219, 228, 142); */
  color: rgb(229, 255, 0);

} 

/** Menu Servicios **/

.menu-ppal {
  position: relative;
  display: inline-block; 
}

.menu {
  position: relative;
  display: inline-block;
}

.separador {
  margin: 0;
  padding: 0;
  background-color: red;
}

.submenu-ppal {
  display: none;
  position: absolute;
  left: -25%;
  text-align: left;  
  background-color: rgba(223, 233, 229, 0.9);
  width: 48.5vw;
  /* height: 100%; */
  margin: 0;
  padding: 0;
  /* border-radius: 1rem; */
  /* line-height: 1; */
  /* min-width: 160px; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}



.submenu {
  display: none;
  position: absolute;
  text-align: left;
  left: -50%;
  /* margin-left: -87px; */
  background-color: rgba(16, 17, 16, 0.8);
  width: 68.5vw;
  /* height: 100%; */
  margin: 0;
  padding: 1rem;
  /* border-radius: 1rem; */
  /* line-height: 1; */
  /* min-width: 160px; */
  /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
  z-index: 1;
}


@media (min-width: 768px) {
  .submenu {
    width: 48.5vw;
  }
} 

.submenu:first-of-type, .submenu-ppal:first-of-type {
  padding-top: 0.5rem;
}

.submenu a, .submenu-ppal a {
  text-decoration: none;
  display: block;
  padding: 0.7rem 0.7rem;
  font-size: 3.5vw;
}

/* .submenu .svg {
  width: 8%;
  height: 8%;
  padding-right: 0.5rem;
} */

.submenu a:hover, .submenu-ppal a:hover{ color: rgb(229, 255, 0); cursor: pointer;}

.menu:hover .submenu, .menu-ppal:hover .submenu-ppal {display: block;}

/* .menu:hover .dropbtn {background-color: #3e8e41;} */


.fixed {
  /* position: fixed;
  width: 100%;
  top: 0;
  left: 0; */
  background-color: rgba(243, 210, 149, 0.90);
  padding-bottom: 1.5rem;
}

.logobarra {
  display: inline-block;
  padding-right: 40px;
}

/* 
@media (min-width: 768px) {
  .barra a {
    font-size: 2.5vw;
  }
} */


h2.subtitulo {
  font-family: 'PT Sans', sans-serif;
  /* padding-bottom: 3rem; */
  color: black;
  font-size: 2.5rem;
  /* text-shadow: 2px 2px 0px black; */
  margin: 0;
  font-weight: 900;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  h2.subtitulo {
    font-size: 4rem;
  }
}

.logo {
   width: 30%;  
   height: auto; 
   display: block;
   z-index: 1;
}
/* 
.titc {
   position: absolute; 
}

.titg {

} */

/* div.contenedor { */
  /* padding : 0; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-content: space-around; */
   /* align-items: center; 
   
  
  text-align: center;
  position: relative;
}  */

/* div.sitio-header {
} */

 /* h1.sitio-titulo {
  font-family: 'PT Sans', sans-serif;
  font-size: 22.5vw;
  padding-top: 1rem;
  padding-right: 1rem;
  font-weight: 900px;
  margin-top : 15rem;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;

} */

/* 
h1.sitio-titulo2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 22.5vw;
  
  font-weight: 900px;
} */
/* 
h1.sitio-titulo2 span {
  
  text-shadow: 0 0 30px black;
  color: darkred;
} */
/* 
@media only screen and (min-width: 768px) {
  h1.sitio-titulo {
    font-size: 22.5vw;
  }
}  */

/** GreenSock Animación **/


/** Lettering Nombre Sitio **/

/* h1.sitio-titulo span {
  
  text-shadow: 0 0 30px black;
  color: darkred;
} */

.char1 {
 display: inline-block;
 padding-right: 1rem;
 transform: rotateX(-16deg);
 -webkit-transform: rotate(-16deg);
 
}
/* .char2 { */
  /* background-image: url(../img/robotic-arm.png);
  background-position: top center;
  background-size: cover;
   */
   /* visibility: hidden; */
/* } */
.char3 {
  display: inline-block;
 
  z-index: 1;
}

.char4 {
  display: inline-block;
  transform: rotateX(25deg);
  -webkit-transform: rotate(25deg);
}

/** Servicios **/

.svg { /* Evita que los svg crezcan, particularmente en Safari */
  width: 100%;
  height: 100%;
}

.servicios {
  margin-top: 2rem auto;
}

.contenedors {
  max-width: 1200px;
  margin: 0 auto;
  /* background-color: white;
  padding: 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75); */
  margin-bottom: 1rem;
}

.contenedors h3 {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  color: darkslategrey;
  padding-top: 1rem;
}  

@media (min-width: 768px) {

  .contenedors h3 {
    padding-top: 0;
    margin-bottom: 0;
  }  

}
.servicio {
  font-family: 'Rubik', sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  /* background-color: #ccc; */
  /* background-color: #f1f4f4; */
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 1rem;
  /* border-radius: 1rem;
  -webkit-box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 44px 13px rgba(0,0,0,0.75); */
  /* display: flex;
  flex-direction: column; */
}  

.servicio:hover {
  /* background-color: lightblue; */
  cursor: pointer;
  /* background-color:  rgba(202, 240, 202, 0.5); */
  background-color: rgba(243, 210, 149, 0.4);
}

.servicio p {
  font-family: 'Rubik', sans-serif;
  /* font-family: 'Montserrat', sans-serif; */
  color: back;
  text-align: justify;
  padding: 1rem;
   font-size: 1.2rem; 
   font-weight: 300;
  line-height: 2rem;
}
/* 
@media (min-width: 768px) {
  .servicio p {
    text-align: justify;
  }
} */


/* @media (min-width: 768px) { */
   /* .contenedor-servicios {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;  /* los acomoda en columnas uno abajo de otro */
   /* }  */

  /* .servicio { */
    /* flex-basis: calc(50% - 1rem); */
     /* flex : 0 0 calc(50% - 2rem);  */
   /* }  */
  
/* } */

.iconos {
  width: 100%;
  height: 12rem;
  /* border-radius: 20%;
  border-width: 0.05rem;
  border-color: black;
  border-style: outset; 
  background-color:lightblue; */
  /* display: flex; */
  /* justify-content: space-evenly; */
  align-items: center;
  font-size: 3rem;
  /* margin: 0 auto; */
  /* margin-top: 2rem; */
  flex : 0 0 calc(30% - 2rem);
}

.linea {
  width: 95%;
  margin: 0 auto;
}

.nomovil {
  display: none;
}

@media (min-width: 768px) {

.nomovil {
  display: flex;
}

.simovil {
  display: none;
}

}

.enlace {
  text-decoration: none !important;
  color: inherit !important;
  display: flex;
  align-items: center;
} 

.textoservicio {
   /* display: flex;
   flex-direction: column; */
   /* align-items: center;z */
}

/** Sección Contacto **/

.mensrecaptcha {
  font-size: 0.8rem;
  padding-bottom: 1rem;
}
/** Esconde icono de Recaptcha **/
.grecaptcha-badge { visibility: hidden; }

.contacto {
  background-color: #1D262D; 
  margin: 0;
}

.contacto h2 {
  color: white;
  font-size: 2rem;
  font-weight: bolder;
  text-align: left;
  padding-left: 2rem;
  margin-bottom: 0;
}

.contacto h4 {
  color: #869FB2;
}

/* @media (min-height: 768px) {
  .contacto {
    height: 20rem;
  }
} */

.contenedor-contacto {
  height: 100%;
  display: flex;
  flex-direction: column; 
  justify-content: space-between;
  /* align-items: center; */
}

.completar {
  padding-top: 2rem !important;
}

.completar:hover {
  color: orange;
  cursor: default;
}

@media (min-width: 768px) {
  .completar {
    padding-top: 4rem;
  }
}

.mensaje-contacto {
  padding-bottom: 2rem;
}

@media (min-width: 850px) {
  .mensaje-contacto {
    padding-right: 7rem;
  }
  
  .contenedor-ajuste {
    display: flex;
    justify-content: space-between;
  }
}


.boton-enviar {
  background-color: orange;
  display: block;
  text-align: center;
  padding: 1rem 6rem;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  margin: 0 auto; 
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color:inherit;
}

.boton-enviar:hover {
  background-color: rgb(229, 255, 0);
  cursor: pointer;
}

.boton {
  background-color: orange;
  display: block;
  text-align: center;
  padding: 1rem 1rem;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 2rem;
  /* margin: 0 auto; */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  color:inherit;
}

.boton:hover {
  background-color: rgb(229, 255, 0);
  cursor: pointer;
}

.mensaje-contacto p {
  color: #869FB2;
  text-align: center;
  margin-top: 0;
}

.contenedor-direccion {
  margin: 0;
  padding-left: 8rem;
}
.contenedor-direccion p {
  color: #869FB2;
}

.contenedor-direccion p:hover {
  color: orange;
  cursor: default;
}

.contenedor-direccion p span {
  color: #869FB2;
}

.contenedor-direccion p span:hover {
  color: orange;
  cursor: default;

}

.contenedor-direccion a {
  color: #869FB2;
  text-decoration: none;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
}

.icodir {
  color: orange;
  padding-right: 0.5rem;
  font-size: 2rem;
}

.contenedor-direccion a:hover {
  color: rgb(229, 255, 0);
  cursor: pointer;
}

.direccion {
  display: flex;
  padding-bottom: 1rem;
}
.direccion span {
  display: block;
}

.telefono {
  display: flex;
  align-items: center;
  padding-bottom: 2.2rem;
}

.emaildir {
  display: flex;
  align-items: center;
  padding-bottom: 2.2rem;
}

.emaildir a {
  align-items: center;
}

.emaildir a:hover .icodir{
  color: rgb(229, 255, 0);
  cursor: pointer;
}

/** Footer **/
.pie {
  background-color: lightslategrey;
  margin: 0;
} 

.contenedor-pie {
  margin: 0;
  padding : 1rem 1rem;
} 

.menspie {
  margin: 0;
  text-align: center;
}


/** Paginas secundarias **/

.barra2 {
  color: white;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: start;
  /* position: fixed; */
  width: 100%;
  top: 0;
  left: 0;
  align-items: center;
  z-index: 2;
}


.barra2 a {
  text-decoration: none;
  color: white;
  /* border-radius: 0.5rem; */
  /* color: #869FB2; */
  /* background-color: #1D262D; */
  font-family: 'Rubik', sans-serif;
  text-transform: initial;
  font-weight: 400;
  padding: 0.3rem 0.5rem;
  font-size: 4.5vw;
}


@media(min-width:768px) {
  .barra2 {
    flex-direction: row;
  }


.barra2 a {
  font-size: 3.5vw;
  }
}


.barra2 a:hover {
  color: rgb(229, 255, 0);
  /* color: rgb(219, 228, 142); */
  cursor: pointer;
}
/* 
.barra2 a:first-of-type {
  
  font-weight: 900;
  color: lightgreen;
}   */
/* 
@media (min-width: 768px) {
  .barra2 a:first-child {
    top: 1.2rem;
  }
} */



.barra2 .logobarra2 {
  font-family: 'PT Sans', sans-serif;
  flex: 0 0 18%;
  font-weight: 400;
  color: lightgreen;
  z-index: 2;
  font-size: 15vw;
}



@media(min-width:768px) {

  .barra2 .logobarra2 {
      font-size: 4.5vw;
  }

}

.nav2 {
  z-index: 2;
}

.boton-navegacion-secundaria {
  margin-bottom: 2rem;
}

.boton-secundario {
  background-color:  #ccc;
  display: block;
  text-align: center;
  padding: 0.6rem 4rem;
  text-decoration: none;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0 auto;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
}

.boton-secundario:hover {
  background-color:  lightblue;
  cursor: pointer;
}

.aplicacion-header {
  height: 26rem;
  background-image: url(../img/aplicacionhero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position:relative;
}

.aplicacion-header::after {
  content:'';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.service-app {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.serviceap {
  /* flex: 0 0 calc(50% - 1rem); */
  margin-top: 2rem;
}

@media (min-width:900px) {

  .serviceap {
    flex: 0 0 calc(50% - 1rem); 
  }
}

.serviceap:last-of-type {
  margin-bottom: 2rem;
} 

.serviceap h4 {
  margin: 0 auto;
  font-size: 1.8rem;
}

.serviceap p {
  
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem; 
  font-weight: 300;
  line-height: 2rem;
  /* color: rgb(21, 129, 97); */
   /* #869FB2;*/
}

.iconapp {
  width: 100%;
  height: 4rem;
  align-items: center;
  font-size: 3rem;
  margin-bottom: 1rem;
} 


.cloud-header {
  height: 26rem;
  background-image: url(../img/cloudhero4.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position:relative;
}

.cloud-header::after {
  content:'';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.consultoria-header {
  height: 26rem;
  background-image: url(../img/consultoriahero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}

.consultoria-header::after {
  content:'';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.empresa-header {
  height: 26rem;
  background-image: url(../img/empresahero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.empresa-header::after {
  content:'';
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.paquete-header {
  height: 26rem;
  background-image: url(../img/softwarehero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.paquete-header::after {
  content:'';
  background-color: rgba(0,0,0,.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.integracion-header {
  height: 26rem;
  background-image: url(../img/integracionhero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.integracion-header::after {
  content:'';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.infraestructura-header {
  height: 26rem;
  background-image: url(../img/infrahero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.infraestructura-header::after {
  content:'';
  background-color: rgba(0,0,0,.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.contacto-header {
  height: 26rem;
  background-image: url(../img/contactohero.jpg);
  background-position: center center;
  background-size: cover; 
  background-repeat: no-repeat;
  margin-bottom: 2rem;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  position: relative;
}


.contacto-header::after {
  content:'';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.contenedor-secundaria {
  display: flex;
}

.logo2 {
  width: 25%;  
  height: auto; 
  /* padding-top: 0; */
  padding-left: 2rem;
  color:white;
}
/* 
@media (min-width:768px) {
    .logo2 {
      padding-top: 2rem;
    }
}
 */


.logo2:hover {
  color: rgb(229, 255, 0);
}

.primer-parrafo {
  margin-top: 0;
}

.subtitulacion-secundaria {
  position: relative;
  z-index: 1;
}

h2.subtitulo2 {
  font-family: 'PT Sans', sans-serif;
  color: orange;
  font-size: 3rem;
  /* color: darkslategrey; */
  /* background-color:  rgba(0, 0, 0, 0.6); */
 /* text-shadow: 0px 0px 2px orange; *//*darkslategrey;  */
}

@media (min-width: 768px) {
  h2.subtitulo2 {
    font-size: 4rem;
  }
}


h2.subtitulo3 {
  font-family: 'PT Sans', sans-serif;
  color: orange;
  font-size: 3rem;
  margin: 0.5rem 0;
}

@media (min-width: 768px) {
  h2.subtitulo3 {
    font-size: 4rem;
  }
}

.margen-abajo {
  padding-bottom: 2rem;
}


.fondotexto {
  background-color:  rgba(0, 0, 0, 0.6);
  padding: 0 1rem; 
  border-radius: 1rem;
}

.no-link {
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
} 

.no-link h2:hover {
  color: rgb(229, 255, 0);
}

.contenedor-aplicaciones {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; 
  text-align: justify;
}

.contenedor-aplicaciones .imagen-icono {
  width: 100%;
  height: 12rem;
  flex: 0 0 20%;
  padding-bottom: 1rem;
}

.contenedor-aplicaciones .contenido {
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 2rem;
  flex: 0 0 calc(80% - 2rem);
}

.contenido span {
  font-weight: bold;
}

@media (min-width: 768px) {

  .contenedor-aplicaciones {
    display: flex;
    justify-content: space-between;
  }
  .contenedor-aplicaciones .imagen-icono {
    flex: 0 0 20%;
    
  }
  
  .contenedor-aplicaciones .contenido {
    flex: 0 0 calc(80% - 2rem);
  }
}

.tecnologias {
  /* margin-top: 1rem; */
  padding-top: 0.5rem; 
  padding-bottom: 1rem;
  text-align: center;
  align-items: center;
  margin-bottom: 3rem;
  background-color: rgb(210, 211, 205); /* rgb(237, 241, 201); */
  opacity: 0.6;
}

.titulo-tecno {
  font-size: 1.2rem;
  color: green;
}

.iconotecno {
  width: 15%;
  height: 15%;
  padding-right: 2rem;
}


.iconotecno2 {
  /* width: 100%;
  height: 100%; */
  width: 5rem;
  height: 12rem;
  padding-right: 2rem;
}

.iconotecno3 {
  width: 10%;
  height: 10%;
  padding-right: 1rem;
}


.iconotecno4 {
  width: 20%;
  height: 20%;
  padding-right: 1rem;
}

.iconotecno5 {
  width: 8%;
  height: 8%;
  padding-right: 0.1rem;
}

.iconotecno6 {
  width: 6%;
  height: 6%;
  padding-right: 1rem;
}


.iconotecno7 {
  width: 14%;
  height: 14%;
  padding-right: 1rem;
}


.iconotecno8 {
  width: 4.5%;
  height: 5%;
  padding-right: 1rem;
}

.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
}



/** Formulario Pagina Contacto.html **/
/* .caja-login {
  background-color: #F2F2F2;
  border: 1px solid #707070;
  max-width: 500px;
  min-width: 380px;
  width: 90%;
  margin: 0 auto;
  min-height: 300px;
  -webkit-box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
  -moz-box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
  box-shadow: 0px 25px 35px -17px rgba(0,0,0,0.56);
  padding: 3rem;
}  */


.campo2 {
  display: flex;
  flex-direction: row;
  justify-content: start;
  margin-bottom: 1rem;
  /* align-items: center; */
}

.campo {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.campo label {
  flex: 0 0 100px;
  text-align: right;
  padding-right: 1rem;
}
.campo input[type="text"],
.campo input[type="password"],
.campo input[type="tel"],
.campo input[type="mail"]

 {
  height: 3rem;
  border: 0;
  flex: 1;
  border: 1px solid #455A64;
  border-radius: 0.5rem;
  padding-left: 3.5rem;
  padding-right: 0.5rem;
  font-weight: bold;
}

.area {
  
  height: 15rem;
  border: 0;
  flex: 1;
  border: 1px solid #455A64;
  border-radius: 0.5rem;
  padding-left: 3.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  font-weight: bold;
}

.campo textarea {
  height: 15rem;
}

/** Campo Input con Icono **/
.input-icons i { 
  position: absolute; 
} 

.input-icons { 
  width: 100%; 
  margin-bottom: 10px; 
} 

.icon { 
  padding: 10px; 
  min-width: 40px; 
  font-size: 2rem;
  color: #869FB2;
} 

/** Notificaciones **/

.notificacion {
  margin: 1rem auto;
  text-align: center;
  align-items: center;
  padding: 1rem 0;
  opacity: 0;
  transition: opacity .5s ease;
  border-radius: 0.5rem;
  white-space: pre;
}

.visible {
  opacity: 1;
}

.correcto {
  background-color: rgb(179,241,117);
  color: green;
}

.error {
  background-color: rgb(238,148,166);
  color: rgb(163,0,33);
}

.iconerror {
  color:  rgb(163,0,33);
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

