@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

* {
    font-family: 'Times New Roman', Times, serif;
  
}


.navbar {
    background-color: rgba(0, 0, 0, 0.089);
}
.top-nav-collapse {

background-color: #1c2d4a;
}

.navbar li a {
    opacity: .8;
    border-right: 1px solid;
    text-align: left;
    font-weight: 600;

}




.navbar li a:hover {
    opacity: 1;
}

#section-3 {
    margin-bottom: 100px;
 }

.section {
    margin-bottom: 100px;
}
input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.icono {
    width: 70px; 
    height: 70px; 
    border: 2px solid #fed005;
 
}
.icono:hover {
    background-color: #fed005;
}


.lista-valores {
    font-size: 16px;
}

.page-footer {
    background-color: #1c2d4a;
}
@media (max-width: 1000px) {
    .foto {
      display: none;
     
    }
    .section {
        margin-bottom: 0px;
        margin-bottom: 40px;
    }
    
    
    
    .icono {
        margin: auto;
    }
   .listas {
    margin: auto;
   }
   .carrusel {
       height: 300px;
   }
   .d-block {
       height: 300px;
   }

   .footer-textos {
       margin-top: 0px;
   }

   .navbar li a {
    border-right: 0px;
    border-bottom: 1px solid;
}

.navbar img {
    height: 70px;
    width: 130px;
}
}


