/*
Theme Name: Zephyr Child
Theme URI: http://zephyr.us-themes.com/
Template: Zephyr
Author: UpSolution
Author URI: http://us-themes.com/
Description: Material Design WordPress Theme
Tags: responsive-layout,custom-colors,theme-options,translation-ready
Version: 7.0.3.1580115387
Updated: 2020-01-27 09:56:27

*/

/* RESET */

@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
 blockquote {
    padding: 0 !important;
    padding-left: 2.5rem !important;
    font-size: 1.2em !important;
    line-height: 1.2 !important;
    margin-bottom: 10px !important;
}
/*blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}*/
 
/* No olvides definir estilos para focus */
:focus {
  outline: 0;
}
 
/* No olvides resaltar de alguna manera el texto insertado/borrado */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
 
/* En el cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³digo HTML es necesario aÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±adir cellspacing="0" */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* FIN RESET */

/*ATRIBUTOS GENERALES*/

* {
  margin:0;
  padding:0;
  position:relative;
  box-sizing:border-box;
}
.cf:before,.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
body {
  font:300 18px/150% sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family: 'Raleway', sans-serif;
}
a {
  transition:0.2s all ease-in-out;
  -webkit-transition:0.2s all ease-in-out;
  outline:0;
}
p {
  font-family: 'Raleway', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  line-height:140%;
  font-weight:300;
  margin:0 0 3rem;
  font-family: 'Montserrat', sans-serif;
}
h1 { font-size:300%; }
h2 { font-size:250%; }
h3 { font-size:180%; }
h4 { font-size:125%; }
h5 { font-size:100%; }
h6 { font-size:80%; }
button,input,select,textarea {
  font:300 125%/150% sans-serif;
}
::-webkit-scrollbar {
  display:none;
}
::-webkit-scrollbar-track {
  display:none;
}
::-webkit-scrollbar-thumb {
  display:none; 
}
::-webkit-scrollbar-thumb:hover {
  display:none;
}
/*html, body {
  height: 100%;
}*/

/* FIN ATRIBUTOS GENERALES*/

.movil-si{
  display: none;
}
.movil-no{
  display: flex;
}
.movil-si767{
  display: none;
}
.movil-no767{
  display: flex;
}
.movil-si994{
  display: none;
}
.movil-no994{
  display: flex;
}

/* HEADER */
/*.l-header.shadow_thin .l-subheader.at_middle{
  box-shadow: initial !important;
}*/


.menu-toggle {
  height: 32px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  margin: 20px auto;
  width: 40px;
  right: 50px;
  top: 40px;
  z-index: 9999999;
}
span.index .menu-toggle {
  display: none;
}
.menu-toggle:hover {
  color: #999;
}
.menu-toggle i,
.menu-toggle i:after,
.menu-toggle i:before {
  display: block;
  position: absolute;
  height: 1px;
  width: 40px;
  right: 0;
  background: #4c4c4c;
  border-radius: 2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menu-toggle:hover i,
.menu-toggle:hover i:after,
.menu-toggle:hover i:before {
  background: #bf0e7e;
}
.menu-toggle i:after,
.menu-toggle i:before {
  content: '';
}
.menu-toggle i:after {
  top: -28px;
}
.menu-toggle i:before {
  top: -14px;
}
.menu-toggle i {
  top: 28px;
}
.menu-toggle.open i:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -22px;
  background: #bf0e7e;
}
.menu-toggle.open i:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -22px;
  background: #bf0e7e;
}
.fondo-nav {
  width: 100%;
  height:100%;
  background: url("./img/fondo-nav.jpg");
  background-size: cover;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity:0;
  right: -100%;
  position:fixed;
  z-index: 999;
}
nav#nav-nboca {
  width: 100%;
  height:100%;
  text-align: center;
  background-color: #ff000000;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  overflow: hidden;
  position: relative;
  z-index: 9;
  right: 0%;
  top:0;
}
.menu-toggle.first.open ~ .fondo-nav {
  opacity:1;
  right: 0;
}
/*Menú móvil*/
.ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    font-size: 2.5em !important;
    line-height: 1em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    -webkit-text-stroke: 1.5px #d6007c;
    -webkit-transition: all .3s cubic-bezier(.2,-0.52,.8,1.84);
    -o-transition: all .3s cubic-bezier(.2,-0.52,.8,1.84);
    transition: all .3s cubic-bezier(.2,-0.52,.8,1.84);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
