/*****************
* @Project - ecija
* @author - #VAG
* @Created_Date - 31-Aug-2021
* @Updated_Date - 
******************/

html {
    height: 100%;
}
body {
    padding:0;
    margin:0;  
    background:#fff;
    font-family: 'Spartan', sans-serif;
    height: 100%;
    font-weight: 400;
    overflow-x: hidden;
    color: #425364;
  }
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*cursor: none !important;*/
}
* {
    cursor: auto !important;
}

a,
a > *,
button,
.hoverable,
.hoverable > img,
.contactohover > *,
.sedes-list a,
.sedes-list a *,
.slick-prev:not(.slick-disabled),
.slick-next:not(.slick-disabled){
    cursor: pointer !important;
}
ul{
  padding:0;
  margin:0;
  margin-bottom:15px;
}
.home-bg{
  /*background-image: url("../../../../uploads/2021/09/Tono-iStock-1090112188.png");*/
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}
.comman-bg{
  background-color: #a9b8c6;
}



/*
body .cursor {
  pointer-events: none;
}
body .cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 99999999 !important;
}

body .cursor__ball circle {
  fill: #e63c2e;
}
body .sss circle {
  fill: #fff;
}
 */



/*------------------------
        General-Css
------------------------*/
.sections {
    height: 100%;
    min-height: 767px;
}
.nav-bar{
    margin-top: 1%;
}
.main-pg-logo {
  margin: 10% auto 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
    animation-duration: 2.5s;
}
.main-ctr-txt {
    margin-top: 50px;
    text-align: center;
    white-space: nowrap;
}
.main-ctr-txt span {
    border-bottom: 1px solid #e63c2e;
    width: 100%;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.main-ctr-txt span a {
  font-weight: 600;
    color: #425364;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  /*z-index: 2;*/
}
.main-ctr-txt span:last-child {
  border-bottom: 0;
}

.home-slider{
    text-align: center;
}

.home-slider h2{
    color: #fff;
    font-size: 20px;
    text-shadow: 1px 1px 3px #323232;
    font-weight: normal;
    line-height: 30px;
}
.home-slider h2 em{
    font-weight: 500;
}

#videoHome,
#imgHome,
.home-slider-movil {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.hr-btn {
    background-color: red;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 50%;
    height: 75px;
    width: 75px;
    margin-left: 55%;
}
.cookies-btn .btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    padding: 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    border-radius: 5px;
    min-height: 40px;
    height: auto;
    width: min-content;
    line-height: 38px;
    padding: 0px 40px;
    font-weight: 600;
}
.cookies-btn .btn:focus {
  box-shadow: 0 0 0;
}
.crl-txt {
  position: absolute;
  top: -6px;
  right: -59px;
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(230, 60, 46, 0.3);
  text-align: center;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.crl-dn-txt {
    margin-left: -16px;
}
.mn-div {
  width: 180px;
  margin: 0 auto;
  position: relative;
}
.nav-bar ul li a {
  color: #727272;
  position: relative;
  z-index: 1001;
}
.nav-bar ul li a:hover {
  color: #000;
  position: relative;
  font-weight: 500;
}
.nav-bar ul li a:after {
  display: none;
}
.nav-bar ul li a:hover:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #9facb9;
  left: 15px;
  bottom: 6px;
  border: 0;
}

.page-template-template-home-ecija .nav-bar ul li a{
    color: #FFF;
    text-shadow: 1px 1px 3px black;
}
.page-template-template-home-ecija .nav-bar ul li a:hover{
    color: #e53d2f;
}
.page-template-template-home-ecija .nav-bar > ul > li > a:hover{
    text-shadow: 1px 1px 3px black;
}

.bottom-arrow {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
}
.bottom-arrow svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.drop-menu {
  display: none;
}
.nav-item.dropdown:hover .drop-menu {
  display: block;
  background-color: transparent;
  border: 0;
  position: absolute;
}
.cookies-btn {
  position: absolute;
  right: 50px;
  bottom: 70px;
}
.cookies-btn > button{
    text-transform: uppercase;
}
.home-popup .modal-dialog {
  position: absolute;
  right: 220px;
  bottom: 40px;
  max-width: 350px;
  width: 100%;
}
.home-popup .modal-content {
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
}
.home-popup .modal-footer {
  border-top: 0;
  flex-wrap: inherit;
}
.home-popup .modal-footer button.btn {
  width: 100%;
  border-radius: 0;
  font-size: 12px;
  padding: 7px 0 3px;
  min-height: inherit;
  line-height: inherit;
}
.home-popup .modal-body {
  font-size: 14px;
}
.group-icon {
  /*position: absolute;
  top: 50%;
  bottom: 0;
  margin: 0 auto;
  margin-top: -20px;
  left: 0;
  right: 0;
  text-align: center;*/
    /*position: fixed;*/
    position: absolute;
    top: 50%;
    transform: translateY(-80%);
    left: 0;
    width: 99px;
    padding: 5px;
  z-index: 999;
    text-align: center;
  -moz-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
  transition: ease-in-out 0.2s;
  background-color: transparent;
}
.group-icon.open{
  transform: translateY(-80%) rotate(90deg);
  transform-origin: center center;
}
.home-popup .btn-1 {
  background-color: #78c0a8;
  border: 2px solid #78c0a8;
  color: #fff;
}
.home-popup .btn-2 {
  background-color: #ff1401;
  border: 2px solid #ff1401;
  color: #fff;
}
.home-popup .btn-3 {
  background-color: transparent;
  border: 2px solid #ec8c84;
  color: #000 !important;
}
.home-popup .btn {
    font-weight: 600;
    font-size: 15px;
    padding: 0 15px;
    margin: 0 auto;
}


.main-div {
    display: flex;
    min-height: 100vh;
}
.side-menu {
    background-color: #425364;
    border-right: 2px solid #fff;
    /*border-bottom: 2px solid #fff;*/
    color: #fff;
    width: 100px;
    padding: 30px 12px 30px 10px;
    position: relative;
    z-index: 1;
}

.data-right {
    /*width: 100%;*/
    width: calc(100% - 100px) !important;
    position: relative;
    min-height: 100vh;
}
.data-right-2 {
    width: 100%;
    background-color: #fafafa;
    background-image: linear-gradient(140deg, #fafafa 60%, #d1d9e0 95%);
}

.main-menu{
  width: calc(100% - 100px) !important;
  min-height: 100vh;
  position: fixed;
  top: inherit;
  right: 0;
  display: none;
  z-index: 99999;
  background-color: white;
}

.menu-movil .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{
    text-align: left;
}
.menu-movil .wpml-ls-legacy-list-horizontal{
    padding-left: 0;
}
.menu-movil .wpml-ls-legacy-list-horizontal a{
    padding: 5px 15px 6px 0;
}
.menu-movil .wpml-ls-legacy-list-horizontal a span{
    font-size: 14px;
    color: #435465;
    cursor: pointer;
    font-weight: 700;
}


.top-menu ul {
    border-top: 1px solid #fff;
    margin: 0;
    padding: 0;
    list-style: none;
}
.top-menu ul li {
  padding: 10px 0;
  word-spacing: 10px;
}
.top-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.top-menu .wpml-ls-legacy-list-horizontal {
  border: none;
  border-top: 1px solid #fff;
  padding: 0;
  margin: 0;
}
.top-menu .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  padding: 10px 0;
  margin: 0 -5px !important;
  border: none;
}
.top-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item{
  display: inline-block;
}
.top-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item a{
  padding: 5px;
  font-size: 13px;
}
.bottom-menu {
    position: absolute;
    bottom: 30px;
}
.bottom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bottom-menu ul li {
    padding: 3px 0;
}
.bottom-menu ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.4em;
}

