@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700);

body,
html {
    height: 100%
}



a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.flex,
.grid-body {
    display: -webkit-box;
    display: -ms-flexbox
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .004);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: geometricPrecision
}

*,
:after,
:before {
    box-sizing: inherit
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

body {
    background-color: #fff;
    color: #17181d;
    font-family: 'Gilroy';
    /*font-family: Helvetica;*/
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    width: 100%
}

b,
strong {
    font-weight: 600;
    color: #17181d;
}



em,
i {
    font-style: italic
}

h1,
h2 {
    margin: 0 0 12px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4
}

h1 span,
h2 span {
    display: inline-block;
}

h3 {
    margin: 0 0 12px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.3
}

header.entry-header h1 {
    margin: 0 0 12px;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
}


h3 b,
h3 strong {
    font-weight: 600
}

h4,
h5,
h6 {
    margin: 0 0 12px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.4
}

.flex {
    display: -webkit-flex;
    display: flex
}

.flex.inline_flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex
}

.flex.row {
    -webkit-box-orient: horizontal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.flex.columns,
.flex.row {
    -webkit-box-direction: normal
}

.flex.columns {
    -webkit-box-orient: vertical;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap
}

.flex.row-reversed,
.grid-body {
    -webkit-box-orient: horizontal
}

.flex.nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex.wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex.space-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex.row-reversed {
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse
}

.grid-body,
.grid-item {
    -webkit-box-direction: normal
}

.flex.vleft {
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left
}

.flex.vcenter {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex.vend {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex .self_center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.container {
    display: block;
    margin: 0 auto;
    max-width: 84%
}

@media (min-width:769px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width:769px) and (max-width:1100px) {
    .container {
        max-width: 90%
    }
}




.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;

            line-height: 1.2;
            width: 100%;
            position: fixed;
            bottom: 0;
            height: 85px;
            z-index: 9;
            background: #fff;
            box-shadow: 0px -1px 12px rgb(0 0 0 / 15%);
}
.banner-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
img.banner-logos-img2 {
    max-width: 100px;
}
img.banner-logos-img1 {
    margin-top: -32px;
}

  .banner-orangebox {
    background: linear-gradient(63.43deg, #FF5038 64.37%, #EE880E 100%), #FFFFFF;
    padding: 20px;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .banner-orangebox p {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
  }
  

  .banner-centerbox a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  

  
  
  .banner-centerbox-subtitle:before {
    content: '';
    display: block;
    width: 2px;
    height: 40%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .banner-buttonbox {
    width: 27%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  
  .banner-buttonbox .calltoaction {
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    background: #FF5038;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 5px solid rgba(255, 255, 255, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.2);
    border-radius: 96px;
    cursor: pointer;
  }
  
  .banner-buttonbox .calltoaction a {
    color: #fff;
    text-decoration: none;
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
    .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .banner-orangebox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 10px;
    }
    .banner-centerbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .banner-centerbox-title {
      padding: 15px;
      font-size: 35px;
    }
    .banner-centerbox-subtitle {
      padding: 10px;
      font-size: 25px;
    }
    .banner-centerbox-subtitle:before {
      content: none;
    }
    .banner-buttonbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 10px;
    }
    .banner-buttonbox .calltoaction a {
      font-size: 22px;
    }
  }
  }
  
  .banner-orangebox {
    background: linear-gradient(63.43deg, #FF5038 64.37%, #EE880E 100%), #FFFFFF;
    padding: 20px;
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .banner-orangebox p {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
  }
  
  .banner-centerbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            width: 42%;
            height: 100%;
            background: #fff;
  }
  
  .banner-centerbox-title {
    color: #FF5038;
    font-size: 24px;
    font-weight: 700;
    padding: 20px 15px 20px 20px;
  }
  
  .banner-centerbox-subtitle {
    color: rgba(0, 0, 0, 0.75);
    font-size: 22px;
    font-weight: 700;
    padding: 20px 20px 20px 15px;
    position: relative;
  }
  
  .banner-centerbox-subtitle:before {
    content: '';
    display: block;
    width: 2px;
    height: 40%;
    background: rgba(51, 51, 51, 0.4);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  
  .banner-buttonbox {
    width: 27%;
    height: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
  }
  
  .banner-buttonbox .calltoaction {
    padding: 4px 8px;
    font-weight: 500;
    font-size: 14px;
    background: #FF5038;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 5px solid rgba(255, 255, 255, 0.25);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 2px 64px rgba(0, 0, 0, 0.2);
    border-radius: 96px;
    cursor: pointer;
  }
  
  .banner-buttonbox .calltoaction a {
    color: #fff;
    text-decoration: none;
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
    .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .banner-orangebox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 10px;
    }
    .banner-centerbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
    }
    .banner-centerbox-title {
      padding: 15px;
      font-size: 35px;
    }
    .banner-centerbox-subtitle {
      padding: 10px;
      font-size: 25px;
    }
    .banner-centerbox-subtitle:before {
      content: none;
    }
    .banner-buttonbox {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      padding: 10px;
    }
    .banner-buttonbox .calltoaction a {
      font-size: 22px;
    }
  }


  span.cerrarBarraContacto {
    position: absolute;
    top: -22px;
    right: -45px;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient( 
        63.43deg, #FF5038 64.37%, #EE880E 100%), #FFFFFF;
}

span.cerrarBarraContacto:before {
    border-radius: 50%;
    border: 3px solid #fff;
    transform: scale(.0001);
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
}

span.cerrarBarraContacto:hover:before {
    opacity: 1;
    transform: scale(1.12);
}

/* ESTILOS GENERALES */

body>#page {
    height: auto;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.content_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cabecera {
    width: 100%;
    height: 100vh;
    background: #17181d;
}

.slide__img:after {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /*background-image: linear-gradient(135deg, #ED8101 0%, #00536E 100%);*/
    background-image: linear-gradient(100deg, #18171d 0%, #ffffff40 100%);
    opacity: .4;
}

span.text_max {
    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    opacity: .3;
    font-weight: 100;
    font-family: Gilroy;
    line-height: 130px;
    letter-spacing: 7.61px;
    visibility: hidden;
}

span.text_mini {
    bottom: 0;
    right: 90px;
    position: absolute;
    font-size: 26px;
    color: #fff;
    opacity: 1;
    font-weight: 300;
    font-family: Gilroy;
    line-height: 130px;
    letter-spacing: .5px;
    visibility: hidden;
}

section#seccion_1 {
    width: 100%;
    display: block;
    position: relative;
    /*overflow: hidden;*/
    background: #ED8101 url(../assets/images/home/mundo.png) no-repeat center center;
    z-index: 9;
}




section#seccion_1 .row {
    padding: 60px 0 120px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    justify-content: flex-start;
    z-index: 9;
}

section.galeria_img {
    padding: 100px 0;
}


.row.content_sec_1 .content_text {
    width: 50%;
    padding-left: 34px;
    border-left: 10px solid #fff;
    position: relative;
}

.row.content_sec_1 .content_text h2 {
    color: #fff;
    font-size: 51px;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 30px;
}

.row.content_sec_1 .content_text p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

#video_play {
    position: absolute;
    top: calc(50% - 50px);
    right: calc(0% - 350px);
}

div#video_play a p {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.83px;
    font-weight: bold;
}


div#video_play figure {
    position: relative;
}

div#video_play figure:before {
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 20px);
    content: "";
    width: 40px;
    height: 40px;
    background: #fff;
    z-index: -1;
}



svg#btn_play {
    transition: transform .4s cubic-bezier(.215, .61, .355, 1);
}

svg#btn_play:hover {
    transform: scale(1.05);
    box-shadow: 0px 12px 30px rgba(1, 1, 0, 0.3);
    -webkit-box-shadow: 0px 12px 30px -12px rgba(1, 1, 0, 0.35);
    box-shadow: 0px 12px 30px -12px rgba(1, 1, 0, 0.35);
    border-radius: 50%;
    transition: transform .6s cubic-bezier(.215, .61, .355, 1);
}

section#servicios {
    padding: 120px 0;
    background: #f7f7f8;
}

header.header_seccion {
    padding-bottom: 60px;
    text-align: center;
}

span.sub {
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .5);
    font-size: 0.725rem;
    line-height: 1;
    letter-spacing: .25em;
}

.row.content_servicios {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.content_servicios .comun {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 33.333%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    min-width: 33.333%;
    max-width: 33.333%;
}

.row.content_servicios .comun .comun_inner {
    box-shadow: 0 0 27px 2px rgba(0, 0, 0, 0.14);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 100%;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.row.content_servicios .comun .comun_inner:hover {
    background: #ed8101;
    color: #fff;
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
}



.row.content_servicios .comun .comun_content {
    position: relative;
    height: auto;
    width: 100%;
    padding: 70px 45px 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* min-height: 500px; */
}

.row.content_servicios .comun .comun_content h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 18px;
}

.row.content_servicios .comun .comun_content p {
    font-size: 15px;
}

.row.content_servicios .comun .comun_inner>a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
}

#icon_svg circle,
#icon_svg path {
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.row.content_servicios .comun .comun_content:hover #icon_svg circle {
    fill: #f8f8f8;
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.row.content_servicios .comun .comun_content:hover #icon_svg path {
    fill: #ed8101;
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

span.link_servicios {
    display: none;
}



/* VALORES */

section#valores {
    padding: 120px 0;
    background: #17181d;
    color: #fff;
}

section#valores .sub {
    color: rgba(255, 255, 255, 0.6);
}

.row.content_valores h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}


.row.content_valores {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.content_valores .comun {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
}


.row.content_valores .comun {
    text-align: center;
}

.row.content_valores .comun p {
    padding: 0 24px;
    font-size: 15px;
    line-height: 21px;
}


.content_valores figure {
    width: 62px;
    height: 62px;
    margin: 0 auto;
    background: #F79B2D;
    position: relative;
    border-radius: 8px;
    margin-bottom: 24px;
}

.content_valores svg {
    position: absolute;
    bottom: 0px;
    left: 21px;
}

.content_valores .valores_3 {
    left: 12px;
}

/* CLIENTES */

section#clientes {
    padding: 120px 0;
}

section#clientes .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

section#clientes .content_left {
    height: auto;
    width: 50%;

    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 126px;
}

section#clientes .content_right {
    height: auto;
    width: 50%;
    margin-top: 42px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;

}

.clientes_left p {
    margin-bottom: 12px;
}

section#partnerships .content_left {
    height: auto;
    width: 50%;

    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    padding-right: 126px;
}

section#partnerships .content_right {
    height: auto;
    width: 50%;
    margin-top: 42px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
    justify-content: center;
    align-items: center;
    display: flex;

}

.alianzas {
    text-align: center;
}

.alianzas h4 {
    font-size: 16.2px;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 18px;
}

img.logos_alianzas {
    margin-bottom: 12px;
    filter: grayscale(90%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

img.logos_alianzas:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

/* Partners*/

section#partnerships {
    padding: 140px 0;
}

section#partnerships .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* EQUIPO */

#equipo .btn_secundario.btn_next {
    visibility: visible;
}

.content_slider_equipo .slick-arrow {
    visibility: hidden;
}

#equipo {
    background: #F07F00;
    position: relative;

}

#equipo .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_slider_equipo {
    height: auto;
    width: 768px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 768px;
    -ms-flex-preferred-size: 768px;
    flex-basis: 768px;
    min-width: 768px;
    max-width: 768px;
    position: relative;
    margin-left: -10%;
    padding-right: 0;
    height: 100%;
}

#equipo .content_right {
    height: auto;
    width: 45%;
    margin-top: 0;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    min-width: 45%;
    max-width: 45%;
    justify-content: flex-end;
    flex-flow: column;
    display: flex;
    padding-bottom: 40px;
    padding-left: 60px;
}

.bocadillo {
    position: absolute;
    top: 70px;
    right: 70px;
    z-index: -1;
}

.bocadillo.bocadillo-2 {
    top: 130px;
}

.bocadillo_inner {
    width: 250px;
    height: 250px;
    background: #fff;
    border-radius: 50% 50% 50% 50%;
    padding: 45px 18px;
    text-align: center;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.bocadillo_inner h5 {
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
}

.bocadillo_inner p {
    font-size: 14px;
}

.flechas_paginacion {
    position: absolute;
    bottom: 40px;
    right: 18px;
}

.flechas_paginacion button {
    position: relative;
    display: inline-block;
    background: #17181d;
    padding: 10px;
    border-radius: 30px;
    color: #fff;
    border: none;
}

button.left svg {
    transform: rotate(180deg);
}

.content_slider_equipo .slick-slide img {
    display: block;
    max-width: 680px;
    max-height: 530px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(90%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.content_slider_equipo .slick-slide img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all .6s cubic-bezier(.25, .46, .45, .94);
    -webkit-transition: all .6s cubic-bezier(.25, .46, .45, .94);
}

.comun.miembro_4 img {
    position: absolute;
    left: 193px;
}

section#equipo:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
}

section#equipo .content_right h2 {
    margin-bottom: 0;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 40px;
}

