body {
    font-family: 'Oswald', sans-serif;
    font-family: 'Raleway', sans-serif;
}
footer{
    background-color: #fff!important;
    color: #ccc;
}
.form-control {
    font-family: 'Raleway', sans-serif;
    font-size: 16px!important;
    font-weight: 300!important;
    border-radius: 25px!important;
}
.cont-img-noti-dest{
    overflow: hidden;
    width: 370px;
    height: 370px;
    border-radius: 50%;
}
.linea-noticia {
    margin: 15px 0;
    width: 120px;
    height: 2px;
    background-color: #40c4ec;
}
.cont-noticias a:hover{
    text-decoration: none;
}
.gradient{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    height: 100px;

    background: rgb(1,64,129);
    background: linear-gradient(0deg, rgba(1,64,129,0) 0%, rgba(1,64,129,1) 78%);
}
.carousel-item {
    border-bottom: 5px solid #014081;
    height: 78vh;
    min-height: 300px;
    max-height: 780px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-seccion{
    height: 30vh;
    min-height: 300px;
    max-height: 300px;
}
.carousel-indicators {
    left: inherit!important;
}
.carousel-indicators li {
    opacity: 1;
    width: 15px;
    border-radius: 5px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid rgba(255,255,255,.5);
    background-color: rgba(255,255,255,.5);
}
.carousel-indicators .active {
    border: 1px solid rgba(255,255,255,1);
    background-color: rgba(255,255,255,1);
}
.carousel-caption{
    right: 5%!important;
    left: 5%!important;
    bottom: 5%;
    padding: 0;
    position: absolute;
    top: inherit;
    transform: translateY(-5%);
}
.cont-info-slide {
    position: relative;
}
.cont-info-slide .info-slide{
    text-align: left;
    position: absolute;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 13%;
    transform: translateY(0);
}
.serv{
    height: 440px;
}
.serv .card{
    position: relative;
    border-radius: 0px!important;
    border: 0px!important;
}
.serv .card .linea-blanca{
    height: 2px;
    width: 100px;
    background-color: #fff;
}
.serv .card-line{
    position: relative;
    border-bottom: 2px solid #fff;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.serv:hover .card-line{
     border-bottom: 2px solid #f1f1f1;
}
.serv .card-line .arrow{
    opacity: 0;
    position: absolute;
    bottom: -12px;
    padding: 0 5px;
    right: -8px;
    color: #fff;
    background-color: #032849;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.serv:hover .card-line .arrow{
    opacity: 1;
    color: #fff;
    background-color: #01407c;
}
.serv .card .opacidad{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    background: url(../img/inicio/opacidad-1.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.serv:hover .card .opacidad{
    background: url(../img/inicio/opacidad-2.png) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.serv .card .card-body{
    z-index: 1;
}
.card-line .btn-cont,
.card-line .btn-cont:hover {
    bottom: 0;
    text-decoration: none;
    position: absolute;
}
#mainNav {
    border: 0px!important;
    background-color: rgba(255,255,255,0)!important;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
#mainNav .navbar-toggler {
    font-size: 18px;
    right: 0;
    padding: 10px 15px;
    color: white;
    border: 0;
    background-color: #003079;
}
#mainNav .navbar-brand {
    padding: 0;
}
#mainNav .navbar-brand.active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #fec503;
}
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
    color: #003079;

}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #48c5f0;
}
.titulo-slide{
    color: #283989;
    font-size: 48px;
    line-height: 48px;
    font-weight: 300;
}
.texto-slide{
    text-shadow: 0px 1px 2px #002e7d;
    color: #fff;
    font-size: 22px;
    font-weight: 200;
}
.texto-blanco{
    color: #fff;
    font-size: 16px;
    font-weight: 200;
}
.titulo-blanco{
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
    font-weight: 600;
}
.titulo-small-blanco{
    color: #fff;
    font-size: 21px;
    font-style: italic;
    margin-bottom: 0;
    font-weight: 400;
}
.cont-titulo{
    position: relative;
}
.cont-titulo .linea-lat{
    width: 2px;
    top: 0;
    height: 73px;
    background-color: #40c4ec;
    position: absolute;
    left: 0;
}
.top-titulo{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #aeaeae;
    font-weight: 300;
}
.top-titulo-celeste{
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    color: #48c4ef;
    font-weight: 300;
}
.titulo-blanco{
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-size: 45px;
    font-weight: 300;
}
.titulo{
    position: relative;
    font-family: 'Raleway', sans-serif;
    color: #283989;
    font-size: 45px;
    font-weight: 300;
}
.subtitulo{
    color: #333;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
}
.subtitulo-blanco {
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
}
.texto{
    color: #666;
    font-size: 16px;
    font-weight: 300;
}
.texto-underline{
    border-bottom: 1px dashed #ccc;
}
.cont-btn-inicio{
    margin-bottom: -23px;
}
.bg-home{
    background-color: #f8f8f8;
}
.btn-verde-small{
    font-family: 'Raleway', sans-serif;
    background-color: #40c4ec;
    border-color: #40c4ec;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 200;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color{
    padding: 10px 30px;
    letter-spacing: 2px;
    font-family: 'Raleway', sans-serif;
    border-radius: 5px;
    border-color: #40c4ec;
    background-color: #40c4ec;
    color: #fff;
    font-size: 15px;
    font-weight: 200;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-color:hover,
.btn-verde-small:hover{
    color: #fff;
    border-color: #fff;
    background-color: #00337b;
}
.precio-oferta{
  font-size: 14px;
  text-decoration: line-through;
}

/*Custom Radios Color - Tallas*/
  .select-color{
    width: 40px;
    height: 40px;
    margin-right: .3rem;
    margin-bottom: .4rem;
  }
  .select-tallas{
    width: 45px;
    min-height: 32px;
    margin-right: .3rem;
    margin-bottom: .4rem;
  }

  /* Hide the browser's default radio button */
  .select-color input,
  .select-tallas input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .select-color .cont-color{
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    padding: 4px;
    border:1px solid #e3e3e3;
    background-color: #fff;
  }
  .select-tallas .cont-talla{
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
    width: 45px;
    border: 1px solid #e3e3e3;
    font-size: 14px;
    background-color: #fff;
  }

  .select-color .cont-color .color{
    height: 100%;
    width: 100%;
  }

  /* On mouse-over */
  .select-color:hover input ~ label .cont-color,
  .select-tallas:hover input ~ .cont-talla{
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
    cursor: pointer;
  }

  /* Show the indicator when checked */
  .select-color input:checked ~ label .cont-color,
  .select-tallas input:checked ~ .cont-talla {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.15rem rgba(0,123,255,.25);
  }

/*Fin Custom Radios Color - Tallas*/

@media (max-width: 1024px) {
    
}

@media (min-width: 992px) {
    #mainNav {
        padding-top: 10px;
        padding-bottom: 10px;
        border: none;

        background-color: rgba(0, 0, 0, 0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
        width: 290px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #mainNav .navbar-nav .nav-item .nav-link {
        padding: 1.9em 1em !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(255,255,255,1)!important;
    }
    #mainNav.navbar-shrink .navbar-brand img {
        width: 250px;
        padding: 0;
    }
    #mainNav.navbar-shrink .nav-item .nav-link {
        padding: 1.4em 1em !important;
    }
}
@media (max-width: 768px) {
    .serv .card-line .arrow{
        opacity: 1;
    }
    #mainNav{
        background-color: #fff!important;
        box-shadow: 0px 0px 5px rgba(0, 46, 121, 0.75);
    }
    #mainNav .navbar-brand img {
        width: 180px;
    }
}
@media (max-width: 767px) {
    .carousel-caption {
        right: 8%!important;
        left: 8%!important;
    }
    .carousel-item {
        height: 50vh;
        min-height: 300px;
        max-height: 500px;
    }
    .cont-img-noti-dest{
        overflow: hidden;
        width: 280px;
        height: 280px;
        border-radius: 50%;
    }
    #mainNav{
        background-color: #fff!important;
        box-shadow: 0px 0px 5px rgba(0, 46, 121, 0.75);
    }
    #mainNav .navbar-brand img {
        width: 180px;
    }
    .titulo-slide{
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
    }
}


