@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&?family=Montserrat:ital,wght@1,800&family=Quicksand:wght@400;700&display=swap');
.mod-articles-category-tags {
    position: relative;
}

.overnews .col-sm-12.first {
    padding: 0;
}

.sidecolumn {
    padding-top: 30px;
}

.category-buttons a {
    background: #da4e2b;
    padding: 10px 14px;
    font-weight: bold;
    color: white;
    border-radius: 4px;
}
.com-content-category-blog.blog h1 {
    font-family: 'Fira Sans';
}
.view-category .page-header h2 a {
color:#da4e2b;
}
.g-home-particles.g-helium-style #g-navigation .g-social a{
    color:#da4e2c;
}
#holder li {
    background: black;
    margin-bottom: 8px;
    border-radius: 10px;
    list-style: none;
    padding: 3px 16px;
}
.unclickable{
    pointer-events: none;
}
#g-navigation .g-main-nav .g-dropdown {
    background: #da4e2b;
    border-radius: 14px!important;
}

#g-navigation .g-main-nav .g-dropdown .g-menu-item-title {
    color: white;
    font-weight: bold!important;
}


.sixteen-nine {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.sixteen-nine > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.squared {
    position: relative;
    width: 100%;
    padding-top: 100%; /* 1:1 aspect ratio */
    overflow: hidden;
}

.squared > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.piepagina {
    margin: 1em -1em -1em !important;
    overflow: visible;
}
/* Update font styles */
body.itemid-212 #g-above {
    background: #fff;}
body.itemid-212 .home-colb .solotitulos .article a,
body.itemid-212 .home-cola .solotitulos .article a {
    font-size: 1em; /* Increase font size */
    color: #ff6b6b; /* Change text color to a vibrant one */
    line-height: 1.2em; /* Increase line height for better readability */
    display: inline-block;
    margin-left: 5px;
    border-bottom: 0px solid #ffb347; /* Change border color and thickness */
}

/* Update image styles */
body.itemid-212 .titles-only .solotitulos img,
body.itemid-212 .titles-only .solotitulos .size-70 {
    margin-bottom: 20px; /* Increase margin bottom for better spacing */
    border-radius: 10px; /* Add rounded corners to images */
}

/* Hide image container */
body.itemid-212 .titles-only .solotitulos .size-30 {
    display: none !important; /* Hide image container */
}

/* Add hover effect */
body.itemid-212 .home-colb .solotitulos .article a:hover,
body.itemid-212 .home-cola .solotitulos .article a:hover {
    color: #ff8c00; /* Change text color on hover */
    border-bottom: 2px solid #ff8c00; /* Change border color on hover */
}

ul.category-module.mod-list li a {
position: absolute;
    font-family: 'Fira Sans';
    font-weight: bold;
    width: auto;
    font-size: .9em;
    line-height: 1.25em;
    padding: 4px 10px;
    color: black;
    top: unset;
    bottom: 23px;
    margin-left: -4px;
    max-width: 60%;
    height: auto;
    border-left: 4px solid #e3745b;
    background: white;
}

.mod-list li {
    position: relative;
    width: 100%;
    border: 0!important;
    position: .4em 1em;
    display: block;
}

.mod-list {
    width: 100%;
    border: 0!important;
    padding: 7px 1em!important;
}

.mod-list .sixteen-nine {
    border-radius: 13px 4px 23px 4px;
}
/* Add background color to the whole section */
body.itemid-212 .platform-content {
    background-color: #fff; /* Light blue background */
    padding: 0 20px; /* Add padding for better spacing */
    border-radius: 20px; /* Add rounded corners to the section */
}

.sidecolumn .title {
    line-height: 1.4em;
    font-size: .95em;
    padding-top: 8px;
    margin: 0;
    border-top: 3px solid #da4e2b;
}

.sidecolumn .secondary {
    display: none;
}

.sliderbox .title{
    width: auto;
    font-size: 1.2em;
    line-height: 1.25em;
    padding: 4px 10px;
    color: black;
    top: unset;
    bottom: 5px;
    margin-left: -4px;
    max-width: 60%;
    height: auto;
    border-left: 4px solid #e3745b;
    background: white;
    /**
    top: unset;
    bottom: 6px;
    **/

}
.overnews .first h1.title {
    color: #da4e2c;
    position: absolute;
    bottom: 40px;
    font-family: 'Fira Sans';
    left: 20px;
    border-radius: 0px 0px 0px 0px;
    padding: 0 20px;
    background: white;
    z-index:0;
    margin: 0px;
}

.overnews .articleresume,.overnews .mod-articles-category-introtext {
    display: none;
}

.overnews .first>.backbg {
    height: 550px;
    width: 100%;
    position: relative;
    display: inline-block;
}

.overnews .first h1.title::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent); /* From white to transparent */
    z-index: 0; /* Places the shadow behind the text */
    pointer-events: none; /* Prevents interaction issues */
}

