@media screen and (min-width: 768px){
  .cc--hero-swoosh .c--hero-swoosh .mask-container {
    background-color: #1978b3;
  }
}

html[data-whatintent="mouse"] .cc--link-grid .link-list .link-list-wrapper .f--link:hover {
  background: #1978b3;
}

.cc--main-menu ul > li.menu-item--active-trail > .link-arrow-wrapper > span, .cc--main-menu ul > li.menu-item--active-trail > .link-arrow-wrapper > a {
  color: #1978b3;
}

@media screen and (min-width: 1024px){
  .cc--main-menu ul > li.menu-item--active-trail > .link-arrow-wrapper > span::after, .cc--main-menu ul > li.menu-item--active-trail > .link-arrow-wrapper > a::after {
    background-color: #1978b3;
  }
  html[data-whatintent="mouse"] .cc--main-menu ul > li:hover .link-arrow-wrapper > span::after, html[data-whatintent="mouse"] .cc--main-menu ul > li:hover .link-arrow-wrapper > a::after {
    background-color: #1978b3;
  }
}


html[data-whatintent="mouse"] .button:hover {
  background-color: #1978b3;
  color: #fff;
}

.cc--cta-link-list .cta-link-list .f--link a.button--arrow.button--alt svg {
  fill: #1978b3;
}

.cc--cta-link-list .cta-link-list .f--link a.button--arrow.button--arrow:hover {
  color: #1978b3;
}
.cc--hero-swoosh .c--hero-swoosh .outer-container {
  background-color: #1978b3;
}
@media screen and (min-width: 768px){
  .cc--hero-swoosh .c--hero-swoosh .outer-container {
    background-color: transparent !important;
  }

}
footer.site-footer {
  background: #222;
  background-image: url(../images/dotted-map.png);
  background-size: contain;
}
.cc--footer {
  background-color: #0000;
}
.max-width, .wp-block-columns, .wp-block-columns.alignwide {
  max-width: 1280px;
}

main a {
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.55,.085,0,.99);
}

.icon {
  text-decoration: none;
}
.view-courses-programs a:hover {
  box-shadow: 0 0 10px #eeeeee;
}
.view-courses-programs a:hover img {
  filter: brightness(.5);
  -webkit-filter: brightness(.5);
}
#menu-main, .z-1 {
  z-index: 1;
}
@media (min-width: 992px){
  .position-lg-absolute {position: absolute !important;}
  .mih-lg-500px {
    min-height: 500px;
  }
}
.bg-white-o {
  background-color: rgba(255,255,255,.85) !important;
}
.position-relative {
  position: relative !important;
}
.viewlink svg {
  fill: #1978b3;
}
.viewlink svg {
  width: 0.875rem;
  height: 0.625rem;
}

.cc--search-form .search-form-branding .icon-search-close svg {
  fill: #1978b3;
}
.cc--search-form form .icon-search svg {
  fill: #1978b3;
}
.fi--form-item .radio-wrapper input[type="radio"]:checked + label::before {
  border-color: #1978b3;
}

.fi--form-item .radio-wrapper label::after {
  background-color: #1978b3;
}

#l--main-header .mobile-nav .mobile-nav-topbar-container .icon-close, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-hamburger, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-search, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-search-close {
  fill: #1978b3;
}

#l--main-header .mobile-nav .mobile-nav-topbar-container .icon-close, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-hamburger, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-search, #l--main-header .mobile-nav .mobile-nav-topbar-container .icon-search-close {
  fill: #1978b3;
}

#l--main-header .mobile-nav .mobile-nav-menu-container .cc--main-menu ul > li.menu-item--active-trail .link-arrow-wrapper > a {
  color: #1978b3;
}
.btn-explore:hover {
  color: #FFF !important;
  background-color: #1978b3 !important;
}
.cta-link-list-more {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .news-list-featured-card {
    margin-bottom:  2.5rem !important;
  }
}
section.parallax {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top !important;
  background-size: cover;
}
.cc--back-to-top .c--back-to-top button {
  background-color: #FF5A00;
}
.text-left {
  text-align: left !important;
}
.contact-content {
  clear: both;
  padding: 25px 0;
  border-bottom: 1px solid #eee;
}
.clearfix::before{
  display: table;
  content: " ";
}
.contact-left-icon{
  position: relative;
  display: block;
  float: left;
  font-size: 40px;
  line-height: 40px;
  font-weight: normal;
  margin-right: 20px;
  text-align: center;
  cursor: default;
}