#equipo .content_right p {
    margin-top: 18px;
}

#equipo .content_right .sub:nth-child(1) {
    color: #fff;
}


/* Como trabajamos */

section#como_trabajamos {
    padding: 120px 0;
    background: #17181d;
}



.row.content_como_trabajamos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.row.content_como_trabajamos:before {
    border-top: 2px dashed #ffffff;
    position: absolute;
    content: "";
    width: calc(100% - 300px);
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.row.content_como_trabajamos .comun {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    text-align: center;
}


.row.content_como_trabajamos .comun:hover figure {

    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    -webkit-transition: -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path .3s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
}



.row.content_como_trabajamos h3 {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
    color: #fff;
}

.row.content_como_trabajamos p {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
}

section#como_trabajamos .sub {
    color: rgba(255, 255, 255, 0.6);
}

section#como_trabajamos header.header_seccion h2 {
    color: #fff;
}

.row.content_como_trabajamos .comun figure {
    width: 160px;
    height: 160px;
    clip-path: circle(calc(50% - 15px) at 50% 50%);
    -webkit-clip-path: circle(calc(50% - 15px) at 50% 50%);
    margin: 0 auto;
    margin-bottom: 25px;
    position: relative;
    -webkit-transition: -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path .3s cubic-bezier(.25, .46, .45, .94);
    transition: clip-path .3s cubic-bezier(.25, .46, .45, .94), -webkit-clip-path .3s cubic-bezier(.25, .46, .45, .94);
}

.step {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 42px;
    font-weight: 800;
    color: #fff;
    width: 100%;
}

.como_img_1 figure {
    background-image: url(../assets/images/home/como_img_1.png);
}

.como_img_2 figure {
    background-image: url(../assets/images/home/como_img_2.png);
}

.como_img_3 figure {
    background-image: url(../assets/images/home/como_img_3.png);
}

.como_img_4 figure {
    background-image: url(../assets/images/home/como_img_4.png);
}

.como_img_1,
.como_img_2,
.como_img_3,
.como_img_4 {
    background-repeat: no-repeat;
    background-size: cover;
}

/* */


/*  SECCION DONDE ESTAMOS */


section#donde_estamos {
    padding: 120px 0;
    padding-bottom: 180px;
    background: #fbfbfb;
}

.content_donde_estamos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.content_donde_estamos .comun {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: 25%;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
    justify-content: center;
    align-items: center;
}

.comun.mapa {
    width: 75%;
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    min-width: 75%;
    max-width: 75%;
    position: relative;
}



.comun.localizaciones {
    background: #f07f00;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    background: #17181d url(../assets/images/home/mundo_blanco.png) no-repeat center center;
    position: relative;
    justify-content: center;
    overflow: hidden;
    display: none;
}

.comun.localizaciones:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(45deg, #17181d, rgba(24, 23, 29, 0.71));
}

.localizaciones .content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    z-index: 9;
}

.comun.sedes {
    align-items: flex-start;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
}

.localizaciones .content_inner h4 {
    margin: 24px 0 8px 0;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 6px;
    margin-top: 12px;
}

.localizaciones .content_inner p {
    color: #fff;
}

.list_localizaciones li {
    font-weight: 500;
    color: #fff;
}



/* ACORDEON CON CSS */

.content_acordeon {
    margin: 3.75rem 0 2rem;
}

.accordion {
    margin: 0;
    padding: 0;
    color: #242424;
    padding-right: 60px;
}

.accordion__item {
    position: relative;
    list-style-type: none;
    padding: 0% 0%;
    margin-top: 18px;
}
li.accordion__item a:hover{
    font-weight: 600;
    color: #F5BA74 !important;
}

.accordion__item:not(:last-of-type) {}

.content_acordeon input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.accordion__title {
    padding-right: 1.5rem;
    font-size: 1.25rem;
    border-bottom: 1px solid rgba(24, 23, 29, 0.1);
    font-size: 18px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 12px;
    margin-top: 6px;

}

.accordion__arrow {
    position: absolute;
    right: 0;
    margin-top: 26px;
    margin-right: 6%;
}

.accordion__arrow::before,
.accordion__arrow::after {
    content: "";
    position: absolute;
    background-color: #a0a58d;
    width: 3px;
    height: 9px;
    top: -15px;
    transition: transform 0.25s ease-in-out;
}

/* Comentado para posicionar el marcador hacia abajo y hacerlo estático. */
.accordion__arrow::before {
    /* transform: translateX(-2px) rotate(45deg); */
    transform: translateX(-2px) rotate(-45deg);
}

.accordion__arrow::after {
    /* transform: translateX(2px) rotate(-45deg); */
    transform: translateX(2px) rotate(45deg);
}

/* Comentado para desactivar la animación al hacer click en el input */
input[type="checkbox"]:checked~.accordion__arrow::before {
    /* transform: translateX(2px) rotate(45deg); */
}

input[type="checkbox"]:checked~.accordion__arrow::after {
    /* transform: translateX(-2px) rotate(-45deg); */
}

.accordion__content {
    position: relative;
    max-height: 200px;
    margin: 0;
    opacity: 1;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    line-height: 1.6;
    z-index: 2;
    color: rgba(23, 22, 29, 0.7);
}

input[type="checkbox"]:checked~.accordion__content {
    /* Comentado para mantener el acordeón abierto */
    /* max-height: 0;
   opacity: 0; */
}

.entry-content li.blocks-gallery-item {
    margin-bottom: 0 !important;
    flex-grow: initial;
    width: calc(19.9% - .75em) !important;
}

@media (max-width: 768px) {
    .entry-content li.blocks-gallery-item {
        width: calc(50% - .75em) !important;
    }
 
    .container {
        width: 100%;
    }

    .row.content_sec_1 .content_text {
        border-left: none;
    }

    .row.content_servicios .comun {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    header.header_seccion {
        padding-bottom: 0;
    }

    .row.content_valores .comun {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    section#clientes .content_left {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 15px;
    }

    section#clientes .content_right {
        margin-top: 60px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    section#clientes .row {
        padding: 0;
    }

    section#equipo:before {
        height: auto;
    }

    #equipo .content_right {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;

    }

    #equipo .row {
        padding-bottom: 0;
    }

    .content_slider_equipo {

        width: 100%;

        -webkit-flex-basis: 100;
        -ms-flex-preferred-size: 100;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;


    }

    .content_slider_equipo .slick-slide img {
        display: block;
        max-width: 100%;
        max-height: 333px;
        padding-top: 102px;
        overflow: hidden;
    }

    .slider_equipo .slick-list {
        overflow: inherit;
    }

    .bocadillo {
        position: absolute;
        top: -66px;
        right: calc(50% - 125px);
    }

    img.miembro_3_img {
        position: relative;
        left: -35px !important;
    }

    .comun.miembro_4 img {
        margin-left: 100px;
    }

    section#partnerships .content_left {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    section#partnerships .content_right {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-bottom: 30px;
        margin-top: 0;
    }

    section#partnerships .row {
        padding: 0;
    }

    .row.content_como_trabajamos .comun {
        width: 100%;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        cursor: pointer;

    }

    .content_donde_estamos {
        flex-flow: column;
    }

    .content_donde_estamos .comun {
        width: 100%;
        -webkit-flex-basis: 84%;
        -ms-flex-preferred-size: 84%;
        flex-basis: 100%;
        min-width: 100%;
        max-width: 100%;
        margin: 0 auto;

    }

    img.imagen_detalle {
        position: relative !important;
        width: 100% !important;
    }

    section#especialistas .content_text {
        width: 100% !important;
        padding: 60px 30px !important;
    }

    section#especialistas div.container div.context_text header h2 {
        margin-bottom: 20px;
    }

    .localizaciones .content_inner {
        width: 84%;
        padding: 24px 0;
    }

    .comun.mapa {
        margin-top: 42px;
    }

    .comun.sedes {
        bottom: 0;
        position: relative;
    }

    section#especialistas:before {
        width: 100% !important;
    }

    .content_footer .content_inner {
        flex-direction: column;
    }

    .content_footer .content_inner .comun {
        width: 100% !important;
        -webkit-flex-basis: 100% !important;
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

}

/* FIN ACORDEON CON CSS */

/* ANIMACION BOTÓNES MAPAS */
/* btn home play */


.puntos_mapa {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}


.dot {
    width: 14px;
    height: 14px;
    position: absolute;
    background: #f07f00;
    border-radius: 50%;
    z-index: 3;
    animation: dot3 1s alternate infinite;
}

.dot.granada {
    top: 80%;
    left: 45.5%;
    width: 26px;
    height: 26px;
}

.dot.acoruna {
    top: 14.5%;
    left: 17%;
}


.dot.barcelona {
    top: 31%;
    right: 22.5%;
}

.dot.zaragoza {
    top: 32%;
    right: 40.5%;
}

.dot.palma {
    top: 53%;
    right: 17%;
}

.dot.sevilla {
    top: 78%;
    left: 32.5%;
}

.dot.malaga {
    top: 84%;
    left: 38.5%;
}

.dot.almeria {
    top: 81%;
    right: 46.5%;
}

.dot.badajoz {
    top: 65%;
    left: 30.5%;
}

.dot.murcia {
    top: 58%;
    right: 37.5%;
}

.dot.valencia {
    top: 72%;
    right: 41.5%;
}

.dot.cadiz {
    top: 87%;
    left: 32.5%;
}

.dot.madrid {
    top: 44%;
    left: 44%;
}

.puntos_mapa .dot:after,
.puntos_mapa .dot:before {
    content: '';
    border: 1px solid;
    border-color: #ef8000;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-animation: 2s dot2 linear infinite;
    animation: 2s dot2 linear infinite;
}

.puntos_mapa .dot:after,
.puntos_mapa .dot:before {
    border-color: #f07f00;
}




/*.puntos_mapa:before {
	-webkit-animation-delay: .5s;
	animation-delay: .5s
}*/


@-webkit-keyframes stm_zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes stm_zoom {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .6
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes dot2 {
    0% {
        transform: translate(-50%, -50%);
        opacity: .6
    }

    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0
    }
}

@keyframes dot3 {
    0% {
        transform: translate(-50%, -50%);
    }

    100% {
        transform: translate(-50%, -50%) scale(1.3);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


/* ESPECIALISTAS */

section#especialistas {
    position: relative;
    overflow: hidden;
}

section#especialistas:before {
    z-index: 1;
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(100deg, #18171d 0%, #ffffff40 100%);
    opacity: .1;
}

img.imagen_detalle {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover;
}

section#especialistas .container {
    max-width: 100%;
}

section#especialistas .content_text {
    width: 50%;
    margin-left: auto;
    padding: 90px;
    background: #17181d;
    color: #fff;
}

section#especialistas .content_text .sub {
    color: #fff;
}

section#especialistas .content_text p {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.7);
}


/* NEWSLETTER */

div#newsletter {
    background-color: #F07F00;
    padding: 120px 0 100px 0;
    text-align: center;
    display: none;
}

.newsletter.form {
    padding-top: 24px;
}

.newsletter form.wpcf7-form span.your-name input {
    height: 51px;
    width: 388px;
    border: none;
    border-radius: 4px;
    padding: 14px 18px;
}


input.wpcf7-form-control.wpcf7-submit {
    background: #17181d;
    border: none;
    height: 51px;
    width: 164px;
    color: #fff;
    border-radius: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.725rem;
    line-height: 1;
    letter-spacing: .25em;
    margin-top: 25px;

}

div#newsletter header p {
    font-size: 18px;
    line-height: 24px;
}

.checkbox {
    display: flex;
    margin-top: 9px;
    font-size: 14px;
    justify-content: flex-start;
    width: 100%;
}

.checkbox .box {
    margin-right: 6px;
    margin-top: 1px;
}



/* FOOTER */


footer#colophon {
    padding-top: 120px;
    background: #f07f00;
    padding-bottom: 42px;
}

.content_footer {
    padding-bottom: 100px;
}

.content_footer .content_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.content_footer .content_inner .comun {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    height: auto;
    width: 25%;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    min-width: 25%;
    max-width: 25%;
}

.content_footer .content_inner .bloc_menu_footer {
    width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    min-width: 30%;
    max-width: 30%;
}



ul#footer-menu {
    display: flex;
    flex-flow: row wrap;
}

ul#footer-menu li {
    width: 100%;
}

ul#footer-menu li a {
    font-size: 16px;
    font-weight: 400;
    padding: 0 12px;
    padding-left: 0;
}

ul#footer-menu li:nth-child(even) a {
    padding-right: 0;
}


ul#footer-legal li:not(:first-child) {
    margin-left: 30px;
}