.ush_menu_1.type_mobile .w-nav-anchor.level_1 .w-nav-title span{
	font-size: 4rem !important;
}
.no-touch .w-nav .menu-item.level_1:hover > a{
	color: #d6007c;
	cursor: pointer;
	font-size: 4rem !important;
}
.w-nav .menu-item.level_1.current-menu-item > a{
	font-size: 4rem !important;
	transition: .5s cubic-bezier(.2,-0.52,.8,1.84);
}

span.index nav#nav-nboca {
  opacity:1;
  right: 0;
}
span.index .fondo-nav {
  opacity:1;
  right: 0;
}
.logo-nboca {
  position: fixed;
    left: 30px;
    top: 5%;
    width: 200px;
    max-width: 300px;
    z-index: 9999;
    opacity: 0;
}
.logo-nboca.open {
    position: fixed;
    left: 30px;
    top: 5%;
    width: 200px;
    max-width: 300px;
    z-index: 9999;
    opacity: 1;
    transition: opacity 1s ease-in-out 1s;
}
.index .logo-nboca {
  position: fixed;
    left: 30px;
    top: 5%;
    width: 200px;
    max-width: 300px;
    z-index: 9999;
    opacity: 1;
}
.logo-nboca img {
    width: 100%;
}
header .aside.nav-redes {
    position: fixed;
    z-index: 9999;
    display: block;
    right: 50px;
    top: 0;
}
nav#nav-nboca:before {
  content:"";
  display: block;
  width: 30%;
  height:100%;
  position: absolute;
  background: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+20,ffffff+100&1+20,0+100 */
  background: -moz-linear-gradient(left,  rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(255,255,255,1) 20%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
  top: 0;
  left: 0;
  z-index: 0;
}
.Loop li .texto-seccion {
    position: fixed;
    max-width: 280px;
    text-align: left;
    bottom: 100px;
    left: -400px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.Loop li:hover .texto-seccion {
    left: 40px;
}
.Loop li .texto-seccion:before {
  content:"";
  position: absolute;
  background: url("./img/zigzag.png");
  width: 113px;
  height: 13px;
  left: 0;
  top: -30px;
}
.Loop .texto-seccion p {
    margin: 0 0 5px;
    font-size: .87em;
    line-height: 1.3em;
}
.Loop .texto-seccion p strong {font-weight: 700;}
.Loop .texto-seccion p span {
    color: #d6007c;
    text-transform: initial;
}
.circulo-texto {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: solid 2px #e90089;
    left: 0;
    top: -190px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: black;
    font-size: smaller;
    text-align: center;
    line-height: 1.2em;
}
nav#nav-nboca ul {
  display: block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  scrollbar-width: none;
}
nav#nav-nboca li {
  display: flex;
  list-style: none;
  position: relative;
  text-align: center;
  height: 40%;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
nav#nav-nboca li:first-child {
  padding-top: 300px;
  height: 70%;
}
nav#nav-nboca li:last-child {
  padding-bottom: 300px;
  height: 70%;
}
nav#nav-nboca a {
  color: #d6007c;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  opacity: .3;
  margin-bottom: 0 !important;
}
nav#nav-nboca ul li:hover  a{
  opacity: 1;
}
nav#nav-nboca ul li:first-child  a {
  align-items: center;
}
nav#nav-nboca ul li a span {
  align-items: center;
  color: inherit;
  display: contents;
}
nav#nav-nboca ul li:hover a span {
  font-size: 1.5em;
}
nav#nav-nboca ul li:last-child  a {
  margin-bottom:100px;;
}
nav#nav-nboca a h3 {
  width: 100%;
  height: 100%;
  font-size: 2.5em;
  line-height: 1em;
  font-weight: 700;
  padding: 0 32%;
  color: rgba(255, 255, 255, 0.5);
  -webkit-text-stroke: 1.5px #d6007c;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