.overnews .first h1.title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.5), transparent); /* From white to transparent */
    z-index: -1; /* Places the shadow behind the text */
    pointer-events: none; /* Prevents interaction issues */
}

.btn-ctahero,.montserrat,#typedtext{
font-family: 'Montserrat', sans-serif!important;font-weight: 800!important;font-style: italic;  
}
[data-wf-columns].row {
    gap: 0;}
.wow {
  visibility: hidden;
}
.img-circle {
    border-radius: 500px;
}
   .modal {
        display: flex !important;
        align-items: center;
        justify-content: center;
    margin-top: 3em;
    }

    /* Customize modal width if needed */
    .modal-dialog {
    max-width: 70%;
    width: 100%;
        top: 0;
    position: absolute;
    padding-bottom: 4em;
}
.modal.fade:not(.show) {
    display: none!important;
}
#mod-custom123 {
    background: aliceblue url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 60" width="120" height="60"><rect x="0" y="0" width="170" height="50" rx="10" ry="10" fill="white"/><polygon points="30,50 40,60 50,50" fill="aliceblue"/><polygon points="100,50 110,60 120,50" fill="white"/></svg>') center center / 100% 90% no-repeat;
}
.solotitulos .size-100 .size-30 {
    height: 70px;
    overflow: hidden;
}
svg#triangleperson {
    height: 100px;
    position: absolute;
    left: 20px;
    transform: scale(1.5);
    bottom: -40px;
    z-index: 0;
}
.hero-slide {
    background: #336699;
    color: white;
    z-index: 1;
}
.hero-slide  .slant:before{
    border-color:#1878b8;
}
.key-comps img {
    max-height: 45px;
    margin-bottom: 10px;
    position: abs olute;
    right: 0;
    top: 10px;
}
p.help-block {
    font-size: .5em;
}

p.help-block.text-danger {
    color: white!important;
    text-align: left;
}

p.help-block ul {
    margin: 0;
}
.key-comps .d-inline-block {
    position: relative;
}

.key-comps h4 {
    font-size: 1.4em;
}
#mod-custom140 img {
    border: 10px solid #fff;
}
.team-member {
      text-align: center;
      padding-bottom: 2em;
    }
    .team-member img {
      border-radius: 50%;
      max-width: 100px;
      margin-bottom: 20px;
    }
.hero-slide .btn-secondary {
    color: white;
    font-size: 16px;
}
#typedtext>div {
    font-size: .6em;
    line-height: 1.2em;
    margin-bottom: 15px;
}
.btn-primary {
    background-color: #86BBD8;
}

div#typedtext strong {
    letter-spacing: -1px;
}
.pin-beacon {
    position: absolute;
    height: 400px;
    margin: auto;
    top: -40px;
    left: 100px;

    filter: brightness(1.1);
    right: 0;
}