.map-ing {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10%;
    margin: 0 auto;
  max-width: 50%;
}
.map-ing img{
    max-width: 100%;
}
.main-menu .navigations-list{
  max-width: 250px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
  z-index: 1
}
.navigations-list .card{
  background-color: transparent;
  border:0;
  border-radius:0;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigations-list .card .card-header,
.navigations-list .card > li{
  border:0;
  border-radius:0;
  background-color: transparent;
  padding:0;
}
.navigations-list .card .card-header a,
.navigations-list .card > li > a{
	position: relative;
  font-size:14px;
  color:#435465;
  padding:12px 0;
  border-bottom:1px solid #e6483a;
  display: inline-block;
  width:100%;
  text-decoration: none;
  margin-bottom:0;
  cursor: pointer;
  font-weight: 700;
	z-index: 9;
}
.navigations-list .card-body{
  padding:0;
}
.navigations-list .card > li > ul{
  position: relative;
  margin-top: 3px;
  max-height: 0;
  transition: opacity .25s, max-height 0.25s ease-out;
  opacity: 0;
}
.navigations-list .card > li > .sub-menu.open{
  max-height: 500px;
  transition: opacity .25s, max-height 0.25s ease-in;
  opacity: 1;
}
.navigations-list .submenu,
.navigations-list .sub-menu{
  padding:0;
  margin:0;
  list-style: none;
}
.navigations-list .submenu li,
.navigations-list .sub-menu li{
  width:100%;
  display: inline-block;
}
.navigations-list .submenu li a,
.navigations-list .sub-menu li a{
  font-size:14px;
  color:#435465;
  padding:12px 0 12px 30px;
  border-bottom:1px solid #e6483a;
  display: inline-block;
  width:100%;
  text-decoration: none;
}
.main-menu .socials-icons{
  position: absolute;
  left: 10%;
  bottom:50px;
}
.socials-icons p{
  color:#141a1f;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.socials-icons p a{
  color:#425364;
  text-decoration: none;
}
.socials-icons ul{
 list-style: none; 
}
.socials-icons ul li{
  display: inline-block;
  margin-right: 8px;
}
.socials-icons ul li a{
  color:#425364;
  font-size: 16px;
}
.logo{
  padding-left: 35px;
  padding-top: 35px;
}
.logo a{
  text-decoration: none;
  position: relative;
}
.logo .rounderd-head{
  background-color: #fd948a;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  opacity: 0.7;
  position: absolute;
  left: 10px;
  top: 0;
}

/* slide-5 */
.nav.nav-tabs{
  border-bottom:0;
  border-radius:0;
  flex-wrap: inherit;
  width: 100%;
  margin-top: 80px;
}
.nav.nav-tabs li.nav-item,
.nav.nav-tabs li.menu-item{
  width:100%;
  align-items: flex-end;
  display: flex;
}
.nav.nav-tabs li.nav-item a,
.nav.nav-tabs li.menu-item a{
 margin-bottom:0;
 border:0;
 border-radius:0;
 font-size: 14px;
 color: #435465;
 padding: 8px 0;
 border-bottom:1px solid #e6483a;
 width:100%;
 cursor: pointer;
 background-color: transparent;
 font-weight: 500;
}
.nav.nav-tabs li.nav-item a:hover,
.nav.nav-tabs li.menu-item a:hover {
  font-weight: 700;
  color: #e6483a;
}
#navbarSupportedContent .nav.nav-tabs li.nav-item a.active,
#navbarSupportedContent .nav.nav-tabs li.current_page_item a {
  /*font-weight: 700;*/
  color: #E53D2F;
}
.tab-section{
  position: relative;
  z-index:12;
}
.tab-section .tab-content{
  background-image: linear-gradient(140deg, #fafafa 0%, #d1d9e0 95%);
}
.dropdown-menu ul {
  margin: 0;
  padding: 0 30px;
  list-style: none;
  display: inline-block;
  width: 100%;
}
.dropdown-menu ul li {
  float: left;
  width: 25%;
}
.dropdown-menu ul li a {
  padding: 20px 20px 20px 0 !important;
  /*color: #000 !important;*/
  display: inline-block;
  width: auto !important;
  border: 0 !important;
  text-decoration: none;
}
.navbar .dropdown-menu div[class*="col"] {
 margin-bottom:1rem;
}
.navbar {
  padding-top:0px;
  padding-bottom:0px;
  z-index: 99
}
.navbar .dropdown {position:static;}
.navbar .dropdown-menu {
  width:85%;
  left:15%;
  right:0;
  top:119px;
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear; 
}
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
.navbar .dropdown-menu {
  border: 0 solid rgba(0,0,0,.15);
  background-color: rgb(255 255 255 / 70%) !important;
}
.nav-tabs .nav-item.show .nav-link {
  background-color: transparent !important;
  border-bottom: 1px solid #e6483a;
}
.language a{
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
/* sobre-ecija */
.sobre-page-main{
  height: auto;
}
.sobre-ecija-bg{
  width:100%;
  background: rgb(209,217,224);
  background: linear-gradient(180deg, rgba(209,217,224,1) 0%, rgba(209,217,224,1) 0%, rgba(209,217,224,1) 26%, rgba(184,193,202,1) 44%, rgba(75,91,107,1) 100%);
}
.sobre-ecija-heading{
  position: relative;
  overflow: hidden;
  margin-top:100px;
  padding:0 40px 10px 40px;   
}
.sobre-ecija-heading img{
  position: absolute; 
  top:0px;
  right:-60px;
}
.sobre-ecija-heading h1{
  font-size:90px;
  color:#425364; 
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:0;
    z-index: 9;
    position: relative;
}

.sobre-ecija-heading span {
    font-size: 100px;
    color: transparent;
    text-shadow: 0 0 8px #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    opacity: .9;
    top: 1px;
    left: 43px;
}


.sobre-left-box{
  position: relative;
}

.sobre-video{
    /*max-height: 80vh;
    height: 80vh;
    margin-top: 10vh;*/
    /*margin-top: -10vw;*/
}
.sobre-video video{
    width: 100%;
    /*height: inherit;*/
    object-fit: cover;
}

.about-box{
  width:550px;
  height:550px;
  border-radius:50%; 
  margin: auto;
  background: url(../images/dots-img.png) no-repeat top center;
  background-size:100%; 
  position: relative;
}
.about-box img{
  width:100%;
  height:100%;
}
.about-box h2{
  font-size: 32px;
  color:#425364;
  font-weight: bold;
}
.about-box p{
  font-size: 14px;
  color:#2f363b;
}
.about-box.about-box-1{
  margin-top:-110px;
  float: right;
}
.about-box.about-box-1 .partners-box{
  position: absolute;
  right: 25%;
  top: 35%;
  text-align: center;
}
.about-box.about-box-1 .office-box{
  position: absolute;
  left: 25%;
  top: 35%;
  text-align: center;
}
.about-box.about-box-1 .city-box{
  position: absolute;
  left:0;
  right:0;
  bottom:15%;
  text-align: center;
  padding-left:30px;
}
.about-box.about-box-2{
  left:-100px;
  top:0px;
  position: absolute;
  width:550px;
  height:550px;
}
.about-box.about-box-2 .lawyers-box{
  position: absolute;
  top:30%;
  right:35%;
}
.about-box.about-box-2 .langauge-box{
  position: absolute;
  right: 25%;
  bottom: 25%;
}
.sobre-descriptioon{
  padding-left:50px ;
}
.sobre-testimonial{
  position: relative;
  text-align: right;
  display: flex;
  align-items: flex-end;
  height: 100%;
  justify-content: flex-end;
}
.page-template-template-sobre-ecija .sobre-testimonial{
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
    margin-bottom: 100px;
}
.sobre-testimonial p{
  font-size: 24px;
  color:#fff;
  margin-bottom:0;
  line-height: 36px;
  position: relative;
  padding:0 40px;
  text-align: center;
}
.sobre-testimonial p::after,
.sobre-testimonial p::before{
  position: absolute;
  content:"";
  background: url(../images/left-quote.png) no-repeat top center;
  background-size:100%;
  width:32px;
  height:32px;
  left:0;
  top:0;
}
.sobre-testimonial p::after{
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}
.sobre-testimonial-img{
  position: relative;
}
.sobre-testimonial-img img{
  width:100%;
}
.sobre-testimonial-img .scroll-box{
  width: 90px;
  height: 90px;
  border: 1px solid #e63e31;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #2f363b;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 30px;
  background: #fff;
  position: absolute;
  right: 80px;
  bottom: -50px;
}
.sobre-testimonial-img .scroll-box img{
  width:26px;
}


.practicas-testimonial{
  position: relative;
  text-align: center;
  width: 100%;
    padding: 60px 0;
}
.practicas-testimonial p{
  font-size: 24px;
  color:#425364;
  margin-bottom:0;
  line-height: 36px;
  position: relative;
  padding:0 40px;
  text-align: center;
}
.practicas-testimonial p::after,
.practicas-testimonial p::before{
  position: absolute;
  content:"";
  background: url(../images/left-quote-gray.png) no-repeat top center;
  background-size:100%;
  width:32px;
  height:32px;
  left:0;
  top:0;
}
.practicas-testimonial p::after{
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  transform: rotate(180deg);
}


.down-img{
  text-align: center;
  overflow: hidden;
}
.down-img{
  height: 100px;
}
/* cookie page start */

.cookie{
  margin-top: 34px;
  margin-bottom: 1rem;
}
.cookie h2{
  color: #e73b2f;
}
.cookie p{
 margin-top: 20px;
}

.footer-home{
    padding: 80px 0;
    background-color: #33404d;
    color: white;
    width: 100%;
}

.footer-buscador-socios{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    margin: 20px 0;
}

.footer-home h2,
.footer-buscador-socios h2{
    font-weight: 600;
    margin-bottom: 0;
}

.footer-home p,
.footer-buscador-socios p{
    margin-bottom: 0;
    text-transform: uppercase;
}

.footer-bg{
  width:100%;
  background-color:#425364;
  padding:80px 0 40px 0;
}

.footer-bg .container{
    margin-top: 0 !important;
}

.footer-links ul{
  list-style: none;
}
.footer-links ul li{
  margin-bottom: 10px;
}
.footer-links ul li a, .footer-paises a{
  font-size: 14px;
  color:#fff;
  text-decoration: none;
}
.footer-socials ul{
  list-style:none;
}
.footer-socials ul li{
  width:100%;
  margin-bottom:15px;
}
.footer-socials ul li a{
  font-size: 18px;
  color:#fff;
  text-decoration: none;
}
.footer-paises{
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-paises a{
    margin-right: 15px;
}
.copy-right{
  padding-top: 20px;
}
.copy-right a{
  font-size: 14px;
  color:#fff;
  text-decoration: none;
}


.main-content{
  background-color: #566c81;
  min-height: 100vh;
}
.box-container{
  padding: 50px 0;
}
.main-box{
  background-color: #708192;
  border: 2px solid #a8b3bd;
  padding: 20px;
  display: flex;
  height: 250px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main-box p{
  color: #d1d9e0;
  top: 10px;
  left: 10px;
  position: absolute;
}
.main-box h1{
  color: #ffffff;
  text-align: center;
}
.box-header h1{
  font-size: 26px;
  float: right;
  color: #ffffff;
  margin: 0 55px 50px 0;
  text-shadow: 115px 20px 5px #758594
}
.main-box h1{
  font-size: 18px;
}
.progress-line{
  width: 100%;
  margin-top: 50px;
}
.scroll-icon{
  float: right;
  background-color: #ffffff;
  color: #141a1f;
  padding: 37px 0 20px 0;
  width: 100px;
  text-align: center;
  border-radius: 90px;
  margin-top: 5px;
}
.scroll-icon p{
  font-weight: 700;
}
.square-1{
  background-color: #fff;
  width: 80px;
  height: 30px;
  margin: auto;
  text-align: center;
}
.square-2{
  background-color: #fff;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
}
.expansion img{
  max-width: 100%;
}

/* global espana desplegado */
.main-div-2 {
  height: auto;
}
.global-espana-desplegado-page {
  background-color: #f0f0f0;
  padding-bottom: 80px;
}
.global-espana-desplegado-top {
  background-color: #fafafa;
  background-image: linear-gradient(140deg, #fafafa 60%, #d8dfe5 95%);
  height: 250px;
}
.group-icon-2 img {
  transform: rotate(90deg);
}
.global-espana-desplegado-main{
  position: relative;
}
.global-espana-desplegado-main .navbar.navbar-expand-lg{
  position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 900px;
}
.global-espana-desplegado-main .nav.nav-tabs {
  /*margin: -38px auto 100px;*/
  text-align: center;
  max-width: 900px;
}
.global-espana-desplegado-main .nav.nav-tabs li:first-child a {
  /*font-weight: 700;*/
}
.global-espana-desplegado-main .nav.nav-tabs .active {
  color: #e54133 !important;
}

.global-espana-desplegado-left .title {
  color: #e54133;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 20px;
}
.global-espana-desplegado-left p {
  color: #425364;
  font-size: 20px;
  line-height: 35px;
}
.global-espana-desplegado-right {
  margin-top: 90px;
}
.global-espana-desplegado-right p {
  /*color: #1E262E;*/
    color: #425364;
  font-size: 14px;
  line-height: 25px;
}
.title-box {
  font-size: 14px;
  font-weight: 600;
  color: #e54133;
  margin-bottom: 40px;
}
.sedes-list {
  font-size: 16px;
  line-height: 32px;
  /*color: #141A1F;*/
  margin-bottom: 50px;
}
.sedes-line {
  background-color: #e54133;
  width: 100px;
  height: 1px;
  margin: 15px 0;
}
.sedes-title {
  text-transform: uppercase;
}
.slider-img {
  margin: 80px 0;
  text-align: center;
}
.pais-img img{
  display: block;
  width: 100%;
    height: 400px;
    object-fit: cover;
}
.sedes-main {
  margin-bottom: 60px;
}

.ir-al-buscador-btn {
  text-align: center;
  margin-top: 50px;
}
.ir-a-sala-prensa-btn {
  margin-top: 50px;
    text-transform: uppercase;
}
.ir-al-buscador-btn button,
.ir-al-buscador-btn a,
.ir-a-sala-prensa-btn a{
  display: inline-block;
  text-decoration: none;
  background-color: #F1958E;
  padding: 4px 40px 0;
  color: #fff;
  font-size: 14px;
  border: 0;
  line-height: 30px; 
}
.conoce-nuestros-socios-main {
  margin-bottom: 50px;
}
.conoce-nuestros-socios-bottom-text {
  font-size: 19px;
  line-height: 30px;
  color: #425364;
}
.conoce-nuestros-socios-bottom-text {
  font-size: 19px;
  line-height: 30px;
  color: #425364;
  text-align: center;
  max-width: 780px;
  margin: 100px auto;
  position: relative;
}

.conoce-nuestros-socios-bottom-text::after,
.conoce-nuestros-socios-bottom-text::before{
    position: absolute;
    content:"";
    background: url(../images/left-quote-gray.png) no-repeat top center;
    background-size:100%;
    width:32px;
    height:32px;
    left: -40px;
    top: -15px;
}
.conoce-nuestros-socios-bottom-text::after{
    right: -40px;
    bottom: 0;
    top: 5px;
    left: auto;
    transform: rotate(180deg);
}

.sala-de-prensa-list {
  display: flex;
}
.sala-de-prensa-icon {
  width: 52px;
  margin-right: 20px;
}
.sala-de-prensa-title {
  font-size: 40px;
  color: #425364;
  margin-bottom: 30px;
}
.sala-de-prensa-text {
  font-size: 20px;
}


.page-template-template-textos-legales h1{
    color: #e53d2f;
}
.page-template-template-textos-legales table td{
    padding: 6px;
}


/* Global-socios-buscador-pais */
.global-socios-page{
  height: auto;
}
.global-socios-accordion{
  position: relative;
  max-width:100%;
  padding-top:100px;
}
.global-socios-accordion .card-header{
  max-width:250px;
}
.global-socios-accordion .card-header.active{
  max-width:100%;
}
.global-socios-accordion .card-body{
  padding:0 0 0 80px;
}
.name-search-box{
  width:100%;
  display: flex;
  padding-top: 40px;
  padding-bottom:30px;
}
.name-search-box .form-group{
  width:100%;
}
.form-control{
  border: 2px solid #ef9a93 !important;
  border-radius: 2px !important;
  font-size: 14px !important;
  color: #435465 !important;
  padding: 10px 15px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.select-box{
  position: relative;
  margin-bottom: 30px;
}
.select-box select.form-control{
  border:0 !important; 
  border-bottom: 2px solid #ef9a93 !important;
  padding:0;
  padding-bottom: 20px;
  font-size: 14px;
  color: #435465;
  position: relative;
  z-index: 1;
}
.select-box svg{
  position: absolute;
  right: 0;
  top: 4px;
}
.select-box .fill-arrow{
  display: none;
}
.select-box:hover .fill-arrow{
  display: block;
}
.select-box:hover .unfill-arrow{
  display: none;
}
a.btn,
button.btn{
  padding:0 50px;
  min-height: 45px;
  line-height: 44px;
  background-color: #f1958e;
  border:0;
  border-radius:0;
  text-align: center;
  font-size: 14px;
  color:#fff !important;
  font-weight: 700;
}
.name-search-box button.btn{
  margin-left: 15px;
  text-transform: uppercase;
  font-size: 13px;
    white-space: nowrap;
}
.socios-img{
  /*padding-top: 35px;*/
  /*padding-left: 150px;*/
}
.socios-img img{
  width:100%;
}
.global-socios-page .socials-icons{
  position: relative; 
  bottom:0;
  padding-top:40px;
  padding-bottom: 50px;
}
#socios .team-slider {
  margin-top: 20px;
}

/* global-socios-practica-corporate */
.global-socios-page .container{
  position: relative;
}
.team-section{
  padding-top:80px;
  padding-bottom:60px;
}
.team-box{
  width:100%;
  padding:0 10px;
}
.team-box figure{
  width:100%;
  height:200px; 
  position: relative; 
  margin-bottom:30px;
}
.team-box figure img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.team-box p{
  font-size: 13px;
  color: #435465;
}
/*
.team-slider .slick-next.slick-arrow,
.team-slider .slick-prev.slick-arrow{
  display: none !important;
}*/
.team-slider .slick-list{
  padding-right:100px !important;
  padding-left:0 !important;
}

.team-slider .slick-prev:before,
#team-slider .slick-prev:before {
    content: none;
}

.team-slider .slick-next:before,
#team-slider .slick-next:before {
    content: none;
}

.team-slider .slick-prev.prev,
#team-slider .slick-prev.prev{
    display: block;
    height: 77px;
    background: url('../images/arrow-prev.png') no-repeat;
    background-position: left;
    margin-top: -20px;
    margin-left: -20px;
}

.team-slider  .slick-next.next,
#team-slider  .slick-next.next{
    display: block;
    height: 77px;
    background: url('../images/arrow-next.png') no-repeat;
    background-position: right;
    margin-top: -20px;
    margin-right: -20px;
}


.text-red{
  color:#E53D2F !important;
}
.corporate-text p,
.practice-text p{
  font-size: 14px;
  margin-bottom:0;
  font-weight: 700;
}

.partner-finder-btn,
.ver-mas-areas-btn{
  position: absolute;
  z-index: 1;
  bottom: 60px;
  right: 15px;
}
.ver-mas-areas-btn button.btn,
.partner-finder-btn button.btn{
  padding: 0 45px;
  min-height: 40px;
  line-height: 40px;
}

.practice-socios-relacionados .select-box{
    margin-bottom: 0;
}


/* practicas */
/*.practicas-data-box #practicas::-webkit-scrollbar {
  width: 10px;
}
.practicas-data-box #practicas::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #d1d9e0;
}
.practicas-data-box #practicas::-webkit-scrollbar-thumb {
  background: red; 
  border-radius: 0px;
}
.practicas-data-box #practicas::-webkit-scrollbar-thumb:hover {
  background: #d1d9e0; 
}
.practicas-data-box #practicas {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow: auto;
}*/
.services-navbar .nav.nav-tabs{
  margin: 0 0 30px;
  border-bottom: 1px solid #435465;
}
.services-navbar .nav.nav-tabs li.nav-item a,
.services-navbar .nav.nav-tabs li.menu-item a{
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
  display: inline-block;
  width: auto;
  margin-bottom: -2px;
	text-decoration: none;
}
.services-navbar .nav.nav-tabs li.nav-item a.active,
.services-navbar .nav.nav-tabs li.current_page_item a {
  font-weight: 700;
  color: #435465 !important;
  border-bottom: 3px solid #435465;
}
.practicas-data-box #practicas .practica {
  padding: 5px 0;
  margin-bottom: 10px;
  color: #425364;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;

}


.practicas-data-box #practicas .practica a{
    text-decoration: none;
}

.practicas-data-box #practicas .practica a,
.practicas-data-box #practicas .practica span {

    /*background: #e3403a;*/
    border: none;
    /*box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
    font-weight: 900;
    letter-spacing: 1px;*/
    transition: all 150ms linear;
}

.practicas-data-box #practicas .practica a:hover,
.practicas-data-box #practicas .practica span:hover {
    /*background: #e02c26;*/
    /*border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.2);*/
    color: #e63c2e;
    text-decoration: none;
    text-shadow: 1px 1px 3px #e63c2e;
    font-weight: 500;
    transition: all .25s linear;
}

.practicas-data-box #practicas .practica a{
  color: #425364;
  font-weight: normal;
}
.practicas-hover-data {
  display: none;
}
/*.practicas-data-box #practicas .practica:hover .practicas-hover-data {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}
.practicas-hover-title {
  font-size: 32px;
  margin: 23px -30px 0 0;
  z-index: 9;
  font-weight: 500;
}*/
.practicas-main .ir-al-buscador-btn {
  margin-bottom: 50px;
}
.practicas-heading {
  position: relative;
  padding-bottom: 50px;
}
.practicas-heading h1 {
  font-size: 90px;
  color: #425364;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 9;
  position: relative;
}
.title-text-shadow span {
  font-size: 170px;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 0px 12px #cacaca;
  position: absolute;
  top: -20px;
  right: -290px;
  cursor: default;
}
.search-input {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 40px;
  z-index: 9;
}
.search-input > div {
  float: right;
}
.search-input input {
  border: 2px solid #ef9a93;
  height: 50px;
  width: 290px;
  margin-right: 10px;
  padding: 0 15px;
}
.search-input button{
  background-color: transparent;
  border: none;
}

