@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Sika-Regular';
    src: url(../fonts/silka-regular-webfont.woff);
}
@font-face {
    font-family: 'BERNIER';
    src: url(../fonts/BERNIER™-Regular.woff);
}
@font-face {
    font-family: 'BRAVEE';
    src: url(../fonts/BRAVEEightyone-Regular.woff);
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: 'BRAVEE', 'BERNIER', 'Sika-Regular', sans-serif;
    overflow-x: hidden;
}
a {
    text-decoration: none;
}
header {
    position: relative;
}
.container {
    max-width: 1350px;
    min-width: 320px;
    position: relative;
    margin: auto;
}
.padded {
    padding-top: 90px;
    padding-bottom: 90px;
}
h1,h2,h3,h4,h5 {
    font-family: 'BRAVEE';
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.425;
    margin-bottom: 16px;
    margin-top: 16px;
    clear: both;
    color: #333;
    word-wrap: break-word;
}
h1 {
    font-size: 60px;
}
h2 {

}
h3 {

}
h4 {

}
h5 {

}
p {
    font-family: 'Sika-Regular';
    font-size: 16px;
    line-height: 24px;
}
#header {
    width: 100%;
    height: 100%;
    overflow:hidden;
    background-color: gainsboro;
    position: relative;
    display: table;
}
.video-header {
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
}
.video {
    width: 100%;
    height: 100%;
}
video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-position: bottom;
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    z-index: 1;
}
.header-opacidad {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.363);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.main-header {
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: absolute;
    z-index: 99999;
}
.menu-fixed { 
	position: fixed; 
	top: 0; 
	width: 100%; 
	/*max-width: 1200px;*/ 
	background: rgba(255, 255, 255, 0.925);
	transition: all .3s ease; 
	z-index: 999999999; 
}
.menu-fixed .navigation-button i {
    color: #000;
}
.menu-fixed .logo img {
    transition: all .5s ease-in-out;
    width: 60px;
}
.grid-header {
    width: 33.33333333%;
    height: 120px;
    float: left;
}
.logo {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.logo img {
    width: 80px;
}
.navigation-wrapper {
    position: relative;
}
.navigation-menu {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    transform: translate(100%,0);
    transform-origin: top right;
    transition: all .2s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
.navigation-button {
    will-change: transform;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
    background: transparent;
    cursor: pointer;
    float: right;
    margin-top: 25px;
    margin-right: 50px;
}
.navigation-button i {
    font-size: 24px;
    border-radius: 3px;
    padding: 15px;
    color: #ffffff;
}
.navigation-menu {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 35%;
    padding: 90px 50px;
    background: #00bcd4;
    height: 100%;
    transform-origin: top right;
    transition: all .2s ease-in;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    z-index: 9999999;
}
.navigation-menu.active {
    transform: translate(0,0);
}
.navigation ul {
    position: relative;
}
.navigation ul li {
    list-style: none;
}
.navigation ul li a {
    color: #FFF;
    text-decoration: none;
    font-family: 'Sika-Regular';
    font-size: 2em;
    line-height: 60px;
    font-weight: 300;
    padding: 5px 0px;
    position: relative;
    display: inline-flex;
    transition: 0.5s;
}
.navigation ul li a::before {
    content: "";
    position: absolute;
    bottom: 12px;
    width: 0%;
    height: 4px;
    background-color: #FFF;
    transition: all .5s linear;
}
.navigation ul li a:hover::before{
    width: 100%;
}
#contenedor__main{
    width: 100%;
    height: 50px;
    display: table;
    margin-top: 50px;
}
.sociales-main {
    width: 100%;
}
.sociales-main li {
    list-style: none;
    display: inline-block;
}
.sociales-main li a {
    display: block;
    color: #FFF;
    font-size: 14px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
.sociales{
    width: 100%;
}
.sociales li {
    list-style: none;
    display: inline-block;
}
.sociales li a {
    display: block;
    color: #FFF;
    font-size: 12px;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}
#contenedor__main p {
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
}
canvas{
    display: block;
    vertical-align: bottom;
}




.global-overlay{
    position:relative;
    top:0;
    left:0;
    height:100%;
    overflow:visible;
    width:100%;
    z-index:0;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -ms-transform:scale(1.2);
    -o-transform:scale(1.2);transform:scale(1.2);
    -webkit-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.global-overlay.hide-overlay{opacity:0.4 !important}
.global-overlay .overlay{position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100vh !important;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-ms-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 3s cubic-bezier(0.215, 0.61, 0.355, 1);-moz-transition:all 3s cubic-bezier(0.215, 0.61, 0.355, 1);-ms-transition:all 3s cubic-bezier(0.215, 0.61, 0.355, 1);-o-transition:all 3s cubic-bezier(0.215, 0.61, 0.355, 1);transition:all 3s cubic-bezier(0.215, 0.61, 0.355, 1);border-right:1px solid #15171e}
.global-overlay .overlay.skew-part{-webkit-transform:skew(-25deg, 0deg);-moz-transform:skew(-25deg, 0deg);-ms-transform:skew(-25deg, 0deg);-o-transform:skew(-25deg, 0deg);transform:skew(-25deg, 0deg)}
.global-overlay .overlay .overlay-dash{background:url(../img/overlay.svg);background-size:cover;background-position:center center;position:absolute;overflow:hidden;top:0;left:0;width:100%;height:100vh !important}
#constellationel{z-index:1;left:0;top:0;position:absolute}.pswp__bg{background:#20232D}
@media only screen and (max-width: 1024px){
    .global-overlay.hide-overlay{opacity:1 !important}
    .global-overlay .overlay{left:0;width:100%;height:100%}
}
.contenedor-header-info {
    width: 100%;
    height: 100%;
    position: relative;
}
.contenedor_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contenedor_info h1 {
    font-family: 'BRAVEE';
    color: #FFF;
    font-size: 80px;
    position: relative;
    z-index: 2;
}
.contenedor_info p {
    font-size: 24px;
    line-height: 40px;
    width: 50%;
    color: #FFF;
    text-align: center;
    position: relative;
}
.nosotros {
    width: 100%;
    height: 50%;
    background-color: #FFF;
    overflow: hidden;
    display: table;
}
.left-nosotros {
    width: 50%;
    height: 350px;
    padding: 20px;
    display: table;
    float: left;
}
.left-nosotros span {
    font-weight: 700;
}
.left-nosotros h4 {
    color: #18bcd4;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Sika-Regular';
    margin-bottom: 0px;
}
.left-nosotros h2 {
    margin-top: 0px;
    font-size: 36px;
    line-height: 46px;
}
.left-nosotros p {
    margin-bottom: 20px;
}
.left-nosotros a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Sika-Regular';
    color: #FFF;
    background-color: #00bcd4;
    text-decoration: none;
}
.right-nosotros {
    width: 50%;
    height: 350px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-nosotros img {
    width: 80%;
}
.proceso_de_trabajo {
    width: 100%;
    height: 50%;
    overflow: hidden;
    background-image: linear-gradient(to right, #00e4ce , #00abc9);
    position: relative;
    display: table;
}
.proceso_de_trabajo h2 {
    color: #FFF;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 50px;
}
.grid_proceso {
    width: 20%;
    height: 280px;
    padding: 10px;
    position: relative;
    float: left;
}
.grid_proceso a:before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    background-color: #00bcd4;
    border-radius: 50%;
    top: -168px;
    opacity: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s linear;
    bottom: 0;
}
.grid_proceso a:hover:before{
    width: 90px;
    height: 90px;
    background-color: #FFF;
    opacity: 1;
}
.circle, .circle-2, .circle-3, .circle-4, .circle-5 {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: relative;
    color: #FFF;
    border: solid 1px #FFF;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    font-size: 28px;
}
.circle span, .circle-2 span, .circle-3 span, .circle-4 span, .circle-5 span {
    color: #FFF;
    position: relative;
    transition: all .3s ease-in-out;
}
a:hover .circle span {
    color: #00bcd4;
}
a:hover .circle-2 span {
    color: #00bcd4;
}
a:hover .circle-3 span {
    color: #00bcd4;
}
a:hover .circle-4 span {
    color: #00bcd4;
}
a:hover .circle-5 span {
    color: #00bcd4;
}
.circle::after, .circle-2::after, .circle-3::after, .circle-4::after {
    content: '';
    position: absolute;
    width: 110%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    top: 50%;
    bottom: 0;
    left: 88px;
}
.circle-2::before, .circle-3::before, .circle-4::before ,.circle-5::before  {
    content: '';
    position: absolute;
    width: 115%;
    height: 1px;
    background-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    top: 50%;
    bottom: 0;
    right: 88px;
}
.grid_proceso a {
    text-decoration: none;
}
.grid_proceso h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    display: table;
    margin: auto;
    text-align: center;
}
.grid_proceso p {
    color: #FFF;
    font-size: 14px;
    display: table;
    margin: auto;
    text-align: center;
}

.servicios {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
}
.sub-titulo {
    font-size: 24px;
    color: #18bcd4;
    line-height: 32px;
    font-family: 'Sika-Regular';
    text-align: center;
}
.servicios h2 {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
}
#contenedor_servicios {
    width: 100%;
    height: 750px;
    display: table;
}
.grid_servicios {
    width: 37%;
    height: 800px;
    float: left;
}
.grid_servicios:nth-child(2) {
    width: 25%;
}
.box_servicios {
    width: 100%;
    height: 200px;
    position: relative;
    margin-top: 10px;
    display: table;
}
.circle-servicio {
    width: 90px;
    height: 90px;
    background-color: #FFF;
    border: solid 1px #00bcd4;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: all .5s ease-in-out;
}
.medio-circle {
    width: 80px;
    height: 80px;
    background-color: #00bcd4;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transition: all .5s ease-in-out;
}
.medio-circle i {
    color: #FFF;
    font-size: 24px;
}
.left-texto-servicio {
    width: 70%;
    height: 170px;
    float: left;
    display: table;
}
.right-icono-servicio {
    width: 30%;
    height: 170px;
    float: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.left-texto-servicio h4 {
    color: #000;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Sika-Regular';
    margin-top: 20px;
    margin-bottom: 10px;
}
.left-texto-servicio p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    text-align: right;
}
a:hover .circle-servicio {
    border: solid 1px #643094;
}
a:hover .medio-circle {
    background-color: #643094;
}

.left-icono-servicio {
    width: 30%;
    height: 170px;
    float: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.right-texto-servicio {
    width: 70%;
    height: 170px;
    float: right;
    display: table;
}
.right-texto-servicio h4 {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Sika-Regular';
    margin-top: 20px;
    margin-bottom: 10px;
}
.right-texto-servicio p {
    font-size: 14px;
    color: #000;
    text-align: left;
}
.middle-responsive {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.middle-responsive img {
    width: 300px;
}
.parallax-fixed-leman {
    width: 100%;
    height: 400px;
    background-image: url(../img/parallax_leman7.jpg);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.parallax-medio  {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.534);
    padding-top: 40px;
}
.parallax-fixed-leman p {
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 0px;
}
.parallax-fixed-leman h2 {
    color: #FFF;
    font-size: 50px;
    line-height: 60px;
    margin-top: 0px;
    text-align: left;
}
.parallax-fixed-leman a {
    display: block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-family: 'Sika-Regular';
    color: #FFF;
    background-color: #00bcd4;
    text-decoration: none;
}


.portafolio {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    display: table;
}
.portafolio h2 {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 30px
}
.contenedor_portafolio {
    width: 100%;
    height: 700px;
    text-align: center;
    display: table;
}
.grid_portafolio {
    width: 23%;
    height: 300px;
    margin: 10px;
    position: relative;
    display: inline-block;
}
.grid_portafolio img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.grid_portafolio .tapa-portafolio {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right, #00e4cda6 , #00abc99d);
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_portafolio:hover .tapa-portafolio {
    opacity: 1;
    visibility: visible;
}
.grid_portafolio .tapa-portafolio h3 {
    color: #FFF;
    font-size: 24px;
    font-family: 'Sika-Regular';
    margin-top: 0px;
    margin-bottom: 0px;
    
}
.grid_portafolio .tapa-portafolio p {
    margin-top: 0px;
    color: #FFF;
    font-size: 14px;
    font-family: 'Sika-Regular';
}


.hosting {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    background-color: #f6f6f6;
}
.hosting h2 {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
}
.grid_precios {
    width: 31%;
    height: 680px;
    border-radius: 10px;
    position: relative;
    padding: 10px 20px;
    background-color: #FFF;
    margin: 12px;
    display: inline-block;
}
.cont_precio {
    width: 80%;
    height: 200px;
    border-bottom: solid 3px #f6f6f6;
    display: table;
    margin: auto;
}
.cont_precio h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.cont_precio h5 {
    font-size: 14px;
    font-family: 'Sika-Regular';
    margin-top: 0px;
    margin-bottom: 0px;
}
.gr_precio h2 {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Sika-Regular';
    margin-top: 0px;
    text-align: center;
}
.grid_precios .icon-1 {
    color: #00bcd4;
}
.grid_precios .icon-2 {
    color: #ff434b;
}
.grid_precios:hover a {
    border: solid 2px #FFF;
}
.cont_descripcion_precios a {
    display: block;
    margin-top: 20px;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    border: solid 2px transparent;
    line-height: 50px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Sika-Regular';
    color: #FFF;
    background-color: #00bcd4;
    transition: all .5s ease-in-out;
}
.cont_descripcion_precios a:hover {
    color: #00bcd4;
    background-color: #FFF;
}
.strong {
   position: relative;
}
.strong i {
    text-decoration-line: line-through;
}
.strong p {
    text-decoration-line: line-through;
}
.gr_precio span {
    font-size: 12px;
}
.gr_precio {
    width: 100%;
    height: 50px;
    margin-bottom: 0px;
    display: table;
}
.cont_descripcion_precios {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 450px;
    position: relative;
    display: table;
}
.des_precios {
    width: 100%;
    height: 24px;
}
.des_precios i {
    width: 20px;
    text-align: left;
}
.des_precios p {
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.des_precios_2 {
    width: 100%;
    height: 30px;
}
.grid_precios:hover {
    transition: all .5s ease-in-out;
    background-color: #00bcd4;
}
.grid_precios:hover .des_precios p {
    transition: all .5s ease-in-out;
    color: #FFF;
}
.grid_precios:hover .des_precios i {
    transition: all .5s ease-in-out;
    color: #FFF;
}
.grid_precios:hover .cont_precio h3 {
    transition: all .5s ease-in-out;
    color: #FFF;
}
.grid_precios:hover .cont_precio h5 {
    transition: all .5s ease-in-out;
    color: #FFF;
}
.grid_precios:hover .gr_precio h2 {
    transition: all .5s ease-in-out;
    color: #FFF;
}

.clientes {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: table;
    background-color: #f7f8fc;
}
.clientes h2 {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
}
.grid_clientes {
    width: 23%;
    height: 150px;
    background-color: #FFF;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    margin: 10px;
    display: inline-block;
}
.grid_clientes .img_clientes {
    width: 100%;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_clientes .img_clientes img {
    width: 240px;
    display: table;
    margin: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .3s ease-in-out;
}
.grid_clientes .img_clientes img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.info-clientes {
    width: 80%;
    height: 50px;
    display: table;
    margin: auto;
    border-top: solid 2px #f6f6f6;
}
.info-clientes h3 {
    font-size: 18px;
    line-height: 50px;
    font-family: 'Sika-Regular';
    text-align: center;
    margin: 0;
}
.social-fixed {
    width: 50px;
    height: 250px;
    position: fixed;
    left: 0;
    top: 40%;
    z-index: 999999;
}
.social-fixed a{
	list-style: none;
	text-decoration: none;
}
.social-fixed i{
    width: 50px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    display: block;
    transition: .3s;
    cursor: pointer;
}
.social-fixed i:hover{
    width: 100px;
}
.tiktok {
    background: #000;
    color: #FFF;
}
.facebook {
    background-color: #3c5a99;
    color: #FFF;
}
.instagram {
    background-image: linear-gradient(to right, #405DE6,#5851DB,#833AB4,#C13584,#E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
    color: #FFF;
}
.youtube {
    background: #d71e18;
    color: #FFF;
}
.twitter {
    background: #0a0a0a;
    color: #FFF;
}

.testimonial {
    width: 100%;
    height: 40%;
    background: #F7F8FC;
    overflow: hidden;
    font-family: 'Sika-Regular';
    display: table;
}
.testimonial h2 {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
}

.parallax-contador {
    width: 100%;
    height: 440px;
    position: relative;
    background-image: linear-gradient(to right, #00e4ce , #00abc9);
    display: table;
}

.right_contador {
    width: 100%;
    height: 250px;
    padding: 10px;
}
.grid_contador {
    width: 23%;
    height: 230px;
    padding: 20px;
    margin: 13px;
    float: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_contador i {
    color: #FFF;
    font-size: 50px;
    margin-bottom: 30px;
    position: relative;
}
.grid_contador span {
    color: #FFF;
    position: absolute;
    right: 95px;
    font-family: 'lato';
    font-size: 40px;
    bottom: 93px;
}
.grid_contador h5 {
    color: #FFF;
    text-align: center;
    font-family: 'Sika-Regular';
    font-size: 14px;
    line-height: 24px;
    position: relative;
}
.grid_contador p {
    color: #FFF;
    font-size: 40px;
    position: relative;
}



.contacto {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #ffffff;
    display: table;
}
.padded-contacto {
    padding-top: 90px;
    padding-bottom: 0px;
}
.contacto h2 {
    text-align: center;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 40px;
}
.con_contacto {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.grid_contacto {
    width: 30%;
    height: 180px;
    background-color: #FFF;
    box-shadow: 0 0 30px rgb(0 0 0 / 8%);
    padding: 20px;
    float: left;
    position: relative;
}
.grid_contacto i{
    width: 80px;
    height: 80px;
    font-size: 24px;
    line-height: 80px;
    text-align: center;
    color: #FFF;
    background-color: #00bcd4;
    border-radius: 50%;
    margin: auto;
    margin-top: -60px;
    display: block;
}
.grid_contacto span {
    color: #26cd64;
}
.grid_contacto a {
    color: #000;
}
.grid_contacto p {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
}
.grid_contacto h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Sika-Regular';
}

.contenedor_mapa {
    width: 100%;
    height: 650px;
    display: table;
}
.contenedor_mapa iframe {
    width: 100%;
    height: 650px;
    transition: all .3s ease-in-out;
    display: table;
}
.footer {
    width: 100%;
    height: 250px;
    background-color: #000000;
    display: table;
}
.logo-footer {
    width: 250px;
    display: table;
    margin: auto;
}
.sociales {
    width: 100%;
    height: 90px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: table;
}
.sociales ul {
    width: 100%;
    text-align: center;
}
.sociales ul li {
    display: inline-block;
}
.sociales ul li a {
    display: block;
    color: rgb(218, 218, 218);
    width: 70px;
    height: 90px;
    line-height: 90px;
    font-size: 30px;
    text-align: center;
    transition: all .5s ease-in-out;
}
.sociales ul li a:hover {
    color: #f2c900;
}
.terminos {
    color: #FFF;
    width: 90%;
    display: table;
    margin: auto;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Sika-Regular';
    text-align: center;
}
.terminos a {
    color: #FFF;
}
.padded-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
.contenedor_whatsaap a {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #36de55;
    border-radius: 50%;
    bottom: 40px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.contenedor_whatsaap i {
    color: #FFF;
    font-size: 18px;
}
.contenedor_telegram {
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #25A6D9;
    border-radius: 50%;
    bottom: 100px;
    right: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.contenedor_telegram i {
    color: #FFF;
    font-size: 18px;
}
#copyright {
    width: 100%;
    height: 40px;
    background-color: #000000;
    display: table;
}
#copyright p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-family: 'Sika-Regular';
    line-height: 40px;
}

.movil {
    display: none;
}
.titulo-aviso {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 20px;
}
.aviso h3 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}
.aviso p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.aviso a {
    color: #000;
}
.c_pro {
    width: 280px;
    display: table;
    margin: auto;
}
@media screen and (max-width: 1450px) {
    
}
@media screen and (max-width: 1400px) {
    .grid_contador {
        width: 22%;
        text-align: center;
        display: inline-block;
    }
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 80px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .parallax-fixed-leman p {
        text-align: center;
    }
    .parallax-fixed-leman h2 {
        text-align: center;
    }
    .parallax-fixed-leman a {
        margin: auto;
    }
}
@media screen and (max-width: 1300px){
    .navigation-menu {
        width: 45%;
    }
    .contenedor_info p {
        width: 60%;
    }
    .grid_contador {
        width: 22%;
        float: left;
    }
    
}
@media screen and (max-width: 1250px) {
    .contenedor_info p {
        width: 80%;
    }
    .grid_clientes {
        width: 31%;
    }
    .grid_portafolio {
        width: 31%;
    }
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 70px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    
}
@media screen and (max-width: 1200px) {
    .grid_proceso a:before {
        top: -170px;
    }
    .aviso h3 {
        width: 90%;
        display: table;
        margin: auto;
        margin-bottom: 20px;
    }
    .aviso p {
        width: 90%;
        display: table;
        margin: auto;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1170px) {
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 60px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .grid_precios {
        width: 47%;
        text-align: center;
        margin-top: 10px;
    }
    .cont_descripcion_precios a {
        display: block;
        margin: auto;
        margin-top: 20px;
    }
    .contenedor_mapa {
        margin-top: 0px;
    }
    .servicios {
        min-height: 100%;
        display: table;
    }
    .grid_servicios {
        width: 33.33333%;
        min-height: 850px;
        display: table;
    }
    .grid_servicios:nth-child(2) {
        width: 33.33333%;
        min-height: 300px;
    }
    .pc_movil {
        display: none;
    }
    .movil {
        display: block;
    }
    .left-texto-servicio {
        width: 100%;
        order: 2;
    }
    .middle-responsive {
        text-align: center;
        display: table;
    }
    .left-texto-servicio h4 {
        text-align: center;
    }
    .left-texto-servicio p {
        text-align: center;
    }
    .right-icono-servicio {
        width: 100%;
    }
    .left-icono-servicio{
        width: 100%;
        order: 1;
    }
   
    .right-texto-servicio{
        width: 100%;
        height: 250px;
    }
    .right-texto-servicio h4 {
        text-align: center;
    }
    .right-texto-servicio p {
        text-align: center;
    }
  
  
}
@media screen and (max-width:1110px){
    .grid_proceso {
        padding: 10px;
    }
    
    
}
@media screen and (max-width: 1070px) {

    .proceso_de_trabajo h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .servicios h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .portafolio h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .clientes h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .hosting h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .contacto h2 {
        font-size: 36px;
        line-height: 40px;
    }
    .navigation-menu {
        width: 100%;
    }
    .left-nosotros {
        width: 100%;
    }
    .right-nosotros {
        width: 100%;
    }
    .right-nosotros img {
        width: 70%;
        display: table;
    }
    .proceso_de_trabajo {
        text-align: center;
    }
    .grid_proceso {
        width: 45%;
        float: none;
        display: inline-block;
    }
    .circle::before {
        content: '';
        position: absolute;
        width: 110%;
        height: 1px;
        background-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        top: 50%;
        bottom: 0;
        right: 88px;
    }
    .circle-5::after  {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: rgb(255, 255, 255);
        color: rgb(255, 255, 255);
        top: 50%;
        bottom: 0;
        left: 88px;
    }
    .grid_proceso a:before  {
        top: -170px;
    }
    .parallax-contador {
        height: 70%;
    }
    .grid_contador {
        width: 45%;
    }
    
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 160px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .grid_servicios {
        width: 90%;
        height: 300px;
        margin: auto;
        text-align: center;
        float: none;
        display: table;
    }
    .grid_servicios:nth-child(2) {
        width: 90%;
    }
    .box_servicios {
        width: 45%;
        height: 370px;
        margin: 10px;
        float: none;
        display: inline-block;
    }
    .grid_clientes {
        width: 47%;
        margin: 10px;
    }
    .grid_portafolio {
        width: 47%;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 980px) {
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 140px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .con_contacto {
        display: table;
    }
    .grid_contacto {
        width: 90%;
        float: none;
        display: table;
        margin: auto;
        margin-top: 20px;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 890px) {
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 120px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .cont_descripcion_precios {
        height: 350px;
        display: table;
    }
    .grid_precios {
        width: 90%;
        height: 200px;
        display: table;
        margin: auto;
        margin-top: 20px;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 890px) {
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 110px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
    }
    .contenedor_info h1 {
        font-size: 60px;
    }
    .grid_clientes .img_clientes img {
        width: 200px;
    }
    .proceso_de_trabajo h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .servicios h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .portafolio h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .clientes h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .hosting h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .contacto h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .sociales ul li a {
        width: 40px;
        height: 40px;
    }
    .sociales ul li a {
        font-size: 20px;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 760px) {
    .grid_contador span {
        color: #FFF;
        position: absolute;
        right: 100px;
        font-family: 'lato';
        font-size: 40px;
        bottom: 95px;
        
    }
    #contenedor__main {
        display: none;
    }
    .navigation ul li a {
        font-size: 24px;
        line-height: 44px;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 735px){
    .grid_clientes {
        width: 90%;
        float: none;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .grid_portafolio {
        width: 90%;
        float: none;
        display: block;
        margin: auto;
        margin-top: 10px;
    }
    .parallax-contador {
        height: 1100px;
        display: table;
    }
    .grid_contador {
        width: 100%;
        height: 100px;
        float: none;
        display: table;
        margin: auto;
        text-align: center;
        
    }
    .grid_contador span {
        position: relative;
        left: 50px;
        top: -35px;
    }
    .box_servicios {
        width: 100%;
        height: 400px;
        margin: auto;
        margin-top: 10px;
        display: block;
    }
    .pc_movil {
        display: none;
    }
}
@media screen and (max-width: 650px) {
    .contenedor_info h1 {
        font-size: 40px;
    } 
    .contenedor_info p {
        font-size: 16px;
        line-height: 24px;
    }
    .grid_proceso {
        width: 90%;
        height: 200px;
        padding: 0;
        display: table;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .grid_proceso a:before  {
        top: -110px;
    }
    .right-nosotros {
        height: 150px;
        display: table;
    }
    .right-nosotros img {
        width: 350px;
        display: table;
        margin: auto;
    }
    .pc_movil {
        display: none;
    }
@media screen and (max-width: 500px) {
    .right-nosotros img {
        width: 320px;
        display: table;
        margin: auto;
    }
}
