/*
Theme Name: portable_m
Theme URI:
Author: Michal Humaj
Version: 0.1
*/
body * {
  background-size: cover !important;
  font-family: 'Nunito', sans-serif;
}
body {
  width: 100vw;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  font-size: 17px;
  line-height: 23px;
}
strong{
  font-weight: 700;
}
.tab-container p a{
	color: #ffba1f;
	text-decoration: underline;
  color: #0066ff;
}
.banner-um.video-wrapper.bigScreenPadding iframe{
  max-width: 100%;
}
.content-itself p a{
  color: #ffba1f;
  text-decoration: underline;
  color: #0066ff;
}
.content-itself a{
  text-decoration: underline;
color: #0066ff;
}
.hide {
  display: none;
}
body a{
  color: inherit;
}
.body-no-scroll {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family: 'Sora', sans-serif;
}
h1{
  font-size: 36px;
  margin: 1.8rem 0 1.2rem 0;
}
h2{
}
h3{
}
h4{
}
h5{
}
h6{
  font-size: 15px;
}
h2.eqt{
  display: flex;
align-items: center;
text-transform: uppercase;
font-size: 18px;
margin: 0;
margin-left: 15px;
margin-top: 4rem;
}
h1.eqt p{
  width: 15px;
height: 15px;
background: black;
border-radius: 50%;
margin: 0;
margin-right: 15px;
    margin-bottom: 1.5px;
}
div.border-um{
  border-bottom: 1px solid #c0c0c0;
margin-top: 15px;
margin-bottom: 3rem;
}
div.border-wrap-um{
  padding-left: 15px;
padding-right: 15px;
}
.banner-um.bigScreenPadding{
  display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 7rem;
    margin-bottom: 7rem;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}
.splide__arrows button:focus{
  background-color: none;
}
.splide__arrows .splide__arrow{
  background: transparent;
}
.splide__arrows .splide__arrow--prev{
  left: -15px;
}
.splide__arrows .splide__arrow--next{
  right: -15px;
}
.row .col{
  padding: 0px 0px;
}
.row{
  padding: 0px 0px;
  align-items: flex-start;
  margin-bottom: 0;
}
.page-section{
  margin-top: 79px;
}
.page-section.archive-equipo-um.bigScreenPadding{
  margin-bottom: 5rem;
  margin-top: 10rem;
}
.page-section.contacto-um .row{
  display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.archive-row.row.rthree .equipo-block.col .padder .rest-wrap h2{
  margin-top: 0;
}
.page-section.contacto-um .row .contact-l.col{
  background: #EAEAEA;
}
.page-section.contacto-um .row .contact-l.col .padder{
  height: 100%;
display: flex;
flex-flow: column;
justify-content: center;
}
.page-section.contacto-um .row .contact-l.col .padder h1{
  font-size: 65px;
    line-height: 48px;
}
.page-section.contacto-um .row .contact-l.col .padder .cont{
  font-size: 36px;
  line-height: 45px;
}
.page-section.contacto-um .row .contact-l.col .padder .redes i{
  font-size: 36px;
margin-right: 25px;
}
.page-section.contacto-um .row .contact-r.col .padder{
  display: flex;
  height: 100%;
  width: 100%;
}
.page-section.contacto-um .row .contact-r.col .padder img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.bigScreenPadding{
  padding-left: 5vw;
  padding-right: 5vw;
  width: 100%;
}
.header-container{
  position: fixed;
background: white;
width: 100%;
top: 0;
left: 0;
z-index: 1;
}
#search-box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  background: white;
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.66s ease;
  top: -100%;
  position: fixed;
  left: 0;
  z-index: 3;
}
#search-box.active{
  top: 74px;
}
.search-term{
  width: 100%;
}
.search-term .search-form{
  position: relative;
}
.search-submit.button-like{
  position: absolute;
  right: -2px;
  top: 0;
  height: 100%;
  background: #2f2f2f;
  color: white;
  border: #2f2f2f;
  letter-spacing: 1px;
  padding: 0 9px;
  cursor: pointer;
}
.search_wrap .search-field{
  border: 2px solid #2f2f2f !important;
  padding-bottom: 0;
  margin-bottom: 0 !important;
}
#topbutton {
  position: fixed;
  display: none;
  height: 40px;
  width: 40px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  background: #000000;
  border-radius: 2px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
}