/* careers */
.careers-top {
  font-size: 14px;
  color: #435465;
  padding: 12px 0;
  border-bottom: 1px solid #e6483a;
  display: inline-block;
  width: 170px;
  text-decoration: none;
  margin: 100px 0 0 0;
}
.careers-round {
  position: relative;
  height: 600px;
  margin-top: 40px;
}
.careers-round img.careers-round-bg-2 {
  position: absolute;
  left: 0;
  right: -25%;
  margin: 0 auto;
  top: 120px;
}
.careers-round img.careers-round-bg-1 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.careers-round-2 {
  position: absolute;
  left: -25%;
  right: 0;
  top: -40px;
  margin: 0 auto;
  text-align: center;
  width: 361px;
}
.careers-round-hover .careers-round-2-hover {
  display: none;
}
.careers-round-hover .careers-round-2-hover > div {
  display: flex;
  align-items: center;
  line-height: 1.4;
}
.careers-round-hover .careers-round-2-hover button {
  background-color: #F1958E;
  font-size: 14px;
  color: #fff;
  padding: 2px 30px 0;
  border: 0;
  margin-top: 30px;
  font-weight: 700;
}
.careers-round-hover:hover .careers-round-2-hover {
  display: flex;
  background-color: #425364;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  font-size: 14px;
  line-height: 28px;
  padding: 0 20px 0;
  align-content: center;
}
.img-text {
  position: absolute;
  left: 0;
  right: 0;
  margin: -28px auto 0;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
  top: 50%;
  width: 150px;
  text-transform: uppercase;
}
.careers-round-1 {
  position: absolute;
  left: 0;
  right: -35%;
  margin: 0 auto;
  text-align: center;
  top: 110px;
  width: 361px;
}