.kpc-title {
    font-family: 'Fira Sans';
}
.outcomes .carousel-cell{
  text-align: left;
}
.outcomes h4.title ,.outcomes p{
    margin: 0;
}
.outcomes i {
    color: #2196F3;
    font-size: small;
}
h2,.h2,h4,.h4,h3,.h3{font-weight: 700;
    font-family: 'Fira Sans';}
.carouseloutcomes .carousel-cell .title{
  transition: all 0.5s ease-in-out;
}
.carouseloutcomes .carousel-cell.is-selected .title{
  font-size: 3em;
  }
.carouseloutcomes .carousel-cell {
    text-align: center;
    padding: 0 14em;
}
#g-navigation .g-main-nav .g-menu-item-title {
    font-weight: normal!important;
}
.cards-mainer h3.g-title {
    font-size: 3em!important;
    padding-left: 1em;
    font-family: 'Fira Sans';
}
.cards-mainer{

    background-attachment: fixed;
  background-color:#3a78b7;
    background-image: url("/images/beacpat.png");
}
.cursor-hand {
    cursor: pointer;
}

.opa-5 {
    opacity: .2;
}
.h-95 {
    height: 95% !important;
}
#g-intro .platform-content {
    margin: 0!important;
    padding: 0!important;
}
.diss-me {
  transition: all 4s ease;
  opacity: 1;
  animation: dissMeAnimation 4s ease-in-out 2s backwards;
}

