.tipoLetra {
    font-family: 'Arial Narrow Bold', sans-serif;
}

.redesSociales {
    background: rgba(0, 46, 95, 1);
}

.navInformacion {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
}

/*counter area*/
.counter {
    color: #eb3b5a;
    font-family: 'Muli', sans-serif;
    width: 200px;
    height: 200px;
    text-align: center;
    border-radius: 100%;
    padding: 77px 32px 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:before,
.counter:after {
    content: "";
    background: #fff;
    width: 80%;
    height: 80%;
    border-radius: 100%;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.counter:after {
    background: linear-gradient(45deg, #B81242 49%, #D74A75 50%);
    width: 100%;
    height: 100%;
    box-shadow: none;
    transform: translate(0);
    top: 0;
    left: 0;
    z-index: -2;
    clip-path: polygon(50% 50%, 50% 0, 100% 0, 100% 100%, 0 100%, 0 50%);
}

.counter .counter-icon {
    color: #fff;
    background: linear-gradient(45deg, #B81242 49%, #D74A75 50%);
    font-size: 33px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s;
}

.counter .counter-icon i.fa {
    transform: rotateX(0deg);
    transition: all 0.3s ease 0s;
}

.counter:hover .counter-icon i.fa {
    transform: rotateX(360deg);
}

.counter h3 {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px;
}

.counter .counter-value {
    font-size: 30px;
    font-weight: 700;
}

.counter.blue {
    color:rgba(0, 46, 95, 1);
}

.counter.blue:after,
.counter.blue .counter-icon {
    background: linear-gradient(45deg, rgba(0, 46, 95, 1) 49%, rgb(2, 82, 167) 50%);
}

.counter.lightBlue {
    color: rgba(104, 168, 247, 1);
}

.counter.lightBlue:after,
.counter.lightBlue .counter-icon {
    background: linear-gradient(45deg, rgba(104, 168, 247, 1)  49%, rgb(146, 192, 248) 50%);
}

@media screen and (max-width:990px) {
    .counter {
        margin-bottom: 40px;
    }
}

/*counter*/

.card {
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px;
    padding: 10px 25px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: rgba(104, 168, 247, 1);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: gold;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

.card:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1;
}

.card .fab.fa-envira,
.fas.fa-cut,
.fas.fa-people-carry {
    font-size: 40px;
    background-color: rgba(0, 46, 95, 1);
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: rgba(104, 168, 247, 1);
}

.card .h4 {
    font-weight: 700;
}

.container .content {
    max-width: 300px;
}

.container .content .h-6 {
    color: rgba(104, 168, 247, 1);
    font-weight: 600;
}

.container .content .btn.btn-primary {
    padding: 15px;
    background-color: rgba(104, 168, 247, 1);
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.card:hover .fab.fa-envira,
.card:hover .fas.fa-cut,
.card:hover .fas.fa-people-carry {
    color: gold;
    background-color: rgba(104, 168, 247, 1);
}

@media (max-width:990px) {
    .container .content {
        max-width: 100%;
    }
}

@media (max-width:500px) {
    body {
        padding: 25px;
    }

    .card {
        width: 100%;
    }

    .content {
        padding: 25px;
    }
}

/*videoHumo*/

#rowHumo{
  position: relative;
  height: 75vh;
}
#tituloHumo{
    background: rgba(0, 0, 0, 0.3);
    background-blend-mode: soft-light;
}

#col1Humo{
    background-image: url(../img/img1.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position:absolute;
    z-index: 0;
}

#col2Humo{
    position:absolute;
    z-index: 1;
    right : 0px;
}
/*----------------------------------------------------------------------------------------------------------------------------------------------*/
.servicioPhone {
    color: rgb(0, 46, 95);
}

.transicion {
    /*background-image: linear-gradient(to bottom,#000000,rgb(0, 46, 95));*/
    position: relative;
    height: 50px;
}

.transicion .screen {
    position: absolute;
    top: 0px;
    left: -5px;
    transition: 0.5s;
}

.transicion:hover .screen.screen5 {
    transform: translateY(-80px);
    opacity: 1;
}

.transicion:hover .screen.screen4 {
    transform: translateY(-60px);
    opacity: 1;
}

.transicion:hover .screen.screen3 {
    transform: translateY(-40px);
    opacity: 1;
}

.transicion:hover .screen.screen2 {
    transform: translateY(-20px);
    opacity: 1;
}

.transicion:hover .screen.screen1 {
    transform: translateY(0px);
    opacity: 1;
}

.clip-path {
    position: relative;
    width: 100%;
    height: 100%;
    clip-path: circle(100px at center 0);
    background: rgb(0, 46, 95);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s
}

.clip-path h2 {
    color: #fff;
    font-size: 30px;
}

.box {
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    height: 500px;
}

.box:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 20px solid rgb(0, 46, 95);
    border-left: 20px solid rgb(0, 46, 95);
    box-sizing: border-box;
}

.box:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 20px solid rgb(0, 46, 95);
    border-right: 20px solid rgb(0, 46, 95);
    box-sizing: border-box;
}