nav#nav-nboca span {
  text-transform: uppercase;
  /*color: #777;*/

}
nav#nav-nboca ul li:hover a h3 {
  color: #d6007c;
  cursor: pointer;
  font-size: 5em;
}

/* FIN HEADER */

/* CONTENIDO CENTRAL */

.centrar-contenidos {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 20px;
  position:relative;
  display:flex;
  justify-content:center;
}
.centrar-contenidos > div {
    position:relative;
    float:left;
    width: 5%;
}
.centrar-contenidos > div#contenido-de-la-seccion {
  max-width: 1400px;
  width: 100%;
}
.pos-legal{
	left: -70px;
	max-width: 320px;
}
.aside {
  margin:20px;
}
.aside p {
    position: fixed !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bf0e7e;
    font-weight: 800;
    font-size: 1.2em;
    text-transform: uppercase;
    left: 0;
    top: 0;
}
.aside p span {
    display:block;
    transform: rotate(-90deg);
    position:relative;
}
.aside p span a{
    color: #bf0e7e;
}
.aside p span a:hover {
    color: #000000;
}
.aside p span img {
    transform: scale(0.7) rotate(90deg);
    position:absolute;
    left:-40px;
    top:-13px;
    opacity: 1;
    -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.fixed-ico-csroll {
    opacity:0 !important;
    -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.aside ul {
    position: fixed !important;
    display: block;
    color: #bf0e7e;
    font-weight: 800;
    font-size: 1.2em;
    text-transform: uppercase;
    list-style:none;
    top: 45%;
    margin-left: 20px;
}
.aside ul a {
    color: #bf0e7e;
    display:block;
    margin:15px 0;
    text-decoration:none;
}
.aside ul a:hover {
    color: #1e1e1c;
}
.aside ul a span {
    display:none;
}
.frase-cierre {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.frase-cierre > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.frase-cierre:after {
    content:"";
    display:block;
    width: 100%;
    height: 220px;
    position: absolute;   
    padding: 0 400px !important;
    z-index: -1;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9c9c9+0,f4f4f4+50,c9c9c9+100 */
  background: rgb(201,201,201); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(201,201,201,1) 0%, rgba(244,244,244,1) 50%, rgba(201,201,201,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(201,201,201,1) 0%,rgba(244,244,244,1) 50%,rgba(201,201,201,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(201,201,201,1) 0%,rgba(244,244,244,1) 50%,rgba(201,201,201,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9c9c9', endColorstr='#c9c9c9',GradientType=1 ); /* IE6-9 */
}
.texto-frase-final {
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.texto-frase-final p {
  text-transform:uppercase;
  line-height:1.3em;
}
/*.texto-frase-final a:before {
  border:none !important;
}*//*
.texto-frase-final a span {
  text-transform:uppercase;
  font-weight: bold;
  color: #bf0e7e;
  transition: 0.2s all ease-in-out;
  -webkit-transition:0.2s all ease-in-out;
}
.texto-frase-final a span:hover {
  color: #000000;
}*/
.texto-frase-final > div{
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dot.active span {
    background: rgb(191, 14, 126) !important;
    border: 1px solid #bf0e7e !important;
}
.owl-dot span {
    background: transparent !important;
    border: 1px solid #bf0e7e !important;
}

/* FIN CONTENIDO CENTRAL */

/* NOSOTROS */
.nuestro_equipo:nth-child(even) .item-equipo {
    display: flex;
    flex-direction: row-reverse;
}

.seccion-historia {
    padding-top: 0 !important;
}
.texto-historia {
    padding-top: 20px;
    border-top: solid 3px #bf0e7e;
}

.fondo-item{
  padding: 3rem;
  padding-left: 15%;
  background:#6e6e6e url(/wp-content/uploads/2020/01/diagonal.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  margin-left: -14%;
  min-width: 55%;
}
.nuestro_equipo:nth-child(even) .item-equipo .fondo-item-even {
    background: #6e6e6e url(/wp-content/uploads/2020/01/diagonal-2-e1583429325545.jpg);
    right: -15%;
    /*transform: rotate(180deg);*/
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: left;
    padding-left: 10%;
}

/* FIN NOSOTROS */

/* QUE HACEMOS*/

.texto-servicios {
    z-index: 9;
    min-height: 60vh;
    padding-left: 3%;
    padding-top: 100px;
    line-height: 1.2;
    font-size: 16px;
}
#idservicios.w-tabs.layout_ver.navwidth_30 .w-tabs-list{
  background-color: #fff !important;
}
.content-img-servicio {
    z-index: 1;
}
.img-tabs-servicios {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    max-height: 90vh;
}
.img-tabs-servicios div {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100%;
}
.img-tabs-servicios div img {
    width: auto !important;
    height: 100%;
}
/*.w-tabs-item-h span {
    color: #9e9e9e;
}*/
#idservicios .w-tabs-item {
  color: #9e9e9e !important;
  font-weight: bold;
  transition: 0.2s cubic-bezier(.46,.03,.52,.96);
}
#idservicios .w-tabs-item.active, #idservicios .w-tabs-item.active:hover {
  border-top: 2px solid #e90089;
  border-bottom: 2px solid #e90089;
  padding: 10px;
  font-size: 1.6rem !important;
  line-height: 1.1;
  font-weight: bold;
  margin: 20px auto;
  background: #fff;
  color: #000 !important;
  
}
#idservicios .w-tabs-item:hover {
  border-top: 2px solid #c4c4c4;
  border-bottom: 2px solid #c4c4c4;
  padding: 10px;
  /*font-size: 1.8rem !important;*/
  line-height: 1.1;
  font-weight: bold;
  margin: 20px auto;
  background: #fff;
  color: #e90089 !important;
  
}

.w-tabs-item > div {
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

#footer-servicios ~footer {
    position: fixed;
    bottom: 10px;
}

/* FIN QUE HACEMOS */

/* CASOS DE EXITO */

/*div#contenido-caso-de-exito {
    margin-top: 100px;
}*/
div#contenido-caso-de-exito #titulo-de-la-publicacion {
    line-height: 1em;
    margin-bottom: 0px !important;
    font-size: 2em;
    font-weight: 700;
}
div#contenido-caso-de-exito #titulo-de-la-publicacion + p {
    font-size: 1em;
    line-height: 1;
    padding-bottom: 20px;
}
.titulo-caso-de-exito div h2 {
    color: #bf0e7e;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.5em;
}
.titulo-caso-de-exito ~ .post_custom_field {
    margin-bottom: 30px;
}

/* FIN CASOS DE EXITO */

/* CLIENTES */

.g-filters.style_3 .g-filters-item:not(.active) {
    border-top: solid 2px #bf0e7e;
    border-bottom: solid 2px #bf0e7e;
    margin: 10px;
    color: #505050;
}
.g-filters.style_3 .g-filters-item {
    border-top: solid 2px #161616;
    border-bottom: solid 2px #181818;
    height: fit-content;
    margin: 10px;
    flex: 1 1;
}

/* FIN CLIENTES */

/* BLOG */

.post_format-post-format-link .w-grid-item-h {
    background: #e0e0e0 !important;
}
.post_format-post-format-link .w-grid-item-h h2 {
    font-weight: 600;
    font-size: 1.2em !important;
}
.post_format-post-format-link .w-grid-item-h h2 a:after {
    display: none !important;
}
.w-grid-item.format-audio .post_image:after, .w-grid-item.format-video .post_image:after {
    content: 'â–º'!important;
    font-size: 3rem !important;
    padding: 8px 5px 12px 15px !important;
    width: 3.5rem !important;
    background: rgba(191, 14, 126, 0.59) !important;
    font-family: sans-serif !important !important;
    text-align: center !important;
}
div#contenido-blog {
    box-shadow: 0 0 10px 2px hsla(0, 0%, 0%, 0.31);
    padding: 35px 10px;
}
div#categorias-de-la-publicacion {
    padding-bottom: 5px;
    margin-bottom: 20px;
    border-bottom: solid 1px #bbb;
}
div#categorias-de-la-publicacion a {
    color:#bf0e7e;
    display:inline-block;
    padding:0 5px;

}
#titulo-de-la-publicacion {
    line-height: 1em;
    margin-bottom:50px !important;
}
.wp-block-column {
    width: 100%;
}
div#contenido-blog h1,
div#contenido-blog h2,
div#contenido-blog h3,
div#contenido-blog h4,
div#contenido-blog h5,
div#contenido-blog h6 {
    margin: initial;
    font-weight: 700;
    line-height: 1em;
}
div#contenido-blog a {
    color:#bf0e7e;
}
div#contenido-blog a:hover {
    color:#000000;
}
#titulo-blog h1{
	font-size: 2em !important;
	font-weight: 100 !important;
}
#contenido-blog h1{
	font-size: 1.8em;
}
#contenido-blog h2{
	font-size: 1.4em;
}
#contenido-blog h3{
	font-size: 1.2em;
}
#contenido-blog h4{
	font-size: 1.2em;
	margin-top: 10px;
}
#autor-del-post {
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
    padding-left: 120px;
    margin-bottom: 30px;
}
#foto-del-autor {
    overflow: hidden;
    border-radius: 100%;
    width: 100px !important;
    min-width: 100px;
    height: 100px !important;
    max-height: 100px !important;
    position: absolute;
    left: 0;
    z-index: 2;
}
#foto-del-autor img {
    width: 100px;
    height: 100px;
}
div#nombre-del-autor {
    width: 100%;
    font-weight: 900;
}
#nombre-del-autor h4{
	margin-top: 15px;
    padding-bottom: 5px;
}
div#descripcion-del-autor {
    width: 100%;
    font-size: .8em;
    line-height: 1em;
    padding-bottom: 10px;
}
.post_date {
    font-size: .7em;
    color: gray;
}
#autor-del-post .post_date {
    font-size: .7em;
    line-height: 1em;
    color: gray;
    float: right;
    border-top: solid 1px #bf0e7e;
    padding-top: 5px;
    width: 100%;
    text-align: right;
    z-index: 1;
}
#autor-del-post .post_date span{
    font-weight: 800;
}
#bloque-noticia-siguiente-anterior {
    margin-bottom: 80px;
}
.entrada-anterior .vc_column-inner{
	padding-left: 0 !important;
	padding-right:  0!important;
}
.post_navigation.layout_simple .order_first{
  box-shadow: 2px 2px 10px #d2d2d2;
  width: 49%;
  margin-right: 1%;
}
.post_navigation.layout_simple .order_second{
  box-shadow: 2px 2px 10px #d2d2d2;
  width: 49%;
  margin-left: 1%;
}
.post_navigation-item-meta{
    color: #bf0e7e;
    opacity: 1;
    margin-top: 10px;
}
.post_navigation.layout_simple .order_first .post_navigation-item-arrow, .post_navigation.layout_simple .order_second .post_navigation-item-arrow{
  top: 28%;
}
/*.post_navigation.layout_simple .post_navigation-item{
  width: 48%;
  margin-right: 2%;
}*/
.post_navigation.layout_simple .post_navigation-item-title{
  margin-bottom: 10px;
}
/*Formulario Newsletter*/
#form-newsletter a{
	color: #fff !important;
}
#form-newsletter .wpcf7 input[type="email"]{
	border: 1px solid #fff !important;
}
#form-newsletter .wpcf7 input[type="text"]{
	border: 1px solid #fff !important;
	margin-bottom: 10px;
}
#form-newsletter .wpcf7-list-item-label {
	font-size:15px;
	padding-left: 45px;
	line-height: 1;
    float: right;
    margin-top: 10px;
}
#form-newsletter span.wpcf7-not-valid-tip {
    color: #060606 !important;
 }
 #form-newsletter div.wpcf7-validation-errors, #form-newsletter div.wpcf7-acceptance-missing {
    border: none !important;
    background: #808080;
    text-align: center;
}
#form-newsletter .wpcf7 input[type="submit"]{
	font-family: 'Raleway', sans-serif !important;
}
#btn-news{
  display:flex;
  justify-content: center;
  align-items: center;
}