@keyframes dissMeAnimation {
  0% {
  margin-top: 0px;    opacity: 1;/* Stay like that for 2 seconds (50% of the animation duration) */
    /* Start from the current state */
    /* You can specify any initial styles here */
  }

  50% {
  margin-top: -50px;
    opacity: 1;/* Stay like that for 2 seconds (50% of the animation duration) */
  }

  100% {
    /* Transform to the final state */
    margin-top: -90px;
    opacity: 0;
   height: .1px; 
  }
}
 @keyframes rotateGradient {
      0% {
        transform: rotate(0deg);
      }
      25% {
        transform: rotate(90deg);
      }
      50% {
        transform: rotate(180deg);
      }
      75% {
        transform: rotate(270deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    .animated-gradient {
      width: 207px;
      transition: all 0.3s ease-in-out;
      height: 207px;
      left: 159px;
      top: 75px;
      background: radial-gradient(62.66% 66.00% at 45.23% 19.69%, white 0%, rgb(249 247 238 / 96%) 100%);
      box-shadow: -11px -17px 144px rgb(255 209 35 / 22%), 12px 54px 144px rgb(35 255 246 / 15%);
        border:1px solid #e7e7e799;
      border-radius: 9999px;
      animation: rotateGradient 12s linear infinite; /* 4 etapas * 3 segundos cada una */
    }
.bg-info{background-color: #3a78b7!important;}
.bg-hero {
    background: rad ial-gradient(672.51% 59.28% at 69.76% 65.01%, rgba(255, 255, 255, 0.00) 0%, #F5F4F4 73.96%);
    background: linear-gradient(0deg, #F4F4F4 22.93%, rgba(255, 255, 255, 0.00) 50.11%);
}
.category-as-section .com-content-category-blog__item {
    border: 2px solid #c91417;
    border-radius:5px;
    padding:13px 20px;
}
section#contact{
    background-size:contain;
    background-repeat:no-repeat;
    background-color: transparent;
    background-position:bottom left;
}
footer#g-footer {
    background-size: auto;
    background-repeat: repeat;
}
a {
    color: #da4e2b;
   }
    dl.article-info {
    margin: 0;
}
.js-finder-search-query {
}
iframe.instagram-media {
    display: inline-block!important;
}
.mod-finder__search.input-group .btn-primary {
    float: left;
}
.planta-docente h3 {
    margin: auto;
    margin-top: 1.3em;
    margin-bottom: 1em;
    border-bottom: 2px solid #f4f4f6;
    font-size: 1.5em;
    line-height: 1.6em;
    max-width: 550px;
}

.planta-docente .col-md-4 {
    margin-bottom: 20px;
}
.mod-finder__search.input-group {
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    justify-content: flex-start;
    align-content: center;

}
.ml-3 {
    margin-left: 1.5rem!important;
}
.list-condensed .mod-articles-category-tags {
    position: absolute;
    top: 0;
}
.list-condensed .mod-articles-category-tags a{
    font-size:.8em!important;
    
    }


.list-condensed .col-md-6.row.p-0.m-0.p-md-3.pb-4.pb-md-0 {
    position: relative;
}
#g-offcanvas #g-mobilemenu-container ul > li.g-menu-item-link-parent > .g-menu-item-container > .g-menu-parent-indicator {
    border: 1px solid #b7acac;
  background: #f4f4f6;}
#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active,#g-offcanvas #g-mobilemenu-container ul > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module):hover {
    background: #dfd5d5;
}
.inscribite-btn{

background: #FFFFFF;
border: 1.12387px solid #F37224;
border-radius: 5.61935px;
font-family: 'Fira Sans';
font-style: normal;
font-weight: 700;
font-size: 26.5001px;
line-height: 32px;
/* identical to box height */

letter-spacing: 0.05em;

color: #F37224;
}
.tags .list-inline-item:first-of-type {
display: inline-block;
}
.tags  .list-inline-item:not(:first-of-type) {
display: none;
}

.fancybox-caption__body {
    display: none;
}
.inscribite-txt {
    font-size: .8em;
}
li.com-content-article__link a {
    background: #b34b4b;
    padding: 10px 15px;
    border-radius: 5px;
    color:white;
}

li.com-content-article__link {
    list-style: none;
}
.inscribite-txt ul {
    margin-bottom: 15px;
}
.com-content-article.item-page h1 {
        margin-bottom: 10px;
          font-family: 'Fira Sans';
  
    margin-top: 25px;
    line-height: 1.2em;
    font-size: 1.78em;
    padding-right: 1em;
    padding-bottom: 5px;
}
.cards-std .title a {
        font-size: 1.4em;
    line-height: 1.2em;
    margin: 7px 0;
    display: inline-block;
}
#g-navigation{    z-index: 9999;
	padding:0!important; 
    background: white !important;
}
.clickable{
	cursor: pointer;
}
.bg-secondary .moduletable {
    display: flex;
    overflow-y: hidden;
}
#g-navigation .g-logo img {
    padding-left: 1em;
}
#g-navigation .g-block {
    padding: 0 1em;
}
.bg-secondary {
    background-color: #F4F4F6 !important;
}
.item-page .backbg{
  background-position: center -50px;

}
.backbg{
	background-size: cover;
	background-position: center center;
}
.menu-header-top{

    text-align: end;
font-family: 'Lato';
font-style: normal;
font-weight: 700;
font-size: 15.0768px;
line-height: 18px;
text-transform: uppercase;

color: #949494;
}
.carouseloutcomes .flickity-viewport {
    height: 240px!important;
}
.home-colb .solotitulos .article a,
.home-cola .solotitulos .article a {    
  font-size: 1.1em;
 
    color: #85bbd8;
    padding: 0px 5px 6px 15px;
    font-family: 'Montserrat';
    line-height: 1.2em;
    display: inline-block;
    margin-left: 5px;
    border-bottom: 1px solid #bec2c0;
}
.home-cola h3.g-title, .home-colb h3.g-title {
    margin-bottom: 0;
}

.home-list-colc h3.g-title{
  margin-bottom: 0;
}
.home-list-colc .article .title {
    padding: 0!important;
    font-size: 0.95em;}
.home-list-colc .article .title a{
    color: #6c757d ;
}
.home-cola .solotitulos, .home-colb .solotitulos{
    background: white;
    padding: 0px 1.4em 2em;
    border: 4px solid #f4f5f7;
    margin: 5px;
    border-radius: 10px;
}

