
.bg-primary {
  background-color: #0D1B2A !important;  /* your new color */
}
#logo {
  width: 158px;
  padding-bottom: 6px;
}
nav #divoptions {
  padding-left: 30%;
}

#navbar1 {
  background-color: transparent;
  transition: 0.3s all linear;
}
nav ul li {
  float: right;
  position: relative;
}
.nav-link {
  color: white;
}
body h2 {
  font-size: 40px;
  color: #02283f;
}


/*---section nosotros---*/
/* .about{
    height: 100vh;
    width: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.about .main img {
  width: 435px;
  max-width: 100%;
  height: auto;
  padding: 0 10px;
  display: flex;
}

.all-text {
  width: 600px;
  max-width: 100%;
  padding: 0 10px;
}
.main {
  width: 1290px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.all-text h2 {
  font-size: 65px;
  color: #02283f;
  font-weight: 700;
  margin-bottom: 20px;
}
.all-text p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 35px;
}
.about .btn button {
  color: white;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: bold;
  background-color: #03255a;
  border: none;
  outline: none;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}
.about .btn button:hover {
  /* background-color: #03255A; */
  color: white;
  transition: 0.3s;
  cursor: pointer;
}

/*---section que hacemos---*/

#quehacemos h2 {
  font-size: 55px;
  color: #00104eb5;
  font-weight: 700;
  margin-bottom: 20px;
}
#quehacemos img {
  width: 65%;
}
.qhcard {
  display: inline-block;
  margin: 10px;
  border: 3px solid #00104eb5;
}

/*---section blog---*/
#blog {
  text-align: center;
  margin-top: 5%;
}
#blog h2 {
  font-size: 55px;
  color: #03255a;
  font-weight: 700;
  margin-bottom: 20px;
}
#blog .blogcard {
  display: inline-block;
  margin: 25px;
}

.brand-logos div {
  overflow-x: auto;
  overflow-y: hidden;
}


.content .left-side .details {
  margin: 14px;
  text-align: center;
}
.content .left-side .details i {
  font-size: 30px;
  color: #00104eb5;
  margin-bottom: 10px;
}
.content .left-side .details .topic {
  font-size: 18px;
  font-weight: 500;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two {
  font-size: 14px;
  color: #afafb6;
}

.rights-side .topic-text .input-box {
  height: 50px;
  width: 100;
}
.right-side input {
  text-align: center;
  justify-content: center;
  width: 70%;
  margin: 5px;
}
.right-side textarea {
  text-align: center;
  justify-content: center;
  width: 70%;
  margin: 5px;
}
.right-side button {
  background: #00104eb5;
  padding: 8px 22px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  border: none;
  border-radius: 5px;
  outline: none;
  box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}

.row {
  display: -ms-flexbox;
  display: flex;
}
#contacto #items {
  color: #02283f;
}

footer {
  background-color: #c8cddf;
}
.contact-section .form .btn-floating {
  left: 3px;
}

#carouselExemple {
    width: 50%;
    margin: 0 auto;
    margin-top: 120px;
}

.carousel-item img {
    width: 100%;
    height: auto;
}

.overflow-y{
overflow-x: hidden;
overflow-y: auto;
transition-timing-function: linear;
animation: duration 2s;
position: absolute;
float: left;
}

.linear{
    background-color:transparent;
}


#quehacemos .card-body:hover {
	transform: translateY(-20px);;
  transition: 0.3s;
  cursor: pointer;
}

#cards:hover {
	max-zoom: 10px;
}

.container .card .content .imgBx {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
}

#img1 {
  height: 100%;
  width: 82%;
  object-fit: contain;
 }
 #img2 {
  height: 100%;
  width: 114%;
  object-fit: contain;
 }
 #img3 {
  height: 100%;
  width: 114%;
  object-fit: contain;
 }
 #img4 {
  height: 100%;
  width: 110%;
  object-fit: contain;
 }

 .zoom {
  transition: transform .2s; 
}

.zoom:hover {
  transform: scale(1.2s); 
}
.card {
  margin-top: 5%;
  border-bottom: 2.5px solid #a7c4df !important; 
  border-radius: 0;
  line-height: 1.3;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.card-body::before,
.card-body::after {
  background: rgba(#a7c4df,0.5);
  content: '';
  position: absolute;
  z-index: -1;
}

.card:hover {
  color: #000;
}

.card:hover .card-body:after {
  height: 100%;
  color: #fff;
}

.card-body {  
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.card-img, .card-img-top {
  z-index: 1;
}

.card-text {
  margin-bottom: 1rem;
}



h1 {
  text-align: center;
  margin: 20px 0;
  color: #363636;
  font-size: 40px;
}
.inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.card {
  flex-basis: 33.33333%;
  padding: 12px;
}
.inner-card  {
  background-color: white;
  padding: 0px;
  box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  background: #104a5c;
  background: linear-gradient(to bottom, hsl(214deg 16% 69% / 16%), #c8d3d638);
  color: #fafafa47;
}
/* .img-wrapper img {
  width: 225px;
  height: 239px;
  object-fit: cover;
  object-position: center;
} */
.img-wrapper img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
  
}
.content {
  margin-bottom: 20px;
  height: 30%;
}
.content h2 {
 
  /* margin-bottom: 12px; * */
 
  color: #444;
  
}
.content p {
  /* font-size: 14px; */
  line-height: 1.5;
   color: #555; 
}
.btn-wrapper {
  display: block;
  text-align: center;
  width: auto;
}

.view-btn:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,.4);
}

.light-box {
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  width: 100%;
  height: 100vh;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease-out;
}
.box {
  width: 600px;
  height: 400px;
  background-color: #fff;
  transform: scale(0);
  transition: all 200ms ease-in-out;
  padding: 10px;
  box-shadow: 0 3px 9px rgba(0,0,0,.1);
  position: relative;
}
.box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 15px;
}
.box .light-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.box .close-btn {
  position: absolute;
  z-index: 100;
  font-size: 30px;
  color: #ccc;
  left: 100%;
  top: 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;

  line-height: 35px;
  margin-left: 10px;
  cursor: pointer;
  transition: all 200ms linear;
}
/* Effect */
.effect .light-box {
  opacity: 1;
  visibility: visible;
}
.effect .light-box .box {
  transform: scale(1);
}

@media (max-width: 780px) {
  .card {
    flex-basis: 50%;
  }
  .title {
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .card {
    flex-basis: 5100%;
  }
  .box .close-btn {
    margin-left: 0;
    left: 80%;
    top: -12%;
  }
}
.credit {
  font-size: 14px;
}
.tag + .tag {
  margin-left: .5em;
}

.tag-blue {
  background: #56CCF2;
background: linear-gradient(to bottom, #2F80ED, #56CCF2);
  color: #fafafa;
}

#p-nosotros{
  text-align: justify;
}

