/* HEADER */
/* Media Screen */
/* HOME */
.banner-six {
  background: url(../../assets/images/backHome.png) no-repeat center 30% fixed;
  background-size: 200%;
  overflow: hidden; }
  .banner-six h1 {
    font-size: 20px !important;
    color: #d00a11;
    font-family: 'Montserrat', sans-serif !important;
    font-stretch: condensed !important; }
  .banner-six h3 {
    color: #0A1F3F; }
  .banner-six .container-fluid {
    padding-right: 0px;
    padding-left: 0px; }
  .banner-six p span {
    font-size: 3rem !important;
    color: #0A1F3F;
    font-weight: 600 !important; }
    .banner-six p span span {
      color: #d00a11; }

.banner-six .banner-six-right ul li {
  font-size: 2rem;
  font-weight: normal !important; }
  .banner-six .banner-six-right ul li span {
    color: #848990; }
  .banner-six .banner-six-right ul li strong {
    color: #848990; }

.logoHome {
  width: 50%; }

.contenedorCalendar {
  display: table; }

.btnCalendar {
  display: inline-block;
  width: 100%; }

@media (max-width: 1370px) and (min-width: 992px) {
  .dropdown-menu {
    top: -8%;
    left: 177px; } }
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 2.3rem !important; }

  .hero {
    width: 90%; } }
@media screen and (max-width: 768px) {
  .carousel-indicators {
    bottom: 70px; } }
/* FOOTER */
footer {
  background-color: #05152c; }

/* GENERALES */
* {
  -webkit-transition: all .3s linear !important;
  -moz-transition: all .3s linear !important;
  -ms-transition: all .3s linear !important;
  -o-transition: all .3s linear !important;
  transition: all .3s linear !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  scroll-behavior: smooth; }

h1 {
  font-size: 5rem; }

h2 {
  font-size: 4rem;
  letter-spacing: 2px;
  margin: 0 auto;
  color: #0A1F3F; }
  h2 hr {
    margin: 1rem auto 5rem;
    height: 2px;
    width: 170px;
    background-color: #d00a11;
    /*border-top: dotted 5px;*/ }

h3 {
  font-size: 3rem; }

h4 {
  font-size: 2.5rem !important; }

h5 {
  font-size: 2rem !important; }

/*Espacios*/
.mt-5 {
  margin-top: 3rem !important; }

.mr-2 {
  margin-right: 1rem; }

.mb-5 {
  margin-bottom: 3rem; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mt-1 {
  margin-top: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mt120 {
  margin-top: 120px; }

.vh50 {
  height: 50vh; }

.colorWhite {
  color: #ffffff; }

/* Boton to Top */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  width: 35px;
  height: 35px;
  display: block;
  z-index: 9999;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 9px;
  top: 6px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9); }

#return-to-top:hover i {
  color: #fff;
  top: 1px; }

/* Boton to Top */
#morecsspure-trigger-toggle {
  cursor: pointer; }

#morecsspure-element-toggle {
  display: none; }

#morecsspure-element-toggle:not(:checked) ~ #morecsspure-toggled-element {
  display: none; }

#morecsspure-element-toggle:not(:checked) ~ #morecsspure-trigger-toggle .morecsspure-lesslink {
  display: none; }

#morecsspure-element-toggle:checked ~ #morecsspure-abstract {
  display: none; }

#morecsspure-element-toggle:checked ~ #morecsspure-trigger-toggle .morecsspure-morelink {
  display: none; }

#morecsspure .morecsspure-morelink, #morecsspure .morecsspure-lesslink {
  display: block;
  cursor: pointer;
  color: #8a8c8e; }

#morecsspure .morecsspure-morelink:hover, #morecsspure .morecsspure-lesslink:hover {
  text-decoration: underline; }

.btn-primary {
  background-color: #d10b12 !important;
  border-color: #0A1F3F !important;
  border-radius: 50px !important;
  font-size: 2rem !important;
  border: none;
  white-space: break-spaces; }

.whiteContainer {
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 5px 5px 10px 1px #0000003d;
  box-shadow: 5px 5px 10px 1px #0000003d; }

@media only screen and (max-width: 991px) {
  .vh60 {
    height: 60vh; }

  .verticalMiddle {
    display: -webkit-block !important;
    display: -moz-block !important;
    display: -ms-block !important;
    display: -o-block !important;
    display: block !important;
    align-items: center; } }
.max300 {
  max-height: 300px; }

.paddingNav {
  padding-top: 60px; }

.logoNavBar {
  width: 150px;
  margin-top: 6px; }

/*centra ultima columna de row*/
.rowCenter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

header .menu-five {
  background-color: rgba(255, 255, 255, 0.878) !important;
  min-height: 50px !important; }

header .main-menu ul li a {
  color: #0A1F3F;
  font-weight: 600; }

header .main-menu ul li a:hover {
  background-color: #0A1F3F;
  font-weight: 600; }

.cristal {
  width: auto;
  /*float:right; */
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px); }

/* CONTACTO */
#contacto {
         /*background: url("../../assets/images/back7.png")  no-repeat center center fixed;
background-repeat: no-repeat;
background-size: cover;
background-position: center bottom;
height: 100%;
align-items: center;*/
  background-color: #0A1F3F; }

#contacto p, #contacto h2, #contacto h4, #contacto h5 {
  color: #ffffff; }
#contacto h4 {
  margin-bottom: 1.25rem; }
#contacto p {
  margin: 0.5rem; }
#contacto a {
  color: #848990; }