/* FIN BLOG */

/* CONTACTO */

form > div {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  position: relative;
}
form > div p {
  float: left;
  width: 100%;
  position: relative;
}
form > div ~ p {
  float: left;
  width: 100%;
  position: relative;
}
form > div:nth-child(2) {
    padding-right: 5px;
}
form > div:nth-child(3) {
    padding-left: 5px;
}
.campos-medios {
    width: 50%;
    float: left;
}
div#fomulario-de-contacto-general form > div p span input, 
div#fomulario-de-contacto-general form > div p span textarea {
    background: #eaeaea !important;
    border: none;
    padding:10px;
    width:100%;
    max-width:100%
}
div#fomulario-de-contacto-general form > div p span input:hover, 
div#fomulario-de-contacto-general form > div p span textarea:hover {
    background: #f3f0f0 !important;
}
div#fomulario-de-contacto-general form > div p span input:active, 
div#fomulario-de-contacto-general form > div p span textarea:active {
    background: #ffffff !important;
}
div#fomulario-de-contacto-general form > div p span input:focus, 
div#fomulario-de-contacto-general form > div p span textarea:focus {
    background: #f3f0f0 !important;
    border-bottom:solid 1px #bf0e7e;
}
span.asterisco {
    color: #bf0e7e;
    font-size: 2em;
    line-height: .1em;
    height: fit-content;
    position: relative;
    top: 8px;
}
.aceptar p {
    font-size: .8em;
    padding-bottom: 10px;

}
.aceptar a {
    color: #000000;
    display: inline-block;
    border-bottom: solid 1px #bf0e7e;
    margin-left: 6px;
}
.aceptar p span span span label span {
  display: flex;
  position: relative;
  padding-left: 33px;
}
input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 20px;
  top: 30px;
}
input[type=checkbox] + span:before {
  content: "\02713" !important;
  border: 3px solid #bf0e7e;
  background: #bf0e7e;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  vertical-align: bottom;
  color: #bf0e7e !important;
  transition: .2s;
  font-size: 1.5em !important;
  position: absolute;
  font-size:1.5em;
  opacity: 1 !important;
  -webkit-text-stroke: none !important;
  left: 0 !important;
  top: 0px !important;
  -webkit-text-stroke: 1px #bf0e7e !important;
}
input[type=checkbox] + span:active:before {
  transform: scale(0);
}
input[type=checkbox]:checked + span:before {
  color: #ffffff !important;
  -webkit-text-stroke: 2px #ffffff !important;
  font-size: 2em !important;
}
/*input[type="submit"] {
    border: solid 2px #bf0e7e;
    padding: 10px 40px;
    font-size: .9em;
    font-weight: 600;
    text-transform: uppercase;
}*/

