﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@font-face {
    font-family: 'ebrima';
    src: url('/../fonts/ebrima.ttf');
}

@font-face {
    font-family: 'ebrima-bold';
    src: url('/../fonts/ebrima-bold.ttf');
}

body {
    font-family: 'ebrima-bold' !important;
    font-size: 20px;
    font-weight: bold;
    overflow-x: hidden;
}
img.btn-whatsapp {
    display: block !important;
    position: fixed;
    z-index: 9999999;
    bottom: 22px;
    right: 25px;
    cursor: pointer;
    border-radius: 0px !important;
}

    img.btn-whatsapp:hover {
        border-radius: 100px !important;
        -webkit-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        -moz-box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        box-shadow: 0px 0px 15px 0px rgba(7,94,84,1);
        transition-duration: 1s;
    }
    a.a-b{
        font-size:17px;
    }

.bg-index {
    background-image: url('../img/bg-index.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.txt-b{
    color:#185A7D !important;
}
.txt-b1{
    color:#61B0BC;
}
.bg-1 {
    background-color: #185A7D;
}

.img-1::before {
    display: none;
}

/*NAV*/
aside {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    z-index: 2;
}

.open {
    opacity: 1;
    visibility: visible;
    /* fallback for old browsers */
    background: #61b0bc !important;
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(97, 176, 188, 0.9), rgba(24, 90, 125, 0.9))!important;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(97, 176, 188, 0.9), rgba(24, 90, 125, 0.9))!important
}

nav {
    text-align: center;
    height: 95vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    align-items: start;
    flex: 1;
    line-height: 10vh;
    list-style:none;
}
.li-2 {
    line-height: 5vh;
}

a {
    font-size: 1.5em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    font-weight: 700;
    text-decoration: none;
    color: #fff !important;
}

nav li a:hover {
    color: rgba(255, 255, 255, .9);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.close {
    position: fixed;
    top: 40px;
    right: 60px;
    z-index: 3;
    cursor: pointer;
    font-family: sans-serif;
}

    .close span, .close span:before,
    .close span:after {
        position: absolute;
        display: block;
        content: '';
    }

.outer-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
}

.toggle-overlay {
    position: absolute;
    right: 10px;
    top: 0;
    width: 65px;
    height: 65px;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
    z-index: 9999999;
    text-align: -webkit-right;
}
.toggle-overlay1 {
    position: absolute;
    top: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    color: #fff;
 
}
    


.bar, .bar:after, .bar:before {
    width: 65px;
    height: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #fff;
}

    .bar:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        background: rgba(255, 255, 255, 1);
        transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar:after {
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        background: rgba(255, 255, 255, 1);
        transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

.bar {
    position: relative;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 1);
    transition: all 0ms 300ms;
}

    .bar.animate:after {
        top: 0;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }

    .bar.animate:before {
        bottom: -10px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
        ;
    }

    .bar.animate {
        background: rgba(255, 255, 255, 0);
    }
.circle {
    width:280px !important;
}
.tp {
    top: 200px !important;
}
 /*About Us*/

section {
    font-weight: bold;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    border-radius: 50%;
    position: relative;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff !important;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

/*Services*/
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.15rem 1.5rem;
    font-size: 1rem;
    color: #4f4f4f;
    text-align: left;
    background-color: #fff0!important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
    .accordion-button:after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-image: url('/../img/arrow.png')!important;
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
    }
    .accordion-button:not(.collapsed):after {
        background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231266f1'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E);
        transform: rotate(-180deg);
    }
 .li-s {
    line-height: 3vh;
}

/*Contacto*/
.form-control {
    margin-top: 0px;
    margin-bottom: 0px;
    border-right-width: 0px !important;
    border-left-width: 0px !important;
    border-top-width: 0px !important;
    border-color: #61B0BC !important;
    border-bottom-width: 3px !important;
    color: #61B0BC !important;
    background-color: #fff0 !important;
    font-weight: bold !important;
}
    .form-control:focus {
        color: #185a7d !important;
        font-weight:bold;
        box-shadow: none;
        transition: all .1s linear;
        border-color: #185a7d !important;
        box-shadow: inset 0 0 0 1px #1266f100 !important;
    }