ul#footer-legal li:not(:first-child):before {
    position: absolute;
    top: calc(50% - 3px);
    right: calc(100% + 15px);
    height: 6px;
    width: 1px;
    background-color: #ffffff;
    content: "";
}

div#footer-menu-legal ul li a {}




.comun.info_footer img {
    margin-top: -15px;
}

.comun.unete_footer a {
    text-decoration: underline;
    font-weight: 700;
    color: #111;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.comun.unete_footer a:hover {
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.comun.info_footer a {
    font-weight: 700;
    color: #111;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.comun.info_footer a:hover {
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
    transition: all .3s cubic-bezier(.165, .84, .44, 1);
}


.content_footer_footer {
    text-align: center;
}

ul.social {
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}

ul.social li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    background: #000;
    border-radius: 50%;
    margin-right: 12px;
}

.u-visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

span.svg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

div#fondo_europeo .content_inner {
    display: flex;
    flex-flow: wrap;
    padding: 45px 0 30px 0;
    align-items: center;
    align-items: flex-start;
    justify-content: center;
}

div#fondo_europeo .content_inner .content_text>img {
    margin-right: 24px;
}

div#fondo_europeo .fondo_europeo-inner {}

.fondo_europeo-footer {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

div#fondo_europeo .content_inner .content_text {
    width: 80%;
    display: flex;
    align-items: flex-start;
}

div#fondo_europeo .content_inner .content_text p {
    font-size: 12px;
    flex: 1;
    text-align: justify;
}

.fondo_europeo-footer p:last-child {
    color: #00247d;
    font-weight: 700;
    text-align: right !important;
}

.fondo_europeo-footer p:first-child {
    color: #969696;
    font-weight: 700;
}

div#fondo_europeo .content_inner .content_iconos {
    width: 20%;
}

div#fondo_europeo .content_inner .content_iconos .logos img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
}

div#fondo_europeo .content_inner .content_iconos .logos img:nth-child(2) {
    max-width: 120px;
}

.fondo_europeo-inner.logos_lacaixa {
    display: flex;
}
.logos_lacaixa-img {
    max-width: 210px;
        padding: 0 20px 0 0;
}


#fondo_helix .content_inner {
    max-width: 80%;
    margin: 0 auto;
    padding-bottom: 60px;
}
.fondo_helix-inner {
    display: flex;
    flex-flow: wrap;
    padding: 45px 0 30px 0;
    align-items: center;
    align-items: flex-start;
}
.fondo_helix-inner span {
    width: 100%;
    display: flex;
    flex-flow: wrap;
}
.fondo_helix-inner strong {
    margin-right: 12px;
}

.fondo_helix-inner h3 {
    font-weight: 700;
    color: #000;
}

@media (max-width: 1024px) {
    #fondo_helix .content_inner {
    max-width: 100%;
}
    div#fondo_europeo .content_inner {
        flex-flow: column;
    }

    div#fondo_europeo .content_inner .content_text {
        width: 100%;
        flex-flow: column;
        align-items: center;
    }

    div#fondo_europeo .fondo_europeo-inner {
        padding-top: 24px;
    }

    div#fondo_europeo .content_inner .content_iconos {
        width: 100%;
        margin-top: 60px;
    }

    div#fondo_europeo .content_inner .content_text p {
        text-align: center;
    }
    .fondo_europeo-inner.logos_lacaixa {
        flex-flow: column;
        align-items: center;
    }
    .logos_lacaixa-img {
        margin-bottom: 24px;
    }

}


/*-----------------------*/

/*    SLIDER CABECERA    */

/*-----------------------*/

@media (min-width: 1024px) {

    .slider,
    .slide {
        height: 100%;
    }
}

.slide {
    position: relative;
}

.slick-list {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slide .slide__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

table.table.table-column-header tbody tr td {
    padding: 18px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table tbody tr td{
      border-left: 1px solid #c8c8c8;
    padding: 7px 10px;
}
.entry-content ol,
.entry-content ul {
    list-style: disc;
    margin-left: 24px;
}

@media (min-width: 1024px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    transition: all 1s ease;
}

.slide_1 .slide__img img {
    object-position: 70%;
}

@media (min-width: 768px) {
    .slide_1 .slide__img img {
        object-position: center;
    }
}

.slide .slide__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    z-index: 99;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
}

.slide .slide__content--headings {
    text-align: left;
    color: #FFF;
    max-width: 50%;
    z-index: 999;
    position: relative;
}

.slide .slide__content--headings h2 {
    /* font-family: 'Gilroy';
    font-size: 27px;
    line-height: 32px;
    font-weight: 100;
    letter-spacing: .5px;*/
}

span.typewrite {
    position: relative;
}

span.typewrite:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30px;
    height: 100%;
    width: 10px;
    background: #ED8101;
}


.slide .slide__content--headings span {
    font-family: 'Gilroy';
    font-size: 5rem;
    font-weight: 800;
    line-height: 75px;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.65px;
    margin: 0;
    text-shadow: 0 1px 1px rgba(24, 23, 29, 0.4);
}

.slide__content--headings p {
    font-family: 'Gilroy';
    font-size: 27px;
    /* line-height: 32px;*/
    font-weight: 100;
    letter-spacing: .5px;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-dotted.slick-slider {
    position: relative;
    height: 100%;
}

ul.slick-dots {
    z-index: 99;
    position: absolute;
    top: calc(50% - 48px);
    width: auto;
    right: 8%;
    display: block;
    display: inline-table;
}

.slick-dots li {
    display: block;
    margin-bottom: 12px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ED8101;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: transform .3s;
    -webkit- transition: transform .3s;
}

.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 21px;
    -webkit-transform: scale(.6);
    -moz-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    transition: transform .3s;
    -webkit-transition: transform .3s;
}

/*-----------------------*/

/*          FIN          */

/*-----------------------*/

header.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-top: 70px;
    border: 1px solid #979797;
    opacity: 0.6;
    background: linear-gradient(135deg, #ED8101 0%, #00536E 100%);
}

.home header.site-header {
    position: absolute;
    background: none;
    opacity: 1;
    border: none;
    top: 0;
    left: 0;
}

.header_menu_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    justify-content: flex-end;
    align-items: center;
}

.mail {
    margin-right: 24px;
    padding-top: 8px;
}

.buscador {
    margin-right: 24px;
    padding-top: 8px;
    visibility: hidden;
}



ul#primary-menu li a {
    color: #fff;
    padding: 0 12px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}

.btn_principal {
    margin-top: 40px;
    display: block;
}

.btn_principal a {
    font-size: 14px;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 18px 42px;
    color: #ED8101;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn_principal a:hover {
    color: #fff;
    background: #F0972F;
    transition: background-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn_secundario {
    margin-top: 30px;
    display: block;
}

.btn_secundario a {
    color: #ED8101;
    font-weight: 600;
    display: block;
    font-size: 16px;
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn_secundario a:hover {
    color: #F0972F;
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.btn_secundario a:hover:before {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
}





.btn_next a {
    position: relative;
    display: inline-block;
    background: #17181d;
    padding: 4px 24px;
    border-radius: 30px;
    color: #fff;
}

.btn_next a i {
    margin-left: 5px;
    display: inline-block;
}

.btn_next a:before {
    /*  content: "";
   width: 24px;
   height: 24px;
   position: absolute;
   top: calc(50% - 12px);
   right: -48px;
   background: url(../assets/images/next.svg) no-repeat center center;
    transition: transform .3s cubic-bezier(.25,.46,.45,.94);*/
}

.text_pie {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 66%;
    min-height: 200px;
}

.lista_logos {
    margin-top: 24px;
}

.lista_logos .slick-slide img {
    margin: 0 auto;
}

.lista_logos h5 {
    color: #4A4A4A;
    font-weight: 800;
}

article.articulos_busqueda {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: border-color .2s cubic-bezier(.25, .46, .45, .94);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.search_title {
    color: #F0972F;
}

.articulos_busqueda h4.entry-title a {
    font-size: 22px;
}

/*-----------------------*/

/* SLIDER LISTA EMPRESAS */

/*-----------------------*/

.lista_logos .slick-prev:before,
.slick-next:before {
    opacity: 1 !important;
    color: #ef8c00 !important;
}

.lista_logos .slick-prev {
    right: 60px;
    top: -30px;
    left: auto;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 32px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1)
}

.lista_logos .slick-next {
    right: 20px;
    top: -30px;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 32px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .1)
}

.lista_logos .slick-next:before {
    content: '>' !important;
}

.lista_logos .slick-prev:before {
    content: '<';
}

/*-----*/

/* FIN */

/*-----*/

section#seccion_4 {
    background: #FFE3C3;
}



.porque .content_text {
    text-align: center;
}

.porque .content_text h3 {
    letter-spacing: 1.61px;
    font-size: 46px;
    font-weight: 100;
}

section#seccion_5 {
    background: url(../assets/images/bg_equipo.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    height: 100vh;
}

section#seccion_5:before {
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-135deg, #ED8101 0%, #00536E 100%);
    opacity: .5;
}

.equipo .content_text h2 p {
    color: #fff;
    font-size: 27px;
    font-weight: 100;
    letter-spacing: .5px;
}

.equipo .content_text {
    text-align: center;
}

.equipo .content_text h2 span {
    font-size: 84px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 900;
    line-height: 52px;
}

.equipo .container {
    height: 100%;
}

.equipo .row {
    padding: 200px 0;
    height: 100%;
    align-items: center;
}

.noticias header {
    padding: 90px 0 60px 0;
    text-align: center;
}

.noticias header h2 {
    font-size: 45px;
    line-height: 65px;
}

.noticias header span {
    color: #ED8101;
    font-weight: 700;
}

.noticias .row {
    padding-top: 0;
}

.comun.ultima_noticia {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.comun.ultima_noticia article {
    padding: 30px 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 50%;
}

.img_noticia {
    height: 360px;
    margin-bottom: 18px;
}


.img_noticia img {
    -webkit-box-shadow: 0 6px 36px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 6px 36px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 6px 36px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 6px 36px 0 rgba(0, 0, 0, .12);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.fecha {
    color: #ED8101;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.content_info h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 16px;
}

.content_info .btn_next a {
    font-size: 16px;
}

.content_info h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 14px;
    margin-top: 2px;
}

section#casosdeexito {
    display: block;
    width: 100%;
    background: #F2F2F2;
    padding: 80px 0;
}

.CasosDeExito .content_slider {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.CasosDeExito .slider_img {
    padding: 0px 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 50%;
}

.CasosDeExito .slider_content_text {
    padding: 30px 40px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 50%;
}

.slider_content_text h2 {
    color: #ED8101;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 24px;
    padding-right: 20%;
}

.testimonio span {
    display: block;
}



.CasosDeExito .slick-prev {
    right: auto;
    top: 50%;
    left: -25px;
}

.CasosDeExito .slick-next {
    right: -25px;
    top: 50%;
}

.CasosDeExito .slick-next,
.CasosDeExito .slick-prev {
    background: #17181d;
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

.CasosDeExito ul.slick-dots {
    display: none !important;
}

.slider_img img {
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
}

.testimonio .btn_next a {
    font-size: 16px;
}

section#proyectos_activo {
    padding-bottom: 60px;
}



.list_proyectos_activo ul {
    justify-content: space-around;
}



img.miembro_2_img {
    position: absolute;
    right: 26px;

}

img.miembro_1_img {
    position: absolute;
    top: 0;
    left: 55px;
}

img.miembro_3_img {
    position: relative;
    left: 34px;
}


/* SEARCH */

body.search-active {
    /* overflow: hidden;*/
}

body.search-active .search-input {
    opacity: 1;
    transform: none;
    pointer-events: all;
}

body.search-active .icon-close {
    opacity: 1;
}

body.search-active .control {
    cursor: default;
}

body.search-active .control .btn-material {
    height: 80px;
}

body.search-active .control .icon-material-search {
    opacity: 0;
}

.content_header form#searchform {
    position: absolute;
    width: 100%;
    top: 85px;
    left: 0;
    height: 80px;
}

/* Close Icon */

.icon-close {
    position: absolute;
    top: 14px;
    left: 0;
    color: #ef8000;
    cursor: pointer;
    font-size: 32px;
    width: 56px;
    height: 56px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: 100;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
}

.icon-close:hover {
    transform: rotate(0);
}

/* Search Input */

.search-input {
    height: 80px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -40px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
    z-index: 999;
}

.search-input input {
    width: 100%;
    color: #ef8000;
    font-size: 32px;
    border: 0;
    background: transparent;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    padding: 0 48px;
    z-index: 100;
    height: 100%;
}

.search-input ::-webkit-input-placeholder {
    color: #EEE;
}

.search-input :-moz-placeholder {
    color: #EEE;
    opacity: 1;
}

.search-input ::-moz-placeholder {
    color: #EEE;
    opacity: 1;
}

.search-input :-ms-input-placeholder {
    color: #EEE;
}

/* Container */

.container {
    /* padding-right: 50px;
  padding-left: 50px;*/
    position: relative;
}

