    /*============= RESETS =============*/
    /*-- iPhone X Remove Gutters --*/
    
    html {
        padding: env(safe-area-inset);
    }
    /*-- Prevent Horizontal Scrolling & Font Style --*/
    
    html,
    body {
        overflow-x: hidden;
        font-family: 'Lato', sans-serif;
        color: #505962;
		box-sizing: content-box;
        font-size: 16px;
    }
	
	.text-footer{
		font-size: .7rem;
	}
    
    .color-blue {
        /* color: #5795fc;
        color: #4FA9D2;*/
        color: rgb(82, 180, 226);
    }
    
    .text-title {
        /* color: #5795fc;*/
        color: #ffffff;
        font-size: 4rem;
    }
	
	.text-sub-title {
		color: #f6f6f6;
	}
	
	.topespace {
		padding-top: 3rem;
	}
	
	.topespace2 {
		padding-top: 2rem;
	}    /*--- Nav Scrolling Offset --*/
    
    .offset:before {
        content: "";
        height: 4rem;
        display: block;
        margin-top: -5.4rem;
    }
    /*--- Extra Bootstrap Column Padding --*/
    
    [class*="col-"] {
        padding: 1rem;
    }
    /*============= NAVIGATION =============*/
    
    .navbar-brand img {
        height: 3.5rem;
    }
    
    .navbar {
        padding: .7rem 1rem;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .1rem;
        font-size: 1rem;
		background-color: rgba(0,0,0,0.5);
        transition: background-color .5s ease;
    }
    
    .navbar-nav li {
        padding-right: .8rem;
    }
    
    .navbar-nav .nav-link {
        color: white;
        padding-top: .8rem;
    }
    
    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover {
        color: rgb(106, 204, 250);
    }
    
    .custom-toggler-icon {
        color: white;
        font-size: 1.6rem;
    }
    /*color de la barra de menu*/
    
    .navbar.solid,
    .navbar.solid,
    .navbar.solid-toggle {
        background: rgba(0, 0, 0, 1)!important;
        transition: background-color 1s ease;
    }
    /*-- Remove Button Outline --*/
    
    button:focus,
    a:focus,
    a.btn:focus {
        outline: 0;
        -webkit-appearance: none;
        box-shadow: none;
        transition: all .6s ease;
    }
    
    button,
    a,
    a.btn,
    .svg-inline--fa {
        transition: all .6s ease;
    }
    /*./ ============= NAVIGATION =============*/
    /*imagen inicial*/
    /*--- Fixed Landing Page Section --*/
    
    .landing {
        position: relative;
        width: 100%;
        height: 100vh;
        display: table;
        z-index: -1;
    }
    
    .home-wrap {
        clip: rect(0, auto, auto, 0);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
    }
    
    .home-inner {
        background-image: url('../img/1.jpeg');
        position: fixed;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        display: table;
    }
    
    #myVideo {
        position: fixed;
        /*-- height: 100%;
        width: 100%;



        background-size: cover;
        background-position: center center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        display: table;
--*/
        bottom: 0px;
        right: 0px;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -1000;
        overflow: hidden;
    }
    /*-- Landing Page Caption --*/
    
    .caption {
        z-index: 1;
        position: absolute;
        top: 28%;
        width: 100%;
        max-width: 100%;
    }
    
    .caption h1 {
        font-size: 3.0rem;
        letter-spacing: .3rem;
        text-shadow: .1rem .1rem .8rem black;
        padding-bottom: 1rem;
    }
    
    .caption h3 {
        font-size: 2.0rem;
        text-shadow: .1rem .1rem .5rem black;
        padding-bottom: 2rem;
    }
    
    .caption .btn-lg {
        /* border-width: medium; */
        padding: .6rem 1.5rem;
        font-size: 1rem;
        margin-top: 10rem;
    }
    
    .caption2 {
        z-index: 1;
        position: absolute;
        top: 72%;
        width: 100%;
        max-width: 100%;
    }
    /*-- Bouncing Down Arrow --*/
    
    .arrow {
        position: absolute;
        bottom: 0;
        width: 100%;
        animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
    }
    
    .down-arrow .svg-inline--fa {
        color: white;
        font-size: 3.0rem;
        opacity: .6;
    }
    
    .down-arrow .svg-inline--fa:hover {
        opacity: .8;
    }
    /*============= FEATURES SECTION =============*/
    
    .btn-sm {
        border-width: medium;
        border-radius: 0;
        padding: .5rem 1.1rem;
        text-transform: uppercase;
        font-size: .9rem;
        margin: 1rem;
    }
    
    .btn-blue {
        background-color: #3B7AAD;
        color: white;
    }
    
    .btn-blue:hover {
        background-color: rgb(40, 82, 116);
        color: white;
    }
    
    h3.heading {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.9rem;
        text-align: center;
        margin-bottom: 1.9rem;
    }
    
    .heading-underline {
        width: 15rem;
        height: .3rem;
        background-color: #3B7AAD;
        margin: 0 auto 2rem;
    }
    
    .feature span {
        color: #3B7AAD;
        margin-bottom: .6rem;
    }
    
    .feature h3 {
        text-transform: uppercase;
        font-size: 1.3rem;
        padding-bottom: .4rem;
    }
    
    .text-ini {
        font-size: 1.4rem;
    }
    /*--- iOS Fixed Background Image --*/
    
    .fixed {
        position: relative;
        width: 100%;
    }
    
    .fixed-wrap {
        clip: rect(0, auto, auto, 0);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: -9999;
    }
    
    .fixed-dark {
        background-image: url('../img/teclado.jpg');
        position: fixed;
        height: 100%;
        width: 100%;
        background-size: cover;
        background-position: center center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        z-index: -1;
        top: 0;
        left: 0;
        display: table;
    }
    
    .dark {
        background-color: rgba(0, 0, 0, 0.8);
        padding: 7rem 0;
        z-index: 1000;
    }
    /*============= CONTACT SECTION =============*/
    
    .footer {
        /* background: url('../img/footer/footer.jpg') no-repeat;*/
        background-size: cover;
        color: white;
        /* background-color: #505962; */
    }
    
    .text-cont {
        font-size: 1.6rem;
        /*  font-weight: bold; */
    }
    
    .text-cont-i {
        font-size: 1.2rem;
    }
    
    .row.outer {
        background-color: #0a0a0a;
        padding: 1rem 2rem 3rem;
    }
    
    .footer img {
        height: 4rem;
        margin: 1.5rem 0;
    }
    
    .footer ul.social {
        padding: 0;
    }
    
    .footer ul.social li {
        display: inline-block;
        width: 2rem;
    }
    
    .footer a,
    .footer ul.social li a {
        color: white;
        transition: all .1s ease;
    }
    
    .footer ul.social li a:hover {
        color: rgb(82, 180, 226);
    }
    
    .footer h3 {
        text-transform: uppercase;
        margin: 1.5rem 0;
    }
    
    .btn-send:hover {
        background-color: #ffffff;
        color: black;
    }
    /*--- Contact Form --*/
    
    .form-group {
        margin-bottom: 1.3rem;
    }
    
    .form-control {
        background-color: #0e0f0f;
        border-radius: 0;
        border: .15rem solid #1c1d1f;
        color: white!important;
        font-size: 1.1rem;
    }
    
    .form-control:focus {
        background-color: #272b30;
        border: .15rem solid #666b71;
    }
    
    .form-group input::placeholder,
    .form-group textarea::placeholder {
        color: #b2b5b8!important;
    }
    
    hr.socket {
        border-top: .2rem solid #666b71;
        width: 100%;
		font-size: .1rem;
    }
    /*============= TOP SCROLL =============*/
    
    a.top-scroll {
        right: 1.5rem;
        bottom: 1.5rem;
        position: fixed;
        opacity: .8;
        z-index: 1000;
        display: none;
    }
    
    a.top-scroll:hover {
        opacity: .5;
    }
    
    .top-scroll .svg-inline--fa {
        background: white;
        color: #53595f;
        font-size: 3rem;
        height: 1.7rem;
    }
    /*============= MEDIA QUERIES =============*/
    /* Devices under 992px (lg) */
    
    @media (max-width: 991.98px) {
        .caption h1 {
            font-size: 2.8rem;
            letter-spacing: .2rem;
            padding-bottom: .8rem;
        }
        .caption h3 {
            font-size: 2.2rem;
            padding-bottom: 1.7rem;
        }
        .caption .btn-lg {
            padding: .7rem 1.2rem;
            font-size: 1rem;
        }
        .text-title {
            font-size: 4rem;
        }
    }
    /* Devices under 768px (md) */
    
    @media (max-width: 767.98px) {
        .caption h1 {
            font-size: 2.0rem;
            letter-spacing: .15rem;
            padding-bottom: .5rem;
        }
        .caption h3 {
            font-size: 1.7rem;
            padding-bottom: 1.2rem;
        }
        .caption2 .btn-lg {
            padding: .6rem 1.1rem;
        }
        #features h1 {
            font-size: 2rem;
        }
        .top-scroll {
            display: none!important;
        }
        .text-title {
            font-size: 3rem;
        }
        .hid {
            display: none;
        }
    }
    /* Devices under 576px (sm) */
    
    @media (max-width: 575.98px) {
        .caption h1 {
            font-size: 1.9rem;
            letter-spacing: .1rem;
            padding-bottom: .4rem;
        }
        .caption h3 {
            font-size: 1.2rem;
            padding-bottom: 1rem;
        }
        .caption2 .btn-lg {
            padding: .4rem .9rem;
            font-size: .9rem;
        }
        .text-title {
            font-size: 2.6rem;
        }
        .hid {
            display: none;
        }
    }
    
    .primero,
    .segundo,
    .tercero,
    .cuarto,
    .quinto {
        display: none;
    }
    
	/*
    #primero:hover,
    #segundo:hover,
    #tercero:hover,
    #cuarto:hover,
    #quinto:hover {
        cursor: pointer;
    }
    
    #primero:hover .primero {
        display: block;
    }
    
    #primero:hover .primer {
        display: none;
    }
    
    #segundo:hover .segundo {
        display: block;
    }
    
    #segundo:hover .segun {
        display: none;
    }
    
    #tercero:hover .tercero {
        display: block;
    }
    
    #tercero:hover .tercer {
        display: none;
    }
    
    #cuarto:hover .cuarto {
        display: block;
    }
    
    #cuarto:hover .cuart {
        display: none;
    }
    
    #quinto:hover .quinto {
        display: block;
    }
    
    #quinto:hover .quint {
        display: none;
    }
	
	*/
	
	
	#circulo {
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: #3C7BAE;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
#circulo > p {
	font-family: sans-serif;
	color: white;
	font-size: 1rem;
	font-weight: bold;
}

.path {
  fill: white;
}

.white{
background-color: #F9F9F9;
/*#F9F9F9  */
}







.containerTec {
    position: relative;
    display: block;
    width: 95%;
    margin: .7rem auto 0 auto;
    -webkit-box-shadow: 0 .9rem 1.1rem #000;
    box-shadow: 0 .9rem 1.1rem #000;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    background-color: #F9F9F9;
    padding: 1.1rem;
    margin-bottom: 1.1rem;
    text-align: center;
}

.containerTec .title{
    font-size: 1.5rem;
    margin-bottom: .9rem;
    text-align: center;
}

.containerTec .card {
    position: relative;
    display: inline-block;
    width: 8rem;
    border: .1rem solid #EAEAEA;
    border-radius: .5rem;
    padding: .7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.containerTec .card .header {
    text-align: center;
}

.containerTec .card .header img {
    height: 2.5rem;
    width: 2.5rem;
}

.containerTec .card .body {
    text-align: center;
    margin-bottom: .3rem;
}

.containerTec .card:hover {
    font-weight: bold;
    -webkit-box-shadow: 0 .004rem .5rem #0A0A0A;
            box-shadow: 0 .004rem .5rem #0A0A0A;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }