@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	font-family: 'Montserrat', sans-serif;
	color: #506690;
}

h1,h2,h3,h4,h5,h6{
	color: #161c2d;
}
b{
	color: #161c2d;
}
.bg-dark{
	background-color: #1A3F91 !important;
}
/*
.mask {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}

#intro {
  background-image: url(images/img-fnd.jpg);
  background-size: cover;
  height: 100vh;
}
*/
.mask {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
}
#intro {
  background-image: url(images/img-fnd.jpg);
  height: 100vh; /*vh es % de la altura de la ventana grafica*/
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.icons{
  color:#077dbf;
  font-size: 3rem;
  transition: 0.25s;
}

.icons:hover{
  transform: translateY(-5px);
}
/*.listas {
    padding-left: 0;
    list-style: none;
}

.listas-item {
  position: relative;
  padding-left: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.listas-item::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    content: '\f00c';
    color: #2175ad;
    margin-top: 0.02rem;
    font-weight: 800;
    font-size: 1.2rem;

}*/
.mt-8 {
    margin-top: 3rem!important;
}
.pt-200 {
	padding-top: 220px;
}

.masonry-item {
  break-inside: avoid;
}

.imgh{
  width: 100%;
  height: auto;
}


/*==================RESPONSIVO=========================*/


@media screen and (min-width: 320px) and (max-width: 375px) {
   .pt-200{
   		padding-top: 130px;
   	}
}

@media screen and (min-width: 376px) and (max-width: 540px) {
	.pt-200 {
		padding-top: 150px;
	}
}

@media (min-width: 768px) {
.mt-md-9 {
    margin-top: 4rem!important;
	}
}

@media (min-width: 992px) {
  #intro {
    margin-top: -48.51px;
  }
  
  }
}