.container.container-dark {
    background: #22313F;
    color: #FFF;
}

/* Control btn */

.control {
    cursor: pointer;
}

.control .btn-material {
    position: absolute;
    top: 80px;
    width: 100%;
    height: 0;
    right: 0;
    border-radius: 140px;
    box-sizing: border-box;
    background: #fff;
    outline: 0;
    transform-origin: 50%;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.16);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
}

.control .btn-material:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.control .icon-material-search {
    color: #FFF;
    position: absolute;
    top: -10px;
    right: 78px;
    transition: opacity 0.3s ease-in-out;
}

/* Utilities */


.fa-times:before {
    content: "\f00d";
    display: block;
    padding-top: 12px;
    padding-right: 4px;
    text-align: center;
}


/* BLOG */

.content_single {
    padding: 120px 0;
}

div#primary {
    width: 100%;
}

.sidebar {
    width: 30%;
}

header.entry-header {
    width: 100%;
    max-width: 820px;
}



.entry-meta {
    max-width: 690px;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 2.26;
}

.post-thumbnail {
    margin-top: 90px;
    height: 600px;
}

.post-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
}

.entry-content {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
}

header.entry-header {
    margin-right: auto;
    margin-left: auto;
    max-width: 1170px;
    padding: 60px 0 0;
}

.entry-content p {
    font-size: 1rem;
    color: rgba(51, 63, 72, .95);
}

.entry-content p+p {
    margin-top: 12px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    padding: 15px 0 5px;
}
.entry-content h2{
    font-size: 1.6rem;
    font-size: 26px;
    margin-bottom: 0 !important;
}

.blocks-gallery-grid, .wp-block-gallery {
    margin-bottom: 24px;
}
figure.wp-block-gallery ul.blocks-gallery-grid {
    margin: 0;
    width: 100%;
}
.entry-content h3,
.entry-content h4,
.entry-content h5 {
    font-size: 18px;
    margin-bottom: 5px;
}

.list_articulos {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.wp-block-separator {
    border-top: none;
    border-bottom: none;
    border-top: 2px dashed rgb(0 0 0 / 30%);
    height: 2px;
    background-color: #fff;
    margin-top: 0 !important;

}

.post-570 .wp-block-separator {
    margin-bottom: 18px;
    border-top: 2px dashed rgb(0 0 0 / 18%);
}
.post-570 .entry-content h2{
    padding: 10px 0 10px;
}

.list_articulos article {
    width: calc(33% - 20px);
}

.list_articulos article {
    width: calc(33% - 20px);
    padding: 0 16px 70px;
}

h3.autor_post {
    color: #b8b8b8;
    font-size: 18px;
}

.content_post {
    margin-top: 10px;
}

h2.titulo_post {
    font-weight: 700;
    font-size: 19px;
    line-height: 26px;
    color: #17181d;
    transition: all .3s ease;
}

.link_post {
    display: block;
    transition: all .3s ease;
}

.link_post:hover h2.titulo_post {
    color: #ED8101;
    transition: all .3s ease;
}

.image_post {
    overflow: hidden;
    transition: all .3s ease;
    height: 210px;
    box-shadow: 0 2px 50px 0 rgba(0, 0, 0, .15);
}

.image_post img {
    transition: all .3s ease;
}

.link_post:hover .image_post img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s ease;
}

time.entry-date.published {
    color: #ed8101;
    font-size: 18px;
    font-weight: bold;
}

span.byline {
    color: #ED8101;
    font-size: 18px;
}

span.author.vcard a {
    color: #b8b8b8;
    font-size: 18px;
}




/* POP UP VIDEO PLYR */


.video {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1001;
    transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
    opacity: 0;
    pointer-events: none;
}

.video.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.video .container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 66.66vw;
    max-width: 1600px;
    max-height: calc(100vh - 80px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay_video {
    position: absolute;
    background-color: rgba(19, 20, 25, .8);
    cursor: pointer;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*-----------------------*/

/*       MEDIA QUERY     */

/*-----------------------*/



@media (max-width:768px) {

    .plyr:-webkit-full-screen .plyr__video-wrapper {
        height: 100vh !important;
        position: static;
    }

    .header_menu_center {
        position: absolute;
        bottom: -115px;
        left: 0;
    }

    section#servicios header.header_seccion h2 {
        font-size: 2.4rem;
    }


    header#masthead {
        padding-top: 24px;
        height: 216px;
    }

    .buscador {
        margin-right: 18px;
        padding-top: 8px;
    }

    ul.slick-dots {
        z-index: 99;
        position: absolute;
        top: auto;
        width: auto;
        bottom: 14%;
        left: calc(50% - 45px);
        display: inline-table;
    }

    .slick-dots li {
        display: inline-block;
        margin-bottom: 12px;
    }

    .slide .slide__content {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        justify-content: center;
        position: absolute;
        left: 50%;
        top: 0;
        width: 84%;
        transform: translateX(-50%);
        margin: 0 auto;
    }

    .btn_principal a {
        font-weight: 600;
    }

    span.text_max {
        font-size: 72px;
        text-transform: uppercase;
        color: #fff;
        opacity: .3;
        font-weight: 900;
        font-family: Gilroy;
        line-height: 121px;
        letter-spacing: 3px;
        visibility: hidden;
    }

    .content_text h2 {
        line-height: initial;
        margin-bottom: 12px;
    }

    .btn_principal a {
        font-size: 14px;
        display: block;
    }

    .slide .slide__content--headings span {
        font-size: 3rem;
        line-height: 46px;
    }

    .slide__content--headings p {
        font-size: 22px;
        line-height: initial;
        font-weight: 500;
    }

    .slide .slide__content--headings {
        max-width: 100%;
        margin-top: 35px;
        margin-left: 5px;
    }

    .content_sec_1 {
        justify-content: center;
    }

    .row.content_sec_1 .content_text {
        padding-left: 0;
        width: 100%;
    }

    .tab_content .content_text {
        margin: 0 auto;
        width: 100%;
        max-width: 84%;
    }

    .img_tab {
        width: 100%;
    }

    section#seccion_3 {
        height: auto;
    }

    .content_tabs {
        position: initial;
        padding-bottom: 120px;
    }

    .metodologia .row {
        justify-content: center;
    }

    .tabs-content header h3 {
        color: #fff;
    }

    .tabs-content .tabs li a {
        color: #fff;
    }

    .tab_content .content_text h2 {
        padding-right: 0;
        line-height: initial;
    }

    .row {
        flex-flow: column-reverse;
    }

    .content_img {
        width: 100%;
    }

    .content_text {
        width: 100%;
    }

    .row.content_sec_2 .content_text {
        padding-right: 0;
    }

    .header_menu_right {
        width: 146px;
        justify-content: flex-end;
    }

    button#responsive-menu-pro-button {
        top: 23px !important;
        right: 8% !important;
        width: 56px !important;
        height: 56px;
        background: #ffffff !important;
        border-radius: 30px;
        box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
    }

    .responsive-menu-pro-inner,
    .responsive-menu-pro-inner::before,
    .responsive-menu-pro-inner::after {
        height: 2px !important;
        background-color: #ed8101 !important;
    }

    .menu_hamburgesa {
        display: none;
    }

    .logo_img a img {
        max-width: 140px;
    }

    .menu-item a {
        font-size: 14px !important;
        font-weight: bold;
        color: #000;
        line-height: 1.3 !important;
        padding-top: 10px !important;
    }

    .main-navigation li {
        position: relative;
        display: block;
        margin-left: 0 !important;
    }

    ul#footer-legal li:not(:first-child):before {
        width: 0px;
    }

    ul#responsive-menu-pro {
        padding: 18px 12px;
    }

    .comun.ultima_noticia {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comun.ultima_noticia article {
        width: 100%;
        padding: 30px 0;
    }

    .row {
        padding: 60px 0;
    }

    .content_sec_2 {
        padding: 30px 0 60px 0;
    }

    .content_sec_2 .content_text h2 {
        padding-top: 12px;
    }

    .porque .content_text h3 {
        letter-spacing: 1.61px;
        font-size: 35px;
        font-weight: 300;
    }

    .equipo .content_text h2 span {
        font-size: 52px;
    }

    .equipo .content_text h2 p {
        font-size: 21px;
        line-height: 24px;
        line-height: initial;
    }

    .CasosDeExito .content_slider {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .CasosDeExito .slider_img {
        width: 100%;
        padding: 0;
    }

    .content_info h3 {
        line-height: initial;
    }

    .CasosDeExito .slider_content_text {
        width: 100%;
    }

    .slider_content_text h2 {
        font-size: 24px;
        line-height: 28px;
        padding-right: 0;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    section#casosdeexito {
        padding: 60px 0;
    }


    ul#footer-menu {
        display: block;
    }

    section#sobreCivica {
        padding-top: 20px;
    }

    section#sobreCivica .flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#sobreCivica .container {
        max-width: 90%;
    }

    section#vision_servicios .container {
        max-width: 90%;
    }

    section#vision .container {
        max-width: 90%;
    }

    section#sobreCivica .map {
        width: 100%;
    }

    .slider.slider_map {
        height: 300px;
    }

    #nav_sobreCivica .menu-page-menu-container {
        display: none;
    }

    .slider.slider_map ul.slick-dots {
        left: 0;
    }

    .map_interactiva {
        min-height: auto;
    }

    section#sobreCivica .content_text {
        padding: 12px 0 0 0;
        padding-top: 30px;
    }

    .sobreCivica_content {
        padding: 32px 12px;
    }

    .content_text figure {
        height: auto !important;
    }

    section#vision .flex {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    section#vision .content_titulo {
        width: 100%;
    }

    .content_lista_vision {
        width: 100%;
    }

    .content_lista_vision ul {
        padding: 30px;
    }

    .content_vision_servicios {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 15px;
    }

    .content_vision_servicios .comun {
        margin: 0;
        border-bottom: 1px solid #eaeaea;
        width: 100%;
        margin-bottom: 15px;
    }

    .bg_vision_servicios:before {
        width: 0;
    }

    .content_titulo h2 {
        font-size: 46px;
        padding: 30px 0;
        line-height: 46px;
    }

    body.search-active .control .btn-material {
        height: 70px;
    }

    form#searchform {
        top: 90px;
        height: 70px;
    }

    .search-input input {
        font-size: 26px;
    }

    .content_single {
        padding: 60px 0;
    }

    .list_articulos article {
        margin: 0 10px 70px;
        padding: 0;
        width: calc(100% - 20px);
    }

    header.entry-header h1 {
        font-size: 2.6rem;
        line-height: initial;
    }

    .post-thumbnail {
        margin-top: 40px;
        height: auto;
    }

    .entry-content {
        margin: 40px auto;
    }

    .lista_enfoque {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lista_enfoque .comun {
        padding-right: 0;
    }

    .lista_enfoque .comun {
        width: 100%;
        padding: 0;
        margin-bottom: 60px;
    }

    .lista_enfoque .comun:last-child {
        margin-bottom: 0;
    }

    img.img_bg_enfoque {
        opacity: .8;
    }

    .enfoque_cabecera {
        padding: 60px 0;
    }

    .enfoque_cabecera header {
        width: 100%;
        padding-left: 0;
    }

    .enfoque_cabecera header h2 {
        font-size: 60px;
        line-height: 60px;
        text-align: center;
    }

    .lista_enfoque .comun h3 {
        font-size: 28px;
        line-height: 32px;
    }

    .lista_enfoque {
        padding: 60px 30px;
    }

    .partners {
        padding-bottom: 30px;
        display: block;
    }

    .lista_alianzas_logos ul li {
        width: 33.33%;
        padding: 0 12px;
    }

    .lista_alianzas_logos.lista_partners ul li {
        width: 50%;
    }

    /*Cambiar la direccion de la columna de la seccion del video*/
    section#seccion_1 .row {
        flex-direction: column !important;
    }

    section#seccion_1 .content_sec_1  div.video_civica {
        width: 100%;
        margin-top: 45px;
        margin-left: 0;
        z-index: 99;
        position: relative;
        z-index: ;
    }


    /* Cambiar la direccion de la columna de la seccion de como trabajamos */
    section#como_trabajamos .row {
        flex-direction: column !important;
    }

    /* Alinear los detalles del mapa al centro */
    .comun.sedes {
        align-items: center;
    }

    .content_acordeon {
        padding-top: 30px;
    }

    /* Ajustar el tamaño del texto en mayus del slider */
    .slide .slide__content--headings span {
        font-size: 2.4rem;
    }

    /* Cambiar la orientacion de las secciones en móvil, ya que se veían invertidas */

    section#servicios .row {
        flex-direction: column !important;
    }

    section#partnerships .row {
        flex-direction: column !important;
    }

    section#partnerships .row div.alianzas {
        margin-top: 45px;
    }

    section#valores .row {
        flex-direction: column !important;
    }

    /* Ajustar la imagen de la seccion data solutions */
    section#especialistas:before {
        top: 11px;
    }

    section#especialistas img.imagen_detalle {
        top: 11px;
    }

    /* Formulario de contacto */
    .site-menu-header .site-menu-close {
        top: -40px !important;
    }

    .site-menu-inner:after {
        height: 100% !important;
    }

    .site-menu-navigation {
        margin-top: -5px !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    span.cabecera_menu header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .cabecera_info {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;

        text-align: center !important;
        padding-right: 0 !important;

    }

    .cabecera_info p {
        text-align: center !important;
    }

    span.cabecera_menu div.form_header {
        padding-top: 0 !important;
    }

    .form_flex {
        display: flex !important;
        flex-flow: column wrap !important;
        align-items: center !important;
        justify-content: center !important;
        margin-top: 35px !important;
    }

    .form_flex label {
        width: 100% !important;
    }

    .form_flex label:nth-child(1) {
        padding-right: 0 !important;
    }

    .form_flex label textarea {
        height: 100px !important;
        margin-bottom: 10px;
    }

    .form_flex label input {
        height: 25px !important;
        color: #404040 !important;
    }

    /* Margin top del boton enviar del formulario */
    input.wpcf7-form-control.wpcf7-submit {
        margin-top: 10px;
    }

    /*Cambiar posicion del formulario y del fondo en version movil para que no bloquee el teclado virtual*/
    .site-menu {
        height: auto !important;
    }

    .site-menu,
    .site-menu-background {
        position: absolute !important;
    }

    /* Ajustar padding vertical de las secciones en móvil */
    section#seccion_1 .row {
        padding: 80px 0;
    }

    section#servicios {
        padding: 80px 0;
    }

    section#valores {
        padding: 80px 0;
    }

    .row.content_valores .comun {
        margin-bottom: 50px;
    }

    section#partnerships {
        padding: 80px 0;
    }

    section#partnerships .content_right {
        padding-bottom: 0;
    }

    section#como_trabajamos {
        padding: 100px 0;
    }

    section#donde_estamos {
        padding: 80px 0;
        padding-bottom: 100px !important;
    }

    .content_valores div:nth-child(4) {
        margin-bottom: 0;
    }

    section#equipo div.row {
        padding: 80px 0px 0px 0px;
    }

    /* Ajustar las fotos de los miembros del equipo */
    .comun.miembro_4 img {
        margin-left: 0 !important;
    }

    .miembro_2_img {
        left: -30px;
    }

    img.miembro_1_img {
        left: -58px;
    }

    section#valores div.row.content_valores {
        margin-bottom: 0 !important;
    }

    section#especialistas div.container div.content_text header h2 {
        margin: 5px 0 20px 0;
    }

    .dot {
        width: 8px;
        height: 8px;
    }

    /* Sede Civica en el mapa */
    /* .dot.granada {
        width: 22px !important;
        height: 22px !important;
    }

    .dot.granada img {
        width: 9px !important;
        top: -1.5px !important;
        left: 7px !important;
    } */

    /* Linea de puntos de la seccion como trabajamos */
    .row.content_como_trabajamos:before {
        visibility: hidden !important;
    }

    /*Ocultar controles del slider equipo*/
    div.flechas_paginacion {
        visibility: hidden !important;
    }


    section#seccion_1 .content_sec_1 .video_civica video {
        min-height: auto !important;
    }
    section#seccion_1 .content_sec_2 .video_civica{
        flex-flow: column !important;
    }
    section#seccion_1 .content_sec_2 .video_civica .plyr:nth-child(1) {
        margin-right: 0 !important;
    }
    section#seccion_1 .content_sec_2 .video_civica .plyr {
        max-width: 100% !important;
    }
    section#seccion_1 .content_sec_2 .video_civica .plyr:nth-child(2) {
        margin-left: 0 !important;
    }
    section#seccion_1 .content_sec_3 .video_civica{
        flex-flow: column !important;
    }
    section#seccion_1 .content_sec_3 .video_civica .plyr {
        max-width: 100% !important;
        margin-bottom: 45px !important;
    }
    section#seccion_1 .content_sec_3 .video_civica .plyr:nth-child(2) {
        margin-left: 0;
        margin: 0 !important;
        margin-bottom: 45px !important
    }

    .page_sede .content_sec_2 {
        padding: 0;
    }


}


