/*!
Theme Name: portable_UDP
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: portable_udp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

portable_UDP is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.alignleft { float:left; margin-bottom:30px; margin-right:30px;}
.alignright { float:right; margin-bottom:30px; margin-left:30px;}

body.page-id-45 select {
	display: block;
    border: 1px solid rgba(0,0,0,0.1)!important;
    border-radius: 5px!important;
}
hr {margin: 30px 0!important;}
form input{
	border: 1px solid rgba(0,0,0,0.1)!important;
    border-radius: 5px!important;
    padding-left: 15px!important;
    width: calc(100% - 15px)!important;
    box-shadow: none!important;
}
input.wpcf7-submit {    font-size: 12px;
    display: inline-block;
    align-items: center;
    padding: 10px 50px!important;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 1.6px;

    width: auto!important;}
form textarea{
	    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 10px;
    min-height: 80px;
}
.modal-opener{
  cursor: pointer;
}
html, body{
	max-width: 100vw;
  overflow-x: hidden;
}
.hidden{
  display: none;
}
.top_space{
  margin-top:40px;
}

.eje-accion{
  padding-right:30px;
  margin-bottom:30px;
}
.eje-accion img{
  height: 120px;
    display: block;
    margin-bottom: 20px;
}
body{
overflow-x: hidden;
font-size: 17px;
line-height: 28px;
font-family: 'neue-haas-grotesk-display', sans-serif;
}
body, body *{
	margin:0;
	padding:0;
}
.loader{
  position: fixed;
  z-index:1000;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color:white;
  display:flex;
  justify-content: center;
  align-items: center;
  transition:all 0.66s ease;
}
.loader-logo-container{
  position: relative;
  width:101px;
  height:61px;
}
.loader img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top left;
}
.loader .background-loading{
  filter:grayscale(100%);
  z-index:0;
}
.loader .color-loading{
  z-index:1;
  opacity:0;
}
.loader.start-loading .color-loading{
  opacity:1;
  animation-name: loader-animation;
  animation-duration: 1s;
  transition:all 0.25s ease;
}
.loader.finish-loading{
  filter: blur(15px);
  opacity:0;
}
@keyframes loader-animation {
  0%   {width: 0%;}
  25%  {width: 25%;}
  50%  {width: 50%;}
  75%  {width: 75%;}
  100% {width: 100%;}
}
#nav-icon {
  width: 25px;
  margin-left: 20px;
  min-width: 25px;
  height: 25px;
  position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	transition: 0s!important;
	z-index: 110;
	transform: translateX(-10px);
}
 #nav-icon.open{
	 width: 25px;
	 min-width: 25px;
	 height: 25px;
}
.js-open-search{
	position: relative;
}
#nav-icon span {
 display: block;
 position: absolute;
 height: 2px;
 width: 100%;
 background: black;
 border-radius: 5px;
 opacity: 1;
 left: 0;
 -webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
 -webkit-transition: .25s ease-in-out;
 -moz-transition: .25s ease-in-out;
 -o-transition: .25s ease-in-out;
 transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
 top: 4px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}
#nav-icon span:nth-child(2) {
 top: 11px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}
#nav-icon span:nth-child(3) {
 top: 18px;
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}
 #nav-icon.open span:nth-child(1) {
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 top: 3px;
     left: 4px;
     width: 25px;
}
 #nav-icon.open span:nth-child(2) {
 width: 0%;
 opacity: 0;
}
#nav-icon.open  span:nth-child(3) {
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 top: 21px;
 left: 4px;
 width: 25px;
}
a{
	color:inherit;
}
header{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: white;
}
.container_div{
	padding-left:3vw;
	padding-right:3vw;
}
.container_small{
	padding-left:9vw;
	padding-right:9vw;
}

.small-space{
	padding-top:30px;
	padding-bottom:30px;
}
.with-space{
	padding-top:40px;
	padding-bottom:40px;
}
.main-part{
	display: flex;
align-items: center;
justify-content: space-between;
padding-top: 10px;
padding-bottom: 10px;
}
.branding, .logo{
	height:120px;
	display: block;
	max-width: calc(94vw - 135px);
	object-fit: contain;
}
header .menu{
  display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px solid #E3E3E3;
    margin-top: 5px;
}
.js-open-search{
	font-size: 19px;
	cursor: pointer;
	margin-left:20px;
}
.social-icons {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}
.social-icons .fa {
    margin: 0 10px;
}
header .button-like{
      margin-left: 20px;
}
.button-like {
    font-size: 12px;
    display: inline-block;
    align-items: center;
    padding: 10px 50px;
    cursor: pointer;
    font-weight: bold;
    border-radius: 5px;
    letter-spacing: 1.6px;
}
.button-like:hover{
	opacity:0.8;
}
.contact-flex{
	display: block;
	font-size:16px;
	line-height: 21px;
}
.center-button{
	display: flex;
	justify-content: center;
}
.arrow-like{
  position: relative;
      width: 20px;
      height: 2px;
      background: black;
      display: block;
      margin-left: 15px;
}
.reversed .arrow-like{
  transform: rotate(180deg);
    margin-left: 0;
    margin-right: 15px;
}
.arrow-like.brand-bg, .arrow-like.brand-bg::before, .arrow-like.brand-bg::after{
	background: #F4D274;
}
.arrow-like::before{
	content:"";
	width: 8px;
height: 2px;
position: absolute;
top: -3px;
right: 0;
background: black;
transform: rotate(45deg);
}
.arrow-like::after{
	content:"";
	width: 8px;
height: 2px;
position: absolute;
top: 3px;
right: 0;
background: black;
transform: rotate(-45deg);
}



h1{
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
h2{
	font-size:35px;
	line-height: 40px;
	font-weight: bold;
  margin-bottom:20px;
}
h3{
	font-size:25px;
	line-height: 35px;
	font-weight: 500;
  margin-bottom:20px;
}
h4{
	font-size:20px;
	line-height: 22px;
	font-weight: 500;
  margin-bottom:20px;
}
h5{
	font-size:18px;
	line-height: 21px;
	font-weight: 700;
  margin-bottom:20px;
}
h6{
	font-size:14px;
	line-height: 20px;
	font-weight: 600;
}
.wswig h1, .wswig h2, .wswig h3, .wswig h4, .wswig h5, .wswig h6, .wswig p{
	margin-bottom:30px;
}
strong, .bold{
  font-weight: bold;
}
.row{
	margin:0;
}
.row{
  display: flex;
  flex-wrap:wrap;
}
.row .col{
  margin-left:0!important;
}
.uppercase{
	text-transform:uppercase;
}
.underlined{
	text-decoration:underline;
}
.brand-color{
	color:#F4D274;
}
.bold{
	font-weight: bold;
}
.text-destacado{
	padding: 90px 0;
  border-bottom: 1px solid black;
}
footer{
  background: #2E2E2E;
color: white;
padding-top: 30px;
padding-bottom: 30px;
}
footer img {
    width: 240px;
    height: auto;
}
footer .row{
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
main, .branding{
	transition:all 0.33s ease;
}
@media(min-width:1300px){
  .container_div{
    padding-left:10vw;
    padding-right:10vw;
  }
}
@media(min-width:992px){
  .mobile{
    display: none!important;
  }
}
.menu-header-menu-container{
      margin-left: auto;
}
.menu{
	display: flex;
	align-items: center;
	font-size: 15px;
}
.menu li{
  position: relative;
      font-size: 15px;
      font-weight: 500;
      line-height: 19px;
}
.sub-menu{
	position: absolute;
	    top: 100%;
	    left: 50%;
	    width: auto;
	    height: auto;
	    z-index: -1;
	    padding: 0;
	    opacity: 0;
	    white-space: nowrap;
	    transform: translateX(-50%);
	    padding-top: 15px;
			display: none;
}
.sub-menu li{
	margin-right: 0;
  padding: 5px 15px;
  background: white;
	font-weight: 500;
  text-transform:none;
}
.menu-item-has-children:hover .sub-menu{
	opacity:1;
	display: block;
  z-index: 10;
}
.menu-item-has-children:hover a{
	border-bottom:5px solid black;
  font-weight: bold;
}
.menu-item-has-children:hover .sub-menu a{
	border:none;
  font-weight: normal;
}
.logo.blanco{
  display: none;
}
@media(min-width:992px){
  body.home:not(.scrolled) header .logo:not(.blanco){
    display: none;
  }
  body.home:not(.scrolled) header .logo.blanco{
    display: block;
  }
  body.home.scrolled header .logo:not(.blanco){
    display: block;
  }
  body.home:not(.scrolled) header{
    background: transparent;
    color:white;
  }
  body.home:not(.scrolled) header .button-like{
    background: rgba(255,255,255,0.2)!important;
  }
}
.background{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -2;
}
.filter{
  position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
.landing{
  position: relative;
    height: auto;
    background: rgba(0,0,0,0.3);
    color: white;
    padding-top: 300px;
    padding-bottom: 60px;
}
.landing .row{
  align-items: center;
}
.date-holder{
  display: inline-block;
border: 2px solid white;
border-radius: 5px;
overflow: hidden;
text-align: center;
}
.red-part{
  background: #CE2930;
    color: white;
    font-size: 50px;
    line-height: 55px;
    font-weight: bold;
    padding: 40px;
}
.white-part{
  background: white;
color: black;
padding: 15px 50px 30px;
font-size: 40px;
font-weight: 500;
line-height: 43px;
}
.landing .logos{
  display: flex;
margin-top: 80px;
}
.landing .logos img{
  max-width: 300px;
max-height: 60px;
object-fit: contain;
margin-right: 40px;
}
.with_space{
  padding-top:60px;
  padding-bottom:60px;
}
.low-flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(255,255,255,0.5);
  padding-top: 20px;
  margin-top: 20px;
}
.logo-flex{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.basic-card img{
  width: auto;
height: 100%;
object-fit: cover;
aspect-ratio: 1/1;
}
.basic-card{
  display: flex;
aspect-ratio: 346/128;
background: #F5F4F2;
border-radius: 5px;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.basic-card .text{
  flex: 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
.plus_minus{
  position: absolute;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  right: 10px;
  top: 13px;
}
.plus_minus::before{
  content:"";
  background: black;
position: absolute;
height: 2px;
width: 10px;
top: 16px;
left: 14px;
transform: rotate(-45deg);
transition:all 0.33s ease;
}
.plus_minus::after{
  content:"";
  background: black;
    position: absolute;
    height: 2px;
    width: 10px;
    top: 16px;
    left: 8px;
    transform: rotate(45deg);
    transition:all 0.33s ease;
}
.active .plus_minus::before{
  transform: rotate(45deg);
}
.active .plus_minus::after{
  transform: rotate(-45deg);
}
body:not(.home){
  padding-top:111px;
}
.page-landing{
  position: relative;
height: 300px;
display: flex;
justify-content: space-between;
align-items: flex-end;
padding-bottom: 40px;
color:white;
}
.page-landing h1{
  margin:0;
}
.sharing .fa{
  background: rgba(255,255,255,0.4);
width: 40px;
height: 40px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
cursor: pointer;
margin-left:10px;
}
.sharing{
  position: relative;
}
.sharing_options{
  position: absolute;
  top: 0;
  right: 50px;
  opacity:0;
  display: flex;
}
.sharing:hover .sharing_options{
  opacity:1;
}
.collapsible{
  border: none!important;
box-shadow: none!important;
}
.desplegable{
  background: #F5F4F2;
}
.small_space{
  padding-top:40px;
  padding-bottom:40px;
}
.collapsible li{
  margin-bottom:10px;
  border-radius: 5px;
    overflow: hidden;
}
.collapsible-header{
  background: black;
    color: white;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding: 15px;
}
.collapsible-body{
background: white;
border: none;
}
tr{
  border: none!important;
}
.desplegable .button-like.round{
  display: block;
  width: 360px;
}
.button-like.round{
  background: black;
color: white;
border-radius: 40px;
margin: 0 auto;
width: auto;
max-width: 100%;
text-align: center;
}
.narrower{
  width:1000px;
  margin:0 auto;
  max-width:100%;
}
.contenido table{
  height: 144px;
      overflow: hidden;
background: white;
border-radius: 5px;
margin-bottom: 20px;
border-top:1px solid rgba(0,0,0,0.1);
border-left:1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
-moz-box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
}
.contenido table td{
  border-bottom:1px solid rgba(0,0,0,0.1);
  border-right:1px solid rgba(0,0,0,0.1);
  padding: 10px;
}
.contenido table tr:first-child{
  font-weight: bold;
  font-size:17px;
}
.personas{
  background: #F5F4F2;
}
.persona{
  display: block;
border-radius: 5px;
overflow: hidden;
background: white;
-webkit-box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
-moz-box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
box-shadow: 0px 0px 4px -1px rgba(201,201,201,1);
}
.persona h5{
  margin:0;
}
.persona .text{
  padding:15px;
}
.persona img{
  display: block;
width: 100%;
aspect-ratio: 1;
object-fit: cover;
}
.basic-text{
  margin-bottom:20px;
}
.basic-text h5{
  margin:0;
}
@media(min-width:1400px){
 .container_div{
  padding-left: calc(50vw - 550px);
  padding-right: calc(50vw - 550px);
 }
}

@media(max-width:991px){
  .menu-header-menu-container{
    position: fixed;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100vh - 68px);
    background: white;
    padding: 15px 3vw;
    transition: all 0.33s ease;
    opacity: 0;
    transform: translateX(100%);
    overflow-y:scroll;
    overflow-x:hidden;
  }
  .menu_open .menu-header-menu-container{
    opacity: 1;
    transform: none;
  }
  header .menu {
    flex-flow: column;
    align-items: flex-end;
}
.menu li {
    position: relative;
    font-size: 21px;
    font-weight: 500;
    line-height: 45px;
}
.button-like{
      padding: 10px 20px;
}

}
@media(max-width:650px){
  .menu-header-menu-container{
    top: 66px;
    height: calc(100vh - 66px);
  }
  .logo-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
}
.logo-flex img{
  margin-bottom:30px;
}
.menu .social-icons{
  margin-top:30px;
}
.menu .button-like{
  margin-top:30px;
}
}
