@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SF-Pro-Display-Regular.ttf');
}
@font-face {
    font-family: "SF Pro Display";
    src: url('../fonts/SF-Pro-Display-Bold.ttf');
    font-weight: bold;
  }
body{
    font-family: 'SF Pro Display', sans-serif;
}
header{
    width: 100%;
    z-index: 999999;
    background-color: rgba(255, 255, 255, 0.75);
    padding: 10px;
}
.logo{
    height: 40px;
}
.bg-1{
    background-color: #63B0B7;
}
.bg-2{
    background-color: #468FCC;
}
.bg-gris{
    background-color: #efefef;
}
.text-blue{
    color: #5593C9;
}
.btn-video{
    background-color: #468FCC;
    color: #fff;
}
.btn-video:hover{
    background-color: #63B0B7;
}
a.link-servicio{
    background-color: #5593C9;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    width: 100%;
    padding: 55px 40px;
    margin: 0 auto;
    display: table;
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    text-align: center;
}
a.link-servicio:hover{
    background-color: #72B1B8;
}
ul.navbar-nav li a{
    color: #468FCC;
    font-weight: bold;
    font-size: 20px;
}
ul.navbar-nav li a:hover{
    color: #63B0B7;
}
.carousel{
    height: 800px;
}
.carousel-inner{
    height: 100%;
}
section{
    padding: 70px 0;
}
h1{
    color: #5593C9;
    font-weight: 600;
    font-size: 55px;
}
#QuienesSomos{
    background-image: url('../images/fondo-quienes-somos.jpg');
    background-size: cover;
}
#QuienesSomos p{
    color: #5593C9;
    font-size: 20px;
}
.bg-degredado{
    background: linear-gradient(180deg, rgba(99,176,183,1) 0%, rgba(71,143,204,1) 100%);
}
#Servicios img{
    border-radius: 40px;
}
#Servicios h3{
    color: #5593C9;
    margin-top: 30px;
}
#Servicios p{
    color: #706F6F;
    font-size: 18px;
}
#Servicios ul li{
    color: #5593C9;
    font-size: 20px;
}
#Contacto, footer{
    background-color: #468FCC;
    color: #fff;
}
#Contacto ul{
    padding-left: 0;
}
#Contacto ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
.owl-carousel .item > .card{
    height: 200px;
}
.owl-carousel .item  i{
    color: #63B0B7;
    font-size: 45px;
}
.carousel-caption{
    width: 30%;
    bottom: 35%;
    left: 60%;
}
.caption-left{
    left: 10%;
}
.carousel-caption{
    background-color: rgba(255, 255, 255, 0.9);
    text-align: left;
    padding: 30px;
}
.carousel-caption h2{
    margin-bottom: 0;
    color: #5593C9;
    font-weight: bold;
}
.card-info{
    border: 0;
    background-color: #468FCC;
    text-align: center;
    padding: 15px;
    color: #fff;
}
.card-info:hover{
    background-color: #63B0B7;
    cursor: pointer;
}
.card-info h6{
    margin-bottom: 8px;
}
.card-info i{
    font-size: 47px;
    margin-bottom: 13px;
}
.rounded-picture{
    border-radius: 50%;
}

/* RESPONSIVE */
 
/* Moviles */
@media (min-width: 320px) and (max-width: 760px) {
    .carousel{height: 600px;}
    .carousel-item{width: auto;}
    .card-info{margin-bottom: 20px;}
    .carousel-caption{
        bottom: 0;
        width: 50%;
        left: 0;
        border-radius: 0 !important;
    }
    .carousel-caption h2{
        font-size: 19px;
    }
}

/* Móviles en horizontal o tablets en vertical */
@media (min-width: 768px) {

}

/* Tablets en horizonal y escritorios normales */
@media (min-width: 1024px) { }

/* Escritorios muy anchos */
@media (min-width: 1200px) { }