.careers-round-1 .careers-round-2-hover p,
.careers-round-2 .careers-round-2-hover p{
    font-size: 13px;
}
.gestion-del-talento-box {
  display: flex;
  align-items: flex-end;
  margin: -100px 0 100px 0;
}
.gestion-del-talento-box-left {
  width: 50%;
}
.gestion-del-talento-box-right {
  text-align: center;
  position: relative;
  height: 500px;
  width: 650px
}
.gestion-del-talento-title {
  font-size: 40px;
  color: #425364;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gestion-del-talento-box-left > p {
  font-size: 14px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 20px;
}
.gestion-del-talento-subtitle {
  font-size: 14px;
  color: #E53D2F;
  margin: 50px 0 10px;
}
.gestion-del-talento-bottom-text {
  text-align: center;
  font-size: 20px;
  color: #425364;
  margin-top: 50px;
}
.gestion-del-talento-bottom-text span {
  font-size: 48px;
  font-family: var(--bs-font-sans-serif);
}
.gestion-del-talento-bottom-text p {
  margin: -10px 0 10px 0;
  padding: 0;
  line-height: 30px;
}
.right-careers-main {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.right-careers-main span {
  position: absolute;
}
.right-careers-main span {
  position: absolute;
  left: 0;
  right: 0;
  margin: -12px auto 0;
  top: 50%;
  color: #E53D2F;
}
.right-careers-main img {
  width: 330px;
}
.right-careers-round {
  position: absolute;
  margin: 0 auto;
}
.right-careers-round span {
  display: block;
  font-size: 14px;
}
.right-careers-1 {
  top: 0px;
  left: 60px;
  width: 80px;
  text-align: left;
}
.right-careers-1 img {
  position: relative;
  top: 0;
  right: -32px;
}
.right-careers-2 {
  top: -140px;
  left: 280px;
  width: 80px;
  text-align: left;
}
.right-careers-3 {
  top: -40px;
  right: 80px;
  width: 80px;
  text-align: left;
}
.right-careers-4 {
  top: 120px;
  right: 50px;
  width: 80px;
  text-align: left;
}
.right-careers-5 {
  top: 270px;
  right: 130px;
  width: 80px;
  text-align: left;
}
.right-careers-6 {
  top: 340px;
  left: 290px;
  width: 80px;
  text-align: left;
}
.right-careers-7 {
  top: 290px;
  left: 140px;
  width: 80px;
  text-align: left;
}
.right-careers-8 {
  top: 160px;
  left: 70px;
  width: 80px;
  text-align: left;
}


/* Sala-de-prensa */
.sala-de-prensa-page{
  height: auto;
}
.press-content{
  position: relative;
}
.filtro-prensa{

}
.prensa-data-right{
  background-color: #e1e6ea;
}
.press-heading{
  margin-top:60px;
  margin-bottom:30px;
}
.press-heading h4{
  font-size: 45px;
  color:#425364; 
  text-transform:uppercase;
}
.press-top-nav{
  width:100%;
  margin-bottom:50px;

}
.press-top-nav ul{
  list-style: none;
  display: flex;
  border-bottom:1px solid #E33E35;
}
.press-top-nav ul li{
  display: inline-block;
  width:100%;
  text-align: center;
}
.press-top-nav ul li a{
  font-size:14px;
  color:#425364;
  text-decoration: none;
  padding-bottom:2px;
  display: inline-block;
    font-weight: 600;
}
.press-top-nav ul li a.active,
.press-top-nav ul li.active a{
  color:#E53D2F;
  font-weight: 700;
}
.article-box{
  width:270px;
  margin-bottom: 40px;
}
.article-box-big{
  margin-bottom: 40px;
}
.article-box-big .article-img,
.article-box .article-img{
  width:100%;
    background-image: linear-gradient(176deg,#999fa5 40%,#425364 95%);
}
.article-box-big .article-img img,
.article-box .article-img img{
  width:100%;
  /*height:100%;*/
    height: 180px;
  object-fit: cover;
  /*object-fit: contain;*/
}
.article-box-big .article-meta,
.article-box .article-meta{
  display: block;
  font-size:14px;
  color:#3e799d;  
  margin:6px 0;
  line-height: 24px;
  font-weight: bold;
}
.article-box-big .article-des,
.article-box .article-des{
  padding-top: 10px;
}
.article-box-big .article-des .date-time,
.article-box .article-des .date-time{
  font-size: 13px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 10px;
  font-weight: 700;
}
.article-box-big .article-des .date-time img,
.article-box .article-des .date-time img{
  display: inline-block;
  margin-right:7px;
}
.article-box-big .article-des .date-time span,
.article-box .article-des .date-time span{
  display: inline-block;
}

.article-box-big .article-des .date-time .prensa-location,
.article-box .article-des .date-time .prensa-location{
  display: inline-block;
    float: right;
}

.article-box-big .article-des .date-time .prensa-location img,
.article-box .article-des .date-time .prensa-location img{
    display: inline-block;
    margin-right:7px;
}
.article-box-big .article-des .date-time .prensa-location span,
.article-box .article-des .date-time .prensa-location span{
    display: inline-block;
    color: #626262;
}

.prensa-articulo-interior-box .ubicacion{
    margin-left: 15px;
    color: #626262;
    display: inline-block;
    font-weight: 500;
}

.article-box .article-des h3{
  font-size:14px;
    /*color: #1E262E;*/
    color: #425364;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 5px;
}
.article-box-big .article-des h3{
  font-size:28px;
    /*color: #1E262E;*/
    color: #425364;
  font-weight: 300;
  line-height: 36px;
  margin: 10px 0;
}
.article-box-big .article-des p,
.article-box .article-des p{
  font-size:14px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom:10px;
  line-height: 24px;
}
.article-box-big .article-des p a,
.article-box-big .article-des .date-meta a,
.article-box .article-des p a,
.article-box .article-des .date-meta a{
  color:#425364;
  text-decoration: none;
  font-weight:700;
}

.article-box .article-des h3 a{
    text-decoration: none;
    color: inherit;
}

.article-box .article-des .add-plus-icon{
  /*padding-top: 20px;*/
}
.article-box-big .article-des .add-plus-icon a,
.article-box-big .article-des .add-plus-icon span,
.article-box .article-des .add-plus-icon a,
.article-box .article-des .add-plus-icon span{
  width:38px;
  height:38px;
  border-radius:50%;
  display: inline-block;
  background-color: #fff;
  line-height: 38px;
  text-align: center;
  border:1px solid #e6483b;
  position: relative;
}
.article-box-big .article-des .add-plus-icon a img,
.article-box-big .article-des .add-plus-icon span img,
.article-box .article-des .add-plus-icon a img,
.article-box .article-des .add-plus-icon span img{
  width: 16px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.pagination{
  justify-content: center;
}
.page-numbers{
  margin: 0 10px;
}
.pagination a{
  text-decoration: none;
  color: #4c5c6c!important;
}
.pagination{
  /*border-top: 2px solid #4c5c6c;*/
  padding-top: 25px;
}
span.page-numbers.current{
  position: relative;
}
span.page-numbers.current::after {
    content: " ";
    border-radius: 10px;
    width: 40px;
    height: 5px;
    left: -17px;
    background: #e63c2e;
    position: absolute;
    /* top: 1px; */
    bottom: 48px;
}
.pagination ul{
  width:100%;
  border-top:2px solid #425364;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom:0;
}
.pagination ul li a,
.pagination ul li span{
  font-size: 14px;
  color: #425364;
  text-decoration: none;
  padding:15px 18px;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 700;
}
.pagination ul li a::before,
.pagination ul li span::before{
  position: absolute;
  width:100%;
  height:4px;
  background-color: transparent;
  border-radius: 4px;
  content:'';
  top:-3px;
  left:0;
  right:0;
}
.pagination ul li a.active::before,
.pagination ul li span.active::before{
  background-color: #e53d2f;
}
.chambers-and-partners{
  text-align: center;
}
.chambers-and-partners span{
  font-size: 18px;
  color:#425364;
  position: relative;
  padding:0 50px;
}
.chambers-and-partners span::before{
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "“";
  font-size: 45px;
  color: #425364;
  font-family: system-ui;
  line-height: 30px;
}
.chambers-and-partners span::after{
  position: absolute;
  right: 0;
  top: -10px;
  content: "“";
  font-size: 45px;
  color: #425364;
  font-family: system-ui;
  line-height: 30px;
}

/* Client page */
.clint-pg-bg {
  width:100%;
  min-height: 100%;
  background-color:#425364;
}
.top-logo-margin {
  margin-left: 5%;
  margin-top: 2.5%;
}
.client-logo {
  padding: 0 10% 50px;
  box-sizing: border-box;
  width: 100%;
}
.client-logo img {
  max-width: 100%;
}
.client-logo-page.client-global-espana-desplegado-main .nav.nav-tabs {
  margin: 30px auto 100px;
  text-align: center;
  max-width: 900px;
}
.title-text-shadow-client span {
  font-size: 100px;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 0px 12px #cacaca;
  position: absolute;
  top: 30px;
  left: 220px;
  cursor: default;
}
.client-heading {
  position: relative;
  overflow: hidden;
  margin: 0 60px 0;
  padding-bottom: 130px;
}
.client-heading h1 {
  font-size: 90px;
  color:white;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 9;
  position: relative;
}
.client-global-espana-desplegado-main .nav.nav-tabs .active {
  color: #e54133;
}
.client-hearer {
  color: white !important;
}
.client-logo {
  display: inline-block;
  width: 100%;
}
.client-logo .client-logo-list {
  float: left;
  width: 20%;
  margin-bottom: 15px;
  padding: 10px;
  height: 220px;
  display: flex;
  align-items: center;
}
.client-logo .client-logo-list img {
  max-width: 100%;
}

/* procesos abiertos */
.procesos-abiertos-top {
  margin-bottom: 40px;
}
.select-box-2 select.form-control {
  border: 2px solid #ef9a93 !important;
  padding: 13px;
}
.select-box-2 svg {
  position: absolute;
  right: 15px;
  top: 20px;
}
.form-label {
  margin-bottom: 15px;
  font-size: 14px;
  color: #425364;
}
.procesos-abiertos-top .press-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
.buscar-btn {
  background-color: #F1958E;
  padding: 14px 50px 10px;
  color: #fff;
  font-size: 14px;
  border: 0;
  line-height: 30px;
}
.procesos-abiertos-img-box {
  text-align: center;
  margin-bottom: 60px;
}
.procesos-abiertos-img-box img {
  max-width: 100%;
}
.procesos-abiertos-bottom-box {
  margin-bottom: 70px;
}
.procesos-abiertos-bottom-box p.procesos-img-bottom-text {
  font-size: 14px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 60px;
  min-height: 150px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.procesos-abiertos-bottom-box p.procesos-img-bottom-text b {
  font-weight: 700;
}
.procesos-img-bottom-text-icon {
  font-size: 14px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 10px;
}
.procesos-img-bottom-text-icon img {
  margin-right: 10px;
}
.procesos-img-bottom-btn {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.procesos-img-bottom-btn button,
.procesos-img-bottom-btn .btn {
  background-color: #F1958E;
  padding: 4px 30px 0;
  color: #fff;
  font-size: 14px;
  border: 0;
  line-height: 30px;
  min-height: 0;
  margin-right: 15px;
}
.procesos-img-bottom-btn button + button {
  float: right;
}
.envianos-text {
  font-size: 25px;
  color: #425364;
  display: flex;
  margin: 20px 0 40px;
  align-items: center;
  justify-content: center;
}
.envianos-text > div {
  width: 100%;
  max-width: 700px;
}
.envianos-text button {
  background-color: #F1958E;
  padding: 4px 40px 0;
  color: #fff;
  font-size: 14px;
  border: 0;
  line-height: 30px;
}
.procesos-abiertos-conoce-nuestros .conoce-nuestros-socios-bottom-text {
  max-width: 820px;
  margin-top: 60px;
  width: 80%;
}
.procesos-abiertos-popup-text {
  font-size: 14px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
}
.procesos-abiertos-popup-title {
  color: #E53D2F;
  margin-bottom: 20px;
}
.procesos-abiertos-popup .procesos-img-bottom-box {
  margin: 50px 0;
}
.procesos-abiertos-popup .modal-dialog {
  max-width: 840px;
}
.procesos-abiertos-popup-text p {
  margin-bottom: 35px;
}
.procesos-abiertos-popup-text-title {
  margin-bottom: 10px;
  display: block;
}
ul.procesos-abiertos-popup-ul {
  margin: 0 0 40px 15px;
  padding: 0;
}
ul.procesos-abiertos-popup-ul li {
  margin-bottom: 5px;
}
.procesos-abiertos-popup-btn {
  margin-top: 30px;
}
.close button {
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}

/* Global-socios-practica-corporate-carmen */
.add-plus-icon a{
  min-width: 38px;
  min-height: 38px;
}
.global-socios-practica{
  min-height: auto;
}
.socios-heading{
  padding-top: 100px;
  padding-bottom: 30px;
}
.socios-heading p{
  font-size: 14px;
  color: #425364;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #E33E35;
}
.carmen-heading{
  text-align: right;
  position: relative;
  padding-right: 170px;
  margin-bottom:100px;
}
.carmen-heading h4{
  font-size: 32px;
  color: #425364; 
  text-transform: uppercase;
  margin-bottom:0;
  position: relative;
  z-index:1;
}
.carmen-heading span{
  font-size: 32px;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 0px 5px #c5c7c9;
  position: absolute;
  white-space: nowrap;
  top: 10px;
  right: 0;
}
.clients-box{
  position: relative;
}
.clients-box p{
  font-size: 16px;
  color:#425364;
  text-transform: uppercase;
  margin-bottom:2px;
}
.clients-box::before{
  position: absolute;
  left: 100px;
  right: 0;
  content: '';
  background-color: #425364;
  top: -15px;
  bottom: 15px;
  transform: skewY(-5deg);
}
.clients-box .row{
  position: relative;
}
.clients-box .client-img img{
  width:100%;
  height:400px;
  object-fit: cover;
} 
.barcelona-heading{
  font-size: 16px;
  color: #425364;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.clients-details{
  padding:50px 0; 
  position: relative;
  height:100%;
}
.clients-details h5{
  font-size: 26px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 36px;
}
.clients-details ul{
  list-style: none;
}
.clients-details ul li{
  width:100%;
  margin-bottom: 10px;
}
.clients-details ul li a{
  font-size: 14px;
  color:#fff;
  text-decoration: none;
}
.clients-details .socials-icons{
  list-style: none;
  display: flex;
  position: absolute;
  left: auto;
  right:50px;
  bottom:80px;
  margin-bottom:0;
}
.clients-details .socials-icons li{
  margin:0 10px;
}
.clients-details .socials-icons li a{
  font-size: 32px;
  color:#fff;
}
.client-descripation{
  padding:0 20px;
  margin-top: 90px;
  position: relative;
  text-align: center;
}
.client-descripation p,
.type-area-de-practica .client-descripation,
.type-sector .client-descripation
{
  /*font-size: 14px;
  color:#425364;
  line-height: 25px; */
    font-size: 20px;
    color:#425364;
    line-height: 32px;
  margin-bottom:0;
}
.client-descripation::before{
  position: absolute;
  left: 0;
  top: -10px;
  content: "“";
  font-size: 45px;
  color: #425364;
  font-family: system-ui;
  line-height: 30px;
}
.client-descripation::after{
  position: absolute;
  right: 0;
  bottom: -10px;
  content: "“";
  font-size: 45px;
  color: #425364;
  font-family: system-ui;
  line-height: 30px;
}
.client-bio{
  padding-bottom: 70px;
}
.client-bio h2{
  font-size: 36px;
  color: #425364;
  margin-bottom: 10px;
}
.client-bio p{
  font-size: 14px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 10px;
}
.add-plus-icon{
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.add-plus-icon a{
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e6483b;
  position: relative;
}
.add-plus-icon a img{
  width: 16px;
  position: absolute;
  left: 10px;
  top: 10px;
}
.add-plus-icon span{
  font-size:18px;
  color:#425364;
  padding-left:10px;
  text-transform: uppercase;
}

.back-partner-finder{
  position: relative;
  bottom:0;
  right:0;
}

/* Practicas-ciber */
.practice-section.add-mt{
  position: relative;
  z-index: 1; 
}
.practice-img img{ 
  width:100%;
}
.practice-description h2{
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom:20px;
  color:#425364 !important;
}
.practice-description p{
  font-size: 16px;
  color:#425364 !important;
  margin-bottom:30px;
}
.practice-description strong{
  color:#425364 !important;
}
.practice-description li{
  color:#425364 !important;
}
.practice-quote,
.practice-quote *{
  color:#425364 !important;
}


/* careers ecijachallenge */
.careers-ecijachallenge-top-left {
  text-align: center;
}
.careers-ecijachallenge-left-title {
  color: #E53D2F;
  font-size: 50px;
  /*font-style: italic;*/
  line-height: 56px;
}
.careers-ecijachallenge-left-subtitle {
  font-size: 40px;
  color: #425364;
  margin: 20px 0;
  display: block;
  font-weight: 300;
}
.procesos-abiertos-top .row {
  align-items: center;
}
.careers-ecijachallenge-top-btn button {
  background-color: #F1958E;
  padding: 5px 50px 3px;
  color: #fff;
  font-size: 14px;
  border: 0;
  line-height: 30px;
}
.careers-ecijachallenge-top-right p {
  font-size: 14px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
}
.careers-ecijachallenge-right-title {
  font-size: 30px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
  margin: 40px 0 20px;
  font-weight: 300;
}
.careers-ecijachallenge-nuestras {
  margin-top: 80px;
}
.careers-ecijachallenge-nuestras .practicas-data-box ul {
  height: 520px;
}
.careers-ecijachallenge-nuestras-title {
  font-size: 14px;
  color: #E33E35;
  margin-bottom: 20px;
    font-weight: 700;
}
.careers-ecijachallenge-img {
  text-align: center;
}
.careers-ecijachallenge-img img {
  max-width: 100%;
}
.ecijachallenge-right-content{
  text-align: center;
}
.ecijachallenge-right-details p{
  padding: 13px 0 7px;
  width: 49px;
  position: relative;
  border-radius: 60px;
  margin: 0 auto;
  border: 1px solid #E53D2F;
}
.ecijachallenge-right-active h1{
  color: #E53D2F !important;
  /*font-style: italic;*/
  font-size: 35px !important;
}
.ecijachallenge-right-details{
  font-size: 18px;
  color: #425364;
  font-weight: 600;
}

.ecijachallenge-right-details h1{
  color: #425364;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 35px;
}
.ecijachallenge-right-details h1 span{
  font-size: 18px;
  font-weight: 600;
  position: relative;
  top: -10px;
}
.ecijachallenge-right-details p::after {
  content: "";
  top: 47px;
  width: 1px;
  left: 24px;
  height: 40px;
  position: absolute;
  background-color: #E53D2F;
}
.ecijachallenge-right-details p::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #e53d2f;
  border-left: 0;
  border-top: 0;
  top: 76px;
  transform: rotate(45deg);
  left: 2px;
  right: 0;
  margin: 0 auto;
}
.ecijachallenge-right-details p span::before{
  content: "";
  bottom: 47px;
  left: 23px;
  width: 1px;
  height: 40px;
  position: absolute;
  background-color: #E53D2F;
}
.ecijachallenge-right-details img{
  /*width: 150px;*/
}




.ecijachallenge-normal-details p{
    padding: 13px 0 7px;
    width: 80px;
    text-align: center;
    line-height: 55px;
    font-size: 25px;
    height: 80px;
    position: relative;
    border-radius: 60px;
    margin: 0 auto;
    border: 1px solid #e53d2f;
}
.ecijachallenge-normal-active h1{
    color: #E53D2F !important;
    /*font-style: italic;*/
    font-size: 27px !important;
}
.ecijachallenge-normal-details{
    font-size: 18px;
    color: #425364;
    font-weight: 600;
}

.ecijachallenge-normal-details h1{
    color: #425364;
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 35px;
    line-height: 30px;
}
.ecijachallenge-normal-details h1 span{
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: -10px;
}
.ecijachallenge-normal-details p span::before{
    content: "";
    bottom: 47px;
    left: 23px;
    width: 1px;
    height: 40px;
    position: absolute;
    background-color: #E53D2F;
}
.ecijachallenge-normal-details img{
    /*width: 150px;*/
}

.ecijachallenge-normal-details .careers-dcha {
 position: relative;
}

.ecijachallenge-normal-details .careers-dcha:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border: 1px solid #e53d2f;
    border-left: 0;
    border-top: 0;
    bottom: 0;
    transform: rotate(-45deg);
    left: 64px;
    margin: 0 auto;
}

.ecijachallenge-normal-details .careers-dcha:after {
    content: "";
    bottom: 5px;
    left: 5px;
    width: 70px;
    height: 1px;
    position: absolute;
    background-color: #e53d2f;
}



/* Nuestro-recorrido-0709-021 */
.our-journey-page{
  height: auto;
}
.our-journey-page .data-right{
  background-color:#e1e6ea; 
}
.our-journey-nav ul{
  list-style: none;
  display: flex;
  border-bottom: 1px solid #E33E35;
  margin-bottom:0;
}
.our-journey-nav ul li{
  width:100%;
  padding-left: 10px;
}
.our-journey-nav ul li a{
  font-size: 14px;
  color: #425364;
  text-decoration: none;
  padding-bottom: 2px;
  display: inline-block; 
} 
.our-journey-nav ul li a.active,
.our-journey-nav ul li.active a{
  color:#E53D2F;
}
.our-journey-section{
  position: relative;
  margin-bottom: 100px;
}
.our-journey-section::before{
  position: absolute;
  left:29%;
  width:2px;
  height:100%;
  background-color: #425364;
  content:'';
}
.our-journey-heading{
  margin-top: 120px;
  position: absolute;
  left:32%;
  padding-bottom:60px;
}
.our-journey-heading h2{
  font-size: 55px;
  color: #425364;
  font-weight: 500;
  padding-left: 50px;
  margin-bottom:0;
  position: relative;
  z-index:1;
}
.our-journey-heading span{
  font-size: 80px;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow:0 0px 12px #c1c9d2;
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 10px;
}
.journey-frist-box{
  max-width:375px;
  width:100%;
  padding-right: 60px;
  padding-top: 20px;
  position: relative;
}
.journey-frist-box.top-p{
  padding-top: 120px;
}
.journey-frist-box .rounded-shape{
  position: absolute;
  right:-40px;
  width: 80px;
  height: 80px;
  border: 1px solid #E53D2F;
  border-radius: 50%;
  top:125px;
}
.journey-frist-box .rounded-shape::before{
  position: absolute;
  left:0;
  right:0;
  top:20px;
  content:'';
  width: 40px;
  height: 40px;
  border: 1px solid #E53D2F;
  border-radius: 50%;
  margin: auto;
  display: table;
}
.journey-seond-box h4,
.journey-frist-box h4{
  font-size: 30px;
  color: #E53D2F;
  text-align: right;
  margin-bottom:4px;
}
.journey-seond-box p,
.journey-frist-box p{
  font-size:12px;
  color: #425364;
  line-height: 22px;
  margin-bottom: 35px;
}
.journey-img-box{
  position: relative;
  padding-top:20px;
}
.journey-img-box:after {
  position: absolute;
  left: 5px;
  right: 0;
  top: 32px;
  width: 10px;
  height: 10px;
  background-color: #E53D2F;
  content: '';
  border-radius: 20px;
  margin: 0 auto;
}
.journey-frist-box:before {
  position: absolute;
  left: 98.8%;
  top: 30px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  content: '';
  border-radius: 20px;
  border: 2px solid #425364;
}
.journey-seond-box {
  position: relative;
}
.journey-seond-box:before {
  position: absolute;
  right: 98%;
  top: 30px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  content: '';
  border-radius: 20px;
  border: 2px solid #425364;
}
.journey-img-box .lines{
  width:calc(100% - 100px);
  display: inline-block;
  position:absolute;
  top:0;
  right:-60px;
}
.journey-img-box .lines::before{
  position: absolute; 
  left:0;
  right:0;
  top:0;
  width:100%;
  height:1px;
  background-color: #E53D2F;
  content: '';  
}
.journey-img-box .lines::after{
  position: absolute; 
  left:0;
  top:0;
  height:40px;
  width:1px;
  background-color: #E53D2F;
  content: '';
}
.journey-img-box .rounded-img{
  width:160px;
  height:160px;
  border:1px solid #E53D2F;
  border-radius: 50%;
  padding:10px;
  margin: auto;
  display:table;
  text-align: center;
}
.journey-img-box .rounded-img img{
  width:100%;
  height:100%;
}
.journey-seond-box{
  padding-left: 40px;
  padding-top: 20px;
  max-width: 375px;
  margin-left: 375px;  
}
.journey-seond-box.added-mr{
  margin-top: -110px;
}
.journey-seond-box h4{
  text-align: left;
}
.journey-frist-box.added-mr{
  margin-top:-110px;
}
.journey-seond-box .journey-img-box .lines{
   left:-40px;
   right:auto; 
   width:calc(100% - 125px);
}
.journey-seond-box .journey-img-box .lines::after{
  left: auto;
  right:0;
}
.rooter-img{
  width: 180px;
  margin-right: -30px;
}
.journey-years-nav{
  position: fixed;
  right: 10%;
  top: 350px;
  z-index: 1;
}
.journey-years-nav ul{
  list-style: none;
}
.journey-years-nav ul li{
  width: 100%;
  margin-bottom: 10px;
}
.journey-years-nav ul li a{
  font-size: 13px;
  color:transparent;
  text-decoration: none;
  text-shadow:0 0px 3px #758da9;
  font-weight: 700;
}
.journey-years-nav ul li a:hover,
.journey-years-nav ul li a.active{
  color:#E33E35;
  text-shadow: inherit;
}

/* Badge popup */
.badges-popup .contain-style{
  height: 67.3vh;
  background-color: rgba(255, 255, 255, 0.5);
}
.badges-popupc .badge-txt-alg {
  margin-left: 150px;
}
.badges-popup .badges {
  height: 40%;
}
.badges-popup .badges img {
  height: 100px;
  align-content: center;
}
.badges-popup .badge-page {
  text-align: center;
}
.badges-popup .head-pop {
  color: red;
  margin-top: 50px;
  margin-bottom: 5px;
}
.forbes-text .badge-txt-alg{
  font-size: 9px;
}

/* forbes */
.forbes-modal{
  max-width: 95%;
  opacity: 0.9;
  background-color: #E1E6EA;
}
.forbes-body{
  text-align: center;
}
.forbes-popup{
  top: 16%;
}
.forbes-text{
  text-align: left;
  display: inline-block;
}
.forbes-close-btn svg{
  width: 35px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.expansion-txt{
  margin-top: 10px;
}

/*VISION &  VALORES*/
  
.vision-pg-bg{
  background-color: #A9B8C6;
}

.title-text-shadow-vision span {
  font-size: 110px;
  color: transparent;
  text-shadow: 0 0 14px #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.5;
  top: 15px;
  left: 0;
  cursor: default;
}
.vision-heading {
  position: relative;
  padding-bottom: 60px;
}
.vision-heading h1 {
  font-size: 90px;
  color:#425364;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 9;
  left: 0;
  position: relative;
}
.title-text-shadow-valores span {
  font-size: 105px;
  color: transparent;
  text-shadow: 0 0 14px #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  position: absolute;
  opacity: 0.5;
  top: 50px;
  left: -130px;
  cursor: default;
}
.valores-heading {
  position: relative;
  padding-bottom: 45px;
}
.valores-heading h1 {
  font-size: 90px;
  color:#425364;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 9;
  left: -40px;
  position: relative;
}
.vision-right p{
  color: #425364;
  font-size: 14px;
  line-height: 25px;
}
.vision-center h1{
  font-size: 80px;
  color: #425364;
  text-align: center;
  font-weight: 600;
}
.vision-info p,
.vision-info ul{
  font-size: 12px;
  color: #425364;
  margin-bottom: 8px;
}
.vision-info ul{
  padding-left: 15px;
}
.vision-info.active p{
  color: #000;
}
.vision-info p span{
  font-weight: 600;
}
.vision-valores-list {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  margin-bottom: 60px;
}
.vision-valores-list .vision-info {
  display: inline-block;
  padding: 14px;
  width: 400px;
  white-space: initial;
}
#style-3::-webkit-scrollbar-track {
  background-color: #e53d2f;
}

#style-3::-webkit-scrollbar {
  height: 3px;
  background-color: #e53d2f;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: #fff;
}


.valores-banner img{
  display: inline-block;
  float: right;
  width: 100%;
}
.vision-progress-line{
  margin: 50px 0;
}
.vision-con-separador{
    position: relative;
    margin-bottom: 35px;
}
.vision-con-separador:before{
    content: "";
    position: absolute;
    left: 12px;
    bottom: 0;
    height: 1px;
    width: 20%;
    border-bottom: 1px solid #e53d2f;
}
.vision-progress-line img{
  width: 100%;
}

.vision-navbar{
  color: #000 !important;
}
.vision-tabs{
  max-width: 100% !important;
  padding-left: 27%;
}

/* RSC-0809-021 */
.rsc-page .our-journey-nav{
  width:100%;
  display: inline-block;
  text-align: right;
}
.rsc-page .our-journey-nav ul{
  width:80%;
  float: right;
  text-align: left;
}
.rsc-page{
  min-height:auto;
}
.rsc-page .data-right{
  /*background-color:#6c859d;*/
    background-color: #a9b8c6;
  min-height: auto;
}
.rsc-page .our-journey-nav ul li a{
  color:#fff;
}
.rsc-page .our-journey-nav ul li a.active,
.rsc-page .our-journey-nav ul li.active a{
  color: #E53D2F;
  /*font-weight: 700;*/
}
.ecija-section{
  width:80%;
  height: 800px;
  background: url(../images/hard-img.png) no-repeat top center;
  background-size:100%;
  margin: auto;
  margin-top: 120px; 
  margin-bottom:100px;
  position: relative;
}
.ecija-heading{
  position: absolute;
  left:0;
  right:0;
  top:44%;
  transform: translate(0 , -44%);
  text-align: center;
}
.ecija-volunteer{
  position: absolute;
  display: flex;
  align-items: center;
  top: 100px;
  left: 90px;
}
.ecija-volunteer img{
  margin-right: 25px;
}
.ecija-volunteer p{
  font-size: 12px;
  color:#ffffff;
  line-height: 22px;
  text-align: center;
  margin-bottom:0;
}
.ecija-volunteer::before{
  content: '';
  position: absolute;
  right: -170px;
  top: 100px;
  width: 150px;
  height: 2px;
  background-color: #E33E35;
  transform: rotate(45deg);
}
.ecija-sports{
  top: 350px;
  transform: translate(0, -50%);
  left: 100px; 
}
.ecija-sports img{
  margin-right: 10px;
}
.ecija-sports::before{
  transform: rotate(0deg);
  right: -110px;
  top: 40px;
  width: 100px;
}
.support-for-diversity{
  top: auto;
  bottom: 250px;
  left: 220px; 
}
.support-for-diversity img{
  margin-right:10px;
}
.support-for-diversity::before{
  transform: rotate(-50deg);
  right: -20px;
  top: -25px;
  width: 100px;
}
.support-for-diversity p{
  position: relative;
  left: -20px;
  bottom: -35px;
}
.bono-activities{
  top: auto;
  bottom: 60px;
  left:0;
  right:0;
  flex-wrap: wrap;
  justify-content: center;
}
.bono-activities img{
  margin-right:0;
  margin-bottom: 10px;
}
.bono-activities p{
  width:100%;
}
.bono-activities::before{
  width: 100px;
  transform: rotate(90deg);
  left:0;
  right:0;
  margin: auto;
  top:-70px;
}
.sustainability-support{
  top: auto;
  bottom: 250px;
  left: auto;
  right:230px;
  flex-direction: row-reverse;
}
.sustainability-support img{
  margin-right:0;
  margin-left:0px;
}
.sustainability-support p{
  position: relative;
  right:-20px;
  bottom:-35px;
}
.sustainability-support::before{
  transform: rotate(50deg);
  left: -10px;
  top: -25px;
  width: 100px;
}
.conciliation-equality{
  top: 350px;
  transform: translate(0, -50%);
  right: 40px; 
  left: auto;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}
.conciliation-equality::before{
  transform: rotate(0deg);
  left: -40px;
  top: 60px;
  width: 100px;
}
.conciliation-equality img{
  margin-right:0;
}
.conciliation-equality p{
  width:100%;
}
.corporate-policies{
  left:auto;
  right:90px;
}
.corporate-policies::before{
  transform:rotate(-45deg);
  right:auto;
  left: -130px;
  top:110px;
}
.rsc-heading{
  position: absolute;
  left: 0;
  top: 25%;
}
.rsc-heading h1{
  font-size: 70px;
  color: #fff;
  font-weight:500;
  text-transform: uppercase;
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  padding-left: 50px;
}
.rsc-heading span{
  font-size: 140px;
  color: transparent;
  text-transform: uppercase;
  margin-bottom: 0;
  text-shadow: 0 0px 14px #93a7bb;
  position: absolute;
  top: 0;
  left: -15px;
  cursor: default;
}

.page-top-menu {
  margin-top: 50px;
  display: inline-block;
  width: 100%;
}
.page-top-menu ul {
  width: 80%;
  float: right;
  text-align: left;
}

.sectores-home-slider {
  display: flex;
  width: 100%;
  overflow: auto;
  align-items: center;
  padding-bottom: 70px;
  height: 680px;
}
.sectores-home-slider::-webkit-scrollbar {
  height: 3px;
  border: 2px
}

.sectores-home-slider::-webkit-scrollbar-track {
  background: #aebece;
}

.sectores-home-slider::-webkit-scrollbar-thumb {
  background: #425364;
}

.sectores-home-slider::-webkit-scrollbar-thumb:hover {
  background: #425364;
}

.sectores-home-slider-list {
  margin: 0 15px;
  position: relative;
}
.sectores-home-slider .sectores-home-slider-list > img {
  width: auto;
  width: 400px;
  object-fit: cover;
  height: 500px;
  transition: all 0.10s;
  -webkit-filter: grayscale(100%); / Safari 6.0 - 9.0 /
  filter: grayscale(100%);
}
.sectores-home-slider .sectores-home-slider-list.list-active > img {
  height: 600px;
  transition: all 0.10s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.list-active-box {
  display: none;
}
.list-active .list-active-box {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #fff;
  text-align: center;
}
.list-active .list-active-box span {
  display: block;
  margin-bottom: 20px;
}
.list-active .list-active-box button {
  border: 1px solid #E53D2F;
  background-color: #fff;
  height: auto;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  position: relative;
  padding: 35px 0 45px;
  font-weight: 600;
}
.list-active .list-active-box button:after {
  content: "";
  bottom: 12px;
  width: 1px;
  left: 0;
  right: 0;
  height: 25px;
  position: absolute;
  background-color: #E53D2F;
  margin: 0 auto;
}
.list-active .list-active-box button:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border: 1px solid #e53d2f;
  border-left: 0;
  border-top: 0;
  bottom: 26px;
  transform: rotate(225deg);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ver-mas-hover {
  display: none;
  font-size: 14px;
  line-height: 25px;
    /*color: #1E262E;*/
    color: #425364;
}
.ver-mas-hover > div {
  color: #E53D2F;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 17px;
}
.ver-mas-hover > div p {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}
.list-active .ver-mas-hover.open-box {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(220, 220, 220, 0.8);
  z-index: 9;
  padding: 50px 30px 30px;
}
.ver-mas-hover.open-box button {
  border: 1px solid #E53D2F;
  background-color: #fff;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ver-mas-hover.open-box button img {
  max-width: 100%;
}
.ver-sectores-btn {
  text-align: center;
  margin-bottom: 50px;
}


.sectores-home-slider-list img{
  max-width: initial;
}
.team-slider .wpsisac-slick-carousal.wpsisac-prodesign-7 .wpsisac-slide-wrap {
  border: 0;
  box-shadow: 0 0 0;
}
.team-slider .wpsisac-slick-carousal.wpsisac-prodesign-7 .wpsisac-slider-content {
  padding: 20px 0 0;
  text-align: left;
}
.team-slider .wpsisac-slick-carousal.wpsisac-prodesign-7 .wpsisac-slider-content h2.wpsisac-slide-title {
  font-size: 15px !important;
}

.cvf_pag_loading {
  padding: 20px;
}
.cvf-universal-pagination ul {
  margin: 0;
  padding: 0;
}
.cvf-universal-pagination ul li {
  display: inline;
  margin: 3px;
  padding: 4px 8px;
  color: black;
}
.cvf-universal-pagination ul li.active:hover {
  cursor: pointer;
}

.cvf-pagination-nav.pagination {
  padding-top: 0;
}
.cvf-pagination-nav.pagination ul {
  border: 0;
}
.cvf-pagination-nav.pagination ul li {
  position: relative;
  padding: 0;
}
.cvf-pagination-nav.pagination ul li.selected::before {
  background-color: #e53d2f;
  position: absolute;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  content: '';
  top: -6px;
  left: 0;
  right: 0;
}


.prensa-articulo-interior-data h1,
.prensa-articulo-interior-title {
  font-size: 40px;
  margin-bottom: 40px;
  color: #425364;
  font-weight: 200;
}
.prensa-articulo-interior-data p {
  margin-bottom: 30px;
  line-height: 26px;
}
.ECIJA-México-text {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}
.descarga-PDF-btn {
    margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
.prensa-articulo-interior-top-banner-left{
  width:  80%;
}
.prensa-articulo-interior-top-banner-left img {
  display: block;
  max-width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.prensa-articulo-interior-top-banner {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.prensa-articulo-interior-top-banner-right a {
  display: block;
  margin: 20px 0;
}
.prensa-articulo-interior-top-banner-left, .prensa-articulo-interior-top-banner-right {
  position: relative;
  z-index: 2;
}
.prensa-articulo-interior-top-banner-right {
  margin-left: 30px;
}
.prensa-articulo-interior-top-banner::before {
  position: absolute;
  right: 0;
  max-width: 500px;
  width: 100%;
  content: '';
  background-color: #D1D9E0;
  top: -15px;
  bottom: 15px;
  transform: skewY(-5deg);
}

.buscar-form {
  margin-bottom: 30px;
}
.add-plus-icon-big {
  display: flex;
  align-items: center;
}
.article-box .article-des .add-plus-icon-big a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e6483b;
  position: relative;
}
.article-box .article-des .add-plus-icon-big a img {
  width: 26px;
}
.add-plus-icon-big span {
  font-size: 18px;
}
ul.eblog-tab .eblog-tab-1 a {
  display: flex;
  align-items: baseline;
}
ul.eblog-tab {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
ul.eblog-tab li {
  display: initial;
  width: auto;
}
ul.eblog-tab li a.active {
  color: #E53D2F;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
}
.conoce-nuestros-socios-bottom-text-top {
  text-align: center;
  margin: 50px auto;
}
.conoce-nuestros-socios-bottom-text-top span {
  position: inherit;
  left: inherit !important;
  top: inherit !important;
  line-height: initial;
  right: inherit !important;
}
.conoce-nuestros-socios-bottom-text-top .conoce-nuestros-socios-data {
  display: block;
  margin: 0 0 30px;
}


.agenda-eventos-top {
  width: auto;
}
.article-box .article-des p.agenda-eventos-big-text {
  font-size: 36px;
  line-height: normal;
  font-weight: 200;
  margin: 20px 0;
}
.agenda-eventos-top.article-box .article-des .add-plus-icon {
  padding-top: 0;
}

.contacto-oficina-title {
  border-bottom: 1px solid #E33E35;
  width: 100%;
  /*margin-bottom: 50px;*/
  margin-bottom: 15px;
  color: #435465;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 5px;
  margin-top: 25px;
}
.nuestras-oficinas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.nuestras-oficinas .search-input {
  margin-bottom: 0;
}
.nuestras-oficinas .search-input input {
  background-color: transparent;
}
.nuestras-oficinas-left {
  color: #e2564f;
  font-size: 18px;
  font-weight: 700;
}

.date-time {
  font-size: 13px;
    /*color: #1E262E;*/
    color: #425364;
  margin-bottom: 10px;
  font-weight: 700;
}
.nuestras-oficinas-list {
  background-color: #fff;
}
.nuestras-oficinas-list:nth-child(even) {
  background-color: transparent;
}
.nuestras-list-right {
  display: block;
  position: relative;
}
.nuestras-oficinas-list-box {
  border-right: 2px solid #fff;
  padding: 50px 0;
}
.nuestras-list-title {
  font-weight: 700;
  margin-bottom: 10px;
}
.nuestras-list-description{
  font-size: 12px;
}
.sedes-text a,
.nuestras-list-description a {
  font-weight: 700;
  margin-top: 10px;
  text-decoration: none;
    color: #425364;
}
a.enlace-sedes {
  font-weight: normal;
  text-decoration: none;
    color: #425364;
}
.sedes-title a.enlace-sedes:hover {
    font-weight: 700;
    color: #e6483a;
}
.nuestras-list-email {
  display: inline-block;
  margin-top: 10px;
}
.nuestras-list-email a {
  font-weight: 700;
  margin-top: 10px;
  text-decoration: none;
    color: #425364;
}
.nuestras-list-img-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
  font-size: 18px;
  text-transform: uppercase;
}
.nuestras-list-oval {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  text-align: center;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(244, 67, 54, 0.8);
}
.nuestras-list-oval img {
  position: relative;
  z-index: 1;
  max-width: 100%;
}
.reciba-nuestro-box {
  padding: 7vmin 0px;
}
.bottom-check-box.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.bottom-check-box.form-group label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
}

.bottom-check-box.form-group label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #f1958e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 15px;
  height: 30px;
  width: 32px;
}

.bottom-check-box.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  width: 8px;
  height: 15px;
  border: solid #f1958e;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.bottom-check-box.form-group span {
  font-size: 14px;
}
.reciba-nuestro-box .name-search-box {
  padding: 20px 0 30px;
}
.name-search-box-title {
  font-size: 32px;
  color: #435465;
}



@media (max-width: 1650px) {
  .about-box.about-box-1{
    width: 360px;
    height: 360px;
  }
  .about-box.about-box-2{
    width: 400px;
    height: 400px;
  }
  .about-box.about-box-1 .partners-box {
    right: 20%;
  }
  .about-box.about-box-1 .office-box {
    left: 20%;
  }
  .about-box.about-box-2 .lawyers-box {
    top: 25%;
    right: 30%;
  }
  .about-box.about-box-2 .langauge-box {
    right: 20%;
     bottom: 20%;
  }
  .about-box h2 {
    font-size: 26px;
  }
  .about-box p{
    font-size:12px;
    margin-bottom:0;
  }
  .sobre-testimonial p {
    font-size: 18px;
    line-height: 30px;
  }
  .sobre-testimonial p::after, 
  .sobre-testimonial p::before {
    width: 26px;
    height: 26px;
  }
  .rsc-new-testimonial.sobre-testimonial p::after,
  .rsc-new-testimonial.sobre-testimonial p::before {
    width: 32px;
    height: 32px;
  }
  .gestion-del-talento-testimonial.sobre-testimonial p::after,
  .gestion-del-talento-testimonial.sobre-testimonial p::before {
    width: 32px;
    height: 32px;
  }
  .practicas-testimonial p {
    font-size: 18px;
    line-height: 30px;
  }
  .practicas-testimonial p::after,
  .practicas-testimonial p::before {
    width: 26px;
    height: 26px;
  }
  /*.socios-img {
    padding-left: 100px;
  }*/
  .our-journey-heading span {
    font-size: 65px;
  }
  .journey-years-nav ul li{
    margin-bottom: 6px;
  }
  .journey-years-nav ul li a{
    font-size: 12px;
  }
}

@media (max-width: 1400px) {
  .journey-frist-box {
    max-width: 325px;
  }
  .journey-img-box .lines {
    width: calc(100% - 75px);
  }
  .journey-seond-box {
    max-width: 325px;
    margin-left: 325px;
  }
  .journey-years-nav {
    top: 310px;
  }
  .journey-years-nav ul li {
    margin-bottom: 2px;
  }
  .journey-years-nav ul li a {
    font-size: 11px;
  }
  .journey-frist-box.top-p {
    padding-top: 100px;
  }
  .our-journey-heading{
    margin-top: 100px;
  }
  .journey-frist-box .rounded-shape{
    top:105px;
  }
  .rsc-heading h1 {
    font-size: 50px;
    padding-left: 25px;
  }
  .rsc-heading span{
    font-size: 100px;
  }
  .ecija-section{
    height:700px;
  }
  .ecija-sports{
    top:300px;
  }
  .conciliation-equality{
    top:300px;
  }
  .ecija-volunteer::before {
    width: 110px;
  }
  .corporate-policies::before{
    top:100px;
  }
  .ecija-sports::before{
    width: 50px;
    right: -60px;
  }
  .conciliation-equality::before{
    width: 60px;
    left:0;
  }
  .support-for-diversity::before{
    width:80px;
    top:-10px;
  }
  .sustainability-support::before{
    width:80px;
    top:-10px; 
  }
  .bono-activities::before{
    width:100px;
  }

}

@media (max-width: 1300px) {
  .about-box.about-box-2 {
    left: -150px;
  }
  .title-text-shadow-valores span {
    font-size: 70px;
    top: 30px;
    left: -60px;
  }
  .valores-heading h1{
    font-size: 60px;
  }
  .title-text-shadow-vision span {
    font-size: 115px;
    top: 30px;
    left: -65px;
  }
  .vision-heading h1{
    font-size: 80px;
  }
}

@media (max-width: 1199px) {
  .footer-links{
    margin-bottom: 40px;
  }
  .copy-right{
    padding-top:0;
  }
  .sobre-ecija-heading h1 {
    font-size: 70px;
  }
    .sobre-ecija-heading span {
        font-size: 80px;
    }
  .about-box.about-box-1 {
    width: 320px;
    height: 320px;
    margin-top: -90px;
  }
  .about-box.about-box-2 {
    width: 350px;
    height: 350px;
  }
  .about-box h2 {
    font-size: 22px;
  }
  .about-box p {
    font-size: 10px;
  }
  .socios-img {
    /*padding-top: 30px;*/
    /*padding-left: 60px;*/
  }
  .press-top-nav ul li a{
    font-size: 11px;
  }
  .chambers-and-partners span{
    font-size: 16px;
  }
  .clients-box .client-img img {
    height: 360px;
  }
  .clients-details {
    padding: 40px 0;
  }
  .our-journey-section::before {
    left: 32%;
  }
  .journey-frist-box.top-p {
    padding-top: 80px;
  }
  .our-journey-heading {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .our-journey-heading h2{
    font-size: 35px;
  }
  .our-journey-heading span {
    font-size: 50px;
  }
  .our-journey-nav ul li a{
    font-size: 13px;
  }
  .journey-frist-box {
    max-width: 300px;
    padding-right: 50px;
  }
  .journey-img-box .rounded-img{
    width: 140px;
    height: 140px;
  }
  .journey-img-box .lines{
    right:-50px;
    width:calc(100% - 77px);
  }
  .journey-seond-box {
    max-width: 300px;
    margin-left: 300px;
    padding-left: 30px;
  }
  .journey-seond-box .journey-img-box .lines {
    left: -30px;
    width: calc(100% - 105px);
  }
  .journey-years-nav {
    top: 275px;
  }
  .ecija-section {
    width:75%;
    height: 550px;
    margin: 80px auto;
  }
  .ecija-heading img{
    width:100px;
  }
  .rsc-heading span {
    font-size: 80px;
  }
  .hand-first-box img{
    height:60px;
    margin-right: 15px;
  }
  .ecija-volunteer p{
    font-size: 10px;
    line-height: 18px;
  }
  .hand-first-box::before{
    width: 60px;
    right: -60px;
    top: 70px;
  }
  .corporate-policies img{
    margin-right: 15px;
    height:60px;
  }
  .corporate-policies::before {
    top: 70px;
    width: 60px;
    left: -60px;
  }
  .ecija-heading {
    top: 42%;
    transform: translate(0 , -42%);
  }
  .ecija-sports {
    top: 225px;
    left:80px;
  }
  .ecija-sports img{
    height:50px;
    margin-right: 5px;
  }
  .ecija-sports::before {
    width: 50px;
    right: -50px;
    top: 30px;
  }
  .support-for-diversity {
    bottom: 200px;
    left: 160px;
  }
  .support-for-diversity img{
    height:50px;
  }
  .support-for-diversity::before{
    width: 60px;
    top: 0px;
    right: 0;
  }
  .bono-activities::before {
    width: 60px;
    top: -45px;
  }
  .sustainability-support {
    bottom: 200px;
    right: 160px;
  }
  .sustainability-support::before{
    width: 60px;
    top:0px;
    left:0;
  }
  .conciliation-equality {
    top: 225px;
    right:10px;
  }
  .conciliation-equality::before {
    width: 50px;
    left: 0;
    top: 55px;
  }
  .conciliation-equality img{
    height:60px;
  }

}

@media (max-width: 1024px) {
  .map-ing {
    right: 5%;
  }
  .map-ing img {
    width: 550px;
  }
  .navigations-list {
    left: 35px;
  }
  .socials-icons {
    left: 35px;
  }
  .global-socios-accordion{
    left:0;
  }
  .global-socios-page .socials-icons{
    left:0;
  }
  .gestion-del-talento-box-left {
    width: 30%;
  }
  .title-text-shadow-valores span {
    font-size: 65px;
    top: 30px;
    left: -20px;
  }
  .valores-heading h1{
    font-size: 60px;
    position: initial;
  }
  .title-text-shadow-vision span {
    font-size: 88px;
    top: 40px;
    left: -20px;
  }
  .vision-heading h1{
    font-size: 80px;
    position: initial;
  }
  .vision-tabs{
    padding-left: 20%;
  }
  .compromiso-tabs{
    padding-left: 20%;
  }
}

@media (max-width: 991px) {
  .socials-icons{
    bottom:20px;
  }
  .nav-bar ul li a {
    color: #727272;
    font-size: 14px;
    padding: 10px 10px;
  }
  .navbar {
    margin: 0 30px;
  }
  .sobre-ecija-heading {
    padding: 0 20px 10px 20px;
  }
  .sobre-ecija-heading h1 {
    font-size: 50px;
  }
    .sobre-ecija-heading span {
        font-size: 60px;
    }
  .about-box.about-box-1 {
    width: 240px;
    height: 240px;
    margin-top: -60px;
  }
  .about-box.about-box-1 .office-box {
    top: 25%;
  }
  .about-box.about-box-1 .partners-box {
    top: 25%;
  }
  .about-box.about-box-1 .city-box {
    bottom: 20%;
  }
  .about-box.about-box-2 {
    width: 280px;
    height: 280px;
  }
  .about-box.about-box-2 .lawyers-box {
    top: 20%;
    right: 20%;
  }
  .sobre-descriptioon {
    padding-left: 0px;
  }
  .sobre-descriptioon p{
    font-size:14px;
  }
  .down-img {
    height: 80px;
  }
  .sobre-testimonial-img .scroll-box {
    width: 80px;
    height: 80px;
    padding-top: 22px;
    right: 50px;
    bottom: -40px;
  }
  .sobre-testimonial p {
    font-size: 16px;
    line-height: 26px;
   }
   .sobre-testimonial p br{
     display: none;
   }
  .practicas-testimonial p {
    font-size: 16px;
    line-height: 26px;
   }
   .practicas-testimonial p br{
     display: none;
   }
   .socios-img {
    /*padding-top: 30px;*/
    /*padding-left:40px;*/
  }
   .global-socios-accordion .card-body{
    padding-left:40px;
  }
  .title-text-shadow span {
    font-size: 130px;
    top: 30px;
    right: -65%;
  }
  .press-heading h4{
    font-size: 35px;
  }
  .press-top-nav{
    margin-bottom: 40px;
  }
  .press-top-nav ul {
    flex-wrap: wrap;
  }
  .press-top-nav ul li{
    width:33.3%;
  }
  .press-top-nav ul li a {
    font-size: 12px;
  }
  .article-box{
    width:100%;
  }
  .pagination ul li a, 
  .pagination ul li span{
    font-size: 12px;
    padding: 10px 12px;
  }
  .article-box .article-des p{
    font-size: 13px;
  }
  .chambers-and-partners span{
    font-size: 12px;
    padding: 0 30px;
  }
  .chambers-and-partners span::before{
    font-size: 35px;
  }
  .chambers-and-partners span::after{
    font-size: 35px;
  }
  .gestion-del-talento-box {
    display: block;
  }
  .gestion-del-talento-box-left {
    width: 100%;
    margin-bottom: 150px;
  }
  .gestion-del-talento-box-right {
    float: none;
    margin: 0 auto;
  }
  .procesos-img-bottom-btn button {
    padding: 4px 15px 0;
    font-size: 12px;
  }

  .clients-box .client-img img {
    height: 320px;
  }
  .barcelona-heading{
    font-size: 14px;
  }
  .clients-details {
    padding: 30px 0;
  }
  .carmen-heading{
    margin-bottom: 60px;
  }
  .carmen-heading h4{
    font-size: 28px;
  }
  .carmen-heading span{
    font-size: 28px;
  }
  .clients-details h5 {
    font-size: 22px;
    line-height: 32px;
  }
  .clients-details ul li a{
    font-size: 13px;
  }
  .clients-details .socials-icons {
    right: 20px;
    bottom: 60px;
  }
  .clients-details .socials-icons li a{
    font-size: 28px;
  }
  .client-descripation{
    margin-top: 70px;
  }
  .client-descripation p br{
    display: none;
  }
  .practice-description h2{
    font-size: 32px;
    margin-bottom:15px;
  }
  /*.practice-description p{
    font-size: 14px;
    margin-bottom:20px;
  }*/

  .our-journey-nav ul li {
    width: auto;
    padding-right: 10px;
  }
    .our-journey-nav ul li:last-child,
    .our-journey-nav ul li:last-of-type {
    padding-right: 0 !important;
  }
  .journey-frist-box {
    max-width: 225px;
  }
  .journey-seond-box h4, 
  .journey-frist-box h4{
     font-size: 26px;
  }
  .our-journey-heading h2 {
    font-size: 30px;
  }
  .our-journey-heading span {
    font-size: 40px;
  }
  .journey-img-box .rounded-img {
    width: 120px;
    height: 120px;
  }
  .journey-img-box .lines {
    width: calc(100% - 40px);
  }
  .journey-seond-box {
    max-width: 225px;
    margin-left: 225px;
    padding-left: 25px;
  }
  .journey-seond-box.added-mr {
    margin-top: -80px;
  }
  .journey-seond-box .journey-img-box .lines {
    left: -25px;
    width: calc(100% - 75px);
  }
  .journey-seond-box p, 
  .journey-frist-box p {
    margin-bottom: 20px;
  }
  .journey-years-nav {
    top: 265px;
  }
  .title-text-shadow-valores span {
    font-size: 65px;
    top: 30px;
    left: -20px;
  }
  .vision-heading h1{
    font-size: 80px;
    position: relative;
    left: 0;
  }
  .vision-tabs{
    padding-left: 0;
  }
  .compromiso-tabs{
    padding-left: 0;
  }
  .valores-heading h1{
    font-size: 60px;
    position: relative;
    left: 0;
  }
  .title-text-shadow-vision span {
    font-size: 88px;
    top: 40px;
    left: -20px;
  }
  .vision-tabs a{
    font-size: 11px !important;
  }
  .vision-nav{
    margin: 0!important;
  }
  .compromiso-tabs a{
    font-size: 11px !important;
  }
  .compromiso-nav{
    margin: 0!important;
  }
  .ecija-section {
    width:100%;
    margin: 80px auto;
  }
  .rsc-page .our-journey-nav ul {
    width: 85%;
  }
  .rsc-page .our-journey-nav ul li a{
    font-size: 12px;
  }
  .careers-ecijachallenge-left-title {
    font-size: 35px;
  }
  .careers-ecijachallenge-left-subtitle{
    font-size: 22px;
  }
  .careers-ecijachallenge-right-title{
    line-height: 45px;
  }
  .conoce-nuestros-socios-bottom-text{
    width: 90%;
  }
  .services-navbar{
    margin: 0;
  }

}
.nusesttro_menu
{
  padding-bottom: 40px;
  padding-top: 20px;
}
.news_date
{
  text-decoration: none;
}

#team_post_link
{
  text-decoration: none!important;
}

.nuestras-list-oval {
  visibility: hidden;
}

.nuestras-list-right:hover .nuestras-list-img-title {
  display: none;
}

.nuestras-list-right:hover .nuestras-list-oval {
  visibility: visible;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 2s!important;
}

/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.home-nav-link
{
  padding: .5rem 0.9rem;
}

.dropdown-menu
{
  background-color: transparent!important;
  border: none!important;
}
/*.dropdown-menu > li > a:hover
{
  background-color: #fff!important;

}*/
.dropdown-menu > li > about-box{
    padding: 5px 10px;
}


/*./Dropdown Css*/

/*
    MENU HAMBURGUESA
*/

#menu-hamburger,
#menu-hamburger2 {
    float: right;
    width: 34px;
    height: 25px;
    margin: 5px 30px 0 20px;
    padding: 0;
    vertical-align: top;
    cursor: none;
    z-index: 99999;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -moz-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    -webkit-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

#menu-hamburger2 {
    float: none;
}

#menu-hamburger:focus,
#menu-hamburger2:focus {
    outline: 0;
    box-shadow: none;
}

#menu-hamburger span,
#menu-hamburger2 span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background-color: #e53d2f;
    opacity: 1;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: ease-in-out .25s;
    -o-transition: ease-in-out .25s;
    -webkit-transition: ease-in-out .25s;
    transition: ease-in-out .25s;
}

#menu-hamburger span:nth-child(1),
#menu-hamburger2 span:nth-child(1) {
    top: 0;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}

