/* BOOTSTRAP 3.x GLOBAL STYLES
-------------------------------------------------- */
@media (min-width:1200px){
    .modal-dialog{
        margin: 15px !important;
        transform: translate(11%,0) !important;
    }
}
@media (max-width:1199px) and (min-width:992px){
    
}
@media (max-width:991px) and (min-width:768px){
    
}
@media (max-width:767px) and (min-width:361px){
    .modal-dialog{
        margin: 15px !important;
        transform: translate(0,0) !important;
    }
    .descript{
        display:none;
    }
}
@media (max-width:360px){
    .modal-dialog{
        margin: 15px !important;
        transform: translate(0,0) !important;
    }
    .descript{
        display:none;
    }
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 60px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 655px;
  background-color:#555;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
}

#carousel-home .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-azul{
  background-color: #1E7E9B;
}
.bg-gris-1{
  background-color: #E6E6E6;
}
.bg-gris-2{
  background-color: #d1e0e0;
}
.st0{
  fill:none;
  stroke:#000;
  stroke-width:3;
  stroke-miterlimit:10;
}
.sinPad{
    padding-left: 0px !important;
}
a.btn{
  border-radius: .8em;
}
input.form-control{
  border-radius: .7em;
}
.carousel-indicators li.active {
    background: #5ec9dc !important;
    border-color: #5ec9dc !important;
}
.carousel-indicators li{
    opacity: 0.7 !important;
    background: white !important;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-width: 3px;
    border-radius: 7%;
    margin: 0px 4px;
}
.carousel-control.left, .carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%) !important;
}

.btn-primary1{
      background-color:#5ec9dc !important;
  }

/* RESPONSIVE CSS
-------------------------------------------------- */

/* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

@media (max-width:991px) and (min-width:768px){
    
     /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .btn-primary1{
      background-color:#5ec9dc !important;
  }
  .p-button{
      font-size: 21px;
      line-height: 1.4;
      text-align: left;
      position: absolute;
      top: -30px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
    
}
@media (max-width:767px) and (min-width:361px){
     /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .btn-primary1{
      background-color:#5ec9dc !important;
  }
  .p-button{
      font-size: 21px;
      line-height: 1.4;
      text-align: left;
      position: absolute;
      top: -30px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
}
@media (max-width:360px){
     /* Remve the edge padding needed for mobile */
  .marketing {
    padding-left: 0;
    padding-right: 0;
  }

  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
    margin-bottom: -90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  }
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
  .btn-primary1{
      background-color:#5ec9dc !important;
      font-size:11px;
      padding: 4px 14px !important;
  }
  .p-button{
      font-size: 21px;
      line-height: 1.4;
      text-align: left;
      top: -14px;
      position: absolute;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
  }
}
.element-normal-top{
	margin-top: 10px !important;
}
.element-medium-bottom {
	margin-bottom: 20px !important;
}