@media screen and (max-width: 1470px) {
    .enfoque_cabecera {
        padding-bottom: 120px;
    }
}


@media screen and (max-width: 8000px) {
    #responsive-menu-pro-container {
        background: #fff !important;
        border-width: 0 12px 0 0;
        border-style: solid;
        border-image: linear-gradient(0, #ED8101 0%, #00536E 100%);
        border-image-slice: 1;
    }

    #responsive-menu-pro-container #responsive-menu-pro-wrapper {
        background: #fff !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
        color: #17181d !important;
        border-bottom: 1px solid #fff !important;
        background-color: #fff !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item a {
        border-bottom: 1px solid #fff !important;
        color: #17181d !important;
        background-color: #fff !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a .responsive-menu-pro-subarrow {
        color: #ed8101 !important;
        border-left: 1px solid #fff !important;
        background-color: #fff !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro>li.responsive-menu-pro-item:first-child>a {
        border-top: 1px solid #fff !important;
    }

    div#responsive-menu-pro-title {
        padding: 0 !important;
    }

    div#responsive-menu-pro-title-image {
        margin-bottom: 0 !important;
    }

    div#responsive-menu-pro-title-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    #responsive-menu-pro-container #responsive-menu-pro ul.responsive-menu-pro-submenu li.responsive-menu-pro-item .responsive-menu-pro-item-link {
        font-size: 13px;
        text-transform: initial;
        font-size: 16px !important;
        letter-spacing: 0px;
        font-weight: 600;
        color: rgba(0, 0, 0, 0.7) !important;
    }

    #responsive-menu-pro-container #responsive-menu-pro-title {
        background-color: #fff !important;
    }
}

/*-----------------------*/

/*          FIN          */

/*-----------------------*/

.grid-body {
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -17px
}

.grid-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 17px
}

.page-section {
    margin-top: 55px;
    margin-bottom: 55px
}

@media (min-width:769px) {
    .grid-item {
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        min-width: 33.33%;
        max-width: 33.33%
    }

    .page-section {
        margin-top: 95px;
        margin-bottom: 95px
    }
}


.js-animate-scroll--fade.hidden,
.js-animate-scroll--left.hidden,
.js-animate-scroll--right.hidden,
.js-animate-scroll--up.hidden,
[data-aos=animePortada1],
[data-aos=animePortada2],
[data-aos=animePortada3],
[data-aos=example-anim2],
[data-aos=example-anim3],
[data-aos=example-anim4] {
    opacity: 0
}

.fadeIn {
    -webkit-animation: fadeIn .2s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeIn .2s cubic-bezier(.25, .46, .45, .94) both
}

.bounceIn {
    -webkit-animation: bounceIn .2s cubic-bezier(.25, .46, .45, .94) both;
    animation: bounceIn .2s cubic-bezier(.25, .46, .45, .94) both
}

.js-animate-scroll {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top
}

.js-animate-scroll--fade {
    -webkit-animation: fadeIn .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeIn .4s cubic-bezier(.25, .46, .45, .94) both
}

.js-animate-scroll--up {
    -webkit-animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both
}

.js-animate-scroll--left {
    -webkit-animation: fadeLeft .4s cubic-bezier(.165, .84, .44, 1) both;
    animation: fadeLeft .4s cubic-bezier(.165, .84, .44, 1) both
}

.js-animate-scroll--right {
    -webkit-animation: fadeRight .4s cubic-bezier(.165, .84, .44, 1) both;
    animation: fadeRight .4s cubic-bezier(.165, .84, .44, 1) both
}

.js-animate-scroll--paper {
    -webkit-animation: paperUp .4s cubic-bezier(.165, .84, .44, 1) both;
    animation: paperUp .4s cubic-bezier(.165, .84, .44, 1) both
}



[data-aos=animePortada1].aos-animate {
    -webkit-animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: 1s
}

[data-aos=animePortada2].aos-animate {
    -webkit-animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: 1.2s
}

[data-aos=animePortada3].aos-animate {
    -webkit-animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation-delay: 1.4s
}

[data-aos=example-anim2].aos-animate {
    -webkit-animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .4s cubic-bezier(.25, .46, .45, .94) both
}

[data-aos=example-anim3].aos-animate {
    -webkit-animation: fadeUp .6s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .6s cubic-bezier(.25, .46, .45, .94) both
}

[data-aos=example-anim4].aos-animate {
    -webkit-animation: fadeUp .8s cubic-bezier(.25, .46, .45, .94) both;
    animation: fadeUp .8s cubic-bezier(.25, .46, .45, .94) both
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        transform: translate(0, 70px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 70px);
        -ms-transform: translate(0, 70px);
        transform: translate(0, 70px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

[data-aos=appear_2],
[data-aos=appear_3],
[data-aos=appear_4],
[data-aos=appear_5],
[data-aos=appear_6],
[data-aos=appear_7],
[data-aos=appear_8],
[data-aos=appear_9],
[data-aos=appear_10],
[data-aos=appear_11],
[data-aos=appear_12],
[data-aos=appear_13],
[data-aos=appear_14],
[data-aos=appear_15],
[data-aos=appear_16],
[data-aos=appear_17],
[data-aos=appear_18],
[data-aos=appear_19],
[data-aos=appear_20] {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .1s;
}

[data-aos=appear] {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .5s cubic-bezier(.25, .46, .45, .94), transform .6s cubic-bezier(.25, .46, .45, .94), -webkit-transform .6s cubic-bezier(.25, .46, .45, .94);
    transition-delay: .1s;
    opacity: 0
}


[data-aos=appear].aos-animate {
    /*   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .1s;*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}


@media (min-width:48em) {
    .appear-delay-0 {
        transition-delay: 0.1s
    }

    .appear-delay-1 {
        transition-delay: 0.2s
    }

    .appear-delay-2 {
        transition-delay: 0.3s
    }

    .appear-delay-3 {
        transition-delay: 0.4s
    }

    .appear-delay-4 {
        transition-delay: 0.5s
    }

    .appear-delay-5 {
        transition-delay: 0.6s
    }

    .appear-delay-6 {
        transition-delay: 0.7s
    }
}



/*[data-aos=appear_2].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .2s
}
[data-aos=appear_3].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .3s
}
[data-aos=appear_4].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .4s
}
[data-aos=appear_5].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .5s
}
[data-aos=appear_6].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .6s
}

[data-aos=appear_7].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .7s;
}
[data-aos=appear_8].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .8s
}
[data-aos=appear_9].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: .9s
}
[data-aos=appear_10].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1s
}
[data-aos=appear_11].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.1s
}
[data-aos=appear_12].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.2s
}

[data-aos=appear_13].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.3s;
}
[data-aos=appear_14].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.4s
}
[data-aos=appear_15].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.5s
}
[data-aos=appear_16].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.6s
}
[data-aos=appear_17].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.7s
}
[data-aos=appear_18].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.8s
}

[data-aos=appear_19].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 1.9s
}

[data-aos=appear_20].aos-animate {
   -webkit-animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
   animation: fadeUp_2 .8s cubic-bezier(.215, .61, .355, 1) both;
     animation-delay: 2s
}*/


@keyframes fadeUp_2 {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}





.appear-fade-up {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .1s, transform .8s cubic-bezier(.215, .61, .355, 1) .1s;
    transition: opacity .8s cubic-bezier(.215, .61, .355, 1) .1s, transform .8s cubic-bezier(.215, .61, .355, 1) .1s, -webkit-transform .8s cubic-bezier(.215, .61, .355, 1) .1s;
    opacity: 0
}

.appear-fade-up.in-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}



/*---------------------------------*/

/* ESTILOS SOLO DEL MENU ESCRITORIO*/

/*---------------------------------*/

/* MENÚ DE NAVEGACIÓN */

.site-menu,
.site-menu-background {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
}

nav#site-navigation {
    position: relative;
}

.menu_title {
    position: absolute;
    left: 20px;
    top: calc(50% - 16px);
    color: white;
}

.site-menu {
    height: 70vh;
    pointer-events: none;
    z-index: 500;
}

.site-menu-background {
    height: 100%;
    background-color: rgba(30, 30, 30, .7);
    opacity: 0;
    -webkit-transition: opacity 1s cubic-bezier(.39, .575, .565, 1) .1s;
    transition: opacity 1s cubic-bezier(.39, .575, .565, 1) .1s;
    z-index: 0;
}

.site-menu-sidebar {
    height: 100%;
    width: 60px;
    background-color: #ff003c;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 60px;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    pointer-events: auto;
    -webkit-transition: width .3s cubic-bezier(.25, .46, .45, .94);
    transition: width .3s cubic-bezier(.25, .46, .45, .94);
}

button.site-menu-sidebar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #7cabcf;
}