#menu-hamburger span:nth-child(2),
#menu-hamburger2 span:nth-child(2) {
    top: 10px;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}

#menu-hamburger span:nth-child(3),
#menu-hamburger2 span:nth-child(3) {
    top: 20px;
    -moz-transform-origin: left 50%;
    -ms-transform-origin: left 50%;
    -webkit-transform-origin: left 50%;
    transform-origin: left 50%;
}

#menu-hamburger.open span:nth-child(1),
#menu-hamburger2.open span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    left: 0;
}

#menu-hamburger.open span:nth-child(2),
#menu-hamburger2.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

#menu-hamburger.open span:nth-child(3),
#menu-hamburger2.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 24px;
    left: 0;
}


/*COMPROMISO ESG*/

.compromiso-pg-bg{
    background-color: #A9B8C6;
}
.title-text-shadow-compromiso span {
    font-size: 180px;
    color: transparent;
    text-shadow: 0 0 14px #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    opacity: .5;
    top: 15px;
    left: 70px;
}
.compromiso-heading {
    position: relative;
    padding-bottom: 45px;
}
.compromiso-heading h1 {
    font-size: 150px;
    color:#425364;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 9;
    top: 120px;
    padding-left: 30px;
    position: relative;
}

.compromiso-right p{
    color: #425364;
    font-size: 14px;
    line-height: 25px;
}
.compromiso-center h1{
    font-size: 80px;
    color: #425364;
    text-align: center;
    font-weight: 600;
}
.compromiso-info p,
.compromiso-info ul{
    font-size: 14px;
    color: #425364;
    margin-bottom: 8px;
}
.compromiso-info ul{
    padding-left: 15px;
}
.compromiso-info ul li{
    margin-bottom: 10px;
}
.compromiso-info.active p{
    color: #000;
}
.compromiso-info p span{
    font-weight: 600;
}

.compromiso-info .compromiso-bloque{
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}


.compromiso-progress-line{
    margin: 50px 0;
}
.compromiso-progress-line img{
    width: 100%;
}

.compromiso-navbar{
    color: #000 !important;
}
.compromiso-tabs{
    max-width: 100% !important;
    padding-left: 27%;
}

.languages-responsive{
    display: none;
}

.nav-bar .home-menu ul li a{
    white-space: nowrap;
}


.container-compromiso,
.container-valores{
    margin-top: 70px;
}


.compromiso-info .compromiso-bloque{
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}



/*RSC NUEVO*/

.rsc-new-pg-bg{
    background-color: #A9B8C6;
}

.container-rsc-new{
    margin-top: 30px;
}

.title-text-shadow-rsc-new span {
    font-size: 90px;
    color: transparent;
    text-shadow: 0 0 14px #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    position: absolute;
    opacity: .5;
    top: 15px;
    left: 70px;
}
.rsc-new-heading {
    position: relative;
    padding-bottom: 45px;
}
.rsc-new-heading h1 {
    font-size: 65px;
    color:#425364;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 9;
    top: 120px;
    padding-left: 30px;
    position: relative;
}

.rsc-new-testimonial.sobre-testimonial p::after,
.rsc-new-testimonial.sobre-testimonial p::before{
    background: url(../images/left-quote-gray.png) no-repeat top center;
}

