@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);



body,
input,
textarea,
.mbr-section-text,
.mbr-company .list-group-text,
.panel-body {
  font-family: 'Open Sans', sans-serif;
}
.mbr-footer-content li,
.mbr-footer .mbr-contacts li {
  font-family: 'Open Sans', sans-serif;
}
.alert,
.mbr-section-title,
.mbr-figure .mbr-figure-caption,
.mbr-gallery-title,
.mbr-map [data-state-details],
.mbr-price {
  font-family: 'Montserrat', sans-serif;
}
.mbr-footer-content h1,
.mbr-footer .mbr-contacts h1,
.mbr-footer-content h2,
.mbr-footer .mbr-contacts h2,
.mbr-footer-content h3,
.mbr-footer .mbr-contacts h3,
.mbr-footer-content h4,
.mbr-footer .mbr-contacts h4,
.mbr-footer-content p strong,
.mbr-footer .mbr-contacts p strong,
.mbr-footer-content strong,
.mbr-footer .mbr-contacts strong {
  font-family: 'Montserrat', sans-serif;
}
.btn {
  border-radius: 2.6em;
}
.mbr-gallery-filter ul li {
  border-radius: 2.6em;
}
.btn-sm,
.mbr-section-subtitle,
.mbr-cards .card-subtitle,
.nav-tabs .nav-link,
.mbr-testimonial .card-block,
.table th {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-author-name {
  font-family: 'Montserrat', sans-serif;
}
.mbr-author-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.mbr-plan-title {
  font-family: 'Montserrat', sans-serif;
}
.mbr-plan-subtitle,
.mbr-plan-price-desc {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.bg-primary {
  background-color: #f39c12 !important;
}
.bg-success {
  background-color: #2ecc71 !important;
}
.bg-info {
  background-color: #3498db !important;
}
.bg-warning {
  background-color: #f1c40f !important;
}
.bg-danger {
  background-color: #e74c3c !important;
}
.btn-primary {
  background-color: #f39c12;
  border-color: #f39c12;
  color: #000000;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #f5b043;
  border-color: #f5b043;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f5b043 !important;
  border-color: #f5b043 !important;
}
.btn-secondary {
  background-color: #9b59b6;
  border-color: #9b59b6;
  color: #000000;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #b07cc6;
  border-color: #b07cc6;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b07cc6 !important;
  border-color: #b07cc6 !important;
}
.btn-info {
  background-color: #3498db;
  border-color: #3498db;
  color: #000000;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
  color: #ffffff;
  background-color: #5faee3;
  border-color: #5faee3;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5faee3 !important;
  border-color: #5faee3 !important;
}
.btn-success {
  background-color: #2ecc71;
  border-color: #2ecc71;
  color: #000000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
  color: #ffffff;
  background-color: #54d98c;
  border-color: #54d98c;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #54d98c !important;
  border-color: #54d98c !important;
}
.btn-warning {
  background-color: #f1c40f;
  border-color: #f1c40f;
  color: #000000;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f4d03f;
  border-color: #f4d03f;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f4d03f !important;
  border-color: #f4d03f !important;
}
.btn-danger {
  background-color: #e74c3c;
  border-color: #e74c3c;
  color: #000000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
  color: #ffffff;
  background-color: #ed7669;
  border-color: #ed7669;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed7669 !important;
  border-color: #ed7669 !important;
}
.btn-primary-outline {
  background: none;
  border-color: #ef970c;
  color: #ef970c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline:active,
.btn-primary-outline.active {
  color: #fff;
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000000 !important;
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
}
.btn-secondary-outline {
  background: none;
  border-color: #9752b3;
  color: #9752b3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  color: #fff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #000000 !important;
  background-color: #9b59b6 !important;
  border-color: #9b59b6 !important;
}
.btn-info-outline {
  background: none;
  border-color: #2b94d9;
  color: #2b94d9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline:active,
.btn-info-outline.active {
  color: #fff;
  background-color: #3498db;
  border-color: #3498db;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #3498db !important;
  border-color: #3498db !important;
}
.btn-success-outline {
  background: none;
  border-color: #2cc46c;
  color: #2cc46c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline:active,
.btn-success-outline.active {
  color: #fff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #2ecc71 !important;
  border-color: #2ecc71 !important;
}
.btn-warning-outline {
  background: none;
  border-color: #e8bd0e;
  color: #e8bd0e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline:active,
.btn-warning-outline.active {
  color: #fff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #000000 !important;
  background-color: #f1c40f !important;
  border-color: #f1c40f !important;
}
.btn-danger-outline {
  background: none;
  border-color: #e64433;
  color: #e64433;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline:active,
.btn-danger-outline.active {
  color: #fff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
.btn-primary.btn-text {
  color: #f39c12;
  background: none;
  border: none;
}
.btn-primary.btn-text:hover,
.btn-primary.btn-text:focus,
.btn-primary.btn-text.focus,
.btn-primary.btn-text:active,
.btn-primary.btn-text.active {
  color: #f5b043;
  background: none !important;
  border: none !important;
}
.btn-secondary.btn-text {
  color: #9b59b6;
  background: none;
  border: none;
}
.btn-secondary.btn-text:hover,
.btn-secondary.btn-text:focus,
.btn-secondary.btn-text.focus,
.btn-secondary.btn-text:active,
.btn-secondary.btn-text.active {
  color: #b07cc6;
  background: none !important;
  border: none !important;
}
.btn-info.btn-text {
  color: #3498db;
  background: none;
  border: none;
}
.btn-info.btn-text:hover,
.btn-info.btn-text:focus,
.btn-info.btn-text.focus,
.btn-info.btn-text:active,
.btn-info.btn-text.active {
  color: #5faee3;
  background: none !important;
  border: none !important;
}
.btn-success.btn-text {
  color: #2ecc71;
  background: none;
  border: none;
}
.btn-success.btn-text:hover,
.btn-success.btn-text:focus,
.btn-success.btn-text.focus,
.btn-success.btn-text:active,
.btn-success.btn-text.active {
  color: #54d98c;
  background: none !important;
  border: none !important;
}
.btn-warning.btn-text {
  color: #f1c40f;
  background: none;
  border: none;
}
.btn-warning.btn-text:hover,
.btn-warning.btn-text:focus,
.btn-warning.btn-text.focus,
.btn-warning.btn-text:active,
.btn-warning.btn-text.active {
  color: #f4d03f;
  background: none !important;
  border: none !important;
}
.btn-danger.btn-text {
  color: #e74c3c;
  background: none;
  border: none;
}
.btn-danger.btn-text:hover,
.btn-danger.btn-text:focus,
.btn-danger.btn-text.focus,
.btn-danger.btn-text:active,
.btn-danger.btn-text.active {
  color: #ed7669;
  background: none !important;
  border: none !important;
}
.btn-black.btn-text {
  color: #000000;
  background: none;
  border: none;
}
.btn-black.btn-text:hover,
.btn-black.btn-text:focus,
.btn-black.btn-text.focus,
.btn-black.btn-text:active,
.btn-black.btn-text.active {
  color: #1a1a1a;
  background: none !important;
  border: none !important;
}
.btn-white.btn-text {
  color: #ffffff;
  background: none;
  border: none;
}
.btn-white.btn-text:hover,
.btn-white.btn-text:focus,
.btn-white.btn-text.focus,
.btn-white.btn-text:active,
.btn-white.btn-text.active {
  color: #ffffff;
  background: none !important;
  border: none !important;
}
.text-primary {
  color: #f39c12 !important;
}
.text-success {
  color: #2ecc71 !important;
}
.text-info {
  color: #3498db !important;
}
.text-warning {
  color: #f1c40f !important;
}
.text-danger {
  color: #e74c3c !important;
}
.alert-success {
  background-color: #2ecc71;
}
.alert-info {
  background-color: #3498db;
}
.alert-warning {
  background-color: #f1c40f;
}
.alert-danger {
  background-color: #e74c3c;
}
.btn-social {
  border-color: #f39c12;
}
.btn-social:hover {
  background: #f39c12;
}
.mbr-company .list-group-item.active .list-group-text {
  color: #f39c12;
}
.mbr-footer p a,
.mbr-footer ul a {
  color: #f39c12;
}
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f39c12;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f39c12;
}
.lead a {
  color: #f39c12;
}
.lead a:hover {
  color: #f5b043;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdedd4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d1f5e0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f0fa;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fcf3d0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf3f2;
}
.mbr-small-footer a,
.mbr-gallery-filter li:hover {
  color: #f39c12;
}
.scrollToTop_wraper {
  display: none;
}
/*colorM*/
/*nav-tabs*/
.header5 .nav-tabs .nav-link:after {
  background: #f39c12;
}
.header9 .nav-tabs .nav-link.active:after {
  background: #f39c12;
  color: #222;
}
/*end-nav-tabs*/
/*mbr-arrow next and toTop*/
.mbr-arrow a {
  border-radius: 50% !important;
}
.mbr-arrow-up a {
  border-radius: 50% !important;
}
.mbr-arrow a,
.mbr-arrow-up a {
  background: rgba(243, 156, 18, 0.6);
  color: #000;
}
.mbr-arrow a:hover,
.mbr-arrow-up a:hover {
  background: #f4a62a;
}
/*end mbr-arrow next and toTop*/
/*features8*/
.card .card-number {
  background: #f39c12;
}
/*features14*/
.features13 .card .card-number,
.features14 .card .card-number {
  background: transparent;
}
/*features15*/
.features15 .card-block:before {
  border-color: rgba(243, 156, 18, 0.5);
}
/*features16*/
.features16 .mbr-section-subtitle:before {
  background: #f39c12;
}
/*slider elements*/
.mbr-slider .carousel-control:hover {
  background: #f39c12;
}
.mbr-slider .carousel-indicators .active {
  background: #f39c12;
}
/*gallery*/
.mbr-gallery .modal .close {
  border-color: #f39c12;
}
.mbr-gallery .modal .close:hover {
  background: #f39c12;
}
.mbr-gallery-filter li.active {
  border-color: #f39c12;
  color: #000;
}
.mbr-gallery-filter li:hover {
  background: #f5b043;
  color: #000;
}
.mbr-gallery .mbr-gallery-item:hover > div::before {
  background: rgba(243, 156, 18, 0.5);
}
.mbr-gallery .mbr-gallery-item:hover {
  background: #f39c12;
}
/*end gallery*/
/*blockquote*/
blockquote {
  border-left: 3px solid #f39c12;
}
/*content4*/
.content4 p {
  border-top-color: #f39c12;
  border-bottom-color: #f39c12;
}
/*image2, video2*/
.image1 .mbr-figure-caption,
.video1 .mbr-figure-caption,
.image2 .mbr-figure-caption,
.video2 .mbr-figure-caption {
  background-color: #f39c12;
}
/* progress bar */
.progressbar .progress-primary[value]::-webkit-progress-value {
  background-color: #f39c12;
}
.progressbar .progress-primary[value]::-moz-progress-bar {
  background-color: #f39c12;
}
.progressbar .progress-primary[value]::-ms-fill {
  background-color: #f39c12;
}
@media screen and (min-width: 0\0) {
  .progressbar .progress-primary .progress-bar {
    background-color: #f39c12;
  }
}
.progressbar .progressbar-number {
  background: #f5b043;
}
/*countdown*/
.countdown .period {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}
.countdown .number {
  font-family: 'Montserrat', sans-serif;
}
.countdown1 .number-wrap {
  border-color: #f39c12;
}
.countdown2 .bottom1 {
  background: #f5b043;
}
.countdown2 .bottom2 {
  background: #c87f0a;
}
/*accordion*/
.accordion .panel-heading {
  background: #f5b043;
  border-bottom: 1px solid #c87f0a;
}
.accordion .panel-heading:hover {
  background: #c87f0a;
}
.accordion .accordion-group .panel:last-child:after {
  background: #c87f0a;
}
/* news */
.news__card:hover {
  background: #f39c12;
}
/*footer*/
.footer1 .footer-list a:hover {
  color: #f39c12;
}
.shop1 .shop-item-price {
  font-family: 'Roboto', sans-serif;
}
.shop1 .mbr-gallery-item:hover .item_overlay {
  background: #f39c12;
  opacity: 0.2;
}
.team1 .title1,
.person-info .title1,
.team1 .title2,
.person-info .title2,
.team1 .title3,
.person-info .title3,
.team1 .title4,
.person-info .title4 {
  font-family: 'Montserrat', sans-serif;
}
.team1 .subtitle1,
.person-info .subtitle1,
.team1 .subtitle2,
.person-info .subtitle2,
.team1 .subtitle3,
.person-info .subtitle3,
.team1 .subtitle4,
.person-info .subtitle4 {
  font-family: 'Roboto', sans-serif;
}
.team1 .text1,
.person-info .text1,
.team1 .text2,
.person-info .text2,
.team1 .text3,
.person-info .text3,
.team1 .text4,
.person-info .text4 {
  font-family: 'Open Sans', sans-serif;
}
.person-info .subtitle1,
.person-info .subtitle2,
.person-info .subtitle3,
.person-info .subtitle4 {
  color: #f39c12;
}
.animated-bg1 .text {
  font-family: 'Open Sans', sans-serif;
}
.features9 .timeline-panel h4 {
  font-family: 'Montserrat', sans-serif;
}
.features9 .timeline-panel p {
  font-family: 'Open Sans', sans-serif;
}
.features9 .date-normal p {
  font-family: 'Roboto', sans-serif;
}
.features9 .date-inverted p {
  font-family: 'Roboto', sans-serif;
}
.form-control {
  background: #f5f5f5;
  padding: 0.8rem;
}
.align-center {
  text-align: center;
}
.col,
.col-12,
.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
form a.btn {
  margin: 0;
}
.mx-auto {
  margin: 0 auto;
}
section.custom-form .container,
section.form .container {
  display: flex;
}
.form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/*end colorM*/
#content3-0 .mbr-section-title,
#content3-0 .mbr-section-subtitle {
  text-align: center;
}
#content3-0 H3 {
  color: #ffffff;
}
#content3-0 P {
  color: #f1c40f;
  font-size: 24px;
}
#content3-0 B {
  color: #f1c40f;
  font-size: 24px;
}
#content1-1 P {
  color: #ffffff;
  text-align: center;
}
#footer2-3 .mbr-section-text {
  color: #fff;
}
#content3-1i .mbr-section-title,
#content3-1i .mbr-section-subtitle {
  text-align: center;
}
#content3-1i B {
  font-size: 48px;
}

