:root{
    --offcanvas-width: 240px;
}

body::-webkit-scrollbar{
    width: 10px;
    background-color: #ebebeb;
}

body::-webkit-scrollbar-thumb{
    background-color: #777777;
}

body::-webkit-scrollbar-thumb:hover{
    background-color: #515151;
}

.sidebar-nav{
    width: var(--offcanvas-width) !important;
    font-size: 15px !important;
}

.sidebar-link{
    display: flex;
    align-items: center;
}

textarea:focus, input:focus, input[type]:focus {
    -webkit-box-shadow: none !important;
    box-shadow: 0 none !important;
}

input:focus, select:focus, select, input.form-control:focus, select.form-select:focus{
    outline:none !important;

    outline-width: 0 !important;

    box-shadow: none;

    -moz-box-shadow: none;

    -webkit-box-shadow: none;
}

.btn:focus {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input[type="number"]{
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.parrafo_2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.parrafo_3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.parrafo_4{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.parrafo_5{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.parrafo_6{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.header-nav
{
    position: relative;
    width: 100%;
    min-height: 50px;
    background-color: #2F529C;
}

.menu_nav
{
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.85);
    
}

.swiper {
    width: 100%;
  }

.myCarrouselSwiper
{
    height: 560px;
    /* border-radius: 24px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.image_carrousel
{
    display: block;
    width: 100%;
    height: 560px !important;
    /* border-radius: 16px; */
    object-fit: cover;
}

.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .swiper-slide img
{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.autoplay-progress
{
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg
{
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.servicios-slider
{
    min-height: 440px;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.clientes-slider
{
    min-height: 250px;
    padding-top: 20px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.paginate
{
    top: 410px !important;
}

.card_swipper
{
    border-radius: 24px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}

.clientes
{
    width: 100%;
    height: 190px !important;
    overflow: hidden;
}

.img_swipper
{
    width: 100%;
    height: 180px !important;
    border-radius: 16px;
    object-fit: cover;
}

.img_cliente_swipper
{
    width: 100%;
    height: auto !important;
    overflow: hidden;    
}


.img-nav-logo
{
    width: 100px;
    height: auto;
}

.item-menu
{
    padding-left: 18px;
}

.item-menu a
{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    border-radius: 20px;
    transition: all 0.4s;
}

.item-menu a:hover
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    background-color: #3BBF82;
    color: #fff;
    transition: all 0.4s;
}

.active-menu
{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 20px;
    background-color: #3BBF82;
    color: #fff !important;
}

.asd
{
    background: rgb(47,82,156);
    background: linear-gradient(260deg, rgba(47,82,156,0) 19%, rgba(47,82,156,0.8324579831932774) 49%);
}

.content_nosotros
{
    min-height: 600px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_proyect
{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 24px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.bg_portada
{
    background-color: rgba(0,155,58,0);
    border-radius: 20px;
}

.img_nosotros
{
    width: 100%;
    height: 400px;
    background-color: #515151;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 0 24px 0 24px;
}

.mv_nosotros
{
    width: 100%;
    height: 200px;
    background-color: #515151;
    object-fit: cover;
}

.logo_nosotros
{
    width: 250px;
    height: auto;
}

.portada_titulo
{
    color: #FFFFFF;
    font-size: 50px;
    font-weight: bold;
}

.descripcion_titulo
{
    text-align: justify;
}

.item-url
{
    border: 1px solid;
    border-radius: 50%;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 100ms ease-out;  
}

.item-url:hover
{
    background-color: #fff;
    transition: all 200ms ease-out;  
}

.item-url:hover i
{
    font-size: 18px;
    transition: all 200ms ease-out;  
}

.cardservice{
    overflow: hidden;
    transition: all 500ms ease-out;  
}

.cardservice img{
    width: 100%; 
    height: 200px;
    transition: all 500ms ease-out;   
}

.cardservice:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all 500ms ease-out;   
}

.cardservice:hover > img{
    transform: scale(1.1);
    transition: all 500ms ease-out;   
    overflow: hidden;
}

.img-empresa
{
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
}

.container-info-cover{
    max-width: 800px;
    height: 300px;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.container-info-cover h1{
    font-size: 50px;
    font-weight: 500;
    color: #fff !important;
    margin-bottom: 10px;
}

.container-info-cover p{
    color: #fff;
    font-size: 18px;
    font-weight: 300;
}

.header-section::before
{
    content: '';
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0px;
    left: 0;
}

.img_team
{
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 24px;
}

.active-canva
{
    border-left: 3px solid #2F529C;
    color: #3BBF82 !important;
    transition: 0.5s ease;
}



/* buttons-share */
.bg-facebook{
    background-color: #3B5998;
}

.bg-whatsapp{
background-color: #56CD52;
}

.bg-telegram{
background-color: #0088CC;
}

.bg-linkedin{
background-color: #0E76A8;
}

.bg-twitter{
background-color: #00ACEE;
}

.bg-download{
background-color: #768070;
}

.btn__facebook,
.btn__twitter,
.btn__instagram,
.btn__linkedin,
.btn__corporativo
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:transparent;
    border-radius: 10px;
    border-color: #FFFFFF;
    width: 45px; 
    height: 45px; 
    margin-right: 10px;
    transition: all 0.5s;
}

.icono__redes{
    color: #FFFFFF;
    font-size: 20px;
}

.btn__facebook:hover{
    background-color: #3B5998;
    transition: all 0.5s;
}

.btn__twitter:hover{
    background-color: #00ACEE;
    transition: all 0.5s;
}

.btn__instagram:hover{
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    transition: all 0.5s !important;
}

.btn__linkedin:hover{
    background-color: #0E76A8;
    transition: all 0.5s;
}

.link{
    transition: all ease 0.3s;
}

.link:hover{
    margin-left: 15px;
    transition: all ease 0.3s;
}

.link-login .icon-login{
    display: inline-flex;
    transition: all ease 0.5s;
}

.link-login:hover .icon-login{
    transform: rotate(360deg);
    transition: all ease 0.5s;
}

.btn-wsp{
    position:fixed;
    width:60px;
    height:60px;
    line-height: 60px;
    bottom:50px;
    right:25px;
    background:#3BBF82;
    color:#fff;
    border-radius:50px;
    text-align:center;
    font-size:35px;
    box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
    z-index:100;
    transition: all 300ms ease;
}

.btn-wsp:hover{
    background: #20ba5a;
    color: #ffffff;
}

@media only screen and (min-width:320px) and (max-width:1199px)
{
    .container-info-cover{
        max-width: 800px;
        height: 200px;
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
    }
    
    .container-info-cover h1{
        font-size: 30px;
        font-weight: 500;
        color: #fff !important;
        margin-bottom: 10px;
    }
    
    .container-info-cover p{
        color: #fff;
        font-size: 14px;
        font-weight: 300;
    }
    
    .header-section::before
    {
        content: '';
        width: 100%;
        height: 200px;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0px;
        left: 0;
    }

}