/* -----FOOTER STYLES----- */
div#cookie-notice {
    display: none;
}
.cookie-notice-visible{
  position: fixed;
  bottom: 0;
  z-index: 10;
  min-height: 112px;
  display: flex!important;
  align-items: center;
  background: var(--black);
  padding: 0px 32px;
  width: 90%;
  margin: auto;
  width: calc(100% - 64px);
}
.cookie-notice-container {
    margin: auto;
    display: flex;
    flex-direction: column;
}
span#cn-notice-buttons {
    display: flex;
    justify-content: center;
}
span#cn-notice-buttons a {
    margin: 8px;
    padding: 8px;
    color: var(--white);
}
span#cn-close-notice {
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 8px;
    background: var(--black);
    border-radius: 100%;
}
span#cn-close-notice:before {
    background:url("data:image/svg+xml,%3Csvg width='24' height='24' stroke-width='1.5' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.75827 17.2426L12.0009 12M17.2435 6.75736L12.0009 12M12.0009 12L6.75827 6.75736M12.0009 12L17.2435 17.2426' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    width: 24px;
    height: 24px;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
}
section#main-footer {
        height: 400px;
    display: flex;
    flex-direction: column;
justify-content: space-around;
}
section#post-footer {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
footer.row-elements {
    display: flex;
    align-items: stretch;
    flex-direction: row;
justify-content: space-around;
    align-content: space-between;
}
.title-footer img {
    height: 120px;
    margin: auto;
}
.footer-column .title-column{
  margin-top: 0;
  margin-bottom: 24px;
}
ul.footer-list, .post-footer ul {
  list-style: none;
  padding-left: 0;
  font-size: 12px;
  text-transform: uppercase;
}
ul.footer-list a:hover{
    color: var(--secondary);
}
.post-footer ul a:hover{color:var(--main);}
ul.footer-list a, .post-footer ul a {
  color: var(--white);
  text-decoration: none;
}
.footer-column input[type="text"] {
  padding: 5px 15px;
  width: 160px;
  font-family: 'Catamaran', sans-serif;
  border-radius: 4px;
  border: none;
}
footer.row-elements div.footer-column:nth-child(1) {
    display: flex;
    align-items: center;
}
.titlesfooter {
    font-size: 16px;
    font-family: 'Catamaran';
    font-weight: 700;
}
.post-footer {
    display: flex;
    justify-content: space-around;
}
/*
footer.row-elements div.footer-column:nth-child(1) {
  width: 32%;
}
footer.row-elements div.footer-column:nth-child(2) {
  width: 18%;
}
footer.row-elements div.footer-column:nth-child(3) {
  width: 18%;
}
footer.row-elements div.footer-column:nth-child(4) {
  width: 32%;
}*/
.light-gray-color{
  color: var(--grey);
}
.frase-footer p{
  text-transform: uppercase;
}
.frase-footer p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
}
.dark-gray-bg{
  background-color: var(--grey);
}
.post-footer ul{
  display: flex;
}
.post-footer ul li{
  margin-right: 64px;
  line-height: 1;
  text-align: center;
}
section#post-footer .container {
  padding: 8px 0;
}
.footer-column .send-icon{
  display: contents;
}
.footer-column .send-icon input {
    background: var(--main);
    padding: 3px 7px 5px;
    color: var(--white);
    border: 0px;
    font-weight: 400;
}
.footer-column .send-icon input:hover{cursor:pointer;}
.footer-column {
    max-width: 24%;
}
.newsletter-monhly {
    margin-bottom: 16px;
    font-size: 14px;
}
.sib_signup_box_inside_2 {
    display: flex;
}
section#remark {
    padding-bottom: 32px;
}
img.rrss-picture {
    width: 50px;
}
.rrss-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.rrss-footer a {
    /* background: var(--white); */
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    text-align: center;
    padding: 8px;
    cursor: pointer;
}
.rrss-footer a:hover{
  border:solid 1px var(--main);
  padding:7px;
}
.single-rrss {
    color: var(--white);
    font-family: 'Catamaran';
    font-weight: 600;
    font-size: 12px;
}
ul.footer-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0px;
    font-size: 14px;
}
/*hovers*/
.posts-picture:hover > .masinfo-text{background: var(--secondary);}
.posts-picture:hover:before {clip-path: polygon(150% 0, 100% 0, 100% 99%, 0% 225%);}
ul#main-navbar li a:hover {
    text-shadow: 0px 0px 20px var(--black);
    background-color: var(--main);
    color: var(--white);
}
.categories-blog:hover {
    background: var(--secondary);
}
.trabajo-display {
    background: var(--white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.posts-business {
    width: 256px;
    height: 66px;
    background: var(--white);

}
.posts-tecs {
    width: 160px;
    height: 160px;
    background: var(--white);
}

.posts-tecs, .posts-business {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.excerpt-business, .excerpt-tecs {
    margin: 8px 16px;
}
h3.tecs-pics {
    margin: inherit;
    font-family: 'Catamaran';
    line-height: 1;
    font-size: 26px;
    text-transform: none;
}
.excerpt-tecs {
    display: flex;
    flex-direction: column;
    align-items: center;
}
a#cn-accept-cookie {
    background-color: var(--secondary) !important;
    color: var(--black)!important;
}
a#cn-refuse-cookie, a#cn-more-info {
    background-color: var(--black) !important;
}

.choosenotfound {
    margin-top: 16px;
}
.precatnfound {
    margin: 16px auto;
}
div#twitch-embed {
    display: flex;
    justify-content: center;
}
form#sib_signup_form_2 p.sib-alert-message-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
span.wpcf7-not-valid-tip {
    background: #e36b6b;
    padding: 8px;
    font-weight: 600;
}
.screen-reader-response {
display: none;
}
.wpcf7-response-output {
    font-weight: 600;
    font-style: italic;
    color: var(--black);
}
.dblock{display: block!important;}
.sib_loader {
    position: absolute;
}
.master_reservar_nav{cursor: pointer;}
@media only screen and (max-width:1119px) {

  .title-footer img {
      height: 80px;
  }
footer.row-elements {
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
}
.footer-column {
    max-width: initial;
}
.footer-column .title-column {
    margin-top: 24px;
    margin-bottom: 0px;
}
section#post-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.posts-business {
    width: 132px;
    height: 33px;}
}
.noscriptwar{
text-align: center;
border: 1px var(--secondary) solid;
width: fit-content;
margin: auto;
padding: 8px;}
@media only screen and (max-width:865px) {
.post-footer nav ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.post-footer ul li {
    margin: 8px 0px;
}
section#post-footer {
    height: auto;
    background: var(--light-grey);
}
.post-footer ul li {
    margin: 8px 0px;
    font-size: 12px;
    font-weight: bolder;
}
.post-footer ul a {
    color: var(--black);
    text-decoration: none;
}
}
@media only screen and (max-width:494px) {
  /*span#cn-notice-buttons {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin: auto;
}*/

.posts-picture:before{
  clip-path: polygon(150% 0, 100% 0, 100% 99%, 0% 225%)!important;
}
.excerpt-post a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section#main-footer {
    height: auto;
}
footer.row-elements {
    margin-top: 24px;
    margin-bottom: 24px;
}
.rrss-footer {
    flex-wrap: wrap;
}

}
@media only screen and (min-width: 495px) and (max-width:1120px) {
section#main-footer{height: auto;}}

@media only screen and (max-height:760px) and (max-width:1120px) {
  section#main-footer {
      height: auto;}

}