#header1-6 .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-6 .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#header1-6 .mbr-section-text {
  color: #e67e22;
  text-align: center;
}
#header1-6 .mbr-section-text SPAN {
  color: #f1c40f;
  font-size: 24px;
}
#header1-6 .mbr-section-title B {
  font-size: 48px;
}
#header1-6 .btn {
  font-size: 18px;
}
#animated-bg1-a .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-a H1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
}
#animated-bg1-a P {
  font-size: 24px;
}
#footer2-4 .mbr-section-text {
  color: #fff;
}
#menu-5 .hide-buttons .nav-btn {
  display: none !important;
}
#menu-5 .navbar-caption {
  color: #ffffff;
}
#menu-5 .navbar-toggler {
  color: #ffffff;
}
#menu-5 .close-icon::before,
#menu-5 .close-icon::after {
  background-color: #ffffff;
}
#menu-5 .link,
#menu-5 .dropdown-item {
  color: #ffffff;
}
#menu-5 .link {
  font-size: 0.875rem;
}
#menu-5 .dropdown-item,
#menu-5 .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-5 .link:hover,
#menu-5 .link:focus {
  color: #f39c12;
}
#menu-5 .dropdown-item:hover::before,
#menu-5 .dropdown-item:focus::before {
  background: #f39c12;
}
#menu-5 .dropdown-item:hover,
#menu-5 .dropdown-item:focus {
  color: #ffffff;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-menu {
  background: #1a242f;
}
#menu-5 .nav-dropdown-sm .link:focus,
#menu-5 .nav-dropdown-sm .link:hover,
#menu-5 .nav-dropdown-sm .dropdown-item:focus,
#menu-5 .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-5 .navbar,
#menu-5 .nav-dropdown-sm,
#menu-5 .nav-dropdown-sm .link[aria-expanded="true"],
#menu-5 .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-5 .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-5 .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-5 .bg-color.transparent.opened .link:hover,
#menu-5 .bg-color.transparent.opened .link:focus {
  color: #f39c12;
}
#menu-5 .link[aria-expanded="true"],
#menu-5 .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}
#charlas-quito .mbr-section-title {
  color: #000000;
  font-size: 48px;
}
#charlas-quito .mbr-section-subtitle {
  color: #a15b1c;
}
#content3-z .mbr-section-title,
#content3-z .mbr-section-subtitle {
  text-align: center;
}
#content3-z H3 {
  font-size: 48px;
  color: #000000;
}
#content3-z B {
  color: #000000;
}
#countdown1-k .mbr-section-title {
  font-size: 48px;
}
#custom-html-2j {
  /* Type valid CSS here */
}
#custom-html-2j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2j p {
  font-size: 60px;
  color: #777;
}
#content3-19 .mbr-section-title,
#content3-19 .mbr-section-subtitle {
  text-align: center;
}
#content3-19 B {
  font-size: 48px;
}
#content3-1w .mbr-section-title,
#content3-1w .mbr-section-subtitle {
  text-align: center;
}
#content3-1w H3 {
  color: #000000;
}
#content3-1w B {
  font-size: 36px;
  color: #000000;
}

