*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Montserrat', sans-serif;
}

.logo{
    width: 70px;
    height: 70px;
}
/*Navegacion*/

.fixed-top{
    transition: all .4s ease;
}
.fixed-top.bg-success{
    -webkit-box-shadow: 0px 9px 28px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 28px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 28px -11px rgba(0,0,0,0.75);
}
.fixed-top .nav-link{
    color: #fff!important;
    
}
@media (max-width: 380px){
    .fixed-top .nav-link{
        color: #fff!important;
        font-size: 13px;
        margin-right: -15px;
    }
    .fixed-top .nav-link:hover{
        color: #fff;
        background-color: #0077c7!important;
        padding: 12px 16px 12px 16px;
        border-radius: 11px;
        font-size: 13px;
        transition: all .4s ease;
    }
}
@media (max-width: 390px){
    .logo{
        width: 60px;
        height: 60px;
    }
}
.fixed-top .nav-link:hover{
    color: #fff;
    background-color: #0077c7!important;
    padding: 12px 16px 12px 16px;
    border-radius: 11px;
    font-size: 15px;
    transition: all .4s ease;
}

.fixed-top .active{
    color: #fff;
    background-color: #0077c7!important;
    padding: 12px 16px 12px 16px;
    border-radius: 11px;
    font-size: 15px;
}

.bg-success {
    /*background-color: #00061f!important;*/
    
background: -moz-linear-gradient(top, rgba(0,6,31,1) 1%, rgba(0,6,31,1) 37%, rgba(0,6,31,0.61) 99%, rgba(0,6,31,0.61) 100%)!important;
background: -webkit-linear-gradient(top, rgba(0,6,31,1) 1%,rgba(0,6,31,1) 37%,rgba(0,6,31,0.61) 99%,rgba(0,6,31,0.61) 100%)!important;
background: linear-gradient(to bottom, rgba(0,6,31,1) 1%,rgba(0,6,31,1) 37%,rgba(0,6,31,0.61) 99%,rgba(0,6,31,0.61) 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00061f', endColorstr='#9c00061f',GradientType=0 );
}

/*FIN*/


.embed-responsive{
    position: relative;
    background-image: url(../img/ciudad1.webp);
    height: 50rem;
    background-position: center center;
    background-attachment: fixed;
    border-bottom: 4px solid #005dc7;
}
@media (min-width:992px){
    .embed-responsive{
        background-image: unset;
        height: auto;
    }
}

.embed-responsive::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .50);
    background: rgb(2,0,36);
background: linear-gradient(172deg, rgba(2, 0, 36, 0.541) 0%, rgba(103, 103, 103, 0.534) 47%, rgba(39, 90, 201, 0.603) 100%);
}

.informacion-tecno{
    position: absolute;
    top: 20%;
    z-index: 100;
}