.gestion-del-talento-testimonial.sobre-testimonial p::after,
.gestion-del-talento-testimonial.sobre-testimonial p::before{
    background: url(../images/left-quote-gray.png) no-repeat top center;
}

.gestion-del-talento-testimonial.sobre-testimonial p::after{
    right: -45px;
    bottom: -8px;
}
.gestion-del-talento-testimonial.sobre-testimonial p::before{
    left: -45px;
    top: -8px;
}

.rsc-new-testimonial.sobre-testimonial p,
.gestion-del-talento-testimonial.sobre-testimonial p{
    color: #425364;
}

.rsc-new-header-content{
    margin-top: 130px;
}

.rsc-new-right p{
    color: #425364;
    font-size: 14px;
    line-height: 25px;
}
.rsc-new-center h1{
    font-size: 80px;
    color: #425364;
    text-align: center;
    font-weight: 600;
}
.rsc-new-info p,
.rsc-new-info ul{
    font-size: 14px;
    color: #425364;
    margin-bottom: 8px;
}
.rsc-new-info ul{
    padding-left: 15px;
}
.rsc-new-info ul li{
    margin-bottom: 10px;
}
.rsc-new-info.active p{
    color: #000;
}
.rsc-new-info p span{
    font-weight: 600;
}

.rsc-new-info .rsc-new-bloque{
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.rsc-new-progress-line{
    margin: 50px 0;
}
.rsc-new-progress-line img{
    width: 100%;
}

.rsc-new-navbar{
    color: #000 !important;
}
.rsc-new-tabs{
    max-width: 100% !important;
    padding-left: 27%;
}



.rsc-new-info .rsc-new-bloque{
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
}

.rsc-new-info .rsc-new-bloque .rsc-new-contenido-desc{
    margin-top: 30px;
    margin-bottom: 30px;
}

.rsc-new-info .rsc-new-bloque .rsc-new-contenido-content{
    padding-left: 50px;
    border-left: 1px solid #e6483a;
}

.rsc-new-info .rsc-new-bloque .rsc-new-contenido-content ul li{
    margin-bottom: 20px;
    list-style: none;
}

.rsc-new-info .tab-content{
    margin-bottom: 50px;
}

.rsc-new-info h4{
    color: #e6483a;
    margin-bottom: 5px;
    display: none;
}

.rsc-new-info .nav.nav-tabs li.nav-item a.active h4{
    display: block;
}

.rsc-new-info .nav.nav-tabs li.nav-item a{
    /*border-right: 1px solid #e6483a;*/
    position: relative;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.rsc-new-info .nav.nav-tabs li.nav-item a:after {
    content: '';
    height: 30px;
    width: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #e6483a;
}

.rsc-new-info .nav.nav-tabs li.nav-item a.active{
    color: #e6483a;
    text-transform: uppercase;
}

.rsc-new-info .nav.nav-tabs li.nav-item:last-child a:after{
    content: none;
}




.vision-valores-info{
    margin-top: 30px;
}

.vision-valores-info .vision-valores-bloque{
    padding-bottom: 40px;
}

.vision-valores-info .vision-valores-bloque ul{
    padding-left: 20px;
}

.vision-valores-info .vision-valores-icono-toggle{
    cursor: pointer;
}

.vision-valores-info .vision-valores-icono-toggle:last-of-type{
    margin-bottom: 0;
}

.vision-valores-info .vision-valores-icono-toggle span{
    margin-left: 15px;
    font-weight: 500;
}

.vision-valores-info .vision-valores-bloque-subcontenido{
    margin-bottom: 40px;
    margin-top: 20px;
}

.vision-valores-info .vision-valores-valores-contenido,
.vision-valores-info .vision-valores-comportamientos-contenido{
    padding-top: 20px;
}

.vision-valores-info .vision-valores-zonas-toggle ul li{
    margin-bottom: 5px;
}

.vision-valores-info .vision-valores-zonas-toggle{
    margin-bottom: 20px;
}

.contacto-oficinas-accordion{
    margin-bottom: 40px;
}


.abogados-quote{
    padding: 0 20px;
    /* margin-top: 90px; */
    position: relative;
    text-align: center;
    margin: 40px auto;
    /* width: auto!important; */
    display: table;
    font-size: 19px;
    line-height: 32px;
    color: #425364;
}
/*.abogados-quote p{
    font-size: 24px;
    color:#425364;
    margin-bottom:0;
    line-height: 36px;
    position: relative;
    padding:0 40px;
    text-align: center;
}*/

.abogados-quote::after,
.abogados-quote::before{
    position: absolute;
    content:"";
    background: url(../images/left-quote-gray.png) no-repeat top center;
    background-size:100%;
    width:32px;
    height:32px;
    left: -20px;
    top: -15px;
}
.abogados-quote::after{
    right: -20px;
    bottom: 0;
    top: 5px;
    left: auto;
    transform: rotate(180deg);
}

.page-template-template-home-ecija .side-menu {
    /*background-color: #425364;*/
    background-color: transparent;
    border-right: 2px solid #fff;
    /*border-bottom: 2px solid #fff;*/
    color: #fff;
    width: 100px;
    padding: 30px 12px 30px 10px;
    position: relative;
    z-index: 1;
}

.page-template-template-home-ecija .dropdown-menu{
    padding: .33rem 0;
}

.page-template-template-home-ecija .dropdown-menu .nav-link{
    padding: .3rem 1rem;
}

.page-template-template-reconocimientos .slick-prev:before {
    /*content: "\f053";
    font-size: 36px;
    font-family: 'FontAwesome';*/
    content: none;
}

.page-template-template-reconocimientos .slick-next:before {
    /*content: "\f054";
    font-size: 36px;
    font-family: 'FontAwesome';*/
    content: none;
}

.page-template-template-reconocimientos #reconocimientos-slider .slick-prev.prev{
    display: block;
    height: 77px;
    background: url('../images/arrow-prev.png') no-repeat;
    background-position: left;
}

.page-template-template-reconocimientos #reconocimientos-slider .slick-next.next{
    display: block;
    height: 77px;
    background: url('../images/arrow-next.png') no-repeat;
    background-position: right;
}

.page-template-template-reconocimientos #reconocimientos-slider .slick-disabled{
    opacity: 0.4;
}

.page-template-template-reconocimientos .slick-prev,
.page-template-template-reconocimientos .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 46.8%;
}

.page-template-template-reconocimientos .progressbar-slider-bar {
    height: 2px;
    background-color: rgb(230, 60, 46);
    position: relative;
    margin-bottom: 50px;
}

.page-template-template-reconocimientos .progressbar-slider-bar .progressbar-slider-position{
    height: 4px;
    /*width: 33%;*/
    background-color: #FFF;
    left: 0%;
    top: -1px;
    position: absolute;
}

.page-template-template-reconocimientos #reconocimientos-slider{
    margin-left: 30px;
    margin-right: 30px;
}

.page-template-template-reconocimientos .flip-card {
    perspective: 1000px;
}

