/*
 * Roxy: Bootstrap template by GettTemplates.com
 * https://gettemplates.co/roxy
 */
html, body {
  width: 100%;
  overflow-x: hidden; }

body {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  font-weight: 300; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Sofia Sans Extra Condensed', sans-serif;
  margin-top: 0; }

a {
  color: #1c4178;
  transition: all .3s ease-in-out; }

a:focus,
button:focus {
  outline: none; }

.btn:hover,
a:hover {
  text-decoration: none;
  color: #333399; }

img {
  max-width: 100%; }

.bg-fixed {
  background-size: cover; }

.bg-grey {
  background-color: #f7f8f9; }

.bg-amarillo {
  background-color: #f9b62b ;
}

.bg-azul {
  background-color: #1c4178 ;
}

.fs-40 {
  font-size: 40px; }

section {
  position: relative; }

.section-content {
  padding-top: 40px;
  padding-bottom: 80px; }

.title-wrap,
.section-title,
.section-feat {
  font-family: 'Sofia Sans Extra Condensed', sans-serif; 
  text-align: center; 
  font-size: 3.5rem;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight: 500;
  color: #08122b;
  }

  p.section-title {
    line-height: 120%;
  }

  p.section-feat {
    font-weight: 500;
    font-size: 3.7rem;
    color: #fff;
    line-height: 100%;
    margin-top: .3em;
    letter-spacing: 1;
  }

  .resaltado-azul ,
  .resaltado-amarillo{
  color: #fff;
  font-weight: 600;
    padding: 0 0.2em;
  }

  .resaltado-azul {
    background: #1c4178;
  }

  .resaltado-amarillo {
  background: #f9b62b;
  }

.shadow {
  box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24), 0 2px 4px 0 rgba(67, 80, 98, 0.1) !important; }

#header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.navbar-brand {
  font-size: 40px;
  color: #000; }

.navbar-nav .nav-link {
  color: #1c4178;
  font-size:24px !important; 
  font-weight: 600;
  transition: .3s ease; }

.navbar-nav:hover li a {
  opacity: 0.5;
  }
  .navbar-nav:hover li a:hover {
    opacity: 1; }

.navbar-toggler {
  font-size: 2rem;
  color: #fff; }

.jumbotron {
  color: #fff;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 100vh; }
  @media (max-width: 767px) and (orientation: landscape) {
    .jumbotron {
      min-height: 500px; } }
  .jumbotron .container {
    position: relative;
    z-index: 1; }
  
  .jumbotron h1 {
    line-height: .9;
    font-weight: bold;
    display: inline-block;
    border: 15px solid #fff;
    padding: 30px;
    font-size: 9rem;
    opacity: 0;
    animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
    animation-delay: .8s; }

.jumbotron-single h1 {
  font-size: 3rem !important; }


.text-white {
  color: #fff; }

  .text-azul {
  color: #1c4178; }


/*==============================
=            BUTTON            =
==============================*/
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 60px;
  padding: 9px 45px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s; }

.btn-primary {
  display: inline-block;
  background-color: #1c4178;
  border-color: #1c4178;
  color: #fff; }
  .btn-primary:hover {
    background-color: #333399;
    border-color: #333399;
    color: #fff; }

.btn-outline-primary {
  color: #1c4178 !important;
  font-size: 2.5rem;
  font-weight: 800;
  background-color: #fff;
  background-image: none;
  border-color: #f9b62b;
  border-width:3px; 
  letter-spacing: .1rem}
  .btn-outline-primary:hover {
    background-color: #1c4178;
    border-color: #1c4178;
    color: #f9b62b !important; }

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15); }

.btn-icon {
  color: #000; }

.btn-link {
  color: #1c4178; }

/*=====  End of BUTTON  ======*/

/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1002;
  top: 0;
  right: 0;
  background-color: #f9b62b /*#f0ebf8*/;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff; }

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s, opacity 0.5s 0.5s; }

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #1c4178;
  display: block;
  transition: 0.3s; }

.sidenav a:hover {
  color: #f1f1f1; }

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 30px;
  margin-left: 5px; 
font-family: 'Lato', sans-serif;}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }
  .sidenav a {
    font-size: 18px; } }

#side-search .form-control {
  background-color: transparent; }

#side-search .input-group-text {
  background: transparent;
  color: #fff; }



/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider .owl-nav {
  display: none; }

.client-slider .client-item {
  padding: 0 40px; }

/*=====  End of CLIENT  ======*/


footer {
  font-family: 'Lato', sans-serif;
}

/*==================================
=            RESPONSIVE            =
==================================*/
@media (max-width: 992px) {
  .not-on-top #header-navbar {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #f9b62b;
    z-index: 11; }
  #header-navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .navbar-transparent .navbar-collapse {
    background: #f9b62b;
    padding: 10px; } }

@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 6rem; }
  .grid-item {
    width: 100%; }
  .progress {
    height: 30px;
    font-size: 16px; } }

/*=====  End of RESPONSIVE  ======*/


