/*Fonts*/
@font-face {
  font-family: AzoSansRegular;
  src: url("../fonts/AzoSans-Regular.otf");
}
@font-face {
  font-family: ExoMedium;
  src: url("../fonts/Exo2-Medium.ttf");
}
@font-face {
  font-family: ExoBold;
  src: url("../fonts/Exo2-Bold.ttf");
}
body {
  background: #474747;
  font-family: AzoSansRegular;
}
body .bg-dark {
  background-color: transparent!important;
}
#top {
  position: relative;
}
#top .backgroundImg {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#top .text-hero {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-5%, -50%);
}
#top .text-hero h1 {
  font-size: 4rem;
  color: #05386a;
  font-family: ExoMedium;
}
#top .text-hero span {
  font-size: 1.2rem;
}
#top .end-top {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: white;
  background-color: rgba(5, 56, 106, 0.8);
  padding: 1rem 2rem;
}
#top .end-top .texto p {
  color: #c7c6c6;
  line-height: 17px;
}
.contact-info {
  padding: 25px;
}
.phone-info {
  text-align: center;
  font-size: 12px!important;
}
.phone-info i {
  font-size: 30px;
  padding: 10px;
}
.phone-info a {
  color: black;
}
@media (max-width: 1200px) {
  .phone-info {
    font-size: 9px!important;
  }
}
@media (max-width: 991px) {
  body .bg-dark {
    background-color: #343a40e0 !important;
  }
  .another-base #top .backgroundImg {
    height: 500px;
    object-fit: cover;
  }
  .another-base #top .text-hero {
    top: 45%;
  }
  .another-base #top .text-hero h1 {
    text-align: center;
  }
  .another-base #top .end-top {
    position: relative;
  }
}
@media (max-width: 576px) {
  body .bg-dark {
    background-color: #343a40e0 !important;
  }
  #top .backgroundImg {
    height: 100vh;
  }
  #top .text-hero {
    padding: 25px;
    top: 40%;
  }
  #top .text-hero h1 {
    font-size: 2rem;
  }
  #top .end-top .texto h3 {
    font-size: 1rem;
  }
  .phone-info {
    font-size: 12px!important;
  }
}
@media (max-width: 768px) {
  body .bg-dark {
    background-color: #343a40e0 !important;
  }
  #top .backgroundImg {
    height: 100vh;
  }
  #top .text-hero {
    padding: 25px;
    top: 40%;
  }
  #top .text-hero h1 {
    font-size: 3rem;
  }
  #top .end-top .texto h3 {
    font-size: 1rem;
  }
}