.page-template-template-reconocimientos .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-front {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back {
    /*background-color: #dbe1e6f5;*/
    background-color: #ffffff;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back .reconocimientos-content {
    display: block;
    text-align: left;
    font-size: 12px;
    padding: 20px;
    /*color: #1E262E;*/
    color: #425364;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back .reconocimientos-content p:last-of-type{
    margin-bottom: 0;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back .reconocimientos-title {
    margin: 10px 0;
    color: #e53d2f;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back img{
    max-width: 90%;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back .reconocimientos-content ul{
    padding-left: 1rem;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back.small-reconocimientos img{
    /*max-height: 45px;*/
    max-height: 100px;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back.small-reconocimientos .reconocimientos-content{
    padding: 12px;
    font-size: 11px;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back.small-reconocimientos .reconocimientos-content p{
    margin-bottom: 5px;
}

.page-template-template-reconocimientos .reconocimientos-item .flip-card-back.small-reconocimientos .reconocimientos-content ul{
    margin-bottom: 5px;
}


.practice-description{
    margin-top: 80px;
    margin-bottom: 100px;
}

.practice-description > ul{
    padding-left: 2rem;
    border-left: 1px solid #E53D2F;
}

.practice-description ul li{
    list-style: none;
    margin-bottom: 5px;
}

.practice-description ul li p{
    margin-bottom: 20px;
}

.practice-description ul li:last-child p{
    margin-bottom: 40px;
}

.practice-quote{
    padding: 0 20px;
    /* margin-top: 90px; */
    position: relative;
    text-align: center;
    margin: 40px auto;
    /* width: auto!important; */
    display: table;
    font-size: 19px;
    line-height: 32px;
    color: #425364;
}

.practice-quote::after,
.practice-quote::before{
    position: absolute;
    content:"";
    background: url(../images/left-quote-gray.png) no-repeat top center;
    background-size:100%;
    width:32px;
    height:32px;
    left: -20px;
    top: -15px;
}
.practice-quote::after{
    right: -20px;
    bottom: 0;
    top: 5px;
    left: auto;
    transform: rotate(180deg);
}

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

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.show {
    opacity: 1;
    transform: scale(1);
}


.single-area-de-practica.single-area-de-practica .container{
    margin-bottom: 80px;
}


.area-practica-contenido-destacado{
    margin-bottom: 4vw;
}

.global-socios-accordion .card-body.buscador-socios .row{
    /*padding-top: 40px;*/
    padding-bottom: 20px;
}

.home-slider-movil .slick-track{
    height: 100vh !important;
}




/**
    RESPONSIVE
**/


/*  XS o hasta SM  */
@media (max-width: 575px){
    #footer-page .footer-logo{
        margin-bottom: 50px;
    }

    .nuestras-oficinas .search-input input {
        margin-right: 0;
        max-width: 180px;
    }

    .rsc-new-heading h1 {
        font-size: 35px;
        top: 50px;
    }

    .title-text-shadow-rsc-new span {
        font-size: 41px;
        left: 10px;
        text-shadow: 0 0 8px #fff;
    }

    .rsc-new-testimonial {
        padding-top: 90px !important;
    }
}


/*  SM  */
@media (min-width: 576px) and (max-width: 767px){
}


/*  Hasta MD  */
@media (max-width: 767px){

    .single-area-de-practica .content .titulo-area-practica h3{
        font-size: 30px !important;
    }

    #videoHome{
        display: none;
    }
    #imgHome{
        display: block !important;
    }


    #footer-page .footer-zone, .footer-paises div {
        text-align: center;
    }

    #footer-page .footer-zone .copy-right{
        margin-bottom: 10px;
    }

    .logo * img{
        max-width: 30px;
    }

    .nav-bar {
        margin-top: 3%;
    }

    /*ul.home-menu li {
        display: block;
        width: 100%;
        text-align: center;
    }
    ul.home-menu li a{
        padding: 7px;
    }*/

    ul.home-menu li{
        display: none;
    }

    .home-popup .modal-dialog {
        right: -3px;
        max-width: calc(100% - .5rem);
        width: calc(100% - .5rem);
        bottom: 180px;
    }

    .home-popup .modal-content {
        background-color: rgba(255, 255, 255, .9);
    }

    .home-popup .btn{
        font-size: 11px;
    }

    .sobre-numbers{
        margin-bottom: 100px;
    }

    .sobre-ecija-heading span {
        font-size: 50px;
    }

    .about-box.about-box-1{
        right: 90px;
    }
    .about-box.about-box-2{
        left: 90px;
    }

    .down-img{
        height: inherit;
    }

    .our-journey-nav ul{
        display: block;
        float: none;
        width: 100%;
    }

    .our-journey-nav ul li{
        text-align: center;
        padding: 5px 0;
    }

    .about-box.about-box-1{
        right: 0px;
    }
    .about-box.about-box-2{
        left: -60px;
    }

    .about-box.about-box-2 .lawyers-box,
    .about-box.about-box-2 .langauge-box{
        right: 30%;
    }

    .journey-years-nav{
        display: none;
    }

    .our-journey-heading{
        display: none;
    }

    .our-journey-heading.our-journey-heading-movil{
        display: block !important;
        position: inherit;
        margin-top: 30px;
    }

    .our-journey-heading.our-journey-heading-movil h2 {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 15px;
    }

    .journey-frist-box {
        max-width: 175px;
    }

    .journey-seond-box {
        max-width: 175px;
        margin-left: 175px;
        padding-left: 25px;
    }

    .our-journey-section:before {
        left: 178px;
    }

    .journey-img-box .rounded-img {
        width: 100px;
        height: 100px;
    }

    .journey-frist-box:before{
        right: -40px;
    }

    .journey-seond-box:before{
        right: 95%;
    }

    .journey-img-box .lines:before {
        position: absolute;
        left: 3px;
        right: 0px;
        top: -12px;
        width: 100%;
        height: 1px;
        background-color: #e53d2f;
        content: '';
    }

    .journey-img-box .lines:after {
        position: absolute;
        left: 2px;
        top: -12px;
        height: 40px;
        width: 1px;
        background-color: #e53d2f;
        content: '';
    }

    .journey-seond-box .journey-img-box .lines:after {
        left: auto;
        right: -3px;
    }

    .journey-img-box:after {
        position: absolute;
        left: 5px;
        right: -53px;
        top: 20px;
        width: 10px;
        height: 10px;
        background-color: #e53d2f;
        content: '';
        border-radius: 20px;
        margin: 0 auto;
    }

    .journey-seond-box .journey-img-box:after{
        right: 54px;
    }



    .nav.nav-tabs{
        margin: 30px auto 70px !important;
        text-align: center;
        display: inline-block;
        border-bottom: 1px solid #e6483a;
    }

    .nav.nav-tabs li.nav-item{
        display: inline-block;
    }

    .nav.nav-tabs li.nav-item a{
        border: none;
    }

    .rsc-page .our-journey-nav ul {
        width: 100%;
        float: none;
    }

    .rsc-heading{
        display: block;
        position: inherit;
        margin-top: 30px;
        top: inherit;
    }

    .rsc-heading span{
        left: 80px;
    }

    .ecija-heading {
        top: 150px;
    }

    .ecija-volunteer{
        display: block;
        text-align: center;
    }

    .ecija-volunteer img{
        margin: 0 auto;
    }

    .ecija-volunteer.hand-first-box{
        top: 5px;
        left: 60px;
    }

    .ecija-volunteer.corporate-policies {
        top: 5px;
        right: 5px;
    }

    .ecija-volunteer.hand-first-box:before {
        top: 90px;
        width: 50px;
        right: -50px;
    }

    .ecija-volunteer.corporate-policies:before {
        top: 90px;
        width: 50px;
        left: -50px;
    }

    .ecija-volunteer.ecija-sports{
        top: 165px;
        left: -5px;
    }

    .ecija-volunteer.conciliation-equality{
        top: 165px;
        right: -5px;
    }

    .ecija-volunteer.conciliation-equality img{
        height: 33px;
    }

    .ecija-volunteer.conciliation-equality p{
        width: 75px;
    }

    .ecija-volunteer.conciliation-equality:before {
        width: 50px;
        left: -55px;
        top: 30px;
    }

    .ecija-volunteer.sustainability-support{
        top: 235px;
        right: 30px;
    }

    .ecija-volunteer.sustainability-support:before {
        width: 60px;
        top: -30px;
        left: -30px;
    }

    .ecija-volunteer.sustainability-support p {
        position: initial;
        right: initial;
        bottom: initial;
    }

    .ecija-volunteer.support-for-diversity {
        top: 235px;
        left: 40px;
    }

    .support-for-diversity:before {
        width: 60px;
        top: -30px;
        right: -20px;
    }

    .ecija-volunteer.support-for-diversity p {
        position: initial;
        right: initial;
        bottom: initial;
    }

    .bono-activities {
        top: 290px;
    }

    .page-template-template-reconocimientos .reconocimientos-heading h1{
        font-size: 27px !important;
    }

    .page-template-template-reconocimientos .title-text-shadow.reconocimientos-heading span{
        font-size: 32px !important;
        top: -19px;
        right: inherit;
        left: -24px;
        width: initial;
        font-size: 50px;
        font-weight: 700;
        text-shadow: 0 0px 6px #cacaca;
    }

    .client-heading {
        margin: 0 30px 0;
    }

    .client-heading h1 {
        font-size: 48px;
    }

    .title-text-shadow-client span {
        font-size: 54px;
        top: 15px;
        left: 8px;
    }

    .compromiso-heading h1{
        font-size: 66px;
        top: initial;
    }

    .title-text-shadow-compromiso span{
        font-size: 59px;
        text-shadow: 0 0 7px #fff;
        top: 34px;
    }

    .compromiso-heading {
        padding-top: 40px;
    }

    .press-top-nav ul li {
        padding: 5px 0;
        display: block;
        width: 100%;
    }

    .filtro-prensa {
    }

    .press-heading{
        text-align: center;
    }

    .nuestras-oficinas-left {
        font-size: 14px;
        width: min-content;
    }

    .nuestras-oficinas .search-input input {
        margin-right: 0;
        max-width: 215px;
    }

    .nuestras-oficinas-list-box {
        border-right: none;
    }

    .careers-round{
        height: auto;
        margin-bottom: 50px;
    }

    .careers-round-1,
    .careers-round-2{
        position: relative;
        left: initial;
        right: initial;
        margin: 0 auto;
        text-align: center;
    }

    .careers-round img.careers-round-bg-1,
    .careers-round img.careers-round-bg-2{
        display: none;
    }

    .careers-round-1,
    .careers-round-2{
        top: 0;
        width: 100%;
    }

    .careers-round-2{
        margin-top: 50px;
    }

    .careers-round img.careers-round-bg-2{
        left: 0;
        right: 0;
        top: 415px;
    }

    .gestion-del-talento-box{
        margin-top: 0;
    }

    .gestion-del-talento-box-right {
        text-align: center;
        position: relative;
        height: 400px;
        width: 350px;
    }

    .right-careers-round span {
        font-size: 11px;
    }

    .right-careers-2 {
        top: -8px;
        left: 145px;
        width: 60px;
        text-align: left;
    }

    .right-careers-1 {
        top: 45px;
        left: 50px;
        width: 60px;
        text-align: left;
    }

    .right-careers-1 img{
        position: initial;
        top: initial;
        right: initial;
    }

    .right-careers-3 {
        top: 40px;
        right: 60px;
        width: 60px;
        text-align: left;
    }

    .right-careers-4 {
        top: 120px;
        right: 10px;
        width: 60px;
        text-align: left;
    }

    .right-careers-5 {
        top: 200px;
        right: 65px;
        width: 60px;
        text-align: left;
    }

    .right-careers-6 {
        top: 235px;
        left: 150px;
        width: 60px;
        text-align: left;
    }

    .right-careers-7 {
        top: 220px;
        left: 70px;
        width: 60px;
        text-align: left;
    }

    .right-careers-8 {
        top: 145px;
        left: 27px;
        width: 60px;
        text-align: left;
    }

    .global-espana-desplegado-main .navbar.navbar-expand-lg{
        position: initial;
    }

    .global-espana-desplegado-top {
        background-color: initial;
        background-image: none;
        height: auto;
    }

    .global-espana-desplegado-main .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        position: initial;
        width: 100%;
    }

    .global-espana-desplegado-main .navbar .dropdown-menu ul {
        width: 100%;
    }

    .global-espana-desplegado-main .navbar .dropdown-menu ul li {
        float: none;
        width: 100%;
        display: block;
    }

    .global-espana-desplegado-main .navbar .dropdown-menu ul li a{
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .conoce-nuestros-socios-main.ps-5{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .conoce-nuestros-socios-main.conoce-nuestros-socios-bottom-text{
        padding: 0 10px;
    }

    .conoce-nuestros-socios-main .conoce-nuestros-socios-bottom-text span:not(.span-right) {
        left: -15px;
        top: 10px;
    }

    .conoce-nuestros-socios-main .conoce-nuestros-socios-bottom-text span.span-right {
        right: -15px;
        bottom: -10px;
    }

    .practicas-heading h1{
        font-size: 44px;
    }

    .global-socios-practica .title-text-shadow span,
    .sectores-practicas .title-text-shadow span{
        font-size: 65px;
        top: 6px;
        right: -50%;
    }

    .sector.type-sector .title-text-shadow span,
    .area-de-practica.type-area-de-practica .title-text-shadow span{
        font-size: 65px;
        top: 6px;
        right: -45px;
    }

    .global-socios-practica .services-navbar .nav.nav-tabs,
    .page-template-template-careers-ecijachallenge .services-navbar .nav.nav-tabs,
    .page-template-template-practicas .sectores-practicas .nav-tabs{
        display: flex;
        flex-flow: column;
        border-bottom: none;
        margin-bottom: 30px !important;
    }

    .page-template-template-careers-ecijachallenge .services-navbar .nav.nav-tabs{
        margin-bottom: 0px !important;
    }

    .page-template-template-careers-ecijachallenge #navbarSupportedContent .nav.nav-tabs li.nav-item a {
        margin-bottom: 15px;
    }

    .global-socios-practica .nav.nav-tabs li.nav-item:nth-child(1){
        order: 2;
    }

    .global-socios-practica .nav.nav-tabs li.nav-item:nth-child(2){
        order: 1;
    }

    .page-template-template-home-ecija .home-menu .dropdown:hover>.dropdown-menu{
        position: initial !important;
        background-color: rgb(255 255 255 / 60%) !important;
        width: 90% !important;
        margin: 0 auto !important;
        transform: initial !important;
    }

    .page-template-template-home-ecija ul.home-menu li.menu-item-has-children a:hover:before{
        content: none;
    }

    .page-template-template-sectores-home .practicas-main .sectores-practicas .practicas-list,
    .page-template-template-practicas .practicas-main .sectores-practicas .practicas-list{
        padding-top: 0;
    }

    .page-template-template-sectores-home .practicas-main .sectores-practicas .practicas-list,
    .page-template-template-practicas .practicas-main .sectores-practicas .practicas-list{
        padding-top: 0;
    }

    .global-socios-accordion .card-body {
        padding-left: 0;
    }

    .global-socios-accordion .card-body .socios-img {
        padding-bottom: 30px;
        padding-left: 0;
    }

    .single-abogados .abogados.type-abogados .title-text-shadow span {
        right: -40px;
        white-space: nowrap;
        width: auto;
        left: initial;
    }

    .single-abogados .content{
        background: none !important;
    }

    .single-abogados .content .img-abogado img{
        margin-bottom: 0;
    }

    .single-abogados .content .desc-abogado .info{
        background-color: #425364;
        padding: 10px;
    }

    .single-abogados .content .desc-abogado .info h3{
        margin-top: 20px;
    }


    .single-area-de-practica .content .titulo-area-practica .info{
        background-color: #A9B8C6;
        padding: 10px;
    }

    .single-area-de-practica .content .titulo-area-practica .info h3{
        margin-top: 20px;
        margin-bottom: 30px;
    }


    .single-area-de-practica .content{
        background: none !important;
    }

    .single-area-de-practica .content .img-abogado img{
        margin-bottom: 0;
    }

    .single-area-de-practica .content .desc-abogado .info{
        background-color: #425364;
        padding: 10px;
    }

    .single-area-de-practica .content .desc-abogado .info h3{
        margin-top: 20px;
    }



    .page-template-template-global-socios .practicas-heading.title-text-shadow h1{
        font-size: 28px;
    }

    .page-template-template-global-socios .practicas-heading.title-text-shadow span {
        font-size: 39px;
        top: -29px;
        right: -44px;
    }

    .page-template-template-global-socios .socios-popup{
        width: 80%;
        max-width: 80%;
    }

    .page-template-template-practicas .sectores-practicas .practicas-list .practicas-modal.modal.show .modal-dialog {
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-template-template-practicas .sectores-practicas .practicas-list .practicas-modal.show .img-modal-practicas{
        max-width: 330px;
    }

    .vision-pg-bg .vision-heading h1{
        font-size: 56px;
    }

    .vision-pg-bg .title-text-shadow-vision span {
        font-size: 66px;
        top: 0px;
        left: 0;
        opacity: 0.8;
    }

    .page-template-template-reconocimientos .reconocimientos-slide .reconocimientos-item .reconocimientos-title{
        font-size: 16px;
    }

    .rsc-new-right{
        padding-top: 50px;
    }

    .rsc-new-info .nav.nav-tabs li.nav-item a:after{
        content: none;
    }

    .title-text-shadow-rsc-new span {
        font-size: 41px;
        left: 10px;
        text-shadow: 0 0 8px #fff;
    }

    .rsc-new-testimonial {
        padding-top: 90px !important;
    }

    .team-slider .slick-list{
        padding-right:0 !important;
        padding-left:0 !important;
    }

    .grid--team .grid__container .grid__item{
        padding-right: 0 !important;
        width: 100% !important;
    }
}

/*  Desde MD  */
@media (min-width: 768px){
    .single-abogados .content .desc-abogado .info{
        padding-right: 0;
    }

    .single-abogados .content h3.extra-large {
        font-size: 17px;
        margin-top: 2px;
    }

    .page-template-template-global-socios .practicas-heading.title-text-shadow span {
        font-size: 100px;
        top: 24px;
        right: -50px;
    }


}

/*  MD  */
@media (min-width: 768px) and (max-width: 991px){

    .single-area-de-practica .content .titulo-area-practica h3{
        font-size: 25px !important;
    }

    .about-box.about-box-2 {
        left: -120px;
    }

    .ecija-volunteer.hand-first-box{
        left: 155px;
    }

    .title-text-shadow-client span {
        left: 105px;
    }

    .compromiso-heading h1{
        font-size: 68px;
    }

    .title-text-shadow-compromiso span{
        font-size: 100px;
    }

    .press-top-nav ul li{
        padding: 5px 0;
    }

    .nuestras-oficinas-list-box {
        border-right: none;
    }

    .page-template-template-global-socios .practicas-heading.title-text-shadow h1{
        font-size:42px;
    }

    .page-template-template-global-socios .practicas-heading.title-text-shadow span {
        font-size: 52px;
        top: 10px;
        left: -40px;
    }

    .sector.type-sector .title-text-shadow span,
    .area-de-practica.type-area-de-practica .title-text-shadow span{
        font-size: 120px;
        top: 30px;
        right: -44px;
    }

    .rsc-new-heading h1{
        font-size: 60px;
        top: 80px;
    }

    .title-text-shadow-rsc-new span {
        font-size: 67px;
        left: 10px;
        text-shadow: 0 0 12px #fff;
    }

    .rsc-new-testimonial {
        padding-top: 90px !important;
    }
}


/*  Hasta LG  */
@media (max-width: 991px){


    .team-slider .slick-list{
        padding-right:0 !important;
        padding-left:0 !important;
    }

    .grid--team .grid__container .grid__item{
        padding-right: 15px !important;
        width: 100% !important;
    }

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        overflow: hidden !important;
    }

    .main-pg-logo img{
        max-width: 100%;
    }

    .footer-home p{
        margin-bottom: 20px;
    }
    .cursor.Linux{
        display: none !important;
    }

    .client-descripation p,
    .type-area-de-practica .client-descripation,
    .type-sector .client-descripation{
        font-size: 17px;
    }

    .rsc-new-testimonial{
        padding-top: 150px;
    }

    .practicas-no-list img{
        max-width: 100%;
        object-fit: cover;
    }


    .prensa-articulo-interior-top-banner{
        flex-flow: column;
    }

    .prensa-articulo-interior-top-banner-left {
        width: 100%;
    }

    .prensa-articulo-interior-top-banner-left img{
        height: auto;
    }

    .prensa-articulo-interior-top-banner-right {
        display: flex;
        gap: 20px;
    }

}
/*  LG  */
@media (min-width: 992px) and (max-width: 1199px){
    .ecija-volunteer.hand-first-box{
        left: 155px;
    }

    .compromiso-heading h1{
        font-size: 96px;
    }

    .title-text-shadow-compromiso span{
        font-size: 120px;
    }

    .rsc-new-heading h1{
        font-size: 44px;
        top: 90px;
    }

    .title-text-shadow-rsc-new span {
        font-size: 60px;
        left: 45px;
        text-shadow: 0 0 12px #fff;
    }

    .rsc-new-testimonial {
        padding-top: 65px !important;
    }

    #footer-page .footer-zone .copy-right a{
        white-space: nowrap;
    }
}



/*  Hasta XL  */
@media (max-width: 1199px){
    .side-menu{
        display: none;
    }
    .data-right{
        width: 100% !important;
    }
    .main-menu{
        width: 100% !important;
    }
    .languages-responsive{
        display: block;
    }

    .navigations-list .languages-responsive .wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
        margin-bottom: 0;
        padding: 0;
    }
    .navigations-list .languages-responsive .wpml-ls-legacy-list-horizontal>ul{
        text-align: left;
    }
    .navigations-list .languages-responsive .wpml-ls-legacy-list-horizontal>ul li{
        display: block;
    }
    .navigations-list .languages-responsive .wpml-ls-legacy-list-horizontal>ul li a {
        font-size: 14px;
        color: #435465;
        padding: 12px 0 12px 30px;
        border-bottom: 1px solid #e6483a;
        display: inline-block;
        width: 100%;
        text-decoration: none;
    }

    .sobre-ecija-heading{
        padding-bottom: 80px;
    }

    .single-abogados .abogados.type-abogados .title-text-shadow span {
        right: -40px;
        white-space: nowrap;
        width: auto;
        left: initial;
    }

    .ecijachallenge-normal-active h1{
        font-size: 23px !important;
    }

    .ecijachallenge-normal-details h1{
        font-size: 18px;
    }

    .ecijachallenge-normal-details p {
        padding: 13px 0 7px;
        width: 50px;
        text-align: center;
        line-height: 29px;
        font-size: 23px;
        height: 50px;
        position: relative;
        border-radius: 60px;
        margin: 0 auto;
        border: 1px solid #e53d2f;
    }

    .page-template-template-sobre-ecija .sobre-video{
        margin-top: 50px;
    }
}
/*  XL  */
@media (min-width: 1200px){
    .page-template-template-global-socios .practicas-heading.title-text-shadow span {
        font-size: 90px;
        top: 24px;
        right: -16px;
    }

    .page-template-template-sobre-ecija .sobre-video{
        margin-top: -50px;
    }
}

/*  XXL  */
@media (min-width: 1651px){
    .page-template-template-sobre-ecija .sobre-video{
        margin-top: -280px;
    }
}

.footer-menu-bottom{
	display: block;
	text-align: right;
}
.footer-menu-bottom li{
	display: inline-block;
	margin-left: 15px;
}

