
*{
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}


body{
  
    overflow-x: hidden;
}


.slider-frame{
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    
}

.slider-frame::before{
    position: absolute;
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.slider-frame ul{
    width: 100%;
    height: 105vh;
    margin: 0px auto 0 ;
    overflow: hidden;

    

    animation: slide 30s infinite alternate ease-in-out;
}
.slider-frame ul{
    display: flex;
    padding: 0; 
    width:500% ;
}

.slider-frame li{
    list-style:none ;
    width: 100%;
}

.slider-frame img{
    width: 100%;
    height: 100%;
   
}

.fa-solid{
    font-size: 1rem;
}

.t-slider{
    width: 100%;
    position: absolute;
    text-align: center;
    padding: 0 0px ;
    top: 200px;
   
    color: white;
}

.t-slider h2{
    color:white;
    text-transform: uppercase;
    font-family:'Courier New', Courier, monospace;
    font-size: 50px;
   -webkit-text-stroke: .2px rgb(255, 255, 255);

}

.letra{
    font-size: 1.3rem;
    font-family: 'Courier New', Courier, monospace;
}

.real{
    background-color: #002369;
}

.real-t{
    color: #0039a3;
}










@keyframes slide {
    0% {margin-left: 0% ;}
    20% {margin-left: 0% ;}

    22% {margin-left: -100% ;}
    42% {margin-left: -100% ;}

    44% {margin-left: -200% ;}
    64% {margin-left: -200% ;}

    66% {margin-left: -300% ;}
    86% {margin-left: -300% ;}

    88% {margin-left: -400% ;}
    100% {margin-left: -400% ;}
   
}










.color{
    background-color: rgb(18, 58, 255);
}
.justificado{
    text-align: justify;
}

.dropdown-menu li {
    position: relative;
    z-index: 10000;
}

.dropdown-menu .submenu{
    display: none;
    position: absolute;
    left: 100%;
    top: 1px;

}

.fondo{
    background-image: url(imgslider/fondo.jpg) ;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;

}


.dropdown-menu>li:hover>.submenu{
    display: block;

}

.dropdown-menu .submenu-left{
    right: 100%;
    left: auto;
}

.img{
    
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    
}

.caurrusel .slide{
    background: rgba(5, 7, 12, 0.40);
}

.slide img{
    height: 81vh;

}

.card-img-top{
    height: 35vh;
}

.justi{
    text-align: justify;
    font-size: .9rem;
}

.justi-1{
    font-size: 1.5rem;
}

.footer{
    border: 2px solid rgb(0, 0, 0);
}

.ico{
    font-size: 1.2rem;
}

.contorno{
    border-radius: .7rem;
    box-shadow: 0 0 15px rgb(0, 0, 0);
}

.iconos{
    width:80px ;
}





@media (max-width:990px) {

    .slider-frame{
        width: 100%;
        height: 80vh;
    }

    .t-slider{
        text-align: center;
        top: 100px;
        color: white;
    }


    .dropdown-menu .submenu{
        left: 30%;
        top: 0px;

    }

    .dropdown-menu .multi-menu{
        left: 95%;
    }

    .dropdown-menu .submenu-left{
        left: 50%;
    }
    
    .d-inline-block{
        width: 210px;
        height: 90px;
    }

    .slide img{
        height: 500px;
    }

    .titulo1{
        font-size: 1rem;
    }

    .justi{
        font-size: .8rem;
    }

    .justi-1{
        font-size: 1.2rem ;
    }
    
    .ico{
        font-size: 1rem;
    }

    .t-slider h2{
        font-size: 30px;    
    }
    
    .letra{
        font-size: 1.2rem;
        
    }

    .t-slider{
        width: 100%;
        position: absolute;
        text-align: center;
        padding: 0 0px ;
        top: 150px;
       
        color: white;
    }

    .iconos{
        width:65px ;
    }
    
}


@media (max-width:500px){
    .d-inline-block{
        width: 150px;
        height: 65px;
    }

    .slide img {
        height: 300px;
    }
    .titulo{
        font-size: 1.3rem;
    }
    .titulo1{
        font-size: 1.2rem;
    }
    .justi{
        font-size: .9rem;
    }
    .trabajo{
        height: auto;
    }

    .justi-1{
        font-size: 1rem;
    }

    .ico{
        font-size: .9rem;
    }

    .t-foo{
        font-size: .8rem;
    }

    .slider-frame{
        width: 100%;
        height: 60vh;
    }

    .t-slider{
        text-align: center;
        color: white;
    }
    .t-slider h2{
        font-size: 20px;    
    }
    
    .letra{
        font-size: 1.1rem;
       
    }

    .t-slider{
        width: 100%;
        position: absolute;
        text-align: center;
        padding: 0 0px ;
        top: 120px;
       
        color: white;
    }

    .iconos{
        width:80px ;
    }
   
}