label{
    color:#185A7D !important;
    font-weight: bold;
}
.btn-f{
    color: #185A7D !important;
    font-weight:bold !important;
    font-size:14px !important;
}
.icon-c{
    width:30px;

}
.bg-index {
    background-image: url('../img/bg-index.png');
    background-size: cover;
}
.bg-footer {
    background-image: url('../img/bg-footer.png');
    background-size: cover;
}
.bg-image1 {
    background-image: url('../img/bg-contacto.png');
    background-size: cover;
}
.bg-image2 {
    background-image: url('../img/bg-contacto-2.png');
    background-size: cover;
}
.bg-image3 {
    background-image: url('../img/bg-servicios.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-image4 {
    background-image: url('../img/bg-clientes.png');
    background-size: cover;
}
.bg-image5 {
    background-image: url('../img/bg-casosexito.png');
    background-size: cover;
}
.bg-experiencia {
    background-image: url('../img/bg-experiencia.png');
    background-size: cover;
}
.bg-image {
    height: 100vh;
}

/*Casos de exito*/
.bg-seri {
    background-image: url('../img/bg-seri.png');
    background-size: cover;
}
.btn-info {
    color: #fff;
    background-color: #61b0bc !important;
}
    .btn-info:hover {
        color: #fff;
        background-color: #185a7d !important;
    }
@media (min-width:300px) and (max-width: 600px) {
    .bg-index {
        background-color: rgba(7,94,84,1) !important;
    }

    .img-indx1, .img-indx2 {
        display: none !important;
    }

    .txt-i {
        text-align: center !important;
    }

    .circle {
        width: 210px !important;
    }

    .tp-y {
        top: 25px !important;
    }

    .bg-footer {
        background-color: #fff !important;
        background-image: none !important;
    }

    .bg-f {
        background-color: #185A7D !important;
    }

    .txt-ce {
        text-align: center !important;
    }
    .w50{
        width:50% !important;
    }
}
@media (min-width:300px) and (max-width: 1024px) {
    .circle {
        width: 150px !important;
    }
    .bg-footer {
        background-image: none!important;
        background-size: cover;
    }
    .img-indx1, .img-indx2 {
        display: none !important;
    }
    .toggle-overlay {
        position: absolute;
        right: 10px;
        top: 0;
        width: 65px;
        height: 65px;
        cursor: pointer;
        background: transparent;
        border: none;
        color: #185A7D !important;
        z-index: 9999999;
        text-align: -webkit-right;
    }
    .bar {
        position: relative;
        transform: translateY(20px);
        background: #185A7D!important;
        transition: all 0ms 300ms;
    }
        .bar:after {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            background: #185A7D !important;
            transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
        .bar:before {
            content: "";
            position: absolute;
            left: 0;
            bottom: 10px;
            background: #185A7D !important;
            transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
        }
}
@media (min-width:600px) and (max-width: 700px) {
    .circle {
        width: 250px !important;
    }

    .bg-footer {
        background-image: none !important;
        background-size: cover;
    }
    .img-indx1, .img-indx2 {
        display: none !important;
    }

}


@media (min-width:1400px) and (max-width: 1700px) {
    .circle {
        width: 330px !important;
    }
}
@media (min-width:1700px) and (max-width: 1900px) {
    .circle {
        width: 380px !important;
    }
    .tp {
        top: 300px !important;
    }
    .mb-20 {
        margin-bottom: 15rem !important;
    }
    .mb-25 {
        margin-bottom: 20rem !important;
    }
    .mb-14{
        margin-bottom:0px !important;
    }
}
@media (min-width:1900px) and (max-width: 2200px) {
    .circle {
        width: 420px !important;
    }
    .tp {
        top: 350px !important;
    }
    .pt-55{
        padding-top:5rem !important
    }
    .pb-55 {
        padding-bottom: 10rem !important
    }
}
@media (min-width:2200px) and (max-width: 2600px) {
    .circle {
        width: 500px !important;
    }
    .tp {
        top: 400px !important;
    }
    .mb-q {
        margin-bottom: 16rem !important;
    }
}
@media (min-width:2600px) and (max-width: 2900px) {
    .circle {
        width: 610px !important;
        top:150px !important;
    }
    .tp {
        top: 450px !important;
    }
    
}





