@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:500&display=swap');
body {
    font-family: 'Montserrat', sans-serif;
    position: relative;
}


.h2, h2 {
    font-size: 2.3rem;
    font-weight: 400;
}

.nav-link {
    color:#0186B8 ;
    font-weight:700;
    font-size: 12px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
    color: rgb(0, 120, 181);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(7, 60, 86);
}
.sticky-top{
    z-index: 1000;
}

#main .carousel-inner img{
    max-height: 100vh;
    object-fit: cover;
    /*filter: grayscale(70%);*/
}
#slider {
    position: relative;
}

#slider .slider-title {
        font-size: 70px;
        line-height: 70px;
    font-weight:500;
    font-family: 'Hind Siliguri', sans-serif;
    color: #303030;

}
#slider .overlay p {
    font-size:1.4em;

}
#slider .overlay .container,
#slider .overlay .row {
    height: 85%;
}

#slider .overlay {
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background-color:rgba(0, 0,  0, 0.5);
    color:#FFFF;*/
}


#horario {
    color: #000000 !important;
    font-weight: 300;
    font-size:13px;
    text-transform:none;

}
.btn-blue{
    background-color: #0078B5;
    color:#FFF;
    padding: 10px 15px;
}
.btn-blue:hover {
    background-color: #006091;
    color: #FFF;
}
.btn-outline-primary {
    padding: 10px 15px;
}

.bg-light{
    background:#FFF !important;
}

.blueBg {
    background: blue;
}

.slider {
    height: 550px;
}

.grayBg{
    background: gray;
}

.alturaMinima {
    min-height: 200px;
    padding: 15px;
    border: 1px solid white;
}

.title {
    margin-bottom: 10px;
}

.m-bottom{
    margin-bottom:90px;
}
.p-bottom{
    padding-bottom:30px;
}
.margin-top {margin-top:90px;}

.emptySpace{
    margin-bottom: 25px;
}


.margin-bottom {
margin-bottom: 70px;
}
.no-margin-bottom{
    margin-bottom: 0px;
}
.iconos img {
    max-width: 130px;
    height: 95.3px;

}
.iconos .alturaMinima p {
    font-size: 17px;
    line-height: 22px;
    color:#3c3c3c;
    font-weight: 400;
    padding-top:20px;

}
.main-color {
    background-color: #0078B5;
}
#footer a {color:#FFF;
}

#footer {
    padding-bottom:15px;
    padding-top:15px;
    font-size: 12px;
    font-weight:400;
    color:#FFF;

}

.parallax {
    /* The image used */
    background-image: url("../img/home-slide-1.jpg");

    /* Set a specific height */
    min-height: 550px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .parallax-2 {
    /* The image used */
    background-image: url("../img/home-slide-2.jpg");

    /* Set a specific height */
    min-height: 550px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .parallax-3 {
    /* The image used */
    background-image: url("../img/home-slide-3.jpg");

    /* Set a specific height */
    min-height: 550px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .parallax-4 {
       /* The image used */
    background-image: url("../img/parallax-4.jpg");

    /* Set a specific height */
    min-height: 230px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .parallax-5 {
    /* The image used */
 background-image: url("../img/parallax-5.jpg");

 /* Set a specific height */
 min-height: 300px;

 /* Create the parallax scrolling effect */
 background-attachment: fixed;
 background-repeat: no-repeat;
 background-position: center;
 background-size: cover;
 color: #FFF;
}

.parallax-5 h2 {
    font-size:45px;
    line-height: 50px;
    font-weight: 500;
    padding-top:65px;

}
.parallax-5 h3 {
    font-size: 25px;
    line-height: 20px;
    color:#FFF;
    font-weight: 400;

}

.form-group label {
        display: inline-block;
        margin-bottom: .4rem;
        margin-top: .5rem;
        font-size: 14px;
        line-height: 23px;
        font-weight: 500;
        color: #8c8c8c;
        /* font-family: 'Montserrat'; */

}

.form-control {
    background-color: #f6fdfd;
}

.list-contact{
    list-style-type: none;
    padding-left: 0;
}
.list-contact li{
    padding-bottom: 15px;

}
.list-contact i{
    padding-right: 15px;
    color: #0078B5;
}
.list-contact li a{
    color:#303030;
    font-size:.9em;
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
     border-color:#FFF;

}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
}


.numbers{
    text-align: center;
    font-size: 65px;
    line-height: 65px;
    color:#FFF;
    font-weight: 400;
  }
  .numbers p {
      padding-top: 60px;
  }

.numbers h6 { font-weight: 700;}

.back-to-top {
    position: fixed;
    bottom: 50px;
    left: 25px;
    display: none;
    box-shadow: 2px 2px 3px rgba(23, 23, 23, 0.24);
    border-radius:50px;
    color: #0078B5;
}
.back-to-top:hover {
    background-color: #0078B5;
    color: #FFF;
    border-width: 0px;
}


@media (max-width: 992px) {
.remove-md{
    display: none;
}
}
@media only screen and (max-width: 600px) {
    #slider .slider-title {
        font-size:3em;
        line-height:50px;
    }
    #slider .overlay p{
        font-size: 1em;
    }
    #sticky-nav, .desaparecer {
        display: none;
    }

}