#header1-2g .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-2g .mbr-section-title {
  text-align: center;
  font-size: 36px;
}
#header1-2g .mbr-section-text {
  color: #e67e22;
  text-align: center;
}
#header1-2g .mbr-section-text SPAN {
  color: #f1c40f;
  font-size: 24px;
}
#header1-2g .mbr-section-title B {
  font-size: 48px;
}
#header1-2g .btn {
  font-size: 18px;
}
#animated-bg1-2f .display-1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 40px;
}
#animated-bg1-2f H1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 48px;
}
#animated-bg1-2f P {
  font-size: 24px;
}
#footer2-b .mbr-section-text {
  color: #fff;
}
#menu-c .hide-buttons .nav-btn {
  display: none !important;
}
#menu-c .navbar-caption {
  color: #ffffff;
}
#menu-c .navbar-toggler {
  color: #ffffff;
}
#menu-c .close-icon::before,
#menu-c .close-icon::after {
  background-color: #ffffff;
}
#menu-c .link,
#menu-c .dropdown-item {
  color: #ffffff;
}
#menu-c .link {
  font-size: 0.875rem;
}
#menu-c .dropdown-item,
#menu-c .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-c .link:hover,
#menu-c .link:focus {
  color: #f39c12;
}
#menu-c .dropdown-item:hover::before,
#menu-c .dropdown-item:focus::before {
  background: #f39c12;
}
#menu-c .dropdown-item:hover,
#menu-c .dropdown-item:focus {
  color: #ffffff;
}
#menu-c .link[aria-expanded="true"],
#menu-c .dropdown-menu {
  background: #1a242f;
}
#menu-c .nav-dropdown-sm .link:focus,
#menu-c .nav-dropdown-sm .link:hover,
#menu-c .nav-dropdown-sm .dropdown-item:focus,
#menu-c .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-c .navbar,
#menu-c .nav-dropdown-sm,
#menu-c .nav-dropdown-sm .link[aria-expanded="true"],
#menu-c .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-c .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-c .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-c .bg-color.transparent.opened .link:hover,
#menu-c .bg-color.transparent.opened .link:focus {
  color: #f39c12;
}
#menu-c .link[aria-expanded="true"],
#menu-c .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}
#charlas-guayaquil .mbr-section-title {
  color: #000000;
  font-size: 48px;
}
#charlas-guayaquil .mbr-section-subtitle {
  color: #a15b1c;
}
#content3-2p .mbr-section-title,
#content3-2p .mbr-section-subtitle {
  text-align: center;
}
#content3-2p H3 {
  font-size: 48px;
  color: #000000;
}
#content3-2p B {
  color: #000000;
}
#countdown1-l .mbr-section-title {
  font-size: 48px;
}
#custom-html-2k {
  /* Type valid CSS here */
}
#custom-html-2k div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2k p {
  font-size: 60px;
  color: #777;
}
#content3-1c .mbr-section-title,
#content3-1c .mbr-section-subtitle {
  text-align: center;
}
#content3-1c B {
  font-size: 48px;
}
#content3-1v .mbr-section-title,
#content3-1v .mbr-section-subtitle {
  text-align: center;
}
#content3-1v H3 {
  color: #000000;
}
#content3-1v B {
  font-size: 36px;
  color: #000000;
}
#header1-o .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-o .mbr-section-title {
  text-align: center;
}
#header1-o .mbr-section-text {
  color: #e67e22;
  text-align: center;
}
#header1-o .mbr-section-text SPAN {
  color: #f1c40f;
  font-size: 20px;
}
#header1-o .mbr-section-title B {
  font-size: 48px;
}
#charla-entreamiento .elements-content {
  padding-bottom: 50px;
}
#charla-entreamiento .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-entreamiento .mbr-section-title,
#charla-entreamiento .tab-pane {
  color: #000;
}
#charla-entreamiento .mbr-section-title {
  font-size: 30px;
}
#charla-conectar .elements-content {
  padding-bottom: 50px;
}
#charla-conectar .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-conectar .mbr-section-title,
#charla-conectar .tab-pane {
  color: #000;
}
#charla-conectar .mbr-section-title {
  font-size: 30px;
}
#charla-porteo .elements-content {
  padding-bottom: 50px;
}
#charla-porteo .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-porteo .mbr-section-title,
#charla-porteo .tab-pane {
  color: #000;
}
#charla-porteo .mbr-section-title {
  font-size: 30px;
}
#charla-juguetes .elements-content {
  padding-bottom: 50px;
}
#charla-juguetes .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-juguetes .mbr-section-title,
#charla-juguetes .tab-pane {
  color: #000;
}
#charla-juguetes .mbr-section-title {
  font-size: 30px;
}
#charla-sobreproteccion .elements-content {
  padding-bottom: 50px;
}
#charla-sobreproteccion .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-sobreproteccion .mbr-section-title,
#charla-sobreproteccion .tab-pane {
  color: #000;
}
#charla-sobreproteccion .mbr-section-title {
  font-size: 30px;
}
#footer2-m .mbr-section-text {
  color: #fff;
}
#menu-n .hide-buttons .nav-btn {
  display: none !important;
}
#menu-n .navbar-caption {
  color: #ffffff;
}
#menu-n .navbar-toggler {
  color: #ffffff;
}
#menu-n .close-icon::before,
#menu-n .close-icon::after {
  background-color: #ffffff;
}
#menu-n .link,
#menu-n .dropdown-item {
  color: #ffffff;
}
#menu-n .link {
  font-size: 0.875rem;
}
#menu-n .dropdown-item,
#menu-n .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-n .link:hover,
#menu-n .link:focus {
  color: #f39c12;
}
#menu-n .dropdown-item:hover::before,
#menu-n .dropdown-item:focus::before {
  background: #f39c12;
}
#menu-n .dropdown-item:hover,
#menu-n .dropdown-item:focus {
  color: #ffffff;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-menu {
  background: #1a242f;
}
#menu-n .nav-dropdown-sm .link:focus,
#menu-n .nav-dropdown-sm .link:hover,
#menu-n .nav-dropdown-sm .dropdown-item:focus,
#menu-n .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-n .navbar,
#menu-n .nav-dropdown-sm,
#menu-n .nav-dropdown-sm .link[aria-expanded="true"],
#menu-n .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-n .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-n .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-n .bg-color.transparent.opened .link:hover,
#menu-n .bg-color.transparent.opened .link:focus {
  color: #f39c12;
}
#menu-n .link[aria-expanded="true"],
#menu-n .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}
#charla-control .elements-content {
  padding-bottom: 50px;
}
#charla-control .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-control .mbr-section-title,
#charla-control .tab-pane {
  color: #000;
}
#charla-control .mbr-section-title {
  font-size: 30px;
}
#charla-conversatorio .elements-content {
  padding-bottom: 50px;
}
#charla-conversatorio .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-conversatorio .mbr-section-title,
#charla-conversatorio .tab-pane {
  color: #000;
}
#charla-conversatorio .mbr-section-title {
  font-size: 30px;
}
#charla-magistral .elements-content {
  padding-bottom: 50px;
}
#charla-magistral .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-magistral .mbr-section-title,
#charla-magistral .tab-pane {
  color: #000;
}
#charla-magistral .mbr-section-title {
  font-size: 30px;
}
#charla-reto-padres .elements-content {
  padding-bottom: 50px;
}
#charla-reto-padres .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-reto-padres .mbr-section-title,
#charla-reto-padres .tab-pane {
  color: #000;
}
#charla-reto-padres .mbr-section-title {
  font-size: 30px;
}
#charla-panales .elements-content {
  padding-bottom: 50px;
}
#charla-panales .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-panales .mbr-section-title,
#charla-panales .tab-pane {
  color: #000;
}
#charla-panales .mbr-section-title {
  font-size: 30px;
}
#charla-babyled .elements-content {
  padding-bottom: 50px;
}
#charla-babyled .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-babyled .mbr-section-title,
#charla-babyled .tab-pane {
  color: #000;
}
#charla-babyled .mbr-section-title {
  font-size: 30px;
}
#content4-1q P {
  color: #000000;
}
#custom-html-2m {
  /* Type valid CSS here */
}
#custom-html-2m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2m p {
  font-size: 60px;
  color: #777;
}
.cid-rQqyeuBnL1.popup-builder {
  background-color: #ffffff;
}
.cid-rQqyeuBnL1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rQqyeuBnL1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rQqyeuBnL1 .modal-content,
.cid-rQqyeuBnL1 .modal-dialog {
  height: auto;
}
.cid-rQqyeuBnL1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rQqyeuBnL1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rQqyeuBnL1 .form-wrapper .mbr-form .form-group,
  .cid-rQqyeuBnL1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rQqyeuBnL1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rQqyeuBnL1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQqyeuBnL1 .mbr-text {
  text-align: center;
}
.cid-rQqyeuBnL1 .pt-0 {
  padding-top: 0 !important;
}
.cid-rQqyeuBnL1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rQqyeuBnL1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rQqyeuBnL1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rQqyeuBnL1 .modal-open {
  overflow: hidden;
}
.cid-rQqyeuBnL1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rQqyeuBnL1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rQqyeuBnL1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rQqyeuBnL1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rQqyeuBnL1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rQqyeuBnL1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rQqyeuBnL1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rQqyeuBnL1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rQqyeuBnL1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rQqyeuBnL1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-rQqyeuBnL1 .modal-backdrop.show {
  opacity: .5;
}
.cid-rQqyeuBnL1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rQqyeuBnL1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rQqyeuBnL1 .modal-header .close:hover {
  opacity: 1;
}
.cid-rQqyeuBnL1 .modal-header .close:focus {
  outline: none;
}
.cid-rQqyeuBnL1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rQqyeuBnL1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rQqyeuBnL1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rQqyeuBnL1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rQqyeuBnL1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rQqyeuBnL1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rQqyeuBnL1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rQqyeuBnL1 .modal-sm {
    max-width: 300px;
  }
  .cid-rQqyeuBnL1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rQqyeuBnL1 .modal-lg,
  .cid-rQqyeuBnL1 .modal-xl {
    max-width: 800px;
  }
  .cid-rQqyeuBnL1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rQqyeuBnL1 .modal-xl {
    max-width: 1140px;
  }
  .cid-rQqyeuBnL1 .container {
    max-width: 1140px;
  }
}
.cid-rQqyeuBnL1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rQqyeuBnL1 .container {
    max-width: 720px;
  }
}
.cid-rQqyeuBnL1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rQqyeuBnL1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rQqyeuBnL1 .form-group {
  margin-bottom: 1rem;
}
.cid-rQqyeuBnL1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rQqyeuBnL1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rQqyeuBnL1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
#content3-k .mbr-section-title,
#content3-k .mbr-section-subtitle {
  text-align: center;
}
#content3-k H3 {
  color: #ffffff;
}
#content3-k P {
  color: #f1c40f;
}
#content3-k B {
  color: #f1c40f;
}
#footer2-o .mbr-section-text {
  color: #fff;
}
#header1-r .lead {
  color: #93a3a7;
  font-style: italic;
}
#header1-r .mbr-section-title {
  text-align: center;
}
#header1-r .mbr-section-text {
  color: #e67e22;
  text-align: center;
}
#header1-r .mbr-section-text SPAN {
  color: #f1c40f;
  font-size: 20px;
}
#header1-r .mbr-section-title B {
  font-size: 48px;
}
#charla-rutinas .elements-content {
  padding-bottom: 50px;
}
#charla-rutinas .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-rutinas .mbr-section-title,
#charla-rutinas .tab-pane {
  color: #000;
}
#charla-rutinas .mbr-section-title {
  font-size: 30px;
}
#footer2-u .mbr-section-text {
  color: #fff;
}
#menu-v .hide-buttons .nav-btn {
  display: none !important;
}
#menu-v .navbar-caption {
  color: #ffffff;
}
#menu-v .navbar-toggler {
  color: #ffffff;
}
#menu-v .close-icon::before,
#menu-v .close-icon::after {
  background-color: #ffffff;
}
#menu-v .link,
#menu-v .dropdown-item {
  color: #ffffff;
}
#menu-v .link {
  font-size: 0.875rem;
}
#menu-v .dropdown-item,
#menu-v .nav-dropdown-sm .link {
  font-size: 0.948rem;
}
#menu-v .link:hover,
#menu-v .link:focus {
  color: #f39c12;
}
#menu-v .dropdown-item:hover::before,
#menu-v .dropdown-item:focus::before {
  background: #f39c12;
}
#menu-v .dropdown-item:hover,
#menu-v .dropdown-item:focus {
  color: #ffffff;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-menu {
  background: #1a242f;
}
#menu-v .nav-dropdown-sm .link:focus,
#menu-v .nav-dropdown-sm .link:hover,
#menu-v .nav-dropdown-sm .dropdown-item:focus,
#menu-v .nav-dropdown-sm .dropdown-item:hover {
  background: #273646!important;
}
#menu-v .navbar,
#menu-v .nav-dropdown-sm,
#menu-v .nav-dropdown-sm .link[aria-expanded="true"],
#menu-v .nav-dropdown-sm .dropdown-menu {
  background: #2c3e50;
}
#menu-v .bg-color.transparent .link {
  color: #ffffff;
  transition: none;
}
#menu-v .bg-color.transparent.opened .link {
  transition: color 0.2s ease-in-out;
}
#menu-v .bg-color.transparent.opened .link:hover,
#menu-v .bg-color.transparent.opened .link:focus {
  color: #f39c12;
}
#menu-v .link[aria-expanded="true"],
#menu-v .dropdown-item[aria-expanded="true"] {
  color: #f39c12!important;
}
#charla-berrinches .elements-content {
  padding-bottom: 50px;
}
#charla-berrinches .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-berrinches .mbr-section-title,
#charla-berrinches .tab-pane {
  color: #000;
}
#charla-berrinches .mbr-section-title {
  font-size: 30px;
}
#charla-escuelas .elements-content {
  padding-bottom: 50px;
}
#charla-escuelas .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-escuelas .mbr-section-title,
#charla-escuelas .tab-pane {
  color: #000;
}
#charla-escuelas .mbr-section-title {
  font-size: 30px;
}
#charla-juegos .elements-content {
  padding-bottom: 50px;
}
#charla-juegos .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-juegos .mbr-section-title,
#charla-juegos .tab-pane {
  color: #000;
}
#charla-juegos .mbr-section-title {
  font-size: 30px;
}
#charla-rolpapa .elements-content {
  padding-bottom: 50px;
}
#charla-rolpapa .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-rolpapa .mbr-section-title,
#charla-rolpapa .tab-pane {
  color: #000;
}
#charla-rolpapa .mbr-section-title {
  font-size: 30px;
}
#charla-magistral .elements-content {
  padding-bottom: 50px;
}
#charla-magistral .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-magistral .mbr-section-title,
#charla-magistral .tab-pane {
  color: #000;
}
#charla-magistral .mbr-section-title {
  font-size: 30px;
}
#charla-guia .elements-content {
  padding-bottom: 50px;
}
#charla-guia .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-guia .mbr-section-title,
#charla-guia .tab-pane {
  color: #000;
}
#charla-guia .mbr-section-title {
  font-size: 30px;
}
#charla-babyled .elements-content {
  padding-bottom: 50px;
}
#charla-babyled .mbr-section-subtitle {
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: 700;
}
#charla-babyled .mbr-section-title,
#charla-babyled .tab-pane {
  color: #000;
}
#charla-babyled .mbr-section-title {
  font-size: 30px;
}
#content4-1s P {
  color: #000000;
}
#custom-html-2l {
  /* Type valid CSS here */
}
#custom-html-2l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2l p {
  font-size: 60px;
  color: #777;
}
