@import url("https://fonts.googleapis.com/css?family=Montserrat:100,400,700");
body {
  overflow: hidden; }

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */ }

#status {
  width: 400px;
  height: 400px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(../img/logo-aggi.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: -200px 0 0 -200px;
  /* is width and height divided by two */ }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif; }

.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
  margin: 40px; }
  .title h1 {
    margin: 0; }

.btn {
  background: #1a335a;
  color: #fff;
  padding: 1rem 2.3rem;
  text-decoration: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer; }

.btn:hover {
  background: #31aedb; }

.text-section {
  color: #1b75b1;
  font-size: 1.2rem;
  font-weight: 700; }

.title-section {
  color: #31aedb;
  text-transform: uppercase;
  font-size: 1.2rem; }

.wrapper {
  display: grid;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.mouse {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-5%);
  margin-bottom: 1%; }
  .mouse img {
    width: 10%; }

.ser-amb-1 .arrow-right, .ser-amb-2 .arrow-right, .int-dom-1 .arrow-right, .int-dom-2 .arrow-right, .club-dia .arrow-right, .nues-esp .arrow-right {
  position: absolute;
  background-color: rgba(49, 174, 219, 0.7);
  height: 85px;
  width: 88px;
  z-index: 4;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }
  .ser-amb-1 .arrow-right a, .ser-amb-2 .arrow-right a, .int-dom-1 .arrow-right a, .int-dom-2 .arrow-right a, .club-dia .arrow-right a, .nues-esp .arrow-right a {
    margin: 0;
    padding: 0;
    position: absolute; }
  .ser-amb-1 .arrow-right img, .ser-amb-2 .arrow-right img, .int-dom-1 .arrow-right img, .int-dom-2 .arrow-right img, .club-dia .arrow-right img, .nues-esp .arrow-right img {
    margin-left: 0;
    padding: 8px 0 5px 0;
    position: absolute; }

.front {
  height: 100vh;
  background-image: url("../img/background01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover; }

.home {
  width: 100%;
  height: 32vh;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center; }
  .home .logo {
    margin-left: 3%;
    margin-top: 3%; }
  .home .logo img {
    width: 10%; }

.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-size: 100%;
  width: 90%;
  height: 52%;
  color: #fff;
  background-color: rgba(26, 51, 90, 0.7);
  margin: auto;
  margin-top: 2rem;
  /*box-sizing: border-box; */ 
    
}

.about-text {
  text-align: center;
  font-weight: 400;
  font-size: 1.7vw;
  padding: 0 5rem; 
 
}


.border-right {
  border-left: 3px solid white; }

.nav-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  height: 100vh;
  background: url("../img/back01.png") no-repeat left;
  background-size: 57%; }
  .nav-section .title {
    color: #31aedb; }
  .nav-section button {
    margin-top: 110%; }
  .nav-section nav {
    align-self: end;
    padding: 0; }
  .nav-section nav ul {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(4, 1fr);
    align-items: end;
    padding: 0; }
  .nav-section nav ul li {
    margin: 0 auto;
    padding: 0 20.8%;
    width: 60%; }
  .nav-section nav ul li a img {
    margin-top: 30%;
    width: 100%; }
  .nav-section nav ul li:nth-child(1) {
    background-color: #31aedb;
    height: 400px; }
  .nav-section nav ul li:nth-child(2) {
    background-color: #1b75b1;
    height: 550px; }
  .nav-section nav ul li:nth-child(3) {
    background-color: #214990;
    height: 600px; }
  .nav-section nav ul li:nth-child(4) {
    background-color: #1a335a;
    height: 500px; }
    
    .club-dia-logo{
        filter: brightness(0) invert(1);
    }

/*Servicio Ambulatorio & Internacion en el Domicilio Section*/
.ser-amb-1, .ser-amb-2, .int-dom-1, .int-dom-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative; }
  .ser-amb-1 div, .ser-amb-2 div, .int-dom-1 div, .int-dom-2 div {
    height: 100vh;
    position: relative; }
  .ser-amb-1 .logo-section, .ser-amb-2 .logo-section, .int-dom-1 .logo-section, .int-dom-2 .logo-section {
    margin: 40px 40px 0 20%;
    z-index: 3; }
  .ser-amb-1 .text-section, .ser-amb-2 .text-section, .int-dom-1 .text-section, .int-dom-2 .text-section {
    line-height: 40px;
    margin: 80px 20% 40px 20%;
    z-index: 3; }
  .ser-amb-1 .img-section, .ser-amb-2 .img-section, .int-dom-1 .img-section, .int-dom-2 .img-section {
    width: 80%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .ser-amb-1 .title-section, .ser-amb-2 .title-section, .int-dom-1 .title-section, .int-dom-2 .title-section {
    margin-left: 20%;
    z-index: 3; }

.ser-amb-2 ul, .int-dom-2 ul {
  list-style: none;
  margin-left: 20%;
  padding: 0;
  width: 60%; }

.ser-amb-2 ul li, .int-dom-2 ul li {
  margin-top: 20px; }

.ser-amb-2 ul li:before, .int-dom-2 ul li:before {
  background-color: #31aedb;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  height: 5px;
  width: 5px; }

.ser-amb-2 .footer-section, .int-dom-2 .footer-section {
  margin-left: 20%;
  margin-top: 40px;
  text-align: center;
  color: #31aedb;
  width: 60%; }

.ser-amb-1 {
  background: url("../img/back02.png") no-repeat 0% -5%;
  background-size: 60%; }

.ser-amb-2 {
  background: url("../img/back02.png") no-repeat 100% -5%;
  background-size: 60%; }

.ser-amb-1 img {
  margin-left: 20%; }

.int-dom-1 {
  background: url("../img/back03.png") no-repeat 0% -5%;
  background-size: 60%; }

.int-dom-2 {
  background: url("../img/back03.png") no-repeat 100% -5%;
  background-size: 60%; }

.int-dom-1 img {
  margin-left: 20%; }

.club-dia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: url("../img/back04.png") no-repeat 0% -5%;
  background-size: 50%;
  position: relative; }
  .club-dia div {
    height: 100vh; }
  .club-dia .logo-section {
    margin: 40px 40px 0 20%;
    z-index: 3; }
  .club-dia .text-section {
    line-height: 40px;
    margin: 80px 20% 40px 20%;
    z-index: 3; }
  .club-dia .img-section {
    width: 80%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
  .club-dia .title-section {
    margin-left: 20%;
    z-index: 3; }
  .club-dia h4 {
    text-align: center; }

.club-dia div:nth-child(2) img {
  margin-left: 20%; }

.nues-esp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background: url("../img/back05.png") no-repeat 100% -5%;
  background-size: 40%;
  position: relative;
  color: #000; }
  .nues-esp div {
    height: 100vh; }
  .nues-esp .test {
    height: initial; }
  .nues-esp .logo-section {
    margin: 40px 20% 0 20%; }
  .nues-esp .img-section {
    width: 80%;
    height: 100%;
    object-fit: cover; }
  .nues-esp ul {
    list-style: none;
    padding: 0;
    width: 60%;
    margin-top: 5%; }
  .nues-esp ul li {
    margin-top: 20px;
    color: #214990;
    font-size: 1.2rem; }
  .nues-esp .left {
    float: left;
    width: 30%;
    margin-left: 20%; }
  .nues-esp .right {
    float: right;
    width: 30%;
    margin-right: 20%; }

.more-info {
  display: grid;
  grid-template-columns: 1fr 2fr;
  width: 100%;
  background: #31aedb;
  color: #fff; }
  .more-info .title {
    font-size: 3rem; }
  .more-info .form-section label {
    font-size: 1.5rem;
    text-transform: uppercase;
    text-align: right;
    display: inline-block;
    width: 15%; }
  .more-info .form-section input {
    width: 65%;
    margin: 40px 10% 20px 5%;
    height: 50px;
    font-size: 1.5rem; }
  .more-info .btn {
    float: right;
    margin-right: 16.5%;
    margin-bottom: 40px; }
  .more-info .btn:hover {
    background: #214990; }

.contact {
  height: 100vh;
  background-image: url("/../img/background08.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #fff;
  text-align: center; }
  .contact .contac-section {
    margin: auto;
    height: 80%;
    margin-top: 5%; }
  .contact .title {
    font-size: 6rem;
    margin-bottom: 5%; }
  .contact ul {
    font-size: 3.5rem;
    padding: 0;
    list-style: none; }
  .contact ul li {
    margin: 10px 0; }
  .contact ul li a {
    text-decoration: none;
    color: #fff; }
  .contact ul li img {
    width: 3.5rem;
    margin-right: 5px; }

@media only screen and (max-width: 600px) {
  #status {
    width: 300px;
    height: 300px;
    margin: -150px 0 0 -150px;
    /* is width and height divided by two */ }
  .home {
    align-items: center; }
    .home .logo {
      margin: auto; }
    .home .logo img {
      width: 50%;
      margin-left: auto;
      margin-right: auto;
      display: block; }
  .about {
    padding: 0;
    position: relative;
    background-attachment: scroll;
    grid-template-rows: 2fr;
    grid-template-columns: initial;
    box-sizing: initial;
    height: 58vh;
    margin-top: initial; }
  .about-text {
    text-align: center;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0 20px 0 20px; }
  .border {
    border: initial;
    border-image: initial; }
  .border-right {
    border-left: initial; }
  .arrow-left, .arrow-right {
    visibility: hidden;
    display: none; }
  .nav-section, .ser-amb-1, .ser-amb-2, .int-dom-1, .int-dom-2, .club-dia, .nues-esp, .more-info {
    grid-template-columns: 1fr; }
  .nav-section {
    background-position: top;
    background-size: 150%; }
    .nav-section .title {
      height: 20vh;
      margin: 20px 0 0 20px; }
    .nav-section .btn {
      visibility: hidden; }
    .nav-section nav {
      height: 76vh; }
    .nav-section nav ul {
      margin: auto 0 0 0;
      height: 100%; }
    .nav-section nav ul li {
      margin: 0 auto;
      padding: 0 20%;
      width: 60.1%; }
    .nav-section nav ul li a img {
      width: 100%; }
    .nav-section nav ul li:nth-child(1) {
      background-color: #31aedb;
      height: 45vh; }
    .nav-section nav ul li:nth-child(2) {
      background-color: #1b75b1;
      height: 55vh; }
    .nav-section nav ul li:nth-child(3) {
      background-color: #214990;
      height: 65vh;
      z-index: 2; }
    .nav-section nav ul li:nth-child(4) {
      background-color: #1a335a;
      height: 60vh;
      z-index: 1; }
  .ser-amb-1, .ser-amb-2, .int-dom-1, .int-dom-2 {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: 150%; }
    .ser-amb-1 div, .ser-amb-2 div, .int-dom-1 div, .int-dom-2 div {
      position: absolute;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.1); }
    .ser-amb-1 .logo-section, .ser-amb-2 .logo-section, .int-dom-1 .logo-section, .int-dom-2 .logo-section {
      margin: 2% auto 0 auto;
      display: block;
      filter: brightness(0) invert(1); }
    .ser-amb-1 .text-section, .ser-amb-2 .text-section, .int-dom-1 .text-section, .int-dom-2 .text-section {
      line-height: 30px;
      color: #fff;
      text-align: center;
      margin: 2px auto, 2px, auto; }
    .ser-amb-1 .img-section, .ser-amb-2 .img-section, .int-dom-1 .img-section, .int-dom-2 .img-section {
      margin: 0;
      width: 100%;
      position: absolute;
      z-index: -1; }
    .ser-amb-1 .list-section, .ser-amb-2 .list-section, .int-dom-1 .list-section, .int-dom-2 .list-section {
      color: #fff;
      width: 90%; }
    .ser-amb-1 .footer-section, .ser-amb-2 .footer-section, .int-dom-1 .footer-section, .int-dom-2 .footer-section {
      width: 100%;
      margin-left: 0; }
  .ser-amb-2 ul, .int-dom-2 ul {
    z-index: 3;
    margin-left: initial;
    padding-left: 10%; }
  .ser-amb-2 ul li, .int-dom-2 ul li {
    width: 100%;
    margin-top: 10px; }
  .ser-amb-2 .footer-section, .int-dom-2 .footer-section {
    z-index: 3;
    margin-top: 10px; }
  .club-dia {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: 150%; }
    .club-dia div {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.1); }
    .club-dia .logo-section {
      margin: 2% auto 0 auto;
      filter: brightness(0) invert(1);
      display: block; }
    .club-dia .text-section {
      line-height: 30px;
      margin: 20px;
      color: #fff;
      text-align: center; }
    .club-dia .img-section {
      width: 100vw;
      height: 100vh;
      position: absolute;
      z-index: -1; }
    .club-dia .title-section {
      margin-left: 20%; }
    .club-dia h4 {
      text-align: center;
      padding-top: 15%; }
  .nues-esp {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-position: center;
    background-size: 150%; }
    .nues-esp .test {
      width: 100vw;
      background: initial; }
    .nues-esp .logo-section {
      margin: 2% auto 0 auto;
      display: block;
      filter: brightness(0);
      z-index: 4; }
    .nues-esp div {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.1); }
    .nues-esp .img-section {
      width: 100vw;
      height: 100vh;
      position: absolute;
      z-index: -1; }
    .nues-esp .list-section {
      position: absolute;
      z-index: 3;
      width: 100vw; }
    .nues-esp ul {
      margin-top: 50%; }
    .nues-esp ul li {
      margin-top: 20px;
      color: #000;
      font-size: 0.8rem; }
    .nues-esp .left {
      margin-left: 10%; }
    .nues-esp .right {
      margin-right: 10%; }
  .more-info {
    position: relative; }
    .more-info .title {
      font-size: 2rem; }
    .more-info .form-section label {
      font-size: 0.8rem;
      width: 20%;
      margin-left: 20px; }
    .more-info .form-section input {
      width: 65%;
      margin: 10px 1% 10px 2%;
      height: 20px;
      font-size: 1rem; }
    .more-info .btn {
      float: none;
      width: 90%;
      margin: 10px 5% 30px 5%; }
  .contact {
    background-size: cover;
    position: relative; }
    .contact .contac-section {
      height: 50%;
      margin-top: 35%; }
    .contact .title {
      font-size: 2rem;
      margin-bottom: 15%; }
    .contact ul {
      font-size: 1rem; }
    .contact ul li img {
      width: 1rem; } }

.wow {
  visibility: hidden; }
