
/* 	background-color: rgba(0,0,0,0.6);*/ 
/* 	background-color: rgba(0, 17, 220, 0.4);*/ 
/* 	background-color: rgba(0, 8, 103, 0.4);*/ 
/* 	background-color: rgba(0, 8, 60, 0.5); */

.fondo{
	background-color: transparent;
    background-image: linear-gradient(
      rgba(0, 8, 60, 0.5),
      rgba(0, 8, 60, 0.5)
    ), url("../../img/fondo01.jpg");
	background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed; 
    background-size: cover;    
}

.logo-img {
  display: contents;
}
.logo-img > img {
  width: 20em;
  height: 100%;
}

.card-opacity {
  /*height: 76vh;*/
  background-color: rgba(245, 245, 245, 1);
  opacity: .8;
 
}

.div-custom-content{
	height: 76vh;
	display: grid;  
	flex-wrap: wrap;
}

.custom-label {
    margin-bottom: 0rem;
    font-size: .8em;
}

.custom-label-2 {
    margin-bottom: 0rem;
    font-size: 1em;
}

.neto-boton-color-azul {
    background-color: #071B36;
    color: #FFFFFF;
}

.neto-boton-color-azul:hover {
  background-color: #FFFFFF;
    color: #071B36;
    border: 1.5px solid #071B36;
}

.neto-boton-color-naranja {
    background-color: #F15C22;
    color: #FFFFFF;
}

.neto-boton-color-naranja:hover {
  background-color: #FFFFFF;
    color: #F15C22;
    border: 1.5px solid #F15C22;
}

.neto-espacio-bottom{
	padding-bottom: 1em;
}

.neto-texto-color-azul {
    color: #071B36;
}

.carousel-item img {
	width:70vh !important;
}
.carousel-inner img {
  margin: auto;
}

/*
.carousel-control-next-icon:after{
	content: '>';
  	font-size: 5vw;
  	color: #071B36;
}
.carousel-control-prev-icon:after {
	content: '<';
  	font-size: 5vw;
  	color:#071B36;
}*/