.g-offcanvas-toggle {
    position: absolute;
top: 1.4rem;
    color: #01a9f4;
        background: #fff;
    display: flex;
    padding: 3px!important;
    width: 40px;
    height: 20px!important;
    left: auto;
    right: -10px!important;
    font-size: 1.3em;
    padding: 12px;
    width: 51px;
    height: 51px;
}
.g-offcanvas-toggle.sticky {

    position: fixed;
    top: 1.4rem;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 1.4rem;
    z-index: 99998;
    color: #01a9f4;
    background: #fff;
    display: flex;
    padding: 3px!important;
    width: 40px;
    height: 20px!important;
    left: auto;
    right: -10px!important;
    font-size: 1.3em;
    padding: 12px;
    width: 51px;
    height: 51px;
}
.list-inline .g-toplevel {
    display: flex;
    float: right;
    padding-right:15px;
}
.view-category ul.tags.list-inline {
    position: absolute;
    padding: 0;
    margin: 0;
    background: white;
}

.view-category ul.tags.list-inline a.btn.btn-sm.btn-info {
    border:0;
}
.menu-header-top a {
    color: #636169;padding:0 15px 25px!important;
}
.menu-header-top{
	    margin: 0;
    width: 99%;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0!important;
    display: inline-block;
}
nav.pagenavigation  .btn{
  background-color:#eaeaea;
  border-radius: 6px;
    font-size: .7em;
    padding: .3em 0.8em;
    margin: 5px;
}
nav.pagenavigation {
    background: #fff;
    display: inline-block;
    border-radius: 6px;
    font-size: 2em;
    padding: .3em 0.8em;
    margin: 5px;
}
#g-mainbar .item-image img {
margin: auto;
    display: block;
    /*width: 100%;*/
    position: relative;
    z-index: 1;
    max-height: 80vh;
  }
  .avPlayerWrapper .avPlayerContainer .avPlayerBlock iframe, .avPlayerWrapper .avPlayerContainer .avPlayerBlock video, .avPlayerWrapper .avPlayerContainer .avPlayerBlock audio{

    width:100%!important;
  }
.com-content-article__body iframe{
    width:100%;
    max-width:640px; margin:auto;
    margin: auto!important;
    display: block!important;
}
.menu-header-top li {
    display: inline-block;

    margin-bottom: 0!important;
    padding-bottom: 0px;
    overflow-y: hidden;
}
#g-sidebar {
    padding-top: 0!important;
}
.ig-feed .backbg.bg-image {
    height: 30rem;
    min-height: unset;
    border-radius: 12px;
    transition: all 0.2s ease-in-out;
    border: 5px solid #f4f5f7;
}
.ig-feed .backbg.bg-image:hover {
  background-size:105%;
}
.com-content-article.item-page {
    box-shadow:7px 5px 15px 0px rgb(0 0 0 / 5%);
    box-shadow:0px 0px 0px 0px rgb(0 0 0 / 5%);

}
.list-inline .g-toplevel a span {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 15.0768px;
    line-height: 18px;
    text-transform: uppercase;
    color: #949494;
}
ul.talent-list li {text-align:left!important;margin-bottom:15px;}
span.counter {
    font-weight: bold;
    font-size: 1.4em;
}
h3.pathway-title {
    background: #00beff;
    padding: .5em 1em;
    position: relative;
    color: white;
}
h3.pathway-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: -20px; /* Adjust the value to control the size of the triangle */
    border-width: 20px 0 20px 20px; /* Adjust the values to create a triangle shape */
    border-style: solid;
    border-color: transparent transparent transparent #00beff;
}
h3.pathway-title.end::before {
content:none;}
 div.slant{
	position: relative;
}
div.slant:before {
  content:"";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  left: -20px;
  border-right: 40px solid #fffcfc;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-5deg);
}
div.slanted-right:before {
  content: ;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  border-right: 60px solid #fff;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-5deg);
}
.slanted-right{
    position: relative;

}
div.slanted:before {
  content: ;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  border-right: 60px solid #fff;
  -webkit-transform: skewX(-7deg);
  -ms-transform: skewX(-7deg);
  transform: skewX(-5deg);
}
.slanted{
    position: relative;

}
#g-navigation .g-main-nav .g-dropdown {
    border-radius: 0;
    padding: 0.7em 0.3em;
}
.ingresantes-mod {
    border-top: 5px solid #F37224;

    padding: 0;
    border-bottom: 5px solid #F37224;
}
.ingresantes-mod h3 {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 2em;
    line-height: 42px;
    color: #F37224;
}
.ingresantes-mod ul {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #524D50;
    list-style: none;
}
.hero-title {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 37.9563px;
    line-height: 46px;
    color: #31262B;
}
.hero-subtitle {
	font-family: 'Fira Sans';
font-style: normal;
    padding-bottom: 0.5em;
font-weight: 400;
font-size: 25.7556px;
line-height: 31px;
letter-spacing: 0.05em;

color: #31262B;
}
.g-navigation{
	 transition: all 1.5s ease-in-out ;
}
.bg-image {
    min-height: 300px;}