/* FIN CONTACTO */

/* LEGAL */

div#banner-detalle-legal {
    display: block;
    max-width: 900px;
    margin: auto;
    padding: 150px 0px 30px;
    text-align: center;
    font-weight: bolder;
}
section#main-legal {
    display: block;
    max-width: 900px;
    padding-top: 0;
    padding-bottom: 0px;
}
section#main-legal > div#contenido-de-la-seccion {
  max-width: 100%;
  width: 100%;
  float:left;
  border-left: solid 1px #bf0e7e;
  border-right: solid 1px #bf0e7e;
  padding: 0 50px;
  margin-bottom: 30px;
}
section#main-legal p {
    margin-bottom:15px;
}
section#main-legal .aside {
    margin: 0px;
}

/* FIN LEGAL */

/* FOOTER */

a.w-header-show {
    display: none;
}
footer.l-footer {
    overflow: visible !important;
    z-index: 9999;
}
footer .centrar-contenidos {
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  font-size: .7em;
  color: #000000;
  max-width: 1400px;
  padding: 0 !important;
    padding-bottom: 10px !important;
}
footer .centrar-contenidos > div {
    width: 100%;
}
span.index footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 99999;
    background-color: #0000;
}

/* FIN FOOTER */

@media (max-width: 480px) {
.post_navigation-item-meta {
  margin-top: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.post_navigation.layout_simple .order_first .post_navigation-item-arrow, .post_navigation.layout_simple .order_second .post_navigation-item-arrow{
  top: 0%;
}
#form-newsletter .wpcf7 input[type="email"], #form-newsletter .wpcf7 input[type="text"]{
	width: 120% !important;
}
}