#topbutton:after {
  content: "\2191";
}
#search-icon-click .fa-search{
  font-size: 27px;
  margin-right: 12px;
  padding-top: 6px;
  cursor: pointer;
}
#search-icon-click .fa-times{
  font-size: 36px;
  margin-right: 12px;
  padding-top: 6px;
  cursor: pointer;
}
.header-top{
  display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.sub-menu{
    display:none;
    position: absolute;
background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
transform: translateX(-50%);
left: 35px;
width: max-content;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
padding-top: 15px;
padding-bottom: 15px;
top: 100%;
z-index: 1;
}
.header-r .menu li.menu-item-has-children:hover > ul.sub-menu{
    display:block;
}
#menu_button{
  display: none;
}
.hidden{
  display: none;
}
.header-r{
  display: flex;
flex-flow: row;
align-items: center;
}
.header-r .menu{
  display: flex;
flex-flow: row;
align-items: center;
    margin-right: 3.66rem;
}
.header-r .menu li{
  text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.05px;
    font-weight: 500;
    line-height: 23px;
    margin-left: 35px;
    transition: all 0.33s ease;
    border-bottom: 2px solid transparent;
    position: relative;
    padding-bottom: 10px;
margin-top: 10px;
}
.header-r .menu li:hover{
  font-weight: bold;
  border-bottom: 2px solid black;
}
.header-r .menu .sub-menu li:hover{
  border-bottom: 2px solid transparent;
}
.header-r .menu .sub-menu li{
  margin-left: 15px;
margin-right: 15px;
text-transform: none;
margin-top: 6px;
margin-bottom: 6px;
}
.blocks-wrap.row{
  display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.single-block.col{
  min-height: 22vw;
  display: flex;
  margin-left: 0 !important;
}
.single-block.col a{
  width: 100%;
height: 100%;
}
.single-block.col .padder{
  width: 100%;
height: 100%;
padding: 30px;
display: flex;
flex-flow: column;
justify-content: flex-end;
}
.single-block.col .padder .gif-wrap{
  width: fit-content;
    display: flex;
    max-width: 200px;
    align-self: flex-end;
        transition: all 0.33s ease;
        opacity: 0;
        padding-right: 5%;
}
.single-block.col .padder .gif-wrap img{
  width: 100%;
height: auto;
object-fit: contain;
}
.single-block.col .padder h2{
  margin-top: 0;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 0;
}
.single-block.col:hover .padder .gif-wrap{
  opacity: 1;
}
.footer-container{
      background: #2C2E34;
          color: white;
}
.footer-row.row{
  display: flex;
flex-wrap: wrap;
align-items: center;
width: 100%;
padding-top: 25px;
padding-bottom: 25px;
}
.footer-l.col{
  display: flex;
    flex-flow: row;
    align-items: center;
        justify-content: space-between;
}
.footer-l.col .footer-logo-wrap{
  max-width: 45%;
display: flex;
align-items: center;
}
.footer-l.col .footer-logo-wrap a{
  display: flex;
}
.footer-l.col .footer-logo-wrap img{
      max-width: 100%;
}
.slider-wrapper{
  margin-top: 6rem;
    margin-bottom: 6rem;
}
h1.section-title{
  font-size: 55px;
line-height: 48px;
}
.splide.proyectos-splider .splide__track {
  margin-left: -25px;
margin-right: -25px;
}
.proyecto-block .padder{
  display: flex;
    flex-flow: column;
    padding: 25px;
}
.proyecto-block .padder h2{
  font-size: 16px;
line-height: 22px;
letter-spacing: 0.05px;
text-transform: uppercase;
margin-top: 15px;
margin-bottom: 0;
}
.proyecto-block .padder h6{
  font-size: 15px;
line-height: 110%;
margin: 0.766667rem 0px 0.46rem;
}
.proyecto-block .block-img-wrap{
  display: flex;
  aspect-ratio: 352/216;
}
.proyecto-block .block-img-wrap img{
  object-fit: cover;
    width: 100%;
    height: 100%;
}
.button-wrap{
  display: flex;
    justify-content: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.button-wrap a{
    width: calc(33% - 29px);
}
.btn-um{
  font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: bold;
    width: fit-content;
    border: 2px solid black;
    padding: 12px 35px;
    transition: all 0.33s ease;
    width: 100%;
    text-align: center;
}
.button-wrap a:hover .btn-um{
  background: black;
  color: white;
}
.autor-sub-wrap{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.autor-sub-wrap h3{
  font-size: 15px;
font-weight: 400;
font-family: 'Nunito', sans-serif;
}
.splide.proyectos-splider .splide__arrows.splide__arrows--ltr{
  position: absolute;
right: 0;
top: 0;
display: flex;
flex-flow: row;
align-items: center;
}
.splide__arrow:disabled{
  opacity: 0.9;
}
.splide__arrow{
  opacity: 1;
}
.splide.proyectos-splider .splide__arrows .splide__arrow--prev{
  position: initial;
      background: black;
      border-radius: 0;
      color: white;
      transform: none;
}
.splide.proyectos-splider .splide__arrows .splide__arrow--next{
  position: initial;
      background: black;
      border-radius: 0;
      color: white;
      margin-left: 10px;
      transform: none;
}
.footer-m.col{
  display: flex;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}
.footer-m.col .menu{
  display: flex;
flex-flow: row;
align-items: center;
}
.footer-m.col .menu li{
  font-size: 13px;
letter-spacing: 0.1px;
text-transform: uppercase;
color: white;
line-height: 17px;
margin-right: 15px;
font-weight: 600;
}
.footer-r.col{
  display: flex;
flex-wrap: wrap;
align-items: center;
    justify-content: flex-end;
}
.footer-r.col a{
  display: flex;
}
.footer-r.col a i{
  font-size: 21px;
margin-left: 21px;
}
.title-section{
  margin-bottom: 5rem;
  margin-top: 5rem;
}
.title-section h1.section-title{
  font-size: 70px;
    line-height: 48px;
    font-weight: bold;
}
.archive-row.row{
  display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.archive-row.row .equipo-block.col{
  margin-left: 0 !important;
margin-bottom: 25px;
}
.archive-row.row .equipo-block.col .padder{
  padding: 15px;
display: flex;
flex-flow: column;
}
.archive-row.row .equipo-block.col .padder .img-wrap{
  aspect-ratio: 352/216;
    display: flex;
}
.archive-row.row.rthree .equipo-block.col .padder .img-wrap{
  display: none;
}
.archive-row.row .equipo-block.col .padder .img-wrap img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.archive-row.row .equipo-block.col .padder .rest-wrap{
  display: flex;
flex-flow: column;
}
.archive-row.row .equipo-block.col .padder .rest-wrap h3{
  font-size: 16px;
letter-spacing: 0.05px;
line-height: 23px;
margin-top: 1rem;
margin-bottom: 0.66rem;
text-transform: uppercase;
}
.archive-row.row .equipo-block.col .padder .rest-wrap p.cargo{
  font-size: 15px;
letter-spacing: 0.1px;
line-height: 26px;
margin: 0;
}
.color-line{
  width: 100px;
height: 4px;
margin-top: 1rem;
margin-bottom: 1rem;
}
.archive-row.row .equipo-block.col .padder .rest-wrap .sub-wrap{
  font-size: 13px;
    line-height: 17px;
    font-weight: normal;
}
.archive-row.row .equipo-block.col .padder:hover h3{
  text-decoration: underline;
}
.select-hide, .select-hider, .select-hiden{
  display: none;
}
.filter-title.col span{
  font-size: 12px;
line-height: 23px;
letter-spacing: 0.3px;
text-transform: uppercase;
margin: 0;
font-weight: bold;
color: black;
}
.filter-row-in.row{
  display: flex;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
}
.columna-filter-wrap.row{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.filter-title.col{
  display: flex;
    align-items: center;
}
.columna-filter-container .select-container{
      padding: 15px;
}
.select-wrapper input.select-dropdown{
  border: 1px solid #DDDDDD;
margin-bottom: 0;
}
.select-wrapper input.select-dropdown:focus{
  border: 1px solid #DDDDDD;
}
.dropdown-content li > a, .dropdown-content li > span{
  color: black;
}
.page-section.single-proyecto-um .bigScreenPadding{
  display: flex;
justify-content: center;
}
.content-width{
  max-width: 800px;
    width: 100%;
    margin-top: 3.5rem;
margin-bottom: 3.5rem;
display: flex;
flex-flow: column;
}
.date-wrap.cpt-tag{
  font-size: 14px;
letter-spacing: 0.5px;
line-height: 22px;
text-transform: uppercase;
font-weight: 600;
}
h1.page-title{
  font-size: 40px;
    line-height: 45px;
    margin-bottom: 2rem;
}
.thumb-wrap{
  width: 100%;
display: flex;
margin-bottom: 2rem;
}
.thumb-wrap img{
  width: 100%;
height: auto;
object-fit: contain;
}
.info-wrap .autor-sub-wrap{
  margin-bottom: 15px;
}
.info-wrap .autor-sub-wrap h2.mainh{
  font-size: 17px;
    font-weight: bold;
    margin: 0;
    margin-right: 5px;
    line-height: 23px;
}
.info-wrap .autor-sub-wrap h3{
  font-size: 17px;
line-height: 23px;
    margin: 0;
    font-weight: normal;
}
.info-wrap{
  border-bottom: 1px solid #DDDDDD;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.sharing_content{
  display: flex;
    flex-flow: column-reverse;
    align-items: center;
    margin-top: 3rem;
}
p.mobile-sharing-span{
  font-size: 13px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    font-weight: 600;
}
a.circle-icon{
  border: 1px solid black;
border-radius: 50%;
margin-right: 6px;
width: 35px;
height: 35px;
display: flex;
justify-content: center;
align-items: center;
}
#sharing-icons.social-icons{
  display: flex;
flex-wrap: wrap;
align-items: center;
}
.featured-single.row{
  display: flex;
flex-wrap: wrap;
align-items: stretch;
min-height: 450px;
}
.featured-l.col{
  display: flex;
}
.featured-l.col img{
  width: 100%;
height: 100%;
object-fit: cover;
}
.featured-r.col{
  display: flex;
align-items: center;
}
.featured-r.col .padder{
  padding-left: 3rem;
    padding-right: 3rem;
}
.featured-r.col .padder h1{
  font-size: 65px;
line-height: 75px;
}
.featured-r.col .padder .date-wrap.cpt-tag{
  display: flex;
align-items: center;
}
p.dot{
  background: black;
width: 12px;
height: 12px;
border-radius: 50%;
margin: 0;
margin-right: 9px;
}
.content-width.but-wider{
  max-width: 960px;
}
.tab-filters{
  display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: -10px;
margin-right: -10px;
margin-top: 2rem;
    margin-bottom: 3rem;
    align-items: flex-end;
}
.tab-filter-block{
  min-width: 150px;
padding: 10px;
    text-align: center;
    display: flex;
flex-flow: column;
align-items: center;
cursor: pointer;
transition: all 0.33s ease;
opacity: 0.46;
}
.tab-filter-block h2{
  font-size: 15px;
    line-height: 110%;
    margin: 0.7666666667rem 0 0.46rem 0;
}
.border-btm{
  border-bottom: 6px solid black;
  width: 100%;
}
.tab-filter-block img{
  max-width: 80%;
height: auto;
}
.tab-filter-block.active{
  opacity: 1;
}
.tab-filter-block:hover{
  opacity: 1;
}
.tab-text ul:not(.browser-default) > li {
    list-style-type: disc;
    margin-left: 20px;
}
.content-itself ul:not(.browser-default) > li {
    list-style-type: disc;
    margin-left: 20px;
}
.header-l a{
  display: flex;
}
.header-l a img{
  max-width: 150px;
height: auto;
}
#mc-menu{
  left: -100%;
  display: none;
}
body.modal-open{
  overflow: hidden;
}
@media(max-width:950px){
  .header-r .menu{
    display: none;
  }
  #menu_button{
    display: block;
  }
  .bigScreenPadding {
    padding-left: 10px;
    padding-right: 10px;
}
#mc-menu{
  display: block;
}
#mc-menu{
  background: white;
position: fixed;
left: -100%;
top: 74px;
width: 100%;
height: -webkit-fill-available;
padding: 15px;
transition: all 0.33s ease;
}
#mc-menu.active{
  left: 0;
      overflow-y: scroll;
}
.single-block.col .padder{
  flex-flow: row-reverse;
align-items: center;
}
.single-block.col .padder .gif-wrap{
  opacity: 1;
  padding-right: 0;
}
#mc-menu .menu li{
  text-transform: uppercase;