button.site-menu-sidebar:hover {
    cursor: pointer;
    width: 50px;
    -webkit-transition: width .3s cubic-bezier(.25, .46, .45, .94);
    transition: width .3s cubic-bezier(.25, .46, .45, .94);
}

@media (min-width: 48em) {
    .site-menu-sidebar {
        height: 100%;
        /*width: 60px;*/
        width: 0;
        background-color: #292f36;
    }
}

.site-menu-inner {
    position: absolute;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    /*  height: 80vh;*/
    width: 100vw;
    z-index: 2;
    /* max-width: 1420px; */
    max-width: 100%;
    /* left: 50%;
   transform: translateX(-50%);*/
}

.menu_hamburguesa span.line {
    position: absolute;
    right: 16px;
    left: auto;
    height: 2px;
    width: 24px;
    background-color: #ed8101;
    display: block;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 1;
}

@media (min-width:769px) {
    .menu_hamburguesa span.line {
        background-color: #ed8101;
    }
}

.line1 {
    -webkit-transform: scaleX(.83);
    -ms-transform: scaleX(.83);
    transform: scaleX(.83);
    top: 20px;
}

.line2 {
    top: 26px;
}

.line3 {
    -webkit-transform: scaleX(.66);
    -ms-transform: scaleX(.66);
    transform: scaleX(.66);
    top: 32px;
}

.menu_hamburguesa {
    position: relative;
    z-index: 99;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
}

@media (max-width: 769px) {
    .site-menu-inner {
        width: 100vw;
        /* height: 100vh;*/
    }

    .menu_hamburguesa:after {
        width: 100vw;
    }
}

.menu_hamburguesa:after {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100vw;
    width: 100vw;
    max-width: 1420px;
    left: 50%;
    background-color: #f9ea00;
    z-index: 0;
    content: "";
    -webkit-transform: scaleY(0) translateX(-50%);
    -ms-transform: scaleY(0) translateX(-50%));
    transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: transform .6s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: transform .6s cubic-bezier(.535, .005, 0, 1) .2s, -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.site-menu-sidebar .line.line-1 {
    top: 25px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
}

@media (min-width: 48em) {
    .site-menu-sidebar .line.line-1 {
        -webkit-transform: scaleX(.83);
        -ms-transform: scaleX(.83);
        transform: scaleX(.83);
        top: 20px;
    }

    .site-menu-sidebar .line.line-2 {
        top: 26px;
    }

    .site-menu-sidebar .line.line-3 {
        -webkit-transform: scaleX(.66);
        -ms-transform: scaleX(.66);
        transform: scaleX(.66);
        top: 32px;
    }
}

.site-menu-sidebar .line {
    position: absolute;
    right: 18px;
    left: 14px;
    height: 2px;
    width: 24px;
    background-color: #fff;
    display: block;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    z-index: 1;
}

.site-menu-inner .site-menu-container {
    /* margin-right: 60px;
    margin-left: 8vw;*/
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 76px 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94);
}

.site-menu-inner:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transition: -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: transform .6s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: transform .6s cubic-bezier(.535, .005, 0, 1) .1s, -webkit-transform .6s cubic-bezier(.535, .005, 0, 1) .1s;
    z-index: 0;
    border-width: 12px;
    border-style: solid;
    border-image: linear-gradient(90deg, #ED8101 0%, #00536E 100%);
    border-image-slice: 1;
}

.site-menu-header {
    position: relative;
    line-height: 1;
}

span.site-menu-subtitle {
    display: block;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-weight: 800;
    padding-bottom: 24px;
}

.site-menu-header .site-menu-subtitle .text {
    opacity: 0;
    -webkit-transition: opacity 0s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: opacity 0s cubic-bezier(.215, .61, .355, 1) .5s;
}

.site-menu-header .site-menu-subtitle:after {
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    height: 1px;
    width: 60px;
    background-color: #a6a6a6;
    display: block;
    content: "";
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform 0s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: -webkit-transform 0s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: transform 0s cubic-bezier(.215, .61, .355, 1) .5s;
    transition: transform 0s cubic-bezier(.215, .61, .355, 1) .5s, -webkit-transform 0s cubic-bezier(.215, .61, .355, 1) .5s;
}

.site-menu-header .site-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    z-index: 2;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
}

.menu_hamburgesa {
    display: none;
}

button.site-menu-close.js-close-menu {
    display: block;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s, -webkit-transform 0s linear .5s;
    /* width: 100%; */
    opacity: 0;
}

.is-menu-open button.site-menu-close.js-close-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    opacity: 1;
}


.site-menu-header .site-menu-close>.line {
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 11px);
    height: 2px;
    width: 22px;
    display: block;
}

.site-menu-header .site-menu-close .line.line-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
}

.site-menu-header .site-menu-close .line.line-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
}

.site-menu-header .site-menu-close>.line:after,
.site-menu-header .site-menu-close>.line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    content: "";
}

.site-menu-header .site-menu-close>.line:before {
    background-color: #ed8101;
    z-index: 0;
}

.site-menu-header .site-menu-close>.line:after {
    background-color: #ed8101;
    z-index: 1;
}

.site-menu-header .site-menu-close .line.line-1:after {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
}

.site-menu-header .site-menu-close .line.line-2:after {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}

.site-menu-header .site-menu-close:hover .line.line-1:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}

.site-menu-header .site-menu-close:hover .line.line-2:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}

.site-menu-navigation {
    /* position: absolute;
    left: 0;*/
    /*left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);*/
    width: 100%;
    margin-top: 32px;
    width: 100%;
    margin-top: 32px;
    padding-left: 40px;
    padding-right: 40px;
}

span.cabecera_menu {
    display: block;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s, -webkit-transform 0s linear .5s;
    width: 100%;
    opacity: 0;
}

span.cabecera_menu header {
    display: flex;
    justify-content: space-between;
}

.form_header {
    padding-top: 45px;
}

.form_flex {
    display: flex;
    flex-flow: row wrap;
    margin-top: 60px;
}

.form_flex label {
    width: 50%;
    color: #17181d;
    font-weight: 600;
}

.form_flex label textarea {
    height: 190px;
    border: 1px solid rgba(22, 23, 29, 0.21);
    resize: none;
}

.form_flex label input {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 700;
    border: none;
    outline: none;
    display: block;
    border-bottom: 1px solid rgba(22, 23, 29, 0.21);
    resize: vertical;
    font-family: Roboto;
    cursor: pointer;
    color: #404040;
    font-size: 14px;
    display: block;
    background: 0 0;
}

.form_flex label:nth-child(1) {
    padding-right: 30px;
}
.texto_checkbox a {
    color: #f07f01;
}
.form_flex label:nth-child(3) {
    width: 100%;
}

.page-id-705 .form_flex label:nth-child(3) {
    width: 50%;
}


.cabecera_info {
    text-align: right;
    padding-right: 24px;
    line-height: 26px;
}

.cabecera_info .tel {
    font-size: 30px;
    font-weight: bold;
}

.icon_phone {
    max-width: 32px;
}

span.tel i {
    padding-right: 12px;
}

ul.site-menu-hamburguesa {
    height: auto;
    width: 280px;
    text-align: left;
    padding-top: 90px;
}

ul.site-menu-hamburguesa>li {
    position: relative;
    opacity: 0;
    padding-right: 28px;
    width: 25%;
}

ul.site-menu-hamburguesa li:first-child {
    padding-right: 0;
}

ul.site-menu-hamburguesa li .site-menu-subtitle {
    opacity: 0;
}

@media (min-width:768px) {
    ul.site-menu-hamburguesa li {
        display: inline-block;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
        transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
        transition: opacity 0s linear .5s, transform 0s linear .5s;
        transition: opacity 0s linear .5s, transform 0s linear .5s, -webkit-transform 0s linear .5s
    }

    .site-menu-subtitle {
        display: inline-block;
        -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px);
        -webkit-transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
        transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
        transition: opacity 0s linear .5s, transform 0s linear .5s;
        transition: opacity 0s linear .5s, transform 0s linear .5s, -webkit-transform 0s linear .5s
    }

    ul.site-menu-hamburguesa {
        height: auto;
        width: 100%;
        display: flex;

    }
}

ul.site-menu-hamburguesa li a {
    display: block;
    color: #000;
    line-height: 1.3;
    -webkit-transition: color .3s cubic-bezier(.25, .46, .45, .94);
    transition: color .3s cubic-bezier(.25, .46, .45, .94);
    position: relative;
}
ul.sub-menu {
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 12%);
    border-radius: 8px;
    background: #fff;
    padding: 20px 10px;
}
ul.sub-menu li a:hover {
    color: #ed8101 !important;
}
ul.sub-menu li {
    display: block;
    padding-bottom: 12px;
}
ul.sub-menu li:last-child{
    padding-bottom: 0;
}
ul.sub-menu li a {
    color: #18171d !important;
    line-height: initial;
    font-size: 15px !important;
}

ul.sub-menu li a {
    text-transform: initial;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

ul.sub-menu {
    margin-left: 0;
}

@media (min-width: 768px) {
    ul.site-menu-hamburguesa li>a:hover {
        color: #000;
        text-decoration: none;
        -webkit-transition: color .3s cubic-bezier(.165, .84, .44, 1);
        transition: color .3s cubic-bezier(.165, .84, .44, 1);
    }

    ul.site-menu-hamburguesa>li>a {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .site-menu-inner .site-menu-container {
        width: 84%;
    }

    ul.site-menu-hamburguesa {
        width: 100%;
        padding-left: 0;
    }

    ul.site-menu-hamburguesa li a {
        font-size: 1.4rem;
        margin: 12px 0;
    }

    span.site-menu-subtitle {
        font-size: 28px;
        line-height: 32px;
    }
}

/* CUANDO ACTIVAMOS EL MENU */

.is-menu-open .site-menu {
    pointer-events: auto;
}

.is-menu-open .menu_hamburguesa:after {
    -webkit-transform: scaleY(1) transform(-50%);
    -ms-transform: scaleY(1) transform(-50%);
    transform: scaleY(1) transform(-50%);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: transform .7s cubic-bezier(.535, .005, 0, 1) .1s;
    transition: transform .7s cubic-bezier(.535, .005, 0, 1) .1s, -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .1s;
}

.is-menu-open .site-menu .site-menu-inner:after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: transform .7s cubic-bezier(.535, .005, 0, 1) .2s;
    transition: transform .7s cubic-bezier(.535, .005, 0, 1) .2s, -webkit-transform .7s cubic-bezier(.535, .005, 0, 1) .2s;
}

.is-menu-open .site-menu .site-menu-background {
    opacity: 1;
    -webkit-transition: opacity 1s cubic-bezier(.39, .575, .565, 1) .1s;
    transition: opacity 1s cubic-bezier(.39, .575, .565, 1) .1s;
}

.is-menu-open .site-menu .site-menu-inner .site-menu-container {
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(.25, .46, .45, .94);
    transition: opacity 0s cubic-bezier(.25, .46, .45, .94);
}

.is-menu-open .site-menu-header .site-menu-subtitle .text {
    opacity: 1;
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s;
}

.is-menu-open .site-menu .site-menu-subtitle:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .6s;
    transition: -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .6s;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1) .6s;
    transition: transform .3s cubic-bezier(.215, .61, .355, 1) .6s, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .6s;
}

.is-menu-open .site-menu .site-menu-close>.line-1:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .7s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) 1s;
}

.is-menu-open .site-menu .site-menu-close>.line-2:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
}

.is-menu-open ul.site-menu-hamburguesa li {
    opacity: 1
}

.is-menu-open .cabecera_menu {
    opacity: 1
}

@media (min-width:768px) {
    .is-menu-open ul.site-menu-hamburguesa li {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .is-menu-open .cabecera_menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
        transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    }
}

.is-menu-open ul.site-menu-hamburguesa li:first-child {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, transform .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(2) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .5s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .5s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .5s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .5s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .5s, transform .3s cubic-bezier(.25, .46, .45, .94) .5s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .5s, transform .3s cubic-bezier(.25, .46, .45, .94) .5s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .5s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(3) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .55s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .55s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .55s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .55s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .55s, transform .3s cubic-bezier(.25, .46, .45, .94) .55s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .55s, transform .3s cubic-bezier(.25, .46, .45, .94) .55s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .55s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(4) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s, transform .3s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .6s, transform .3s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .6s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(5) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .65s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .65s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .65s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .65s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .65s, transform .3s cubic-bezier(.25, .46, .45, .94) .65s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .65s, transform .3s cubic-bezier(.25, .46, .45, .94) .65s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .65s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(6) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .7s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .7s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .7s, transform .3s cubic-bezier(.25, .46, .45, .94) .7s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .7s, transform .3s cubic-bezier(.25, .46, .45, .94) .7s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .7s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(7) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .75s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .75s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .75s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .75s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .75s, transform .3s cubic-bezier(.25, .46, .45, .94) .75s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .75s, transform .3s cubic-bezier(.25, .46, .45, .94) .75s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .75s
}