@media (max-width: 600px) {
.fondo-item{
  padding-left: 11% !important;
}
#titulo-blog h1 {
    font-size: 1.7em !important;
}
#contenido-blog h1 {
    font-size: 1.6em !important;
}
/*Menú móvl*/
.ush_menu_1.type_mobile .w-nav-anchor.level_1 {
    font-size: 1.8em !important;
    -webkit-text-stroke: 1px #d6007c;
}
.ush_menu_1.type_mobile .w-nav-anchor.level_1 .w-nav-title span{
	font-size: 2.5rem !important;
}
.no-touch .w-nav .menu-item.level_1:hover > a{
	color: #d6007c;
	cursor: pointer;
	font-size: 2.2rem !important;
}
.w-nav .menu-item.level_1.current-menu-item > a{
	font-size: 2.2rem !important;
	transition: .3s cubic-bezier(.2,-0.52,.8,1.84);
}
.circulo-texto {
	background: rgba(255, 255, 255, 0.7);
}
.tit-home{
	font-size: 2.7em !important;
}
/*Formulario Newsletter*/
#form-newsletter .vc_column-inner{
	padding: 0 1rem!important;
}
#form-newsletter .wpcf7 input[type="email"], #form-newsletter .wpcf7 input[type="text"]{
	width: 113%;
}
}

