.index-loadingpage {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: url(../assets/img/image_example.gif) center no-repeat #fff;
    background-color: black;
    opacity: .9;
}

.page-section {
    padding: 8rem 0;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: rgb(205, 205, 205);
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

body {
    background-color: white;
}

.bg-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, 0);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #5c5c5c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(189 189 189 / 25%);
}

.custom-select:focus {
    border-color: #5c5c5c;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(189 189 189 / 25%);
}

.texto-plano {
    color: black;
    font-family: 'Walkway Expand';
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
}

.texto-plano-white {
    color: white;
    font-family: 'Walkway Expand';
    font-size: 18px;
    line-height: 1.2;
}

.texto-plano-white-blog {
    color: white;
    font-family: 'Walkway Expand';
    font-size: 16px;
    line-height: 1.2;
    text-align: justify;
}

.texto-h4 {
    font-family: 'Walkway Expand SemiBold';
    color: black;
    line-height: 1.2;
    font-size: 38px;
}

.texto-h4-white {
    font-family: 'Walkway Expand SemiBold';
    color: white;
    line-height: 1.2;
    font-size: 38px;
}

.texto-h5 {
    font-family: 'Walkway Expand SemiBold';
    color: black;
    line-height: 1.2;
    font-size: 18px;
}

.texto-strong {
    font-family: 'Walkway Expand UltraBold';
    font-size: 15px;
}

.texto-strong-white {
    font-family: 'Walkway Expand UltraBold';
    font-size: 20px;
    color: white;
    text-transform: uppercase;
    line-height: 1.1;
}

.texto-strong-white-sidenav {
    font-family: 'Walkway Expand UltraBold';
    color: white;
    text-transform: uppercase;
    line-height: 1.1;
}

.texto-strong-nav {
    font-family: 'Walkway Expand UltraBold';
    text-transform: uppercase;
    font-size: 14px;
}

.texto-strong-black {
    font-family: 'Walkway Expand UltraBold';
    font-size: 17px;
    color: black;
    text-transform: uppercase;
}

.texto-strong-white-footer {
    font-family: 'Walkway Expand UltraBold';
    font-size: 12px;
    color: white;
    text-transform: uppercase;
}

.divisor {
    height: 1px;
    margin-bottom: .7em;
    background-color: #000;
    align-content: center;
    text-align: center;
}

.divisor-blog {
    height: 1px;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    background-color: white;
    align-content: center;
    text-align: center;
}

.divisor-desarrollos1 {
    height: 3px;
    width: 35px;
    margin-bottom: 1em;
    margin-top: 1em;
    background-color: #131444;
}

.divisor-desarrollos2 {
    height: 1px;
    margin-bottom: 1em;
    margin-top: 1em;
    background-color: white;
    align-content: center;
    text-align: center;
}

.divisor-desarrollos3 {
    height: 1px;
    margin-bottom: 1em;
    margin-top: 1em;
    background-color: white;
    align-content: center;
    text-align: center;
}

.section_paragraph_right {
    color: black;
    font-family: 'Walkway Expand';
    font-size: 16px;
    line-height: 1.2;
    text-align: right;
    font-weight: 600;
}

.section_paragraph_left {
    color: black;
    font-family: 'Walkway Expand';
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    font-weight: 600;
}

.target_paragraph {
    font-family: 'Walkway Expand SemiBold';
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}


/*SideBar */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    /*box-sizing: border-box;*/
}

nav {
    position: fixed;
    width: 48px;
    margin-top: 350px;
    transition: all 0.3s linear;
    /*box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, .4);*/
    z-index: 10000;
}

nav li {
    height: 60px;
    position: relative;
}

nav li a {
    color: white;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 60px;
    padding-left: 25%;
    border-bottom: 1px solid rgba(0, 0, 0, .4);
    transition: all .3s linear;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

nav li:nth-child(1) a {
    background: black;
}

nav li:nth-child(2) a {
    background: white;
    color: black;
}

nav li:nth-child(3) a {
    background: black;
}

nav li:nth-child(4) a {
    background: white;
    color: black;
}

nav li:nth-child(5) a {
    background: black;
}

nav li:nth-child(6) a {
    background: black;
}

nav li a i {
    position: absolute;
    top: 17px;
    left: 10px;
    /* 10 */
    font-size: 27px;
}

ul li a span {
    display: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#social:hover {
    z-index: 1;
    width: 200px;
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, .3);
}

ul li:hover a span {
    padding-left: 30%;
    display: block;
}


/* Sidebar */

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111111f5;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}


/* /. SideNav */


/*Boton Flotante*/

.btn-flotante {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50px;
    letter-spacing: 0;
    background-color: black;
    padding: 10px 10px;
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    border-radius: 50px;
    letter-spacing: 0;
    background-color: black;
    padding: 10px 10px;
    position: fixed;
    bottom: 100px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.btn-flotante:hover {
    background-color: white;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.6);
    transform: translateY(-7px);
    color: black;
}

.btn-flotante2:hover {
    background-color: white;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.6);
    transform: translateY(-7px);
    color: black;
}

#icon {
    font-size: 30px;
}

#icon2 {
    font-size: 25px;
}

@media only screen and (max-width: 600px) {
    .btn-flotante {
        font-size: 14px;
        padding: 10px 10px;
        bottom: 20px;
        right: 20px;
    }
    .btn-flotante2 {
        font-size: 14px;
        padding: 10px 10px;
        bottom: 80px;
        right: 20px;
    }
}


/* /.Boton Flotante */

@font-face {
    font-family: 'Walkway Expand';
    src: url('../fonts/Walkway\ Expand.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Walkway Expand SemiBold';
    src: url('../fonts/Walkway\ Expand\ SemiBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Walkway Expand UltraBold';
    src: url('../fonts/Walkway\ Expand\ UltraBold.ttf') format('truetype');
    font-style: normal;
    font-display: swap;
}