font-weight: bold;
font-size: 27px;
}
.sub-menu{
    display:none;
    position: absolute;
background: white;
-webkit-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
box-shadow: 0px 0px 5px 0px rgba(156,156,156,1);
transform: translateX(-50%);
left: 35px;
width: max-content;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 16px;
padding-right: 16px;
padding-top: 15px;
padding-bottom: 15px;
top: 100%;
z-index: 1;
}
.menu li.menu-item-has-children:hover > ul.sub-menu{
    display:block;
}
#mc-menu .sub-menu{
  display: block;
position: initial;
background: transparent;
box-shadow: none !important;
width: auto;
padding: 0;
transform: none;
}
#mc-menu .menu .sub-menu li{
  font-size: 18px;
font-weight: normal;
}
.splide.proyectos-splider .splide__arrows.splide__arrows--ltr{
  top: 10px;
}
h1.section-title{
  font-size: 34px;
line-height: 47px;
}
.button-wrap a{
    width: 100%;
}
.btn-um{
      width: 100%;
}
.footer-l.col{
  flex-flow: column;
}
.footer-l.col .footer-logo-wrap{
      max-width: 70%;
      margin-bottom: 1px;
}
.footer-m.col .menu{
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-m.col .menu li{
  margin-right: 0;
margin-bottom: 15px;
font-size: 17px;
}
.footer-r.col{
  justify-content: center;
}
.featured-single.row{
  flex-wrap: wrap-reverse;
}
.featured-r.col .padder h1{
  font-size: 43px;
line-height: 70px;
}
.featured-r.col .padder{
  padding: 3rem;
}
.tab-filters{
  flex-flow: row;
    overflow: scroll;
}
.title-section h1.section-title{
  font-size: 43px;
    line-height: 70px;
}
.title-section {
    margin-bottom: 3rem;
    margin-top: 3rem;
}
.filter-title.col h4{
  display: none;
}
h1.page-title{
  font-size: 30px;
line-height: 35px;
}
#um-loader .loader-row.row .loader-r .padder{
  padding: 2.5rem !important;
}
#um-loader .loader-row.row{
  align-items: unset !important;
}
#um-loader .loader-logo img{
  max-width: 85% !important;
}
	.header-container{
		    width: 100vw;
	}
	.page-section.home-um{
		margin-top: 66px;
	}
	#mc-menu{
		top: 66px;
		overflow-y: scroll;
	}
	#mc-menu .menu li{
		line-height: 38px;
	}
	#mc-menu .menu .sub-menu li{
		margin-left: 15px;
	}
	.page-section.contacto-um .row .contact-l.col .padder{
  padding-top: 3rem;
padding-bottom: 3rem;
}
	.content-width{
		padding-left: 10px;
    padding-right: 10px;
	}
	.featured-r.col .padder {
    padding-left: 20px;
    padding-right: 20px;
}
	.page-section{
		overflow-x: hidden;
	}
	.archive-row.row .equipo-block.col .padder .img-wrap{
  aspect-ratio: 4/5;
    display: flex;
}
}