#contacto h5 {
  font-family: 'Montserrat', sans-serif !important;
  font-stretch: condensed !important; }
#contacto p {
  font-weight: 400;
  font-size: 16px; }
  #contacto p .slogan {
    font-size: 30px !important; }
#contacto .invalid-feedback {
  color: #7ea6e2; }
#contacto label {
  color: #ffffff;
  padding-top: 10px; }

.rs ul li {
  display: inline;
  padding: 0px 10px;
  font-size: 1.75rem; }

/* TERMINA CONTACTO */
#mc_embed_signup {
  background-color: none !important; }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
  color: #f3f3f3;
  font-weight: normal;
  font-size: 18px; }

#mc_embed_signup .indicates-required {
  color: #FFFFFF; }

.contactLogo {
  width: 120px; }

#btconnects {
  /*background: url(../../assets/images/back2.png) no-repeat center center fixed;*/
  background-size: cover;
  overflow: hidden;
  background-color: #F0F0F0; }
  #btconnects h2 {
    color: #0A1F3F !important;
    text-align: center;
    font-size: 5rem; }
    #btconnects h2 span {
      color: #d00a11; }
  #btconnects h3 {
    color: #8a8c8e;
    text-transform: none !important; }
  #btconnects h4 {
    color: #8a8c8e; }
  #btconnects p {
    font-size: 16px;
    line-height: 25px; }
    #btconnects p strong {
      color: #0A1F3F; }
      #btconnects p strong span {
        color: #d00a11; }
  #btconnects img {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 12px;
    /*border: 2px solid #fff;*/ }

.about-five .section-header p {
  color: #2b2a2a; }

@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2.3rem !important; } }
#soluciones {
  /*background: url("../../assets/images/back3.png") no-repeat center center fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fcfcfc; }
  #soluciones .thumbnail {
    height: 350px;
    background-color: transparent !important;
    border: 0px solid transparent !important; }
  #soluciones .directivo {
    height: 300px; }
  #soluciones h2, #soluciones h5 {
    color: #0A1F3F; }
    #soluciones h2 span, #soluciones h5 span {
      color: #d00a11; }
  #soluciones p {
    color: #8a8c8e; }
  #soluciones h4 {
    font-size: 18px !important;
    color: #0A1F3F; }
    #soluciones h4 span {
      color: #848990; }
  #soluciones img {
    max-width: 200px;
    width: 100%; }
  #soluciones .smallLogo img {
    width: 100%;
    max-width: 80px; }
  #soluciones .MtDd {
    max-width: 185px !important; }

#directiva .speaker-item {
  width: calc(100% / 4 - 1px) !important; }

#directiva .organization h4 {
  color: #d00a11 !important;
  text-align: left !important;
  line-height: 30px !important;
  padding: 10px !important;
  font-size: 18px; }

#directiva .organization2 h5 {
  color: #d00a11 !important;
  text-align: left !important;
  line-height: 30px !important;
  padding: 10px !important; }

.speakers-five {
  background-image: none !important; }

.speakers {
  background-image: none !important;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden; }

#casos {
  background: url("../../assets/images/back3.png") no-repeat center center fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  height: 100%;
  display: flex;
  align-items: center; }
  #casos section {
    margin: 0 auto; }
  #casos h3 {
    color: #ffffff;
    margin-bottom: 3rem; }
  #casos .orange {
    color: #d00a11; }
  #casos .schedules .nav-tabs li a {
    border: 1px solid #f0f0f0b9;
    border-right: none;
    border-radius: 0;
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    color: #ff9822;
    padding: 6px 30px;
    font-weight: 400; }
  #casos .schedules-five .nav-tabs li a {
    color: #ffffff;
    border-bottom: 1px solid #17428c;
    border-top: 0px;
    border-right: 1px solid #17428c;
    border-left: 1px solid #17428c; }
  #casos .schedules-five .nav-tabs li a:hover, #casos .schedules-five .nav-tabs li a:focus, #casos .schedules-five .nav-tabs li.active a {
    background-color: #848990; }
  #casos .panel {
    margin-bottom: 20px;
    background-color: #0A1F3F;
    border: 0px solid #03a9f4;
    border-radius: 4px; }
  #casos .schedules .nav-tabs {
    border: 0px solid #dedede; }
  #casos .panel-default > .panel-heading {
    background-color: #0f3069; }
  #casos .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e4e8f1; }
  #casos .schedules .tab-content table td {
    border-bottom: 1px solid #6062c5;
    color: #221e1e;
    padding: 15px 5px; }
  #casos .schedules .tab-content table th {
    background-color: #0A1F3F; }
  #casos .schedules .tab-content table {
    border: 0px solid #fafafa; }
  #casos .table strong {
    color: #0A1F3F; }
  #casos .plusIcon {
    float: right; }
  #casos .dd {
    padding: 6px 12px !important; }

/* MS */
#ms .banner-six {
  background: url(../../assets/images/ms/backHomeMS.png) no-repeat center 30% fixed;
  background-size: cover;
  overflow: hidden; }
#ms .mb-5 {
  margin-bottom: 10rem; }
#ms h3 {
  color: #d00a11; }
#ms ul {
  color: #ffffff; }
#ms p {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: normal; }
  #ms p span {
    font-size: 3rem !important;
    color: #0A1F3F;
    font-weight: 600 !important; }
    #ms p span span {
      color: #d00a11; }

/*

@import "sliders";
*/

/*# sourceMappingURL=mysite.css.map */