.numbers {
  display: block;
  float: left;
  font-size: 3em;
  font-weight: bold;
  margin-top: -12px;
  color: #FF6666;
  line-height: 1.2;
}
html[data-whatintent="mouse"] .link:hover, html[data-whatintent="mouse"] a:hover {
  color: #1978b3;
  text-decoration: none;
}

.f--link .custom-link{
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
.view-courses-programs a:hover .viewlink svg {
  margin-left: 1rem !important;
}
.trans {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.text-primary {
  color: #1978b3 !important;
}
.h2 {
  font-weight: 700;
  font-family: "PT Serif",Georgia,serif;
  font-size: 3.2rem;
}
body {
  line-height: 1.5em !important;
}
@media screen and (min-width: 768px){
  .title-3{
    font-size: 28px; !important;
  }
}
.column1 {
  left: 10px;
}

.column2 {
  left: 100px;
}

.column3 {
  left: 190px;
}

.column4 {
  left: 290px;
}
a.btn-custom:hover {
  color: #222;
  opacity: .8;
}
@media screen and (min-width: 1440px) {
  .cc--promo-50-50.reversed .fifty-fifty-wrapper .text-container .text-container-inner {
    min-width: 361px;
  }
}
.h5, h5 {
  font-size: 1.20rem;
}
.entry-meta {
  margin-top: 10px;
  list-style: none;
}
.entry-meta li {
  color: #555;
  margin-right: 15px;
}
.entry-meta li {
  font-size: 14px;
}
.entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-family: 'Hind',sans-serif!important;
}
.entry-meta li {
  float: left;
  font-size: 13px;
  line-height: 14px;
  margin: 0 10px 15px 0;
  color: #999;
  font-family: 'Hind',sans-serif!important;
}
.article .
content-main {
  position: relative;
}
.caption{
  font-size: 1rem;
  line-height: 1.7778;
  color: #444;
  font-weight: 400;
}
.cards-list .card { border: none;box-shadow: none;}
.lightGallery .image-tile {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cc--user-choice .left-container {
    background-color: #007facde;
  }
}

.c--search-form h2{display: none;}
.c--search-form > .search-form.google-cse{
  display: none;
}

.search form .icon-search svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: #1978b3;
}
@media (min-width:779px){.movil{display:none}}
.tab-header li{padding: 15px 2px;}
.tab-header a{ background-image: url(/themes/uazuaycarrera/css/images/admision-arrow-updown.png); background-repeat: no-repeat; background-position: center 78px; display: block; height: 110px; text-transform: none; text-align: center; padding: 20px 10px 30px; opacity: 0.45; color: #000000 !important; font-size: 14px;
}
.active-tab h4{font-weight: 600 !important;}
.tab-header a:hover, a:focus {text-decoration: none;}
.tab-header li {background: #ffffff; border-top: 1px solid #ffffff; border-radius: 0px; -webkit-border-radius: 0px; border-bottom: 1px solid #ffffff; }
.tab-header li.active-tab a, .tab-header li:hover a {color:black !important;background-position: center -221px;opacity: 1;}
.tab-header li.active-tab, .tab-header li:hover {background: #ffffff !important; border-top-color: #ffffff !important; border-bottom-color: #fff0 !important; }
.tab-header li {margin-bottom: 0px !important;}
ul.tabs.pasos li.uno a span {color: #0091CC;}
ul.tabs.pasos li.dos a span {color: #C40088;}
ul.tabs.pasos li.tres a span {color: #9939B3;}
ul.tabs.pasos li.cuatro a span {color: #27AE60;}
.tab-header li.uno.active-tab{background: #e3f1f7 !important;}
.tab-header li.dos.active-tab{background: #F7EFE8 !important;}
.tab-header li.tres.active-tab{background: #F2F1F6 !important;}
.tab-header li.cuatro.active-tab{background: #ECF7F4 !important;}
.tab.active.uno{background: #e3f1f7 !important;}
.tab.dos{background: #F7EFE8 !important;}
.tab.tres{background: #F2F1F6 !important;}
.tab.cuatro{background: #ECF7F4 !important;}
@media (min-width: 992px){ ul.tabs.pasos li a span {display: block;float: left;font-size: 3.5em;font-weight: bold;}
}
.tab-header ul {
  border-bottom: 1px solid #d6d6d6;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-header li {
  background: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 3px;
  margin-bottom: 0px !important;
  color: #274472;
  padding: 15px 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: background 0.3s, color 0.2s, border 0.3s;
  -moz-transition: background 0.3s, color 0.2s, border 0.3s;
  cursor: pointer;
}

.tab-header li.active-tab, .tab-header li:hover {
  background: #ffffff !important;
  border-top-color: #ffffff !important;
  border-bottom-color: #000000 !important;
  color: #fff;
}

.tab-header a {
  color: #333 !important;
}
.listing-all-news-topics .cc--topic-listing {
  max-width: 1440px !important;
  margin: 0 auto;
}
.wrapper-content-info{
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.black-h5{
  color: #333333;
}
.date-news{
  font-size: 0.875rem;
  line-height: 1.4286;
  margin-bottom: 0.9375rem;
  float: right;
}
.text-container{
  margin-bottom: 1.25rem;
}
.bg-uazuay{
  background-color: #007fac;
}

.webform-submission-form label{
  font-weight: 700;
}

@media screen and (min-width: 1024px){
  .cc--featured-summaries .c--featured-summaries .header-text-container .title-cta .f--section-title h2 {
    font-size: 3.125rem;
    line-height: 1.1429;
  }

}
/*
@media screen and (min-width: 1024px) {
  .f--section-title h2 {
    font-size: 2rem;
  }
}
*/

@media screen and (min-width: 768px) {
  .cc--user-choice .left-container {
    background-color: #efefefc7;
  }
}
.cc--user-choice .f--section-title h2 {
  color: #000;
}

.cc--accordion.blue .c--accordion .accordion-list .accordion-list-item .accordion-trigger::after {
  background: url(/themes/dependency/images/icon-plus-blue.svg);
}
.cc--accordion.blue .c--accordion .accordion-list .accordion-list-item .accordion-trigger.open::after {
  background: url(/themes/dependency/images/icon-minus-blue.svg);
}
@media screen and (min-width: 1024px) {
  .cc--accordion .c--accordion .inner-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
}
.cc--accordion .c--accordion .accordion-list .accordion-list-item .accordion-panel ul > li::before
{
  background: #212529;
}
@media screen and (min-width: 768px) {
  .cc--user-choice-vertical .side-nav .swiper-pagination .swiper-pagination-customs .side-nav-link::after {
    background-image: url(/themes/dependency/images/icon-arrow-right-blue2.svg);
  }
}
@media screen and (min-width: 768px) {
  .cc--user-choice-vertical .f--section-title h2 {
    margin-bottom: 1.125rem;
  }
  .mb-125 {
    margin-bottom: 1.125rem;
  }
}
.ul-more{
  list-style: none;
  margin-top: 3rem;
}
.cc--promo-50-50.color-white .f--link .button:hover, .cc--promo-50-50.color-light-gray .f--link .button:hover {
  background-color: #1978b3;
}
.f--rich-text a, .cc--accordion .c--accordion .accordion-list .accordion-list-item .accordion-panel a, .enhanced-gallery__lightbox--summary a, .enhanced-gallery__lightbox--subheading a, .enhanced-gallery__lightbox--headline a, .cc--nb-areas-study-sidebar .c--nb-areas-study-sidebar .areas-study-wrapper .sidebar-listing .f--text a {
  -webkit-text-decoration-color: #1978b3;
  text-decoration-color: #1978b3;
}
.tab-content {
  display: block;
}
.btn-languages {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  display: block;
  width: 100%;
  height: calc(1.1em + 0.75rem + 2px);
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0rem 0rem;
  background-clip: padding-box;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
@media screen and (min-width: 768px) {
  .cc--search-form .search-form-branding .logo-link-mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .left-container-inner .f--section-title h2{color:#fff}

  .cc--component-container.cc--user-choice-vertical-slide.cc--side-tab-carousel-slide.swiper-slide.swiper-slide-active{
    background-color: #fff;
  }
  .cc--user-choice-vertical .side-nav {
    height: auto !important;
  }
}
html[data-whatintent="mouse"] .cc--social-share .c--social-share .f--button button:hover {
  background-color: #fff;
}

.cc--social-share .c--social-share .f--button button .share-close {
  background-color: #0070b4;
}

.cc--accordion .c--accordion .accordion-list .accordion-list-item .accordion-panel ol li:before{
  color: #1978b3;
}
.cc--accordion .c--accordion .accordion-list .accordion-list-item .accordion-panel ol li::marker{
  color: rgba(255, 255, 255, 0);
}

.text-container .f--description h3 {
  font-size: 1.125rem;
  line-height: 1.7778;
  color: #fff;
}
.uc-tabs_item {
  padding-left: 5px;
  padding-right: 20px;
}
.cc--animated-50-50 .scroll-button-wrapper .scroll-button {
  background-color: #0070b4;

}
.cc--enhanced-50-50.color-red {
  background-color: #1978b3;
}
.cc--enhanced-50-50 .fifty-fifty-wrapper .image-video-container.color-red {
  background-color: #1978b3;
}
.cc--transition.color-red svg {
  fill: #1978b3;
}
.tc--search .gsc-control-cse .gsc-wrapper .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  color: #0072bb;
}
.d-inline.tit-1{
  display: block !important;
}
.cc--promo-50-50.color-teal {
  background-color: #379fce;
}
.cc--transition.color-teal svg {
  fill: #379fce;
}

nav.pager{
  text-align: center;
}
.pager__items {
  margin: 0.25em 0 0.25em 1.5em; /* LTR */
  padding: 0;
}
[dir="rtl"] .pager__items {
  margin: 0.25em 1.5em 0.25em 0;
}
.pager__item {
  display: inline-block;
  margin: 0;
  padding: 0 0.4em;
  color: #757575;
  font-size: 1.08em;
}
.pager__item a {
  padding: 0 5px 2px;
  transition: border-bottom-color 0.2s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 1.55em;
  -webkit-font-smoothing: antialiased;
}
.pager__item.is-active a {
  color: #2a678c;
  border-bottom-width: 3px;
  border-bottom-color: #2a678c;
  font-weight: 700;
}
.pager__item a:hover,
.pager__item a:focus {
  color: #3395d2;
  border-bottom-color: #3395d2;
}
.pager__item--next a,
.pager__item--last a,
.pager__item--first a,
.pager__item--previous a {
  color: #2a678c;
  border-bottom-width: 0;
}
.icon-download svg {
  width: 1rem;
  height: 1rem;
  fill: #1978b3;
}
.share-icon {
  width: 1rem;
  height: 1rem;
  fill: #1978b3;
}
/*@media screen and (max-width: 767px) {
  .cc--user-choice-vertical .left-container {
    height: calc(100vh - 15rem);
  }
}*/

.cc--animated-50-50 .section-scroll .f--image::before {
  border-top: 0 solid #fff;
  border-left: 0 solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  left: 0;
}

.f--field.f--description.lead.alumn p{
  margin-bottom: 0;
}
.f--video-embed .video-container iframe {
  z-index: 1;
}
#l--main-header .mobile-nav .mobile-nav-topbar-container {
  height: 3rem;
}
.cc--promo-50-50 .fifty-fifty-wrapper .image-video-container::after {
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  background-color: #fff0;
}

@media screen and (max-width: 767px){
  .left-container-inner .f--section-title h2 {
    color: #000;
  }
}

@media screen and (min-width: 400px){
  .cc--news-display.featured-news .c--news-display .featured-news .cc--news-card .f--image {
    width: 100%;
    float: none;
  }
}
.cc--rur-home-hero-carousel .down-arrow-shape {
  background: url('/themes/dependency/images/down-arrow-graphic.png') no-repeat center center/100% 100%;
}

.f--field.f--section-title .f-link-title:hover{
  color: #1978b3;
  text-decoration: underline;
}
.f--field.f--description a{
  text-decoration: underline;
}
@media (max-width: 1130px) {
  .cc--main-menu ul > li {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
}
.f--field.f--description ol { counter-reset: item }
.f--field.f--description li { display: block;  }
.f--field.f--description li.count:before {content: counters(item, ". ") ". "; counter-increment: item }
.small, small {
  font-size: .775em;
}
.youtube-player {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 0px;
}
.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}
.youtube-player img {
  object-fit: cover;
  display: block;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}
.youtube-player img:hover {
  -webkit-filter: brightness(75%);
  -moz-filter: brightness(75%);
  filter: brightness(75%);
}
.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url('https://upload.wikimedia.org/wikipedia/commons/archive/0/09/20211015074810%21YouTube_full-color_icon_%282017%29.svg') no-repeat;
  cursor: pointer;
}.youtube-player .play:hover {background: url(https://upload.wikimedia.org/wikipedia/commons/8/8b/YouTube_dark_icon_%282017%29.svg) no-repeat;}

.f--field.f--section-title.mt-5{
  margin-top: 3.2rem!important;
}
@media screen and (max-width: 767px) {
  #oportunidades-intercambio .text-container {

  }
  #oportunidades-intercambio .c--user-choice-vertical-slide .icon-close {
    margin-top: unset;
  }
}
@media screen and (min-width: 1440px) {
  .cc--promo-50-50.reversed .fifty-fifty-wrapper .text-container .text-container-inner {
    margin-right: unset;

  }
}

.f--check.f--description ul {
  list-style: none;
  padding: 0;
}
.f--check.f--description li{
  margin: 5px 0;
  position: relative;
  padding-left: 30px;
}
.f--check.f--description li:before{
  content: url('/themes/dependency/images/check2.svg');
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}
@media screen and (min-width: 768px) {
  .cc--promo-50-50 .fifty-fifty-wrapper .text-container {
    -ms-flex-align: start;
    align-items: start;

  }
}
.awb-image-frame:hover {
  display: inline-block;
  transition: opacity .35s, transform .35s;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4);
  transform: perspective(1000px) scale(1.03);
}
.f--field.f--description li {
  display: list-item;
}
.cc--descriptive-links.color-light-gray {
  background-color: #efefef;
}
#section-insurance.cc--descriptive-links .c--descriptive-links {
  max-width: 100%;
}
#section-insurance.cc--descriptive-links .text-container .f--section-title {
  text-align: center;
}
#section-insurance.cc--descriptive-links .text-container .f--description {
  text-align: justify;
}
#section-docentes .cc--descriptive-links .c--descriptive-links {
  max-width: 1440px;
  margin: 0 auto;
}
.fixed-background .scroll-button-wrapper{display:none;}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  background-color: transparent; /* Fondo transparente */
  border: none; /* Sin borde para no interferir con el diseño */
  font-size: 16px; /* Ajusta el tamaño de la "X" */
  font-weight: bold;
  text-align: center; /* Asegura que la "X" esté centrada */
  line-height: 18px;
  cursor: pointer; /* Indica que es clickeable */
}

.ui-dialog .ui-dialog-titlebar-close::before {
  content: "X"; /* Inserta manualmente la X como texto */
  color: black;
}
.horarios {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.horarios .outer-card {
  max-width: 450px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 30px);
  padding: 45px 50px 50px;
  background-color: #ffffff;
  box-shadow: 0px 5px 83px rgba(14, 32, 77, 0.15);
  transition: all 0.3sease;
  margin-bottom: 30px;
}
.card_horario {
  background-color: #efefef !important;
}
#junta_academica h1 {
  color: #343a40;
  font-size: 2rem;
}
.horarios h1.card-title {
  font-size: 1.9rem !important;
}
#junta_academica table.table {
  min-width: 23rem !important;
}
#junta_academica table {
  border-collapse: collapse;
  width: 100%;
}
#junta_academica table td:first-child {
  border-right: 1px solid lightgrey;
}
#junta_academica table td, #junta_academica table th {
  border-left: none;
  border-top: none;
  padding: 15px;
}
#junta_academica td {
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
}
.coveo-badge-label a {
  color: #6E368C;
}
@media screen and (max-width: 768px) {
  .c--component.c--hero-news-feature {
    padding-right: 8%;
    padding-left: 8%;
  }
}
a.link-stat-subheading{color:#222 !important;text-decoration: underline;}
a.link-stat-subheading:hover{color:#222 !important;}

/* ESTILOS EXCLUSIVOS REDES SOCIALES ESCUELA */
#redes_sociales .widget_redes_escuela {
  text-align: center;
}

#redes_sociales a {
  margin-right: 3%;
}

#redes_sociales .navbar-social i {
  font-size: 33px;
}

#redes_sociales .inner-wrapper {
  text-align: -webkit-center;
}

section#redes_sociales .inner-wrapper {
  padding-top: 1.5rem;
  /* padding-left: 10%; */
  padding-bottom: 1.5rem;
}

#redes_sociales a {
  margin-right: 3%;
  padding-left: 3%;
}

/**/