.is-menu-open ul.site-menu-hamburguesa li:nth-child(8) {
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .8s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .8s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .8s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .8s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .8s, transform .3s cubic-bezier(.25, .46, .45, .94) .8s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .8s, transform .3s cubic-bezier(.25, .46, .45, .94) .8s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .8s
}


body>.main-container {
    background: url(https://civica-soft.com/wp-content/uploads/2019/06/Cabecera-bg-2.jpg);
}


/*Estilos video*/
.content_sec_1  div.video_civica {
    min-height: 100%;
    width: 50%;
    margin-left: 25px;

    /*display: flex;*/
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.page_sede section#seccion_1 .content_sec_1 .video_civica video {
   min-height: 450px;
}

section#seccion_1 .content_sec_1 .video_civica .plyr__poster {
    background-size: cover;
}

section#seccion_1 .content_sec_2 .video_civica {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
section#seccion_1 .content_sec_2 .video_civica .plyr {
    max-width: 50%;
    width: 100%;

    margin-bottom: 60px;
}
section#seccion_1 .content_sec_3 .video_civica {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
section#seccion_1 .content_sec_3 .video_civica .plyr {
    max-width: 33.33%;
    width: 100%;
    margin-bottom: 100px;
}
section#seccion_1 .content_sec_3 .video_civica .plyr:nth-child(2) {
    margin-left: 0;
    margin: 0 30px;
}
section#seccion_1 .content_sec_2 .video_civica .plyr:nth-child(1){
    margin-right: 15px;
}
section#seccion_1 .content_sec_2 .video_civica .plyr:nth-child(2){
    margin-left: 15px;
}

/* Estilos de los controles del reproductor reproductor */
.plyr__control--overlaid {
    background: #ed8101 !important;
}

.plyr--full-ui input[type=range] {
    color: #ed8101 !important;
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: rgb(237, 129, 1) !important;
}

button.plyr__control.plyr__tab-focus,
input.plyr__control.plyr__tab-focus {
    background: rgba(237, 129, 1, 0.29) !important;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #ed8101 !important;
}

section#seccion_1 .row div.video_civica div.plyr {
    border-radius: 2px !important;
}

section#seccion_1 .row div.video_civica div.plyr__poster {
    background-repeat: repeat !important;
}

section#seccion_1 .row div.video_civica div.plyr--video {
    background: none;
    width: 100%;
}

/* Efecto hover en los enlaces del footer */
ul#footer-menu li {
    height: 28px;
}

ul#footer-menu li a:hover {
    color: #fff !important;
    font-weight: bold;
}

ul#footer-legal li a:hover {
    color: #fff !important;
}

section#valores .row {
    padding-bottom: 0;
}



/* Sede Civica en el mapa */
.dot.granada,
.dot.palma,
.dot.madrid {
    background: rgba(0, 0, 0, 0.78) !important;
    width: 38px;
    height: 38px;
    position: absolute;

}

.dot.granada:after,
.dot.granada:before {
    border: 2px solid !important;
    border-color: #f07f00 !important;
}

.dot.palma:after,
.dot.palma:before {
    border: 2px solid !important;
    border-color: #f07f00 !important;
}

.dot.malaga:after,
.dot.malaga:before {
    border: 2px solid !important;
    border-color: #f07f00 !important;
}

.dot img {
    width: 16px;
    height: auto;
    position: relative;
    top: 8px;
    left: 12px;
}

/* ESTILOS PLY NUEVOS */


@-webkit-keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0
    }
}

@-webkit-keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes plyr-fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    direction: ltr;
    font-family: Avenir, Avenir Next, Helvetica Neue, Segoe UI, Helvetica, Arial, sans-serif;
    font-variant-numeric: tabular-nums;
    font-weight: 500;
    line-height: 1.7;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease
}

.plyr audio,
.plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
    box-sizing: inherit
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4f5b5f;
    border-radius: 2px;
    color: #fff;
    font-size: 9px;
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    -webkit-animation: plyr-fade-in .3s ease;
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 14px;
    left: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    width: 100%
}

.plyr__captions .plyr__caption {
    background: rgba(0, 0, 0, .8);
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
    display: inline
}

.plyr__captions span:empty {
    display: none
}

@media (min-width:480px) {
    .plyr__captions {
        font-size: 16px;
        padding: 20px
    }
}