.imagen-nosotros {
    min-height: 35rem;
    background-image: url(../img/footer.webp);
}
.imagen-bg {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

@media (min-width:992px){
    .informacion-tecno{
        top: 35%;
    }
}

.informacion-tecno h1 {
    font-size: 2rem;
    line-height: 5rem;
}

@media (min-width: 992px){
    .informacion-tecno h1{
        font-size: 3rem;
        line-height: unset;
    }
}

.informacion-tecno h1 span,
.informacion-tecno p{
    font-weight: 700;
    -webkit-box-shadow: 0px 17px 24px -13px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 17px 24px -13px rgba(0,0,0,0.34);
    box-shadow: 0px 17px 24px -13px rgba(0,0,0,0.34);
}

.informacion-tecno p {
    font-size: 2rem;
}

.informacion-tecno .text-dark,
.sobre-nosotros .text-dark{
    color: #0077c7!important;
    font-weight: 700;
}

.contenedor-items{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}

.items{
    margin: 20px;
    background-color: #0077c700;
    color: #fff;
    border: #0077c700;
    width: 23rem;
}

.text-fuerte{
    color: #ffffff!important;
    font-weight: 700;
    font-size: 20px;
}

.text-fuerte2{
    color: #000000!important;
    
    font-size: 40px;
}

.lineup{
    -webkit-box-shadow: inset 0px -6px 21px -3px rgba(77,77,77,1);
    -moz-box-shadow: inset 0px -6px 21px -3px rgba(77,77,77,1);
    box-shadow: inset 0px -6px 21px -3px rgba(77,77,77,1);
}

.contactanos{
    -webkit-box-shadow: 0px 1px 41px -11px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 41px -11px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 41px -11px rgba(0,0,0,0.75);
}

.bg-primary{
    background-color: #0077c7!important;
}
.bg-primary-2{
    background-color: #cecece!important;
}

/*CARD ANIMADO*/

.Card{
    position: relative;
    width: 300px;
    height: 270px;
    color: rgb(230, 230, 230);
    /*background: url(../img/nosotros.webp) center no-repeat;
    background-size: cover;*/
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 12px 13px 8px rgba(77,77,77,0.08);
    -moz-box-shadow: 0px 12px 13px 8px rgba(77,77,77,0.08);
    box-shadow: 0px 12px 13px 8px rgba(77,77,77,0.08);
}

#card1{
    background: url(../img/servicios/intel2.webp) center no-repeat;
    background-size: cover;
}

#card2{
    background: url(../img/servicios/OS2.webp) center no-repeat;
    background-size: cover;
}

#card3{
    background: url(../img/servicios/Iserie.webp) center no-repeat;
    background-size: cover;
}

#card4{
    background: url(../img/servicios/almacenamiento10.webp) center no-repeat;
    background-size: cover;
}

#card5{
    background: url(../img/servicios/VS1.webp) center no-repeat;
    background-size: cover;
}

#card6{
    background: url(../img/servicios/net2.webp) center no-repeat;
    background-size: cover;
}

#card7{
    background: url(../img/servicios/consul.webp) center no-repeat;
    background-size: cover;
}

#card8{
    background: url(../img/servicios/data2.webp) center no-repeat;
    background-size: cover;
}

#card9{
    background: url(../img/servicios/ibs1.webp) center no-repeat;
    background-size: cover;
}

#card10{
    background: url(../img/servicios/ibmS.webp) center no-repeat;
    background-size: cover;
}

#card11{
    background: url(../img/servicios/as-400.webp) center no-repeat;
    background-size: cover;
}

#card12{
    background: url(../img/servicios/cables2.webp) center no-repeat;
    background-size: cover;
}

.card_content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 13px;
    background-color: rgb(236, 236, 236);
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    transform: translateY(70px);
    transition: transform .25s;
}

/*.card_content::before{
   content: '';
   position: absolute;
   top: -47px;
   right: -45px;
   width: 100px;
   height: 100px;
   transform: rotate(-175deg);
   border-radius: 50%;
   box-shadow: inset 48px 48px #fff;
}*/

.card_title{
    color: #4e4e4e;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}

.card_subtitle{
    display: block;
    font-size: 12px;
    margin-top: 10px;
}

.card_description{
    font-size: 14px;
    opacity: 0;
    transition: opacity .5s;
    color: #4e4e4e;
    /*text-align: justify;*/
}

.Card:hover .card_content{
    transform: translateY(0);
}

.Card:hover .card_description{
    opacity: 1;
    transition: .25s;
}

.espacio{
    margin: 15px;
}

/*Modificaciones modal*/

@media (min-width: 992px){
    .modal-dialog{
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

#modal-header{
    border-bottom: none!important;
}

.leer{
    text-decoration: none;
    background: #005dc7;
    color: #fff;
    border-radius: 25px;
    padding: 7px;
    font-size: 12px;
}

.leer:hover{
    background: rgb(17, 122, 241);
    color: #fff;
    text-decoration: none;
}

.container-footer {
    background: #005dc7;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    
}

.footer-color{
    color: #fff!important;
    
}