.p-fixed{
	position: fixed;©
}
.sticky {
  position: fixed!important;
  padding-bottom: 10px!important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
figure.item-image {
    margin: 0!important;
}
.item-image {
  position: relative;
}

.item-image::after {
  content: ;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
    filter: blur(12px);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

 #g-mainbar {
    padding-top: 0;
}

.view-category .page-header h2 {
  line-height: 1.2em;
    font-size: 1.4em;
    
    margin-bottom: 0;
}
p.readmore .btn {
    padding: 0.55rem 1.2rem;
    border-radius: 10px;
}
    .com-content-article__body,.com-content-article.item-page .article-info {
    padding: 1em 3em;
}
.com-content-article.item-page h1 {
    padding: 0 1.2em;
}
.view-article #g-container-main ul.tags {
    position: absolute;
    margin: 0;
    top: 20px;
    left: 0;
    background: white;
    border-radius: 0!important;
}

.view-article .item-page {
    position: relative;
}

.view-article #g-container-main ul.tags a {
    border: 0!important;
}
.moduletable>h3.g-title {

    background: #4f4f4f;
    padding: .1em 1.5em .1em .8em;
    font-weight: 800;
    border-radius: 0 5px 5px 0px;
    color: white;
    border-left: 5px solid #ac271e;
    margin-top: 1.5em;
    font-size: 1.8em;
    margin-left: 3px;    display: inline-block;
    color: #dc5c3c;
    background: #e8e8e8;
    border-left: 5px solid #da4e2b;
}
#g-footer .moduletable>h3.g-title {
    background: #e8e8e8;
        background: #f5f5f5;
    color: #dc5c3c;
    border-left: 5px solid #da4e2b;
}
.search-home .form-search {
    margin: auto;
    width: 80%;
}
.mod-finder__search.input-group {
    justify-content: center;
}

.awesomplete,
.awesomplete input{    flex: 1 0 0%;}

.flicker-staff .img-circle {
    border: 6px solid #f5eeee;
}

.flicker-staff a {
    font-family: 'Montserrat';
    color: #676767;
}.modal-body .img-circle {
    padding: 14px;
}

@media only all and (min-width: 49.99rem){
	.menu-header-top {    width: 100%;}
  #mod-custom123 {
    min-height: 380px;
  }
  .g-offcanvas-toggle.sticky{display: none;}
  .g-home-particles #g-header {
        margin-top: 0rem!important;
    }
  
}
@media only all and (max-width: 47.99rem){

    .moduletable>h3.g-title,.overnews .first h1.title {
    font-size: 1.3em;
    line-height: 1.6em;
}


i.fa.fa-fw.fa-bars {
    color: #da4e2b;
}
#g-footer{
        padding: 0 !important;
}

.overnews .first h1.title {
        font-size: 1.16em;
        line-height: 1.4em;
        margin-right: 2em;
        padding: .4em 1em;
    }