.textObj {
    position: absolute;
    top: 30px;
    left: -20px;
    background: #262626;
    width: calc(100% + 40px);
    height: calc(100% - 60px);
    transition: 0.5s;
    padding: 50px;
}

.box:hover .textObj {
    transform: rotateY(30deg);
}

.boxFrase {
    position: absolute;
    top: 50%;
    left: 20px;
    width: calc(100% - 40px);
    height: 500px;
}

.boxFrase:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    border-top: 30px solid rgb(255, 255, 255);
    border-left: 30px solid rgb(255, 255, 255);
    box-sizing: border-box;
}

.boxFrase:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-bottom: 30px solid rgb(255, 255, 255);
    border-right: 30px solid rgb(255, 255, 255);
    box-sizing: border-box;
}

#containerObjetivo {
    background: url(../img/jovenObjetivo.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}

#containerCentinela {
    background-image: url(../img/f.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-color: rgb(45, 66, 91);
    background-blend-mode: soft-light;
}

#imgFondo {
    background-image: url(../img/fondo.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    border: none;
    /*background-color: rgba(rgb(56, 59, 79), green, blue, alpha);*/
}

#imgConocenos {
    background-image: url(../img/img1.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    border: none;
    /*background-color: rgba(rgb(56, 59, 79), green, blue, alpha);*/
}

#imgObjetivos {
    background-image: url(../img/fondo5.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #ffffff;
    width: 100%;
    height: 100%;
    border: none;
    position: relative;
    color: white;
    z-index: 1;
    padding-top: 150px;
    padding-bottom: 150px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

#imgObjetivos::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.parallaxImage {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer {
    background-color: rgb(0, 46, 95);
    color: #fff;
}

.text {
    color: #ffffff;
    text-align: center
}

.folded-corner:hover .text {
    visibility: visible;
    color: #ffffff;
}

.Services-tab {
    margin-top: 80px;
}

.folded-corner {
    padding: 60px 30px;
    position: relative;
    font-size: 100%;
    text-decoration: none;
    color: #999;
    background: transparent;
    transition: all ease .5s;
    border: 1px solid rgb(0, 46, 95);
    height: 250px;
}

.folded-corner:hover {
    background-color: rgb(0, 46, 95)
}

.folded-corner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 0px 0px 0;
    border-color: #ddd #000;
    transition: all ease .3s
}

.folded-corner:hover:before {
    background-color: #D00003;
    border-width: 0 50px 50px 0;
    border-color: #eee #000
}

.service_tab_1 {
    background-color: #000
}

.service_tab_1:hover .fa-icon-image {
    color: #000;
    transform: scale(1.5)
}

.fa-icon-image {
    color: #ec5626;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99, .82, .11, 1.41)
}



.maincard {
    position: relative;
    width: 300px;
    height: 300px
}

.thecard {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: all 0.8s ease
}

.thecard:hover {
    transform: rotateY(180deg)
}

