@import '../../node_modules/bootstrap/dist/css/bootstrap.min.css';
.web * {
  font-family: "Roboto", sans-serif !important;
}

.web small {
  font-size: 0.75rem;
}

.web a.navbar-brand {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.web main {
  padding: 0;
}

.web nav.navbar {
  padding: 1.5em 0;
}

.web .navbar-expand-lg {
  border-right: 10px solid #F77925;
  border-left: 10px solid #F77925;
  background-color: #08244d !important;
}

.web .nav-link {
  border-top: 3px solid #08244d;
  color: #FFF !important;
  text-decoration: underline;
}

.web .nav-link-btn {
  background-color: #F77925;
  border-top: 3px solid #08244d;
  border-radius: 2em;
  padding-left: 1.75em !important;
  padding-right: 1.75em !important;
  color: #EAEAEA !important;
}

.web .nav-link-btn:hover {
  border-top: 3px solid #08244d !important;
  background-color: #FCD05F;
  color: #71706F !important;
}

.web .nav-link:hover {
  transition: 0.3s all ease-in;
}

.web .nav-link:hover,
.web .nav-link.active {
  border-top: 3px solid #7ED957;
}

.web main {
  background-position: center;
  background-size: cover;
}

.web .overlay-light {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.web .overlay-dark {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.web footer {
  position: relative;
  background-color: #08244d;
  color: #FFF;
  padding: 2em 0;
  bottom: 0;
  width: 100%;
  /* height: 220px; */
  z-index: 1000;
}

.web .social-icons > a {
  margin-right: 1em;
}

.web .social-icons > a > i {
  color: orange;
  background-color: #FFF;
  font-size: 2.5rem;
  max-width: 50%;
}

.web hr {
  background: url("/assets/images/vectors/separator_bar.svg") no-repeat top center;
  height: 25px;
  max-height: 25px;
  border: none;
  opacity: 1;
}

.web .hero {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: calc(100vh - 91px);
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
}

.web .hero > .container {
  z-index: 10;
}

.web .hero-title {
  text-align: center;
  text-shadow: 1px 1px 1px #EAEAEA;
  font-size: 1.6em;
  margin: 2.5em 0;
}

.web .hero-paragraph {
  color: #71706F;
  font-weight: bold;
  text-shadow: 1px 1px 1px #EAEAEA;
  font-size: 1.6em;
}

.web .hero-footer {
  position: absolute;
  margin-bottom: 1em;
  bottom: 0;
  font-weight: bold;
}

.web .text-dark-blue {
  color: #062f76 !important;
}

.web .text-light-grey {
  color: #EAEAEA !important;
}

.web .btn-dark-blue {
  background-color: #08244d;
  color: #FFF;
  border: 1px solid rgba(8, 36, 77, 0.4);
}

.web .bg-dark-blue {
  background-color: #08244d;
  border: 1px solid rgba(8, 36, 77, 0.4) !important;
  color: #FFF;
}

.web .text-blue {
  color: #062f76 !important;
}

.web .btn-blue {
  background-color: #063076;
  color: #FFF;
  border: 1px solid rgba(6, 48, 118, 0.4);
}

.web .bg-blue {
  background-color: #063076;
  border: 1px solid rgba(6, 48, 118, 0.4) !important;
  color: #FFF;
}

.web .text-orange {
  color: #F77925 !important;
}

.web .btn-orange {
  background-color: #F77925;
  color: #FFF;
}

.web .btn-orange:hover {
  background-color: #FCD05F;
  animation: ease-in 0.4;
  color: #FFF;
}

.web .bg-grey {
  background-color: #71706F !important;
}

.web .bg-light-grey {
  background-color: #EAEAEA !important;
}

.web .bg-orange {
  background-color: #F77925;
  color: #FFF;
}

.web .btn-rounded {
  border-radius: 2em;
}

.web .text-grey {
  color: #71706F;
}

.web .card {
  height: 100% !important;
}

.web .card,
.web .card-header,
.web .card-footer {
  border-radius: 0 !important;
  border: 1 px solid #F77925 !important;
}

.web .card-footer > .title {
  font-weight: 500;
}

.web .title-1 {
  font-weight: 700;
  font-size: 2.7em;
  margin: 0.7em 0;
}

.web .card-header,
.web .card-footer {
  margin-top: -1px;
  padding: 1.5em !important;
}

.web .card-body-image {
  max-height: 400px;
}

.web .card-body-image > img {
  max-height: inherit;
}

.web .card-orange {
  border: 5px solid #F77925 !important;
}

.web .card-icon {
  font-size: 3em;
}

.web .strong {
  font-weight: bold !important;
}

.web .emphasis {
  font-weight: 300;
  color: #71706F;
  text-align: center;
  font-size: 2em;
}

.web .text-justified {
  text-align: justify !important;
}

.web .quote {
  background-color: #F77925;
  padding: 0.5em 2em;
  font-size: 1.75em;
  color: #063076;
  font-weight: 800;
  font-style: italic;
}

.web .quote-clear {
  padding: 0.5em 2em;
  font-size: 1.75em;
  font-weight: 250;
}

.web .btn-subscribe {
  background-color: #F77925;
  color: #EAEAEA;
  border-radius: 0.5em 0.1em 0.1em 0.1em !important;
  text-transform: capitalize;
  padding: 0.5em 1.5em;
  font-weight: bold;
}

.web .btn-subscribe:hover {
  background-color: #EAEAEA;
  color: #F77925;
}

.web .btn-subscribe-lg {
  background-color: #F77925;
  color: #EAEAEA;
  border-radius: 0.5em 0.1em 0.1em 0.1em !important;
  text-transform: capitalize;
  padding: 0.5em 1.5em;
  font-weight: bold;
  font-size: 1.8em;
}

.web .btn-subscribe-lg:hover {
  background-color: #EAEAEA;
  color: #F77925;
}

.web .icon-xl {
  font-size: 4em;
}

.web .circle {
  height: 35px;
  width: 35px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 0;
  margin: -15px -20px;
}

.web .circle-right {
  margin: -15px 45px !important;
}

.web .circle-orange {
  background-color: #F77925 !important;
}

.web .circle-light-orange {
  background-color: #FCD05F !important;
}

.web .circle-blue {
  background-color: #063076 !important;
}

.web .circle-light-grey {
  background-color: #EAEAEA !important;
}

.web video {
  max-width: 100%;
}

.web .font-medium {
  font-size: 1.25em;
}

.web thead {
  border-bottom: 3px solid #FFF;
}

.web th {
  background-color: #F77925 !important;
  color: #FFF !important;
  border: 2px solid #FFF;
}

.web .main-text {
  font-size: 4em;
}

.web td {
  border: 2px solid #FFF;
}

.web tr:nth-child(odd) > td {
  background-color: rgb(247, 209, 198) !important;
  color: #000 !important;
}

.web tr:nth-child(even) > td {background-color: rgb(252, 233, 229) !important;
  color: #000 !important;
}

/*# sourceMappingURL=main.css.map */

/* responsive section */

.web .header .header-container img{
  width: 100px;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  /* header -----------------------------------------------------------*/
  .web .header .header-container {
    display: flex;
    flex-direction: column;
  }
  .web .header .header-container a{
    font-size: 12px;
  }
  .web .header .header-container img{
    width: 170px;
  }
  .web .header .header-container #navbarSupportedContent{
    display: flex;
    flex-direction: column;
  }
  .web .header .header-container ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .web .header .header-container ul li{
    margin: 10px;
  }

  /* footer --------------------------------------------------------*/
  .web footer {
    padding: 26px;
  }
  .web footer h4{
    font-size: 15px;
  }
  .web footer li a{
    font-size: 12px;
  }
  .web footer .contactanos a img{
    height: 80px;
  }

  /* home -----------------------------------------------------------*/
  .web .home {
    background-size: 100% 100% ;
    display: flex;
    justify-content: center;
    align-items:start;
    min-height: 490px;
  }
  .web .home h1 span{
    font-size: 35px;
    font-weight: 600;
  }
  .web .home .container{
    background-size: 38% 85%;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-left: 20px;
  }
  .web .home h4{
    font-size: 18px;
  }
  .web .home p{
    font-size: 18px;
  }
  .web .home .container .container-bottom {
    font-size: 10px;
  }

  /* nosotros --------------------------------------------------*/
  .web .nosotros {
    padding-top: 50px;
  }
  .web .nosotros .container-top{
    padding: 0 20px 0 20px;
    justify-content: space-between;
  }
  .web .nosotros .container-top h2 {
    text-align: justify;
    max-width: 210px;
    font-size: 18px;
  }
  .web .nosotros .container-top p{
    text-align: justify;
    max-width: 200px;
    font-size: 14px;
  }
  .web .nosotros .container-top img{
    max-width: 320px;
  }
  .web .nosotros .container-top .right-side .quote{
    max-width: 320px;
  }
  .web .nosotros .container-top .right-side .btn-subscribe{
    font-size: 18px;
  }
  .web .nosotros .container-bottom h2 {
    font-size: 18px;
  }
  .web .nosotros .container-bottom .btn-subscribe-lg{
    font-size: 22px;
  }

  /* empresa---------------------------------------------------------- */

  .web .empresa .empresa-top h2{
    
    font-size: 20px;
  }
  .web .empresa .empresa-top p{
    font-size: 13px;
  }
  .web .empresa .empresa-top .img-fluid{
    width: 280px;
    padding-bottom: 20px;
  }
  .web .empresa .empresa-top .icons{
    width: 90px;
  }
  .web .empresa h1{
    font-size: 25px;
  }

  .web .empresa .btn-subscribe-lg{
    font-size: 25px;
  }
  .web .empresa h5{
    font-size: 12px;
  }
  .web .empresa ul li{
    font-size: 12px;
  }
  .web .empresa .empresa-bottom img{
    width: 350px;
    
  }

  /* consultores */
  .web .consultores .top-section{
    padding: 0 20px 0 20px;
  }
  .web .consultores .top-section .title{
    font-size: 18px;
    max-width: 210px;
  }
  .web .consultores .top-section .bg-orange{
    font-size: 18px;
  }
  .web .consultores .top-section .consultores-text{
    font-size: 13px;
    max-width: 170px;
  }
  .web .consultores .top-section img{
    width: 60px;
  }
  .web .consultores h1{
    font-size: 25px;
  }
  .web .consultores h5{
    font-size: 13px;
  }
  .web .consultores img{
    width: 350px;
  }
  .web .consultores li{
    font-size: 12px;
  }

  /* planes */
  .web .planes h1{
    font-size: 25px;
  }
  .web .planes h3{
    font-size: 23px;
  }
  .web .planes li{
    font-size: 12px;
  }
  .web .planes .card-footer strong{
    font-size: 22px;
  }
  .web .planes .btn-subscribe-lg{
    font-size: 25px;
  }
  .web .planes p{
    font-size: 14px;
  }

  /* contacto */

  .web .contacto h3{
    font-size: 25px;
  }
  .web .contacto label, .web .contacto input{
    font-size: 14px;
  }

  /* faq */

  .web .faq h1{
    font-size: 25px;
  }
  .web .faq p{
    font-size: 14px;
  }
 }

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  /* header */
  .web .header .header-container {
    padding: 0px 30px 5px 30px;
    display: flex;
    flex-direction: row;
  }
  .web .header .header-container .navbar-brand{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .web .header .header-container a{
    font-size: 13px;
  }
  .web .header .header-container img{
    margin-top: 10px;
    width: 160px;
  }
  .web .header .header-container #navbarSupportedContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .web .header .header-container ul{
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  .web .header .header-container ul li{
    margin: 8px;
  }

  /* footer */
  .web footer {
    padding: 20px;
  }
  .web footer h4{
    font-size: 18px;
  }
  .web footer li a{
    font-size: 15px;
  }
  .web footer .contactanos a img{
    height: 90px;
  }
  .web footer .siguenos img{
    height: 35px;
  }

  /* home */
  .web .home {
    background-size: 100% 100% ;
    display: flex;
    justify-content: center;
    align-items:start;
    min-height: 455px;
  }
  .web .home h1 span{
    font-size: 40px;
    font-weight: 700;
  }
  .web .home .container{
    background-size: 32% 80%;
    background-repeat: no-repeat;
  }
  .web .home h4{
    font-size: 20px;
  }
  .web .home p{
    font-size: 20px;
  }
  .web .home .container .container-bottom {
    font-size: 12px;
  }

  /* nosotros --------------------------------------------------*/
  .web .nosotros {
    padding-top: 60px;
  }
  .web .nosotros .container-top{
    padding: 0 25px 0 25px;
    justify-content: space-between;
  }
  .web .nosotros .container-top h2 {
    text-align: justify;
    max-width: 260px;
    font-size: 21px;
  }
  .web .nosotros .container-top p{
    text-align: justify;
    max-width: 260px;
    font-size: 15px;
  }
  .web .nosotros .container-top img{
    max-width: 340px;
  }
  .web .nosotros .container-top .right-side .quote{
    max-width: 340px;
  }
  .web .nosotros .container-top .right-side .btn-subscribe{
    font-size: 20px;
  }
  .web .nosotros .container-bottom h2 {
    font-size: 20px;
  }
  .web .nosotros .container-bottom .btn-subscribe-lg{
    font-size: 24px;
  }

  /* empresa---------------------------------------------------------- */

  .web .empresa .empresa-top h2{
    
    font-size: 22px;
  }
  .web .empresa .empresa-top p{
    font-size: 14px;
  }
  .web .empresa .empresa-top .img-fluid{
    width: 300px;
    padding-bottom: 30px;
  }
  .web .empresa .empresa-top .icons{
    width: 92px;
  }
  .web .empresa h1{
    font-size: 27px;
  }

  .web .empresa .btn-subscribe-lg{
    font-size: 27px;
  }
  .web .empresa h5{
    font-size: 14px;
  }
  .web .empresa ul li{
    font-size: 14px;
  }
  .web .empresa .empresa-bottom img{
    width: 400px;
    
  }

  /* consultores */
  .web .consultores .top-section{
    padding: 0 40px 0 40px;
  }
  .web .consultores .top-section .title{
    font-size: 20px;
    max-width: 260px;
  }
  .web .consultores .top-section .bg-orange{
    font-size: 19px;
  }
  .web .consultores .top-section .consultores-text{
    font-size: 15px;
    max-width: 200px;
  }
  .web .consultores .top-section img{
    width: 70px;
  }
  .web .consultores h1{
    font-size: 27px;
  }
  .web .consultores h5{
    font-size: 15px;
  }
  .web .consultores img{
    width: 450px;
  }
  .web .consultores li{
    font-size: 14px;
  }

  /* planes */
  .web .planes h1{
    font-size: 27px;
  }
  .web .planes h3{
    font-size: 25px;
  }
  .web .planes li{
    font-size: 14px;
  }
  .web .planes .card-footer strong{
    font-size: 24px;
  }
  .web .planes .btn-subscribe-lg{
    font-size: 27px;
  }
  .web .planes p{
    font-size: 15px;
  }

  /* contacto */

  .web .contacto h3{
    font-size: 27px;
  }
  .web .contacto label, .web .contacto input{
    font-size: 16px;
  }

  /* faq */

  .web .faq h1{
    font-size: 27px;
  }
  .web .faq p{
    font-size: 15px;
  }
}

 /* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
/* header */
  .web .header .header-container {
    padding: 0px 80px 10px 80px;
    display: flex;
    flex-direction: row;
  }
  .web .header .header-container .navbar-brand{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .web .header .header-container a{
    font-size: 14px;
  }
  .web .header .header-container img{
    margin-top: 15px;
    width: 165px;
  }
  .web .header .header-container #navbarSupportedContent{
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .web .header .header-container ul{
    display: flex;
    flex-direction: row;
    justify-content: end;
  }
  .web .header .header-container ul li{
    margin: 9px;
  }

  /* footer */
  .web footer {
    padding: 23px;
  }
  .web footer h4{
    font-size: 18px;
  }
  .web footer li a{
    font-size: 16px;
  }
  .web footer .contactanos a img{
    height: 95px;
  }
  .web footer .siguenos img{
    height: 35px;
  }

  /* home */
  .web .home {
    background-size: 100% 100% ;
    display: flex;
    justify-content: center;
    align-items:start;
    min-height: 455px;
    padding-top: 60px;
  }
  .web .home h1 span{
    font-size: 45px;
    font-weight: 700;
  }
  .web .home .container{
    background-size: 30% 80%;
    background-repeat: no-repeat;
    margin-left: 60px;
  }
  .web .home h4{
    font-size: 22px;
  }
  .web .home p{
    font-size: 22px;
  }
  .web .home .container .container-bottom {
    font-size: 14px;
  }

  
  /* nosotros --------------------------------------------------*/
  .web .nosotros {
    padding-top: 70px;
  }
  .web .nosotros .container-top{
    padding: 0 30px 0 30px;
    justify-content: space-between;
  }
  .web .nosotros .container-top h2 {
    text-align: justify;
    max-width: 300px;
    font-size: 24px;
  }
  .web .nosotros .container-top p{
    text-align: justify;
    max-width: 325px;
    font-size: 17px;
  }
  .web .nosotros .container-top img{
    max-width: 390px;
  }
  .web .nosotros .container-top .right-side .quote{
    max-width: 390px;
  }
  .web .nosotros .container-top .right-side .btn-subscribe{
    font-size: 23px;
  }
  .web .nosotros .container-bottom h2 {
    font-size: 25px;
  }
  .web .nosotros .container-bottom .btn-subscribe-lg{
    font-size: 25px;
  }

  /* empresa---------------------------------------------------------- */

  .web .empresa .empresa-top h2{
    
    font-size: 25px;
  }
  .web .empresa .empresa-top p{
    font-size: 16px;
  }
  .web .empresa .empresa-top .img-fluid{
    width: 400px;
    padding-bottom: 50px;
  }
  .web .empresa .empresa-top .icons{
    width: 95px;
  }
  .web .empresa h1{
    font-size: 30px;
  }

  .web .empresa .btn-subscribe-lg{
    font-size: 29px;
  }
  .web .empresa h5{
    font-size: 18px;
  }
  .web .empresa ul li{
    font-size: 17px;
  }
  .web .empresa .empresa-bottom img{
    width: 600px;
    
  }

  /* consultores */
  .web .consultores .top-section{
    padding: 0 60px 0 60px;
  }
  .web .consultores .top-section .title{
    font-size: 22px;
    max-width: 340px;
  }
  .web .consultores .top-section .bg-orange{
    font-size: 21px;
  }
  .web .consultores .top-section .consultores-text{
    font-size: 17px;
    max-width: 250px;
  }
  .web .consultores .top-section img{
    width: 75px;
  }
  .web .consultores h1{
    font-size: 30px;
  }
  .web .consultores h5{
    font-size: 18px;
  }
  .web .consultores img{
    width: 500px;
  }
  .web .consultores li{
    font-size: 17px;
  }

  /* planes */
  .web .planes h1{
    font-size: 30px;
  }
  .web .planes h3{
    font-size: 27px;
  }
  .web .planes li{
    font-size: 16px;
  }
  .web .planes .card-footer strong{
    font-size: 27px;
  }
  .web .planes .btn-subscribe-lg{
    font-size: 30px;
  }
  .web .planes p{
    font-size: 17px;
  }

  /* contacto */

  .web .contacto h3{
    font-size: 30px;
  }
  .web .contacto label, .web .contacto input{
    font-size: 19px;
  }

  /* faq */

  .web .faq h1{
    font-size: 30px;
  }
  .web .faq p{
    font-size: 17px;
  }
 }