@media (min-width:768px) {
    .plyr__captions {
        font-size: 18px
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.plyr__control {
    background: transparent;
    border: 0;
    border-radius: 3px;
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: 7px;
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    pointer-events: none;
    width: 18px
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

a.plyr__control {
    text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
    display: none
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr--video .plyr__control svg {
    -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15));
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
    background: #1aafff;
    color: #fff
}

.plyr__control--overlaid {
    background: rgba(26, 175, 255, .8);
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: #fff;
    display: none;
    left: 50%;
    padding: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
    background: #1aafff
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center
}

.plyr__controls .plyr__progress__container {
    flex: 1
}

.plyr__controls .plyr__controls__item {
    margin-left: 2.5px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 2.5px
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 5px
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls .plyr__controls__item.plyr__volume {
    padding-right: 5px
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
    padding-right: 0
}

.plyr__controls:empty {
    display: none
}

.plyr--audio .plyr__controls {
    background: #fff;
    border-radius: inherit;
    color: #4f5b5f;
    padding: 10px
}

.plyr--video .plyr__controls {
    background: linear-gradient(transparent, rgba(0, 0, 0, .7));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 20px 5px 5px;
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    z-index: 3
}

@media (min-width:480px) {
    .plyr--video .plyr__controls {
        padding: 35px 10px 10px
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    position: relative
}

.plyr__menu .plyr__control svg {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    -webkit-animation: plyr-popup .2s ease;
    animation: plyr-popup .2s ease;
    background: hsla(0, 0%, 100%, .9);
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 16px;
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container>div {
    overflow: hidden;
    transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container:after {
    border: 4px solid transparent;
    border-top-color: hsla(0, 0%, 100%, .9);
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: 7px
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4f5b5f;
    display: flex;
    font-size: 14px;
    padding: 4px 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control>span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control:after {
    border: 4px solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: 28px
}

.plyr__menu__container .plyr__control--forward:after {
    border-left-color: rgba(79, 91, 95, .8);
    right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 500;
    margin: 7px;
    margin-bottom: 3px;
    padding-left: 28px;
    position: relative;
    width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back:after {
    border-right-color: rgba(79, 91, 95, .8);
    left: 7px
}

.plyr__menu__container .plyr__control--back:before {
    background: #b7c5cd;
    box-shadow: 0 1px 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
    background: rgba(0, 0, 0, .1);
    content: "";
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
    background: #fff;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
    background: #1aafff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
    background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: -5px;
    overflow: hidden;
    padding-left: 25px;
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 26px;
    color: #1aafff;
    display: block;
    height: 19px;
    margin: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(90deg, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    -webkit-appearance: none;
    margin-top: -4px
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -moz-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: 2.5px;
    height: 5px
}

.plyr--full-ui input[type=range]::-ms-track {
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0;
    border-radius: 2.5px;
    height: 5px;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #fff;
    border: 0;
    border-radius: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
    height: 13px;
    position: relative;
    transition: all .2s ease;
    width: 13px;
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
    outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px hsla(0, 0%, 100%, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 14px
}

.plyr__time+.plyr__time:before {
    content: "\2044";
    margin-right: 10px
}

@media (max-width:767px) {
    .plyr__time+.plyr__time {
        display: none
    }
}

.plyr--video .plyr__time {
    text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
    background: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    color: #4f5b5f;
    font-size: 14px;
    font-weight: 500;
    left: 50%;
    line-height: 1.3;
    margin-bottom: 10px;
    opacity: 0;
    padding: 5px 7.5px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translate(-50%, 10px) scale(.8);
    transform: translate(-50%, 10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
    opacity: 1;
    -webkit-transform: translate(-50%) scale(1);
    transform: translate(-50%) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip {
    left: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before,
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before {
    left: 16px
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.plyr__controls>.plyr__control:last-child .plyr__tooltip:before {
    left: auto;
    right: 16px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
}

.plyr__controls>.plyr__control:first-child+.plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,
.plyr__controls>.plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls>.plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip {
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    border-radius: inherit;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    -webkit-transform: translateY(-38.28125%);
    transform: translateY(-38.28125%)
}

.plyr__progress {
    left: 6.5px;
    margin-right: 13px;
    position: relative
}

.plyr__progress__buffer,
.plyr__progress input[type=range] {
    margin-left: -6.5px;
    margin-right: -6.5px;
    width: calc(100% + 13px)
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 14px;
    left: 0
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 100px;
    height: 5px;
    left: 0;
    margin-top: -2.5px;
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: transparent
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
    box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
    color: hsla(0, 0%, 100%, .25)
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
    -webkit-animation: plyr-progress 1s linear infinite;
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 0, transparent 50%, rgba(47, 52, 61, .6) 0, rgba(47, 52, 61, .6) 75%, transparent 0, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: hsla(0, 0%, 100%, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
    align-items: center;
    display: flex;
    flex: 1;
    position: relative
}

.plyr__volume input[type=range] {
    margin-left: 5px;
    position: relative;
    z-index: 2
}

@media (min-width:480px) {
    .plyr__volume {
        max-width: 90px
    }
}

@media (min-width:768px) {
    .plyr__volume {
        max-width: 110px
    }
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute],
.plyr--is-ios .plyr__volume {
    display: none !important
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    width: 100%
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width:1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads>div,
.plyr__ads>div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads:after {
    background: rgba(47, 52, 61, .8);
    border-radius: 2px;
    bottom: 10px;
    color: #fff;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    z-index: 3
}

.plyr__ads:after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    left: 0;
    margin: -2.5px 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: hsla(0, 0%, 100%, .9);
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    margin-bottom: 10px;
    opacity: 0;
    padding: 3px;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateY(10px) scale(.8);
    transform: translateY(10px) scale(.8);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    transition: opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s;
    transition: transform .2s ease .1s, opacity .2s ease .1s, -webkit-transform .2s ease .1s;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    -webkit-transform: translate(0) scale(1);
    transform: translate(0) scale(1)
}

.plyr__preview-thumb:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid hsla(0, 0%, 100%, .9);
    bottom: -4px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #b7c5cd;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, .55);
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}


.cookie-notice-container {
    background-color: #fff !important;
    border-top: 1px solid hsla(0, 0%, 65%, .5);

}

span#cn-notice-text {
    color: #18171d;
    margin-right: 12px;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    border-color: #ED8101;
    background-color: #ED8101;
    display: inline-block;
    vertical-align: middle;
    background-image: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    padding: 10px 42px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-shadow: none;
    text-align: center;
    border-radius: 20px;
    vertical-align: top;
    -webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
}


.page-template-page-video header#masthead {
    display: none;
}
.page-template-page-sede header#masthead {
    display: none;
}

[theme="page_video"] .header_logo {
    background: #f07f01;
    padding-top: 60px;
}

[theme="page_video"] .logo_img {
    max-width: 1170px;
    margin: 0 auto;
    text-align: center;
}

[theme="page_video"] section#seccion_1 .row {
    padding: 60px 0;
    flex-flow: column;
    align-items: center;
}

[theme="page_video"] .row.content_sec_1 .content_text {
    max-width: 900px;
    width: 100%;
    padding-left: 0;
    border-left: none;
    position: relative;
    text-align: center;
}

[theme="page_video"] .content_sec_1  div.video_civica {
    min-height: 100%;
    width: 100%;
    max-width: 900px;
    margin-left: 0;
    padding-top: 30px;
}
.page_sede .content_sec_1  div.video_civica {
    max-width: 100%;
}

[theme="page_video"] footer#colophon {
    display: none;
}

[theme="page_video"] div#fondo_europeo {
    display: none;
}




.page-template-page-curso header.site-header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    padding-top: 70px;
    border: none;
    opacity: 1;
    background: transparent;
    display: none;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
  }
  
  .header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 24px 0 64px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  
  .header-logo-camara {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .header-logo-camara .pice {
    margin-left: 64px;
  }
  
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  
  .header-left {
    background: url(../assets/images/curso/bg-orange.png) center center no-repeat;
    background-size: cover;
    width: 47%;
    padding: 150px 44px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  
  .header-left-pice {
    text-align: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  
  .header-left-text1 {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
  }
  
  .header-left-textbox {
    background: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 16px;
  }
  
  .header-left-textbox .text2 {
    font-size: 54px;
    font-weight: 700;
    color: #FE5335;
    padding: 15px 30px;
  }
  
  .header-left-text3 {
    font-size: 44px;
    font-weight: 500;
    color: #fff;
    max-width: 80%;
    line-height: 1.2;
  }
  
  .header-rigth {
    width: 60%;
    background: url(../assets/images/curso/bg-camara.png);
    padding: 140px 0 180px 44px;
  }
  
  .header-rigth-title {
    font-size: 80px;
    font-weight: 700;
    color: #FF5038;
    line-height: 84px;
    margin-bottom: 18px;
  }
  
  .header-rigth-subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    color: rgba(0, 0, 0, 0.75);
    margin-bottom: 44px;
  }
  
  .header-rigth-calltoaction {
    position: relative;
    padding: 12px 44px;
    margin-left: -2px;
    font-weight: 500;
    font-size: 28px;
    max-width: 260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-box-shadow: 0px 2px 64px rgb(0 0 0 / 20%);
    box-shadow: 0px 2px 64px rgb(0 0 0 / 20%); */
    border-radius: 100px;
    cursor: pointer;
  }
  .header-rigth-calltoaction:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(1);
    background: #FF5038;
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 96px;
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: opacity .6s cubic-bezier(.215,.61,.355,1),transform .6s cubic-bezier(.215,.61,.355,1);
}
.header-rigth-calltoaction:hover:before {
    opacity: 1;
    transform: scale(1.1);
}
  
.header-rigth-calltoaction a {
    color: #fff;
    text-decoration: none;
    z-index: 9;
    position: relative;
    font-weight: 600;
}
  
  .centralbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 6px 20px #00000013;
            box-shadow: 0px 6px 20px #00000013;
  }
  
  .centralbox-iconbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 38px 12px;
    background: #fff;
    min-width: 260px;
  }
  
  .centralbox-iconbox:nth-child(2) {
    background: #fafafa;
  }
  
  .centralbox-iconbox span {
    font-size: 44px;
    color: #FF5038;
    margin-bottom: 12px;
  }
  
  .centralbox-iconbox p {
    font-size: 20px;
    font-weight: bold;
    color: #FF5038;
    text-align: center;
  }
  
  .bottombox {
    padding: 200px 0 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(56.77%, #FAFAFA), to(rgba(250, 250, 250, 0)));
    background: linear-gradient(180deg, #FAFAFA 56.77%, rgba(250, 250, 250, 0) 100%);
  }
  
  .bottombox-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    padding-top: 32px;
  }
  
  .bottombox-detail:before {
    content: '';
    display: block;
    width: 100%;
    height: 4px;
    background: rgba(255, 79, 56, 0.25);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .bottombox-detail p {
    font-weight: 600;
    color: #FF5038;
    font-size: 24px;
    margin-bottom: 24px;
  }
  
  .bottombox-detail span {
    font-size: 20px;
    margin-bottom: 10px;
    width: 500px;
    font-weight: 400;
    line-height: 1.4;
  }
  
  #inscription {
    width: 100%;
    padding: 140px 0 160px;
    background: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #inscription p {
    color: #FF5038;
    font-size: 28px;
    margin-bottom: 8px;
  }
  
  #inscription span {
    color: #fff;
    font-size: 44px;
    font-weight: 600;
    line-height: 1;
  }
  
  .footer {
    width: 100%;
    padding: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  @media only screen and (min-device-width: 320px) and (max-device-width: 800px) {
    .header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .header-left {
      width: 100%;
      padding: 150px 0 20px 0;
    }
    .header-left-pice {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
              margin: 30px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      text-align: center;
    }
    .header-left-text1 {
      font-size: 28px;
    }
    .header-left-textbox {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .header-left-textbox .text2 {
      font-size: 32px;
    }
    .header-left-text3 {
      font-size: 32px;
    }
    .header-rigth {
      width: 100%;
      padding: 80px 30px 140px 30px;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header-rigth-title {
        font-size: 60px;
    text-align: center;
    line-height: 1.2;
    width: 100%;
    text-align: center;
    }
    .header-rigth-subtitle {
        font-size: 40px;
    line-height: 1.2;
    }
    .header-rigth-calltoaction {
      font-size: 25px;
    }
    .bottombox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .bottombox-detail:last-child {
      margin-left: 0;
      margin-top: 40px;
    }
    .header-logo{
        flex-flow: column;
    }
    img.camara_logo {
        max-width: 120px;
    }
    .header-logo {
        padding: 12px 20px 0 20px;
    }
    .header-logo-camara .pice {
       max-width: 120px;
    }
    .header-logo-camara{
        margin-top: 10px;
        width: 100%;
        justify-content: space-around;
    }
    .centralbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        left: auto;
        -webkit-transform: none;
        transform: none;
        -webkit-box-shadow: 0px 6px 20px #00000013;
        box-shadow: 0px 6px 20px #00000013;
        flex-flow: column;
        margin: -60px auto;
        width: 80%;
    }
    .bottombox-detail {
        position: relative;
        padding-top: 32px;
        padding: 30px;
    }
    .bottombox-detail span{
        width: auto;
    }
    #inscription{
        padding: 100px 0 100px; 
    }
    #inscription p {
        font-size: 21px;
    }
    #inscription span {
        font-size: 28px;
    }
    .bottombox{
        padding: 160px 0 100px;
    }
    footer#colophon {

        padding: 100px 30px;
    }
    img.camara_logo {
       
    max-width: 100%;
    margin-top: 25px;

    }
    .page-template-page-curso .footer{
        flex-flow: column;
    }
    .banner-centerbox a {
        flex-flow: column;
        align-items: flex-start;
    }
    .banner-centerbox-title {
        font-size: 24px;
        padding-bottom: 0;
    }
    .banner-centerbox-subtitle {
        padding: 10px;
        font-size: 21px;
    }
    img.banner-logos-img1 {
        display: none;
    }
    .banner{
        height: auto;
    }
    .banner-logos div{
        display: none;
    }
    .banner-centerbox-title{
        padding: 15px 25px;
    }
    .banner-centerbox-subtitle{
        padding: 0 25px 25px;
    }
    span.cerrarBarraContacto {
        position: absolute;
        top: -210px;
        right: 8px;
    }
    .banner-orangebox {
        -webkit-box-pack:  flex-start;
        -ms-flex-pack:  flex-start;
        justify-content: flex-start;
        padding: 10px 25px;
    }

    
  }
  /*# sourceMappingURL=style.css.map */


  article#post-570 {
    padding: 100px 0;
}



section#ayudas {
    padding: 60px 0 100px;
}
section#ayudas .container{
    max-width: 1440px;
}

  /* POP UP */

  .popup {
    display: none;
    background: #000;
    color: #fff;
    position: relative;
    max-height: calc(100vh - 150px);
}


  
  .close-btn {
    background: red;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10;
    cursor: pointer;
  }

  .ayudas_popup{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1001;
    transition: opacity .3s cubic-bezier(.165,.84,.44,1);
    opacity: 0;
    pointer-events: none;
  }
  .ayudas_list {
    display: flex;
    align-items: center;
    flex-flow: wrap;
}
.ayudas_item {
    position: relative;
    width: 16.66%;
    display: block;
}
.ayudas_item-content {
    position: relative;
    max-width: 190px;
    min-height: 190px;
    cursor: pointer;
}
.ayudas_item-content:before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    max-width: 110px;
    height: 74px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -55%);
    overflow: hidden;
    background-position: center;
}
.ayudas_item [data-btn="0"] .ayudas_item-content:before,
.ayudas_item [data-btn="1"] .ayudas_item-content:before,
.ayudas_item [data-btn="2"] .ayudas_item-content:before{
    background-image: url(https://civica-soft.com/wp-content/themes/civica/assets/images/footer/bandera_europa.png);
}
.ayudas_item [data-btn="3"] .ayudas_item-content:before{
    background-image: url(https://civica-soft.com/wp-content/themes/civica/assets/images/footer/lacaixa.png);
    max-width: 100%;
    height: 96px;
    background-position: center;
    top: 54%;
}
.ayudas_item [data-btn="4"] .ayudas_item-content:before{
    background-image: url(https://civica-soft.com/wp-content/themes/civica/assets/images/footer/bandera_andalucia.png);
    
}
.ayudas_item [data-btn="5"] .ayudas_item-content:before{
    background-image: url(https://civica-soft.com/wp-content/themes/civica/assets/images/footer/helix.png);
}

.ayudas_item [data-btn="0"] .ayudas_item-content svg,
.ayudas_item [data-btn="2"] .ayudas_item-content svg,
.ayudas_item [data-btn="4"] .ayudas_item-content svg{
    animation: rotate 22s linear infinite;
}
.ayudas_item [data-btn="1"] .ayudas_item-content svg,
.ayudas_item [data-btn="3"] .ayudas_item-content svg,
.ayudas_item [data-btn="5"] .ayudas_item-content svg{
    animation: rotate 22s linear infinite;
}

img.texto_circulo_svg {
    position: absolute;
    top: 0;
    left: 0;
}
img.bande_europa_img {
    position: absolute;
    top: calc(50% + 60px);
    left: calc(50% - 60px);
    max-width: 120px;
    border-radius: 2px;
}
  .ayudas_popup.is-visible {
    opacity: 1;
    pointer-events: auto;
}

  .ayudas_popup_overlay{
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(19,20,25,.8);
    cursor: pointer;
   
  }

  .ayudas_popup_inner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 90vw;
    max-width: 1170px;
    max-height: calc(100vh - 80px);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .ayudas_popup_inner .ayudas_popup_cerrar .site-menu-close {
    position: absolute;
    top: 25px;
    right: -25px;
  }
  .ayudas_popup_inner  div#fondo_europeo .content_inner {
    padding: 30px 0 30px 0;
}
.ayudas_popup_inner .fondo_helix-inner{
    padding: 0px 0 30px 0;
}
    .ayudas_popup_cerrar{
        position: absolute;
        right: 0;
        bottom: calc(100% + 30px);
        padding: 0;
        height: 24px;
        width: 24px;
        transition: opacity .3s cubic-bezier(.165,.84,.44,1) .4s;
        border: 0;
     
        background: transparent;
    }

   
    .ayudas_popup_text {
        /* position: absolute;
        top: 0;
        left: 0; */
        background: #fff;
        padding: 30px;
        border-radius: 3px;
    }
    
    .ayudas_popup_text h3 {
        color: #18171d;
    }
    .ayudas_popup_text p {
        color: #18171d;
    }
    

    



.ayudas_popup_cerrar .site-menu-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    padding: 0;
    z-index: 2;
    margin: 0;
    background: none;
    border: none;
    outline: none;
    width: 56px;
    height: 56px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 2px 50px 0 rgba(237, 129, 1, 0.29);
}



button.site-menu-close{
    display: block;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, -webkit-transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s;
    transition: opacity 0s linear .5s, transform 0s linear .5s, -webkit-transform 0s linear .5s;
    /* width: 100%; */
    opacity: 0;
}

.is-visible button.site-menu-close {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    transition: opacity .3s cubic-bezier(.25, .46, .45, .94) .45s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .45s;
    opacity: 1;
}


.ayudas_popup_cerrar .site-menu-close>.line {
    position: absolute;
    top: calc(50% - 0px);
    left: calc(50% - 11px);
    height: 2px;
    width: 22px;
    display: block;
}

.ayudas_popup_cerrar .site-menu-close .line.line-1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
}

.ayudas_popup_cerrar .site-menu-close .line.line-2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
    transition: transform 0s cubic-bezier(.25, .46, .45, .94) .6s, -webkit-transform 0s cubic-bezier(.25, .46, .45, .94) .6s;
}

.ayudas_popup_cerrar .site-menu-close>.line:after,
.ayudas_popup_cerrar .site-menu-close>.line:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    content: "";
}

.ayudas_popup_cerrar .site-menu-close>.line:before {
    background-color: #ed8101;
    z-index: 0;
}

.ayudas_popup_cerrar .site-menu-close>.line:after {
    background-color: #ed8101;
    z-index: 1;
}

.ayudas_popup_cerrar .site-menu-close .line.line-1:after {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94);
    transition: transform .3s cubic-bezier(.25, .46, .45, .94), -webkit-transform .3s cubic-bezier(.25, .46, .45, .94);
}

.ayudas_popup_cerrar .site-menu-close .line.line-2:after {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}

.ayudas_popup_cerrar .site-menu-close:hover .line.line-1:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}

.ayudas_popup_cerrar .site-menu-close:hover .line.line-2:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
    transition: transform .3s cubic-bezier(.25, .46, .45, .94) .15s, -webkit-transform .3s cubic-bezier(.25, .46, .45, .94) .15s;
}




  
  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(-1turn);
    }
  }
  

  @media (max-width:769px) {
    .ayudas_list {
        flex-flow: column;
        justify-content: center;
    }
    .ayudas_item {
        width: 50%;
    }
    .ayudas_item-content {
        margin: 0 auto;
        margin-bottom: 32px;
    }
    .fondo_helix-inner span{
        flex-flow: column;
    }
    .fondo_helix-inner .content_text p {
        text-align: left;
    }
  }