@media (max-width: 767px) {
.campos-medios {
    width: 100%;
}
.movil-si767{
  display: flex;
}
.movil-no767{
  display: none;
}
#logos .g-filters.style_1 .g-filters-item {
    margin-bottom: 5px !important;
    margin-right: 1% !important;
    width: 49% !important;
}
}

@media (max-width: 768px) {
.movil-si{
  display: flex !important;
}
.movil-no{
  display: none !important;
}
.mt-actualidad{
  margin-top: -4rem;
}
.fondo-item{
  min-width: 100%;
  padding: 2rem 2rem 2rem 15%;
}
.nuestro_equipo:nth-child(even) .item-equipo .fondo-item-even {
  padding-left: 26% !important;
  right: -20%;
}
#autor-del-post{
  padding-bottom: 20px;
}
div#contenido-caso-de-exito #titulo-de-la-publicacion + p {
    padding-bottom: 0px;
}
.entrada-anterior .vc_column-inner{
	margin-top: -30px;
}
}

@media (min-width: 769px) and (max-width: 994px) {
.fondo-item{
  min-width: 40% !important;
}
.texto-servicios {
    padding-left: 0px !important;
    margin-left: -10px;
}
.img-tabs-servicios {
    top: 5%;
    max-height: 80vh;
}
#idservicios .w-tabs-item:hover {
  font-size: 1.5rem !important;  
}
#idservicios .w-tabs-item.active {
  font-size: 1.5rem !important;  
}
.nuestro_equipo:nth-child(even) .item-equipo .fondo-item-even {
    right: -14%;
    padding-left: 8%;
}
.layout_1257 .usg_vwrapper_1 {
    width: 50% !important;
}
.w-txt{
	width: 120% !important;
}
}
@media (min-width: 769px) and (max-width: 1200px) {
 #form-newsletter .wpcf7 input[type="email"], #form-newsletter .wpcf7 input[type="text"] {
    border: 1px solid #fff !important;
    width: 90%;
} 
}
@media (max-width: 994px) {
.movil-si994{
  display: flex !important;
}
.movil-no994{
  display: none !important;
} 
.centrar-contenidos > div {
    width: 0px;
}
.aside {
    margin: 0px;
}
.aside p{
  display: none;
}
.logo-nboca{
  display: none;
}
.tit-seccion{
  display: flex !important;
}
.p-sectlogos{
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.w-994{
	width: 100% !important;
}
.page-id-1348 .fondo-nav{
  display: none;
}
span.index footer{
  position: relative; 
}
.circulo-texto {
	position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: solid 2px #e90089;
    top: 0;
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: black;
    font-size: 13px;
    text-align: center;
    line-height: 1.2em;
}
}
@media (min-width: 995px) and (max-width: 1199px){
/*Menú*/
.w-nav-icon{
  font-size: 40px !important;
}
.ush_menu_1 .w-nav-icon i{
  border-width: 0.1px !important;
  margin-left: -25px !important;
  margin-top: 2px !important;
}
}
@media (min-width: 1200px) {
/*Menú*/
.w-nav-icon{
  font-size: 40px !important;
}

.ush_menu_1 .w-nav-icon i{
  border-width: 0.1px !important;
  margin-left: -25px !important;
  margin-top: -8px !important;
}
.sticky .ush_menu_1 .w-nav-icon i{
  border-width: 0.1px !important;
  margin-left: -25px !important;
  margin-top: 0px !important;
}
}
@media (min-width: 1400px) {
.img-tabs-servicios {
    height: 110%;
    max-height: 110vh;
}
}

div.wpcf7-response-output{
  margin-top: 20px;
}
.tit-seccion{
    color: #bf0e7e;
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;  
    margin-bottom: 0px;
    display: none;
}

/*NOS CONOCEN*/

.w-tabs.style_default .w-tabs-item.active{
  border: none;
}
.z-index1{
  z-index: 1;
}
.z-index2{
  z-index: 2 !important;
}
.z-index3{
  z-index: 3 !important;
}
.item-equipo .usg_post_custom_field_2.type_image:hover{
	opacity: 0 !important;
	transition: opacity .5s ease-in-out;

}
.item-equipo .usg_post_custom_field_2.type_image{
	/*z-index: 99 !important;
	margin-bottom: -103.5%;
  max-width: 101% !important;
  width: 101% !important;*/
  transition: opacity .2s ease-in-out;
}
.item-equipo .usg_post_custom_field_2.type_image img, .layout_1259 .usg_post_custom_field_2.type_image img{
  border-radius: 50% !important;
}
.layout_1259 .usg_post_custom_field_2.type_image:hover{
	opacity: 0 !important;
	transition: opacity .2s ease-in-out;
}
/*.layout_1259 .usg_post_custom_field_2.type_image{
	margin-bottom: -79%;
}*/

.p-sectlogos{
  padding-left: 10%;
  padding-right: 10%;
}
#logos .g-filters.style_1{
  background-color: #fff !important;
}
#logos .g-filters.style_1 .g-filters-item{
  line-height: 2.5rem;
  border-top: 2px solid #e90089;
  border-bottom: 2px solid #e90089;
  margin-bottom: 1rem;
  margin-right: 10px;
}
.g-filters.style_1 .g-filters-item.active{
  background:#e90089 !important;
  color:#fff  !important;
}
#iconos-redes{
  position: fixed;
  top: 50%;
  right: -20px;
  transform: translateY(-68px);
}
#iconos-redes .w-socials-item{
  display: block !important;
}
span#cn-notice-text{
  display: block !important;
  margin-bottom: 15px !important;
}
span#cn-notice-buttons{
  display: block !important;
}
#cookie-notice .cn-button {
  padding: 5px 10px !important;
}
.us-btn-style_6{
	border: 1px solid;
}
.owl-carousel.navstyle_circle .owl-nav div{
	transform: translateY(-150px) !important;
}

.tit-home{
	font-size: 2.9em;
    line-height: 1em;
    font-weight: 700;
    color: #d6007c;
    -webkit-text-stroke: 1.5px #d6007c;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: uppercase;
}
.tit-home > span{
	font-size: 1.3em !important;}	
.clear{
	 clear: both;
}
.w-txt p{
	margin-bottom: 10px !important;
}
.page-id-185 .l-subheader.at_middle, .page-id-1348 .l-subheader.at_middle{
	background-color: #0000 !important;
	box-shadow: initial !important;
}
.page-id-185 .sticky .l-subheader.at_middle, .page-id-1348 .sticky .l-subheader.at_middle{
	background-color: #fff !important;
	box-shadow: initial !important;
}