.thefront {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hidden;
    background-image: linear-gradient(to right top, #68a8f7, rgb(7, 140, 223));
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid #eee;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    padding: 10px
}

.theback {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: hidden;
    background-image: linear-gradient(to right top, #68a8f7, #00195B);
    color: #fff;
    border-radius: 10px;
    transform: rotateY(180deg);
    border: 1px solid #eee;
    box-shadow: 5px 6px 6px 2px #e9ecef;
    padding: 10px
}

.user_name {
    color: #eee;
    font-size: 10px;
    margin-top: 0px
}

.about {
    font-size: 12px
}


@import url('https://fonts.googleapis.com/css?family=Poppins|Ubuntu&display=swap');

.app {
    text-align: center;
    width: 100%;
}

.our-services {
    margin-top: 75px;
    min-height: 80px;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px 0 rgba(20, 27, 202, .17);
    padding-top: 25px;
}

.our-services:hover h4,
.our-services:hover p {
    color: #fff
}

.speedup:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fb0054 0%, #f55b2a 100%)
}

.settings:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #34b5bf 0%, #210c59 100%);
}

.backups:hover {
    box-shadow: 0 0 25px 0 rgba(20, 27, 201, .05);
    cursor: pointer;
    background-image: linear-gradient(-45deg, #fc6a0e 0%, #fdb642 100%)
}

beneficiosIndex .bg-gradient {
    background: #C9D6FF;
    background: -webkit-linear-gradient(to right, #E2E2E2, #C9D6FF);
    background: linear-gradient(to right, #E2E2E2, #C9D6FF)
}

ul li {
    margin-bottom: 1.4rem
}

.pricing-divider {
    border-radius: 20px;
    background: #68a8f7;
    padding: 1em 0 4em;
    position: relative
}

.pricing-divider-img {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px
}

.deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s
}

.btn-custom {
    background: #68a8f7;
    color: #fff;
    border-radius: 20px
}

.img-float {
    width: 50px;
    position: absolute;
    top: -3.5rem;
    right: 1rem
}

.princing-item {
    transition: all 150ms ease-out
}

.princing-item:hover {
    transform: scale(1.05)
}

.princing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0)
}

.princing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0)
}


.container .card {
    position: relative;
    height: 400px;
    background: #fff;
    display: flex;
}

.container .card .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 46, 95);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.container .card:hover .imgBx {
    width: 150px;
    height: 150px;
    left: -75px;
    top: calc(50% - 75px);
    transition: 0.5s ease-in-out;
    background: #68a8f7;
}

.container .card .imgBx:before {
    content: attr(data-text);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 5em;
    color: rgba(255, 255, 255, .05);
    font-weight: 700;
}

.container .card .imgBx img {
    max-width: 100px;
    transition: 0.5s ease-in-out;
}

.container .card:hover .imgBx img {
    max-width: 75px;
}

.container .card .content {
    position: absolute;
    right: 0;
    width: calc(100% - 75px);
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*beneficios card*/
.tamanoCard {
    min-height: 450px;
}

.estiloLetras {
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 0.5px black;
    text-shadow: -2px -2px 1px black;
}

/*video*/

.light-box {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: transform .3s ease-in-out;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
}

.light-box video {
    width: 75vw;
    max-height: 70vh;
}

.light-box:target {
    transform: scale(1);
}

.cerrar {
    display: block;
    position: absolute;
    bottom: 35px;
    /*right: 40px;*/
}

#imgVideo {
    background-image: url(../img/img2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 55vh;
    border: none;
    position: relative;
    z-index: 1;
    clip-path: polygon(0 0, 100 0, 0% 100%, 0 100%);
}

#imgVideo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}


/*navPaginas*/
section {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

section .content {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 900px;
    text-align: center;
    align-items: center;
}

section .content h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 5em;
    align-items: center;
    margin-top: 4em;
}

section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*transform: scaleX(1.5) ;*/
}

#conocenos {
    background-image: url(../img/conocenos.jpeg);
    background-size: 100% 100%;
}

#servicios {
    background-image: url(../img/servicios.jpeg);
    background-size: 100% 100%;
}

#contactanos {
    background-image: url(../img/contactanos.jpeg);
    background-size: 100% 100%;
}

#beneficios {
    background-image: url(../img/fondoVideo.png);
    background-size: 100% 100%;
    background-color: rgba(243, 243, 250, 0);
    background-blend-mode: soft-light;
}