div.piepagina {
    margin: 1em -1em -1em 0em !important;
}

div.piepagina {
    flex-basis: 123%;
}
#main-video {
    min-height: unset!important;
}

.side-video img {max-height: 170px;width: 970px!important;}

.side-videobar ul li {
    max-width: 90%!important;
    width: 620px!important;
}

.overnews .first>.backbg {
    height: 50vh;
}


    #mod-custom142 .kpc-title {
    font-size: 1.4em;
    margin-bottom: 0;
    margin-top: 3em;
}
    h3.fa-2x.montserrat {
    font-size: 1.5em;
}

.outcomes h2.montserrat.text-uppercase {
    font-size: 1.7em!important;
}

.cards-mainer {
    padding: 1em!important;
}

.flicker-staff .carousel-cell {
    padding-right: 1em;
}
        .modal-dialog {
          position: absolute;
    top: 0;

            max-width: 96%;
        }
    div.modal.fade {
    top: 100px;
    height: 80vh;
}
  .btn-ctahero{
    margin-bottom: 1.3em;
    font-size: 1.5em;}
    h2.fa-3x {
    font-size: 1.5em;
}
img.wow.fadeInUp.border-0 {
    margin-top: -2em!important;
    margin-bottom: 1em!important;
}
button#sendMessageButton {
    white-space: break-spaces;

    font-size: .4em;
}
  .key-comps .d-inline-block{
    font-size: 1.1em;
  }
  .search-legend {
    font-size: 1.4em;
}

.solotitulos .size-30 {
    max-width: 30%;
}

.solotitulos .size-70 {
    max-width: 70%;
}
  #mod-custom123 {
    background: orange url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 90" width="120" height="60"><rect x="5" y="-5" width="130" height="75" rx="10" ry="10" fill="white"/><polygon points="100,70 110,80 120,70" fill="white"/></svg>') center center / 100% 90% no-repeat;
}
 #contact img.img-fluid.logo {
    height: auto!important;
    margin-top: 2em;
}
.carouseloutcomes .carousel-cell.is-selected .title{
    font-size: 1.8em;
}
.carouseloutcomes{margin-bottom:50px;}
.carouseloutcomes .carousel-cell .title{
  line-height: 1.2em;
  white-space: nowrap;
}
.carouseloutcomes .carousel-cell{
  padding:0; 

 }
 h3.font-italic.fa-2x.kpc-title {
    font-size: 1.4em;
}

.cards-mainer h3.g-title {
    font-size: 2em!important;
    padding-top: 2em;
}
  div#typedtext {
    font-size: 2em!important;
    line-height: 1.2em;
    padding-top: 0em;

    padding-right: 6px;
}
  .ig-feed .backbg.bg-image {
    height: 180px!important;}
    .view-category .page-header h2 {
  line-height: 1.2em;
    padding-right: 0;
    font-size: 1.05em;
    padding-bottom: 5px;

}

    .com-content-article.item-page h1 {
    line-height: 1.2em;
    padding-right: 0;

    font-size: 1.35em;
    font-weight: 800;    padding-bottom: 5px;
}
    .slant:before,.slanted:before {
        
  content: none!important;
}
  .platform-content.container .row .col {
    padding-left: 0;
}
  .com-content-article.item-page .article-info{padding:0 1em;}
    .com-content-article__body {

        padding-right: 1em;
        padding-left: 1em;
    
}
	#g-navigation .g-logo {

    max-width: 77%;
  }
  #g-navigation .g-logo img {
    padding-left: 0;
    margin: 0;
}
.g-logo {
    margin: 0;
    padding: 0;
}
.bg-image {
    min-height: 180px;
}
  .hero-title {
  	    font-size: 1.33em;
    line-height: 1.3em;
    max-width: 90%;
  }
  .hero-subtitle {

    max-width: 90%;
    font-size: 1.1em;
    line-height: 1.3em;
  }
}
