/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* 	apply a natural box layout model to all elements 
	http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@font-face {
  font-family: 'latoregular';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.heading-l {
  font-size: 22px;
  font-size: 2.2rem;
}
.heading-m {
  font-size: 20px;
  font-size: 2rem;
}
.heading-s {
  font-size: 18px;
  font-size: 1.8rem;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-q94xj1');
  src: url('../fonts/icomoon.eot?#iefix-q94xj1') format('embedded-opentype'), url('../fonts/icomoon.ttf?-q94xj1') format('truetype'), url('../fonts/icomoon.woff?-q94xj1') format('woff'), url('../fonts/icomoon.svg?-q94xj1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrow_down:before {
  content: "\e900";
}
.icon-arrow_left:before {
  content: "\e901";
}
.icon-arrow_right:before {
  content: "\e902";
}
.icon-arrow_up:before {
  content: "\e903";
}
.icon-cultivar:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e906";
}
.icon-logo:before {
  content: "\e907";
}
.icon-menu:before {
  content: "\e908";
}
.icon-pinterest:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
*:focus {
  outline: none;
}
.Button {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  text-decoration: none;
  display: inline-block;
  min-height: 46px;
  padding: 5px 15px;
  border: none;
  cursor: pointer;
  width: auto;
}
.btn12 {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 12px 0;
}
.btn12 .icon {
  transition-duration: 0.5s;
  position: relative;
  height: 3px;
  width: 26px;
  top: 0;
  background-color: #658d1b;
}
.btn12 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #658d1b;
  content: "";
  top: -8px;
}
.btn12 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 26px;
  height: 3px;
  background-color: #658d1b;
  content: "";
  top: 8px;
}
.btn12.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
.btn12.open .icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(5.5px, 5.5px);
  transform: rotateZ(45deg) scaleX(1) translate(5.5px, 5.5px);
}
.btn12.open .icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(5.5px, -5.5px);
  transform: rotateZ(-45deg) scaleX(1) translate(5.5px, -5.5px);
}
.btn12:hover {
  cursor: pointer;
}
.button-rounded {
  font-size: 18px;
  font-weight: 700;
  font-family: "Source Sans Pro";
  background-color: #658d1b;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 100px;
  border: none;
  padding: 15px 25px;
  display: inline-block;
}
.button-rounded:hover {
  color: #fff;
  background-color: #00366d;
}
.button-rounded:visited {
  color: #fff;
}
.button-rounded.white {
  color: #658d1b;
  background-color: #fff;
}
.button-rounded.white:hover {
  background-color: #eff4f8;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
/************************************************************/
/************************************************************/
.input-error {
  border: 1px solid #ff0000;
}
input,
textarea {
  border: none;
  max-width: 100%;
}
/************************************************************/
/************************************************************/
.icon {
  display: inline-block;
}
.no-svg .icon {
  display: inline-block;
}
@media only screen and (min-width: 480px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .no-svg .icon {
    display: inline-block;
  }
}
@media only screen and (min-width: 1200px) {
  .no-svg .icon {
    display: inline-block;
  }
}
/************************************************************/
/************************************************************/
#cookieMessageWrapper {
  background: #cccccc;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 6;
  padding: 10px;
}
#cookieMessage {
  display: block;
  margin: 0 auto;
  max-width: 918px;
}
.txt_cookies {
  text-transform: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.txt_cookies a:hover {
  background: transparent;
  text-decoration: underline;
}
#cookieClose {
  text-transform: lowercase;
  text-decoration: underline;
  cursor: pointer;
}
* {
  image-rendering: optimizeSpeed;
  /*                     */
  image-rendering: -moz-crisp-edges;
  /* Firefox             */
  image-rendering: -o-crisp-edges;
  /* Opera               */
  image-rendering: -webkit-optimize-contrast;
  /* Chrome (and Safari) */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed       */
  -ms-interpolation-mode: nearest-neighbor;
  /* IE8+                */
}
/* Base styles */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
}
body {
  font-family: Arial, sans-serif;
}
html,
body {
  height: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
@media print {
  /************************************************************/
  /************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid;
  }
  p {
    orphans: 3;
    widows: 3;
  }
  pre,
  blockquote {
    border: 1px solid #cccccc;
    page-break-inside: avoid;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr {
    page-break-inside: avoid;
  }
}
body::after {
  content: 'vSmart';
  display: none;
}
.container,
.container-fluid {
  max-width: 320px;
}
/************************************************************/
/************************************************************/
a:focus {
  outline: none !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
html {
  width: 100%;
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  text-rendering: geometricPrecision;
  width: 100%;
  height: 100%;
  font-family: Source Sans Pro;
  font-size: 16px;
}
body #page {
  max-width: 1600px;
  margin: auto;
  background-color: #fff;
}
.solo-movil {
  display: block;
}
.solo-pc {
  display: none;
}
header#masthead {
  border-bottom: 1px solid #658d1b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  position: fixed;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  left: 0;
}
header#masthead .header-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
header#masthead .header-wrapper .site-branding {
  padding-top: 7px;
  flex: auto;
}
header#masthead .header-wrapper .main-navigation {
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100vh - 64px);
  overflow: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
}
header#masthead .header-wrapper .main-navigation > div {
  width: 100%;
}
header#masthead .header-wrapper .main-navigation #primary-menu {
  overflow: auto;
}
header#masthead .header-wrapper .main-navigation #primary-menu li.item-join {
  border-radius: 16px;
  border: 1px solid #658d1b;
  text-align: center;
  width: 151px;
  padding: 3px;
  margin: 15px auto;
  margin-top: 25px;
  transition: opacity 1s ease;
  opacity: 0;
}
header#masthead .header-wrapper .main-navigation #primary-menu li.item-join a {
  color: #658d1b;
  font-size: 16px;
  font-weight: 400;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item > a {
  transition: opacity 1s ease;
  opacity: 0;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item a {
  display: block;
  width: 100%;
  color: #383838;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0;
  position: inherit;
  z-index: 1;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item .sub-menu {
  margin: 0;
  text-align: center;
  overflow: hidden;
  background-color: #f7f7f7;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item .sub-menu li {
  transition: opacity 1s ease;
  opacity: 0;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item .sub-menu > .current-menu-item {
  background-color: #eff4f8;
}
header#masthead .header-wrapper .main-navigation #primary-menu > .menu-item.current-menu-ancestor a {
  color: #658d1b;
}
header#masthead .right-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
header#masthead .right-header .socialmedia {
  margin-right: 30px;
}
.submenu-mobile {
  position: fixed;
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  z-index: 2;
  background-color: #f7f7f7;
}
.submenu-mobile nav#subsite-navigation {
  width: 100%;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item {
  display: none;
  text-align: center;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent {
  display: block;
  position: relative;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item > a,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent > a {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  background-color: #f7f7f7;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item > a span,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent > a span {
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item > a span svg,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent > a span svg {
  pointer-events: none;
  width: 15px;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item > a span svg use,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent > a span svg use {
  stroke: #658d1b !important;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item a,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent a {
  display: block;
  width: 100%;
  color: #658d1b;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 400;
  padding: 15px 0;
  position: inherit;
  z-index: 1;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item .sub-menu,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent .sub-menu {
  margin-left: 0;
  position: absolute;
  top: 59px;
  width: 100%;
  z-index: 0;
  transform: translateY(-100%);
  opacity: 0;
  transition: all 0.5s ease;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item .sub-menu .menu-item,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent .sub-menu .menu-item {
  display: block;
  background-color: #fff;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item .sub-menu.open,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent .sub-menu.open {
  transform: translateY(0%);
  opacity: 1;
}
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-item .sub-menu > .current-menu-item,
.submenu-mobile nav#subsite-navigation #primary-menu > .menu-item.current-menu-parent .sub-menu > .current-menu-item {
  background-color: #eff4f8;
}
.submenu-mobile .sub-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
  transform: translateY(-100%);
  transition: all 0.5s ease;
}
.submenu-mobile .sub-overlay.open {
  transform: translateY(0%);
}
.pll-parent-menu-item {
  list-style: none;
  position: relative;
  display: none;
}
.pll-parent-menu-item > a {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #658d1b;
}
.pll-parent-menu-item > a:focus,
.pll-parent-menu-item > a:visited {
  color: #658d1b;
}
.pll-parent-menu-item > a svg {
  margin-top: 2px;
  margin-left: 5px;
}
.pll-parent-menu-item ul {
  margin: 0;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  left: -4px;
  margin-top: 7px;
  border: 1px solid #658d1b;
  display: none;
}
.pll-parent-menu-item ul .current-lang {
  display: none;
}
.pll-parent-menu-item ul a {
  color: #658d1b;
  text-transform: uppercase;
}
.pll-parent-menu-item ul a:focus,
.pll-parent-menu-item ul a:visited {
  color: #658d1b;
}
ul.lang-selector {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.lang-selector li {
  color: #658d1b;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
}
ul.lang-selector li a {
  color: #658d1b;
  text-decoration: none;
  font-family: "Source Sans Pro";
  padding: 0 10px;
  border-right: 1px solid #658d1b;
}
ul.lang-selector li:last-child a {
  border-right: 0;
}
ul.lang-selector li.current-lang a {
  font-weight: 600;
}
div#content {
  padding-top: 150px;
}
.home div#content {
  padding-top: 64px;
  background-color: #f7f7f7;
}
.videofixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
  max-width: 1600px;
  overflow: hidden;
}
.videofixed video {
  width: 100%;
  height: calc(100vh - 64px);
  -o-object-fit: cover;
  object-fit: cover;
}
.videofixed .main-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
.videofixed .main-slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.videofixed .main-slider.owl-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
}
.videofixed .main-slider.owl-carousel .owl-stage-outer .owl-stage {
  width: 100%;
  height: 100%;
}
.videofixed .main-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100%;
}
.srp-mainrow {
  width: 100%;
  overflow: hidden;
  padding: 0 25px;
  z-index: 1;
}
.srp-mainrow.video {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
}
.srp-mainrow.video .content-gif-home {
  position: relative;
  width: 100%;
  height: 100%;
}
.srp-mainrow.video video {
  width: 100%;
  height: calc(100vh - 64px);
  -o-object-fit: cover;
  object-fit: cover;
}
.srp-mainrow.video .info-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 30px;
  align-items: center;
}
.srp-mainrow.video .info-wrapper h1 {
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 37px;
  font-weight: 700;
  line-height: 41px;
  margin-bottom: 35px;
}
.srp-mainrow.video .info-wrapper .button-rounded {
  position: absolute;
  bottom: 25vh;
}
.srp-mainrow.video svg.arrowdown {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
.srp-mainrow.innobiene {
  padding: 50px 25px;
  position: relative;
}
.srp-mainrow.innobiene .left-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.srp-mainrow.innobiene .left-col svg.iconiplusb {
  margin-bottom: 20px;
}
.srp-mainrow.innobiene .left-col h2 {
  color: #658d1b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}
.srp-mainrow.innobiene .left-col p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 35px;
  text-align: center;
}
.srp-mainrow.innobiene .left-col a {
  display: block;
}
.srp-mainrow.personas,
.srp-mainrow.iplusbconts {
  background-color: #fff;
  position: relative;
}
.srp-mainrow.personas .info-wrapper,
.srp-mainrow.iplusbconts .info-wrapper {
  position: relative;
  z-index: 0;
  padding: 50px 25px;
  margin-bottom: 7%;
}
.srp-mainrow.personas .info-wrapper video,
.srp-mainrow.iplusbconts .info-wrapper video {
  object-position: top;
}
.srp-mainrow.personas .info-wrapper video,
.srp-mainrow.iplusbconts .info-wrapper video,
.srp-mainrow.personas .info-wrapper img,
.srp-mainrow.iplusbconts .info-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  height: 100%;
}
.srp-mainrow.personas .info-wrapper p.heading-people,
.srp-mainrow.iplusbconts .info-wrapper p.heading-people {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.srp-mainrow.personas .info-wrapper span.line,
.srp-mainrow.iplusbconts .info-wrapper span.line {
  margin-top: 10px;
  margin-bottom: 30px;
}
.srp-mainrow.personas .info-wrapper h2,
.srp-mainrow.iplusbconts .info-wrapper h2 {
  color: #ffffff;
  font-size: 33px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 15px;
  max-width: 350px;
}
.srp-mainrow.personas .info-wrapper p,
.srp-mainrow.iplusbconts .info-wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  max-width: 300px;
}
.srp-mainrow.personas .info-wrapper a.button-rounded,
.srp-mainrow.iplusbconts .info-wrapper a.button-rounded {
  margin-top: 120px;
}
.srp-mainrow.personas .info-wrapper .slideshow-wrapper h2,
.srp-mainrow.iplusbconts .info-wrapper .slideshow-wrapper h2 {
  font-size: 18px;
  margin-bottom: 0;
  max-width: none;
}
.srp-mainrow.iplusbconts {
  width: 100%;
  margin: auto;
}
.srp-mainrow.iplusbconts .info-wrapper {
  padding: 0;
}
.srp-mainrow.iplusbconts .info-wrapper .layer {
  padding: 50px 25px;
  width: 100%;
}
.srp-mainrow.iplusbconts .info-wrapper .layer.layer2 {
  display: none;
}
.srp-mainrow.iplusbconts .info-wrapper .layer .darklayer {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.srp-mainrow.horizontal {
  background-color: rgba(0, 74, 151, 0.06);
  padding: 25px;
}
.srp-mainrow.horizontal .squarecont {
  padding: 25px;
  background-color: #fff;
  margin-bottom: 40px;
}
.srp-mainrow.horizontal .squarecont h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
.srp-mainrow.horizontal .squarecont h3 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 400;
}
.srp-mainrow.horizontal .squarecont p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.horizontal .squarecont svg {
  display: none;
}
.srp-mainrow.horizontal .values-cont .value {
  text-align: center;
  padding: 50px;
  padding-top: 10px;
}
.srp-mainrow.horizontal .values-cont .value img {
  max-width: 226px;
  margin: auto;
}
.srp-mainrow.horizontal .values-cont .value p.heading {
  color: #658d1b;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}
.srp-mainrow.horizontal .values-cont .value p {
  color: #658d1b;
  font-size: 16px;
  font-weight: 400;
  max-width: 250px;
  margin: auto;
}
.srp-mainrow.horizontal .values-cont .owl-next {
  text-align: center;
  margin-bottom: 10px;
}
.srp-mainrow.horizontal .values-cont .red-circle {
  display: none;
}
.srp-mainrow.square-leafs {
  overflow: inherit;
  margin-bottom: 50px;
}
.srp-mainrow.square-leafs .info-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  padding: 0 25px;
  z-index: 1;
}
.srp-mainrow.square-leafs .info-wrapper .half-col {
  margin-bottom: 50px;
  flex-basis: 100%;
}
.srp-mainrow.square-leafs .info-wrapper .half-col:first-child {
  order: 1;
}
.srp-mainrow.square-leafs .info-wrapper .half-col:first-child img {
  padding-right: 0px;
  padding-left: 0;
}
.srp-mainrow.square-leafs .info-wrapper .half-col img {
  object-fit: cover;
  padding-left: 0px;
  width: 100%;
}
.srp-mainrow.square-leafs .info-wrapper .half-col h2 {
  color: #383838;
  font-size: 36px;
  font-weight: 300;
}
.srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) {
  order: 2;
  padding-left: 0px;
  padding-bottom: 0px;
  align-self: flex-end;
}
.srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) {
  order: 4;
}
.srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(4) {
  text-align: right;
  order: 3;
}
.srp-mainrow.square-leafs .info-wrapper .half-col .heading-people {
  color: #383838;
}
.srp-mainrow.square-leafs .info-wrapper .half-col .line {
  background-color: #383838;
  margin-top: 10px;
  margin-bottom: 12px;
}
.srp-mainrow.square-leafs .info-wrapper .full-col {
  margin-bottom: 50px;
}
.srp-mainrow.square-leafs .info-wrapper .full-col h3 {
  color: #658d1b;
  font-weight: 400;
  font-size: 20px;
}
.srp-mainrow.square-leafs .info-wrapper .borderbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8px;
  padding-top: 80px;
  z-index: -1;
  padding-bottom: 0;
}
.srp-mainrow.square-leafs .info-wrapper .borderbox .border-wrapper {
  width: 100%;
  height: 100%;
  border: 1px solid #658d1b;
}
.srp-mainrow.square-leafs .info-wrapper .leaf {
  display: none;
  position: absolute;
  transition: opacity 1s ease;
  opacity: 0;
}
.srp-mainrow.square-leafs .info-wrapper .leaf.leaf1 {
  top: -55px;
  right: 24%;
}
.srp-mainrow.square-leafs .info-wrapper .leaf.leaf2 {
  bottom: 0;
  left: 0;
}
.srp-mainrow.square-leafs .info-wrapper .leaf.leaf3 {
  top: 320px;
  right: 0;
}
.srp-mainrow.square-leafs .info-wrapper > div:nth-child(5) {
  order: 5;
  width: 100%;
}
.srp-mainrow.relevant {
  margin: 40px 0;
}
.srp-mainrow.relevant h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.srp-mainrow.relevant .item {
  position: relative;
  width: 100%;
  max-height: 600px;
  max-width: 450px;
  margin: auto;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
.srp-mainrow.relevant .item .image-cont {
  border-bottom: 20px solid #658d1b;
  background-position: center;
  background-size: cover;
  height: 60vh;
  top: 0;
  left: 0;
  width: 100%;
}
.srp-mainrow.relevant .item .text-wrapper {
  position: relative;
  padding: 20px 0;
  width: 100%;
}
.srp-mainrow.relevant .item .text-wrapper p {
  color: #658d1b;
  font-size: 20px;
}
.srp-mainrow.model {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.srp-mainrow.model h1 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.srp-mainrow.model > p {
  margin-top: 10px;
  margin-bottom: 40px;
}
.srp-mainrow.model .accordion {
  border-radius: 10px;
  margin-bottom: 15px;
  width: 100%;
  margin-bottom: 40px;
}
.srp-mainrow.model .accordion img {
  height: 30vh;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.srp-mainrow.model .accordion h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}
.srp-mainrow.model .accordion h4 {
  color: #383838;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  padding-right: 10%;
  margin-bottom: 10px;
}
.srp-mainrow.model .accordion p {
  padding-top: 0px;
}
.srp-mainrow.model .accordion .accordion-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
}
.srp-mainrow.model .accordion .accordion-title.active .accordion-arrow {
  transform: rotate(0);
}
.srp-mainrow.model .accordion .accordion-title .pluscont {
  position: relative;
  padding: 10px 5px;
  border-radius: 100%;
  border: 1.5px solid #658d1b;
}
.srp-mainrow.model .accordion .accordion-title .pluscont span {
  width: 12px;
  height: 1.5px;
  background-color: #658d1b;
  display: block;
  transition: all 0.3s ease;
}
.srp-mainrow.model .accordion .accordion-title .pluscont span:first-child {
  position: absolute;
  transform: rotate(90deg);
}
.srp-mainrow.model .accordion .accordion-title.active .pluscont span:first-child {
  transform: rotate(0deg);
}
.srp-mainrow.model .accordion .accordion-text {
  display: none;
  color: #333;
}
.srp-mainrow.brandbanner {
  background-size: cover;
  background-position: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.srp-mainrow.brandbanner svg {
  width: 100%;
  margin-bottom: 20px;
}
.srp-mainrow.brandbanner h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}
.srp-mainrow.tinyslide {
  background-size: cover;
  background-position: 78% 70%;
  margin-bottom: 40px;
  height: calc(100vh - 124px);
  position: relative;
}
.srp-mainrow.tinyslide .darkgradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.srp-mainrow.tinyslide .darkgradient.left {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 70%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(255, 255, 255, 0) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.srp-mainrow.tinyslide .main-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 100%;
}
.srp-mainrow.tinyslide .main-wrapper h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
.srp-mainrow.tinyslide .main-wrapper p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  width: 100%;
}
.srp-mainrow.tinyslide.notable .main-wrapper {
  width: 100%;
}
.srp-mainrow.tinyslide.notable .main-wrapper h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 45px;
}
.srp-mainrow.bullets {
  background-color: #f7f7f7;
}
.srp-mainrow.bullets .main-wrapper h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  margin-top: 50px;
  text-align: center;
}
.srp-mainrow.bullets .main-wrapper .bullet-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet {
  flex-basis: 100%;
  padding: 0 20px;
  padding-bottom: 60px;
}
.srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet .info-cont {
  max-width: 300px;
  margin: auto;
}
.srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet .info-cont img {
  display: block;
  margin: auto;
  margin-bottom: 30px;
}
.srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet .info-cont h3 {
  color: #658d1b;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 10px;
}
.srp-mainrow.testims {
  color: #658d1b;
}
.srp-mainrow.testims .personal-info h2 {
  font-size: 18px;
}
.srp-mainrow.testims .personal-info p {
  font-size: 14px;
}
.srp-mainrow.testims h2 {
  font-size: 30px;
  font-weight: 700;
}
.srp-mainrow.testims .tabs-cont .text-wrapper h3 {
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 10px;
}
.srp-mainrow.testims .tabs-cont .text-wrapper p {
  margin-bottom: 30px;
  max-width: 250px;
}
.srp-mainrow.testims .tabs-cont .tab-wrapper {
  position: relative;
  z-index: 1;
}
.srp-mainrow.testims .tabs-cont .tab-wrapper ul li {
  box-shadow: 0 2px 8px rgba(0, 74, 151, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  cursor: pointer;
}
.srp-mainrow.testims .tabs-cont .tab-wrapper ul li a {
  color: #658d1b;
  display: block;
  width: 100%;
  padding: 6px 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.srp-mainrow.testims .tabs-cont .tab-wrapper ul li a svg {
  width: 30px;
}
.srp-mainrow.testims .video-wrapper {
  position: relative;
  padding-top: 150px;
  top: -50px;
}
.srp-mainrow.testims .video-wrapper .video-cont {
  height: 70vh;
  overflow: hidden;
  position: relative;
}
.srp-mainrow.testims .video-wrapper .video-cont video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.srp-mainrow.testims .video-wrapper .video-cont .playlayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: top;
  background-size: cover;
}
.srp-mainrow.testims .video-wrapper .video-cont .playlayer svg {
  width: 54px;
  cursor: pointer;
}
.srp-mainrow.testims .video-wrapper .video-cont .playlayer .personal-info {
  top: 0;
  left: 0;
  width: fit-content;
  text-align: left;
  pointer-events: none;
}
.srp-mainrow.testims .video-wrapper#puesto .video-cont .playlayer .personal-info {
  left: auto;
  right: 0;
  text-align: right;
}
.srp-mainrow.testims .video-wrapper#talento .video-cont .playlayer .personal-info {
  top: 0;
}
.srp-mainrow.testims .video-wrapper#talento .video-cont .playlayer .personal-info:last-child {
  top: auto;
  left: auto;
  text-align: right;
}
.srp-mainrow.slide {
  margin-bottom: 30px;
}
.srp-mainrow.slide h1 {
  color: #658d1b;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}
.srp-mainrow.slide .poster-cont {
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.srp-mainrow.slide .poster-cont img {
  width: 100%;
}
.srp-mainrow.slide .poster-cont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
}
.srp-mainrow.slide .main-wrapper > p {
  background-color: #f7f7f7;
  padding: 30px;
  text-align: center;
  color: #658d1b;
}
.srp-mainrow.slide .main-wrapper > p span {
  font-weight: 700;
}
.srp-mainrow.infoplusimage {
  margin-bottom: 35px;
}
.srp-mainrow.infoplusimage h2 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.srp-mainrow.infoplusimage p {
  color: #658d1b;
}
.srp-mainrow.meetpanel .big-col {
  position: relative;
  display: flex;
  display: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
}
.srp-mainrow.meetpanel .big-col div.img-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.srp-mainrow.meetpanel .big-col div.img-wrapper .bluefilter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 151, 0.8);
}
.srp-mainrow.meetpanel .big-col .img-wrapper,
.srp-mainrow.meetpanel .big-col .first {
  opacity: 0;
  transition: all 0.3s ease;
}
.srp-mainrow.meetpanel .big-col .img-wrapper:first-child,
.srp-mainrow.meetpanel .big-col .first:first-child {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.srp-mainrow.meetpanel .big-col .img-wrapper h3,
.srp-mainrow.meetpanel .big-col .first h3 {
  position: absolute;
  top: 3vw;
  left: 3vw;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.srp-mainrow.meetpanel .big-col .img-wrapper.always,
.srp-mainrow.meetpanel .big-col .first.always {
  position: relative;
  opacity: 1 !important;
}
.srp-mainrow.meetpanel .small-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.srp-mainrow.meetpanel .small-col h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #658d1b;
  font-size: 22px;
  color: #fff;
  padding: 20px;
  z-index: 1;
  text-align: left;
}
.srp-mainrow.meetpanel .small-col .thumb {
  position: relative;
  flex-basis: 100%;
  height: 350px;
  margin-bottom: 25px;
  background-position: top;
  background-size: cover;
  text-align: right;
}
.srp-mainrow.meetpanel .small-col .thumb .whiteoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 74, 151, 0.55);
  transition: all 0.3s ease;
}
.srp-mainrow.meetpanel .small-col .thumb span {
  display: none;
}
.srp-mainrow.offers {
  margin-top: 100px;
  margin-bottom: 100px;
}
.srp-mainrow.offers .main-wrapper h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
.srp-mainrow.offers .main-wrapper .filters-row {
  margin-bottom: 50px;
}
.srp-mainrow.offers .main-wrapper .filters-row > div {
  width: 100%;
  display: block;
  margin-left: 0px;
  position: relative;
}
.srp-mainrow.offers .main-wrapper .filters-row > div:first-child {
  margin-bottom: 20px;
}
.srp-mainrow.offers .main-wrapper .filters-row > div select {
  -webkit-appearance: none;
  border: none;
  outline: none;
  font-family: "Source Sans Pro";
  font-size: 16px;
  padding: 7px 20px;
  border: 1px solid #658d1b;
  color: #658d1b;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
}
.srp-mainrow.offers .main-wrapper .filters-row > div select option {
  padding: 10px 0;
}
.srp-mainrow.offers .main-wrapper .filters-row > div svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(-20px);
  z-index: -1;
}
.srp-mainrow.offers .main-wrapper a {
  color: #383838;
}
.srp-mainrow.offers .main-wrapper .off {
  opacity: 0;
}
.srp-mainrow.offers .main-wrapper .offer-row {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px;
  position: relative;
  transform: translateX(-5%);
  transition: all 0.75s ease;
}
.srp-mainrow.offers .main-wrapper .offer-row.fade-right {
  opacity: 1;
  transform: translateX(0%);
}
.srp-mainrow.offers .main-wrapper .offer-row .offer-col.offer {
  color: #658d1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.srp-mainrow.offers .main-wrapper .offer-row .offer-col.location {
  font-family: "Source Sans Pro";
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.srp-mainrow.offers .main-wrapper .offer-row .offer-col.location svg.bluearrow {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.srp-mainrow.offers .main-wrapper .offer-row .offer-col.location svg.bluearrow g#testimonios {
  fill: #658d1b !important;
}
.srp-mainrow.offers .main-wrapper .offer-row:first-child {
  border-top: 1px solid #e8e8e8;
}
.srp-mainrow.offers .main-wrapper .offer-row.on {
  transform: translateX(0%);
}
.srp-mainrow.offer {
  width: 60%;
  margin: auto;
}
.srp-mainrow.offer .heading-post {
  margin-bottom: 40px;
}
.srp-mainrow.offer .heading-post h1 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}
.srp-mainrow.offer .heading-post p {
  color: #658d1b;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}
.srp-mainrow.offer .heading-post p.location {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-left: 10%;
}
.srp-mainrow.offer .body-post {
  margin-bottom: 100px;
}
.srp-mainrow.offer .body-post p {
  margin-bottom: 20px;
}
.srp-mainrow.heading-prod h1 {
  color: #658d1b;
  font-family: "Source Sans Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  max-width: 545px;
  margin: auto;
  padding: 40px 0;
}
.srp-mainrow.devbullets {
  padding-bottom: 100px;
}
.srp-mainrow.devbullets .bullet-wrapper .bullet {
  text-align: center;
}
.srp-mainrow.devbullets .bullet-wrapper .bullet .number {
  width: 75px;
  height: 75px;
  background-color: #658d1b;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.srp-mainrow.devbullets .bullet-wrapper .bullet .number span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.srp-mainrow.devbullets .bullet-wrapper .bullet p {
  color: #658d1b;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}
.srp-mainrow.devbullets .bullet-wrapper .bullet p:last-child {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 20px;
}
.srp-mainrow.devbullets .bullet-wrapper .arrow-separator {
  text-align: center;
  margin: 25px 0;
}
.srp-mainrow.devbullets .bullet-wrapper .bigarrow {
  display: none;
}
.srp-mainrow.productdev-info {
  background-color: #f7f7f7;
  padding-top: 100px;
  padding-bottom: 60px;
}
.srp-mainrow.productdev-info .acc-wrapper .item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 20px 0;
  cursor: pointer;
  border-bottom: 1px solid #658d1b;
}
.srp-mainrow.productdev-info .acc-wrapper .item p.title {
  color: #658d1b;
  flex-basis: 75%;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  align-self: flex-end;
  padding-left: 5px;
}
.srp-mainrow.productdev-info .acc-wrapper .item .plusminus {
  border: 1px solid #658d1b;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 7px;
}
.srp-mainrow.productdev-info .acc-wrapper .item .plusminus .plusminus-wrapper {
  position: relative;
}
.srp-mainrow.productdev-info .acc-wrapper .item .plusminus .plusminus-wrapper span {
  display: block;
  width: 11px;
  height: 1px;
  background-color: #658d1b;
  transition: all 0.3s ease;
}
.srp-mainrow.productdev-info .acc-wrapper .item .plusminus .plusminus-wrapper span:last-child {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}
.srp-mainrow.productdev-info .acc-wrapper .item.active .plusminus span:last-child {
  transform: rotate(0deg);
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info {
  flex-basis: 100%;
  margin: 20px 0;
  margin-bottom: 40px;
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info a {
  color: #333;
  font-weight: 700;
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info img {
  margin-top: 10px;
  margin: auto;
  display: block;
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info .logos-normativas {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.srp-mainrow.productdev-info .acc-wrapper .item .productdev-info .logos-normativas .normativa {
  flex-basis: 20%;
  margin: 10px;
}
.srp-mainrow.error-404 {
  background-image: url('../img/404-background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 90vh;
  position: relative;
}
.srp-mainrow.error-404 .info-wrapper {
  position: relative;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.srp-mainrow.error-404 .info-wrapper h5.page-title {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #6491c0;
}
.srp-mainrow.error-404 .info-wrapper h5.page-title::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  border-top: 3px solid #6491c0;
}
.srp-mainrow.error-404 .info-wrapper h2.page-text {
  font-size: 44px;
  font-weight: 700;
  color: white;
  line-height: 48px;
  margin: 50px 0;
  max-width: 412px;
}
.srp-mainrow.error-404 .info-wrapper a.link-home {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.8px;
  margin-left: 15px;
  position: relative;
}
.srp-mainrow.error-404 .info-wrapper a.link-home::after {
  content: '';
  width: 12px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(0%, -50%);
  padding-left: 10px;
  background-image: url(../img/back-arrow-white.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.srp-mainrow.comunicacion {
  margin-top: 5%;
}
.srp-mainrow.comunicacion h1,
.srp-mainrow.comunicacion h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  color: #658d1b;
}
.srp-mainrow.comunicacion .prensa-contacto {
  margin-top: 30px;
}
.srp-mainrow.comunicacion .prensa-contacto .heading {
  color: #658d1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.srp-mainrow.comunicacion .prensa-contacto .text {
  font-weight: 700;
  color: #658d1b;
}
.srp-mainrow.comunicacion .posts-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}
.srp-mainrow.comunicacion .posts-holder .post {
  flex-basis: 100%;
  margin: 30px 0;
}
.srp-mainrow.comunicacion .posts-holder .post .post-thumb {
  position: relative;
  height: 30vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.srp-mainrow.comunicacion .posts-holder .post .post-thumb .tag {
  background-color: white;
  padding: 5px 15px;
  color: #658d1b;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  width: auto;
  display: inline-block;
  top: 5%;
  left: 5%;
  position: absolute;
}
.srp-mainrow.comunicacion .posts-holder .post .post-thumb .tag p {
  display: inline-block;
}
.srp-mainrow.comunicacion .posts-holder .post .post-info {
  margin-top: 20px;
}
.srp-mainrow.comunicacion .posts-holder .post .post-info .text h3 {
  color: #658d1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.srp-mainrow.comunicacion .posts-holder .post .post-info .text p {
  margin: 10px 0;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.comunicacion .posts-holder .post .post-info .date {
  text-transform: uppercase;
  color: #658d1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.comunicacion .posts-holder .tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 25px;
}
.srp-mainrow.comunicacion .posts-holder .tags ul li.tag {
  border-radius: 16px;
  border: 1px solid #658d1b;
  color: #658d1b;
  text-align: center;
  cursor: pointer;
  width: auto;
  padding: 3px 15px;
  margin-right: 5px;
  margin-top: 5px;
}
.srp-mainrow.galeria-historias {
  margin-bottom: 5%;
}
.srp-mainrow.galeria-historias h1 {
  font-size: 36px;
  color: #658d1b;
  font-weight: 700;
  line-height: 42px;
  margin: 30px auto;
  margin-bottom: 20px;
}
.srp-mainrow.galeria-historias .gallery-holder-pc {
  display: none;
}
.srp-mainrow.galeria-historias .gallery-holder-pc img {
  height: 58vh;
  margin: auto;
  display: block;
}
.srp-mainrow.galeria-historias .gallery-holder-mobile {
  display: block;
}
.srp-mainrow.pdf-downloads .flex-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 50px 0;
}
.srp-mainrow.pdf-downloads .flex-holder .elem {
  flex-basis: 80%;
  margin: 5% 10%;
}
.srp-mainrow.pdf-downloads .flex-holder .elem .info-block {
  text-align: center;
}
.srp-mainrow.pdf-downloads .flex-holder .elem .info-block span {
  color: #658d1b;
  font-weight: 400;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.srp-mainrow.iplusb-fundamentos {
  padding: 0;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .header-text {
  background-color: #eff4f8;
  position: relative;
  color: #658d1b;
  font-size: 30px;
  padding: 3% 5%;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .header-text h2 {
  color: #658d1b;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .header-text .text-cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .header-text .text-cont svg {
  margin-right: 30px;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .header-text .text-cont h1 {
  font-weight: 400;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .text-content {
  padding: 3% 5%;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .text-content h2 {
  font-weight: 300;
  font-size: 36px;
  color: #658d1b;
}
.srp-mainrow.iplusb-fundamentos .iplusb-section .text .text-content p {
  margin-top: 20px;
  color: #658d1b;
  font-size: 20px;
  line-height: 28px;
}
.srp-mainrow.fundamentos-info {
  padding: 0;
  position: relative;
  margin-top: 30px;
}
.srp-mainrow.fundamentos-info .col-text {
  padding: 3% 5%;
  width: 85%;
}
.srp-mainrow.fundamentos-info .col-text h2 {
  color: #658d1b;
  font-size: 36px;
  font-weight: 300;
}
.srp-mainrow.fundamentos-info .col-text p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.fundamentos-info .imagen-holder {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vh;
  width: 100%;
}
.srp-mainrow.fundamentos-info.blue-box .col-text {
  background-color: #eff4f8;
}
.srp-mainrow.fundamentos-info.grey-box .col-text {
  background-color: #f7f7f7;
}
.srp-mainrow.fundamentos-info.right-img .col-text {
  margin-right: 15%;
}
.srp-mainrow.fundamentos-info.left-img .col-text {
  margin-left: 15%;
}
.srp-mainrow.fundamentos-info:last-of-type {
  margin-bottom: 30px;
}
.srp-mainrow.sost-main {
  overflow: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.srp-mainrow.sost-main h1,
.srp-mainrow.sost-main h2 {
  color: #658d1b;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}
.srp-mainrow.sost-main h1 span,
.srp-mainrow.sost-main h2 span {
  display: inline-block;
}
.srp-mainrow.sost-main h1 span:first-child,
.srp-mainrow.sost-main h2 span:first-child {
  display: block;
}
.srp-mainrow.sost-main h1 span:last-child,
.srp-mainrow.sost-main h2 span:last-child {
  margin-left: 5px;
}
.srp-mainrow.sost-main .page-text {
  width: 100%;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.sost-main .page-text p {
  margin-top: 20px;
}
.srp-mainrow.sost-main .circular-img {
  display: none;
}
.srp-mainrow.gallery-obj {
  margin-top: 35px;
}
.srp-mainrow.gallery-obj h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}
.srp-mainrow.gallery-obj .objective-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10%;
}
.srp-mainrow.gallery-obj .objective-cont .obj-elem {
  margin-top: 5%;
  border-radius: 100%;
  background-size: 90%;
  background-position: center;
  background-repeat: no-repeat;
  height: 128px;
  width: 128px;
  animation: none;
  cursor: pointer;
}
.srp-mainrow.gallery-obj .objective-cont .obj-elem:hover {
  animation: pulse infinite 2s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 169, 169, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(169, 169, 169, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 169, 169, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 169, 169, 0.4);
    box-shadow: 0 0 0 0 rgba(169, 169, 169, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(169, 169, 169, 0);
    box-shadow: 0 0 0 30px rgba(169, 169, 169, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(169, 169, 169, 0);
    box-shadow: 0 0 0 0 rgba(169, 169, 169, 0);
  }
}
.srp-mainrow.product-main-hero {
  margin-top: 3%;
  margin-bottom: 5%;
}
.srp-mainrow.product-main-hero .image-container {
  height: 44vh;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.srp-mainrow.product-main-hero .image-container .text-container {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 85%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
.srp-mainrow.product-main-hero .image-container .text-container::before {
  content: '';
  position: absolute;
  top: -35px;
  left: 0;
  width: 30px;
  border-top: 2px solid white;
}
.srp-mainrow.bussiness-cont .info-title {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.srp-mainrow.bussiness-cont .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder {
  flex-basis: 100%;
  margin: 30px auto;
  max-width: 450px;
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder .image-holder {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder {
  position: relative;
  width: 75%;
  margin: 0 auto;
  transform: translateY(-10%);
  display: block;
  background-color: white;
  padding: 5% 10%;
  min-height: 200px;
  box-shadow: 0 2px 8px rgba(0, 74, 151, 0.1);
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder h3 {
  color: #658d1b;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder .got-to-page {
  position: absolute;
  top: 80%;
  left: 85%;
}
.srp-mainrow.instalaciones-columnas {
  position: relative;
}
.srp-mainrow.instalaciones-columnas .heading-wrapper {
  padding: 0;
}
.srp-mainrow.instalaciones-columnas .halfcol {
  width: 100%;
  color: #383838;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.instalaciones-columnas .halfcol.img-col {
  margin-top: 20px;
}
.srp-mainrow.instalaciones-columnas .halfcol.img-col .image-cont {
  margin-bottom: 30px;
  height: 40vh;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.srp-mainrow.instalaciones-columnas .map-legend {
  position: relative;
  top: auto;
  left: auto;
  font-size: 16px;
}
.srp-mainrow.instalaciones-columnas .map-legend li {
  color: #383838;
}
.srp-mainrow.instalaciones-columnas .map-legend li span {
  font-weight: 700;
  color: #658d1b;
}
.srp-mainrow.srp-mainrow.instalaciones-full {
  padding: 0;
  margin-bottom: 20px;
}
.srp-mainrow.instalaciones-full .main-wrapper {
  padding: 0;
}
.srp-mainrow.instalaciones-full .oficinas-holder {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 50vh;
  margin-top: 15%;
}
.srp-mainrow.instalaciones-full .img-info {
  margin-left: 10px;
  position: relative;
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 200;
  line-height: 33.75px;
}
.srp-mainrow.instalaciones-full .img-info::before {
  content: '';
  border-left: 1px solid #658d1b;
  height: 10px;
  width: 1px;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.srp-mainrow.team-boxes {
  position: relative;
  padding: 0;
}
.srp-mainrow.team-boxes .flex-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.srp-mainrow.team-boxes .flex-holder .box {
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 66vh;
  position: relative;
  flex-basis: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.srp-mainrow.team-boxes .flex-holder .box .cont-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
}
.srp-mainrow.team-boxes .flex-holder .box .cont-holder .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: white;
  height: 60px;
}
.srp-mainrow.team-boxes .flex-holder .box .cont-holder .button-rounded {
  background-color: white;
}
.srp-mainrow.team-boxes .flex-holder .box .cont-holder .button-rounded p {
  color: #658d1b;
  font-size: 16px;
}
.srp-mainrow.team-boxes .darklayer {
  position: absolute;
  top: 0;
  left: 0;
}
.srp-mainrow.ubesol-addr {
  margin-top: 10%;
  margin-bottom: 30px;
}
.srp-mainrow.ubesol-addr h2 {
  color: #658d1b;
  font-size: 30px;
  font-weight: 700;
}
.srp-mainrow.ubesol-addr .dir-element-holder {
  display: block;
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem {
  margin-top: 30px;
  position: relative;
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem h3 {
  color: #658d1b;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid #e8e8e8;
  width: 90%;
  left: 50%;
  top: 110%;
  transform: translate(-50%, -50%);
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem p {
  margin: 15px 0;
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem a {
  text-decoration: underline;
  text-transform: uppercase;
  color: #658d1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}
.srp-mainrow.ubesol-addr .dir-element-holder .dir-elem:last-of-type::after {
  display: none;
}
.srp-mainrow.contact-form {
  position: fixed;
  background: white;
  top: 0;
  left: 0;
  padding-top: 25%;
  padding-bottom: 15%;
  z-index: 300;
  height: 100vh;
  overflow: scroll;
  opacity: 0;
  transition: 0.3s linear all;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
}
.srp-mainrow.contact-form.isOpen {
  opacity: 1;
  transition: 0.3s linear all;
  pointer-events: all;
  filter: none;
}
.srp-mainrow.contact-form h2 {
  color: #658d1b;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
}
.srp-mainrow.contact-form form {
  margin-bottom: 5%;
}
.srp-mainrow.contact-form form p {
  width: 100%;
}
.srp-mainrow.contact-form form label {
  color: #658d1b;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.srp-mainrow.contact-form form input,
.srp-mainrow.contact-form form textarea {
  border: none;
  background-color: #f7f7f7;
  border-radius: 2px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  width: 100%;
}
.srp-mainrow.contact-form form input::-webkit-outer-spin-button,
.srp-mainrow.contact-form form textarea::-webkit-outer-spin-button,
.srp-mainrow.contact-form form input::-webkit-inner-spin-button,
.srp-mainrow.contact-form form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.srp-mainrow.contact-form form input:focus,
.srp-mainrow.contact-form form textarea:focus {
  outline: none;
}
.srp-mainrow.contact-form form .button-rounded {
  display: flex;
  justify-content: center;
  align-items: center;
}
.srp-mainrow.contact-form form .button-rounded input[type=submit] {
  background-color: transparent;
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 700;
}
.srp-mainrow.contact-form form .select-holder {
  border: none;
  background-color: #f7f7f7;
  border-radius: 2px;
  margin-bottom: 10px;
  width: 100%;
  position: relative;
}
.srp-mainrow.contact-form form .select-holder input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-size: 14px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.srp-mainrow.contact-form form .select-holder input:focus {
  outline: none;
}
.srp-mainrow.contact-form form .select-holder .departamento {
  position: relative;
}
.srp-mainrow.contact-form form .select-holder .departamento::after {
  content: url(../img/arrowdown.svg);
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: -2px;
}
.srp-mainrow.contact-form form .select-holder select {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
  font-family: "Source Sans Pro";
  font-size: 14px;
  width: 100%;
  padding: 5px 10px;
}
.srp-mainrow.contact-form .go-back {
  margin-top: 0px;
}
.srp-mainrow.srp-carousel {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.srp-mainrow.srp-carousel .srp-navigation {
  width: 88px;
  height: 240px;
  position: relative;
  z-index: 1;
}
.srp-mainrow.srp-carousel .srp-navigation .arrow-cont {
  position: absolute;
  cursor: pointer;
}
.srp-mainrow.srp-carousel .srp-navigation .arrow-cont.top {
  top: -34px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
}
.srp-mainrow.srp-carousel .srp-navigation .arrow-cont.bot {
  bottom: -34px;
  left: 50%;
  transform: translateX(-50%);
}
.srp-mainrow.srp-carousel .srp-navigation .arrow-cont svg {
  width: 30px;
  pointer-events: none;
}
.srp-mainrow.srp-carousel .srp-navigation .arrow-cont svg use {
  stroke: #658d1b !important;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: linear-gradient(to bottom, #ffffff 15%, rgba(255, 255, 255, 0) 99%);
  height: 40%;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  background: linear-gradient(to top, #ffffff 15%, rgba(255, 255, 255, 0) 99%);
  height: 40%;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul {
  width: 48px;
  margin: auto;
  position: absolute;
  left: 11px;
  transition: all 0.5s ease-in-out;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li span {
  font-size: 12px;
  font-weight: 700;
  display: block;
  transition: all 0.5s ease-in-out;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li.active {
  background-color: #658d1b;
  transition: all 0.5s ease-in-out 0.3s;
}
.srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li.active span {
  color: #ffffff;
}
.srp-mainrow.srp-carousel .srp-slides {
  width: 320px;
  height: calc(110vh);
  position: relative;
}
.srp-mainrow.srp-carousel .srp-slides .slide {
  width: auto;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  opacity: 0;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper h2 {
  opacity: 0;
  animation-name: srpFadeUp;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper img {
  opacity: 0;
  animation-name: srpFadeUp;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper .info-cont {
  opacity: 0;
  animation-name: srpFadeUp;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper h2 {
  opacity: 0;
  animation-name: srpFadeDown;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper img {
  opacity: 0;
  animation-name: srpFadeDown;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper .info-cont {
  opacity: 0;
  animation-name: srpFadeDown;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper h2 {
  opacity: 1;
  animation-name: srpFadeDownOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper img {
  opacity: 1;
  animation-name: srpFadeDownOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper .info-cont {
  opacity: 1;
  animation-name: srpFadeDownOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper h2 {
  opacity: 1;
  animation-name: srpFadeUpOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper img {
  opacity: 1;
  animation-name: srpFadeUpOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper .info-cont {
  opacity: 1;
  animation-name: srpFadeUpOff;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
  animation-timing-function: ease-in-out;
}
.srp-mainrow.srp-carousel .srp-slides .slide.active {
  opacity: 1;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper h2 {
  color: #658d1b;
  font-family: "Lato";
  font-size: 50px;
  line-height: 55px;
  font-weight: 300;
  align-self: center;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper img {
  width: 50vw;
  height: 50vw;
  max-height: 300px;
  max-width: 300px;
  object-fit: cover;
  margin: 50px 0;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper img.rounded {
  border-radius: 100%;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont {
  flex-basis: auto;
  max-width: 310px;
}
.srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont h3 {
  color: #658d1b;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}
.srp-mainrow.lopd {
  margin-bottom: 100px;
}
.srp-mainrow.lopd ul {
  list-style: disc;
  margin-left: 22px;
  padding: 10px 0;
}
.srp-mainrow.lopd .info-wrapper {
  color: #333;
}
.srp-mainrow.lopd .info-wrapper p {
  margin-bottom: 10px;
}
.srp-mainrow.lopd .info-wrapper h3 {
  font-weight: 700;
  color: #658d1b;
  margin-bottom: 10px;
  margin-top: 20px;
}
.srp-mainrow.lopd .info-wrapper .heading-wrapper {
  margin-left: 0;
}
.srp-mainrow.lopd .info-wrapper a {
  color: #333;
  font-weight: 500;
}
.srp-mainrow.lopd .info-wrapper a span {
  color: #333!important;
}
.uploadcurr-cont .cv-cont {
  padding: 50px;
  background-color: #658d1b;
}
.uploadcurr-cont .cv-cont .info-wrapper {
  max-width: none;
}
.uploadcurr-cont .cv-cont .info-wrapper p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 40px;
}
.uploadcurr-cont .cv-cont .info-wrapper span input {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}
.uploadcurr-cont .cv-cont .info-wrapper span input::-webkit-outer-spin-button,
.uploadcurr-cont .cv-cont .info-wrapper span input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.uploadcurr-cont .cv-cont .info-wrapper .checkcont {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.uploadcurr-cont .cv-cont .info-wrapper .checkcont span {
  font-size: 16px;
  color: #fff;
}
.uploadcurr-cont .cv-cont .info-wrapper .checkcont span a {
  color: #fff;
  font-weight: 600;
}
.uploadcurr-cont .cv-cont .info-wrapper .checkcont p {
  margin: 0;
  font-size: 14px;
  margin-left: 10px;
}
.uploadcurr-cont .cv-cont .info-wrapper .checkcont p a {
  color: #fff;
  font-weight: 600;
}
.uploadcurr-cont .joinus-cont {
  display: none;
}
.fullimage {
  margin-bottom: 30px;
}
.popup-home {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 117px;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.popup-home .iframe-wrapper {
  width: 90%;
  height: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-home .iframe-wrapper iframe#player {
  width: 100%;
  height: 100%;
  display: block !important;
}
.popup-home .iframe-wrapper > img {
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.slideshow .slideshow-wrapper {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.slideshow .slideshow-wrapper .personal-info p {
  color: #fff;
}
.slideshow .owl-stage-outer {
  height: 100%;
}
.slideshow .owl-stage-outer .owl-stage {
  height: 100%;
}
.slideshow .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
ul.alltags {
  align-items: center;
  display: flex;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
ul.alltags li.tag {
  border-radius: 16px;
  border: 1px solid #658d1b;
  color: #658d1b;
  text-align: center;
  width: auto;
  padding: 3px 15px;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
ul.alltags li.tag a {
  color: #658d1b;
}
.srp-fullrow {
  position: relative;
  margin-bottom: 30px;
}
.srp-fullrow img {
  margin-bottom: 0;
  display: block;
}
.darklayer {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.personal-info {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  text-align: right;
}
.personal-info h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.personal-info p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
a.portalbutton {
  color: #fff;
  background-color: #658d1b;
  font-size: 18px;
  font-weight: 400;
  border-radius: 54px;
  border: 1px solid #fff;
  text-align: center;
  padding: 15px 25px;
  display: inline-block;
  transition: all 0.3s ease;
  margin-bottom: 25px;
}
a.portalbutton:hover {
  background-color: #00366d;
}
a.portalbutton.solo-movil {
  display: inline-block;
}
a.portalbutton.solo-pc {
  display: none;
}
.arrowfixed {
  opacity: 0;
  z-index: 1;
}
div#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9;
}
div#loader img {
  max-width: 250px;
}
span.line {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #fff;
}
p.heading-people {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.heading-wrapper {
  padding: 25px;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 20px;
}
.heading-wrapper .heading-separator {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #658d1b;
  margin-bottom: 30px;
}
.heading-wrapper h1 {
  color: #658d1b;
  font-size: 44px;
  font-weight: 700;
  line-height: 48px;
}
.flex,
.flex-col {
  display: flex;
}
.flex.center,
.flex-col.center {
  justify-content: center;
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.go-back {
  margin-bottom: 25px;
}
.go-back a {
  color: #658d1b;
  text-transform: uppercase;
  margin-left: 25px;
  position: relative;
}
.go-back a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-image: url('../img/arrow-back.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 15px;
  width: 15px;
}
.single-post .post-container .hero-bar {
  width: 100%;
  position: relative;
  background-color: #658d1b;
}
.single-post .post-container .hero-bar .post-info {
  position: relative;
  max-width: 640px;
  margin: 0 auto;
  padding: 5% 0;
  width: 80%;
  color: white;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.single-post .post-container .hero-bar .post-info h1 {
  margin: 15px 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.single-post .post-container .post-content-holder {
  max-width: 820px;
  width: 95%;
  margin: 0 auto;
}
.single-post .post-container .post-content-holder .hero-image {
  height: 40vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  transform: translateY(-5%);
}
.single-post .post-container .post-content-holder .post-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #383838;
}
.single-post .post-container .post-content-holder .post-content p {
  margin-top: 30px;
}
.single-post .post-container .post-content-holder .post-content ul {
  list-style: disc;
  margin-left: 22px;
  padding: 10px 0;
}
.single-post .post-container .post-content-holder .share-links {
  margin: 30px 0;
}
.single-post .post-container .post-content-holder .share-links .links-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
.single-post .post-container .post-content-holder .share-links .links-holder a {
  margin-right: 10px;
  margin-top: 15px;
  color: #658d1b;
}
.single-post .post-container .post-content-holder .share-links .links-holder a i {
  height: 25px;
}
.window-overlay {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  transition: 0.3s linear all;
}
.window-overlay.isOpen {
  opacity: 1;
  pointer-events: all;
  filter: none;
  transition: 0.3s linear all;
}
#pop-up-obj {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75%;
  transform: translate(-50%, -50%);
  padding: 15% 5%;
  opacity: 0;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='your_transparent.png', sizingMethod='scale');
  transition: 0.3s linear all;
  z-index: 20;
}
#pop-up-obj .color-filter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
#pop-up-obj .close-pop-up {
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
#pop-up-obj .next-objective {
  position: absolute;
  bottom: 5%;
  right: 5%;
  cursor: pointer;
  transform: rotate(180deg);
  width: 25px;
}
#pop-up-obj .next-objective img {
  width: 100%;
  height: auto;
}
#pop-up-obj .prev-objective {
  position: absolute;
  bottom: 5%;
  left: 5%;
  cursor: pointer;
  width: 25px;
}
#pop-up-obj .prev-objective img {
  width: 100%;
  height: auto;
}
#pop-up-obj .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
#pop-up-obj .flex-holder .col {
  flex-basis: 100%;
}
#pop-up-obj .flex-holder .col.logo-obj {
  margin-bottom: 20px;
}
#pop-up-obj .flex-holder .col.logo-obj .obj-elem {
  width: 180px;
  height: 180px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: 100%;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
}
#pop-up-obj .flex-holder .col.text-obj {
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 40vh;
  overflow: scroll;
}
#pop-up-obj.isOpen {
  opacity: 1;
  pointer-events: all;
  filter: none;
  transition: 0.3s linear all;
}
div.navandportal {
  text-align: center;
  padding: 10px 20px;
  padding-top: 40px;
  background-color: #f7f7f7;
}
footer#colophon {
  position: relative;
}
footer#colophon .footer-bottom {
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
footer#colophon .footer-bottom .prods h3 {
  color: #658d1b;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
footer#colophon .footer-bottom .brand-logos {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
footer#colophon .footer-bottom .brand-logos svg {
  width: 59px !important;
  height: 91px !important;
  margin: 0 20px;
  margin-bottom: 25px;
}
footer#colophon .footer-bottom .brand-logos svg:last-child {
  height: 120px;
}
footer#colophon .footer-bottom .brand-logos:nth-child(3) svg {
  margin-top: 25px;
}
footer#colophon .footer-bottom .socialmedia {
  background-color: #fff;
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #c8c3b9;
}
footer#colophon .footer-bottom .socialmedia h3 {
  color: #658d1b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
footer#colophon .footer-bottom .socialmedia ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer#colophon .footer-bottom .socialmedia ul li a {
  display: inherit;
  border-radius: 100%;
  border: 1px solid #658d1b;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
footer#colophon .footer-bottom .socialmedia ul li a i {
  color: #658d1b;
  font-size: 20px;
}
footer#colophon .legals {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px;
  background-color: #f7f7f7;
}
footer#colophon .legals a {
  color: #6e6e6e;
  font-size: 14px;
  font-weight: 200;
  line-height: 33.75px;
  text-decoration: underline;
  padding: 0 20px;
}
footer#colophon .legals a:last-child {
  margin-top: 15px;
  margin-bottom: 12px;
}
.header-wrapper .right-header .socialmedia {
  width: 100%;
}
.header-wrapper .right-header .socialmedia h3 {
  color: #658d1b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.header-wrapper .right-header .socialmedia ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-wrapper .right-header .socialmedia ul li {
  text-align: center;
  margin-left: 10px;
}
.header-wrapper .right-header .socialmedia ul li a {
  display: inherit;
  border-radius: 100%;
  border: 1px solid #658d1b;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}
.header-wrapper .right-header .socialmedia ul li a i {
  color: #658d1b;
  font-size: 14px;
}
.ajax-loader {
  display: none !important;
}
.horiz-wrapper {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: none;
}
.section {
  height: 100%;
  width: auto;
  float: left;
  position: relative;
}
.section:nth-child(1) {
  background: #F64747;
}
.section:nth-child(2) {
  background: #22A7F0;
}
.section:nth-child(3) {
  background: #F9690E;
}
.section:nth-child(4) {
  background: #9B59B6;
}
.section:nth-child(5) {
  background: #03C9A9;
}
.sections {
  width: 150%;
  height: 100%;
}
.section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
}
@keyframes srpFadeDown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes srpFadeDownOff {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-80px);
    opacity: 0;
  }
}
@keyframes srpFadeUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes srpFadeUpOff {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(80px);
    opacity: 0;
  }
}
@media only screen and (min-width: 480px) {
  body::after {
    content: 'hSmart';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 480px;
  }
  /************************************************************/
  /************************************************************/
}
@media only screen and (min-width: 768px) {
  body::after {
    content: 'vTablet';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 750px;
  }
  /************************************************************/
  /************************************************************/
  header {
    position: fixed;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul {
    left: 20px;
  }
  .srp-mainrow.srp-carousel .srp-slides {
    height: calc(100vh - 107px);
  }
  .srp-mainrow {
    padding: 0 50px;
  }
  .srp-mainrow.video .info-wrapper {
    padding: 50px;
  }
  .srp-mainrow.innobiene {
    padding: 50px;
  }
  .srp-mainrow.personas .info-wrapper,
  .srp-mainrow.iplusbconts .info-wrapper {
    padding: 50px;
    margin-bottom: 50px;
  }
  .srp-mainrow.personas .info-wrapper .deg,
  .srp-mainrow.iplusbconts .info-wrapper .deg {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    z-index: -1;
  }
  .srp-mainrow.iplusbconts .info-wrapper {
    padding: 0;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer {
    padding: 50px;
  }
  .srp-mainrow.horizontal {
    padding: 50px;
  }
  .srp-mainrow.horizontal .scroll-wrapper {
    max-width: 80%;
    margin: auto;
  }
  .srp-mainrow.horizontal .scroll-wrapper .squarecont {
    padding: 50px;
  }
  .srp-mainrow.square-leafs .info-wrapper {
    max-width: 80%;
    margin: auto;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .srp-mainrow.model img {
    width: 100%;
  }
  .srp-mainrow.brandbanner {
    padding: 50px 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .srp-mainrow.tinyslide {
    height: 55vw;
  }
  .srp-mainrow.comunicacion .posts-holder .post {
    flex-basis: 45%;
    margin: 30px 0;
  }
  .srp-mainrow.comunicacion .posts-holder .post:nth-of-type(2n-1) {
    margin-right: 5%;
  }
  .srp-mainrow.comunicacion .posts-holder .post:nth-of-type(2n) {
    margin-left: 5%;
  }
  .srp-mainrow.meetpanel .small-col .thumb {
    flex-basis: calc(50% - 13.3px);
  }
  .srp-mainrow.galeria-historias .gallery-holder-pc {
    display: block;
  }
  .srp-mainrow.galeria-historias .gallery-holder-mobile {
    display: none;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem {
    flex-basis: 45%;
    margin: 5% 0;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem:nth-of-type(2n-1) {
    margin-right: 5%;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem:nth-of-type(2n) {
    margin-left: 5%;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col {
    width: 50%;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col .gallery-element {
    position: relative;
    max-height: 85vh;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col .gallery-element .personal-info {
    bottom: 0px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text {
    background-color: #eff4f8;
    position: relative;
    color: #658d1b;
    font-size: 30px;
    padding: 3% 5%;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont svg {
    margin-right: 30px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont h1 {
    font-weight: 400;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content {
    padding: 3% 5%;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content h2 {
    font-weight: 300;
    font-size: 36px;
    color: #658d1b;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content p {
    color: #658d1b;
    font-size: 20px;
    line-height: 28px;
  }
  .srp-mainrow.fundamentos-info {
    position: relative;
    margin-top: 15%;
    overflow: visible;
  }
  .srp-mainrow.fundamentos-info .col-text {
    width: 65%;
  }
  .srp-mainrow.fundamentos-info .col-text h2 {
    color: #658d1b;
    font-size: 36px;
    font-weight: 300;
  }
  .srp-mainrow.fundamentos-info .col-text p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .srp-mainrow.fundamentos-info .imagen-holder {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 30vh;
    width: 30vh;
    top: 15%;
  }
  .srp-mainrow.fundamentos-info.right-img .col-text {
    margin-right: 35%;
    padding-right: 15%;
  }
  .srp-mainrow.fundamentos-info.right-img .imagen-holder {
    left: auto;
    right: 5%;
  }
  .srp-mainrow.fundamentos-info.left-img .col-text {
    margin-left: 35%;
    padding-left: 15%;
  }
  .srp-mainrow.fundamentos-info.left-img .imagen-holder {
    left: 5%;
    right: auto;
  }
  .srp-mainrow.fundamentos-info:last-of-type {
    margin-bottom: 15%;
  }
  .srp-mainrow.gallery-obj .objective-cont {
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 67vw;
    margin: auto;
  }
  .srp-mainrow.gallery-obj .objective-cont .obj-elem {
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .srp-mainrow.instalaciones-columnas .heading-wrapper {
    margin: 40px 0;
  }
  .srp-mainrow.instalaciones-columnas .halfcol {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .srp-mainrow.instalaciones-columnas .halfcol.text-col {
    width: 75%;
  }
  .srp-mainrow.instalaciones-columnas .halfcol.img-col {
    margin-top: 20px;
  }
  .srp-mainrow.instalaciones-columnas .halfcol.img-col img {
    width: 100%;
    height: auto;
  }
  .srp-mainrow.instalaciones-full {
    width: 100%;
    margin: 0 auto;
  }
  .srp-mainrow.instalaciones-full .oficinas-holder {
    height: 40vh;
  }
  .srp-mainrow.team-boxes {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .srp-mainrow.team-boxes .flex-holder .box {
    flex-basis: 50%;
  }
  .srp-mainrow.team-boxes .flex-holder .box .cont-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .srp-mainrow.team-boxes .flex-holder .box:last-of-type {
    margin-top: 0px;
  }
  .srp-mainrow.contact-form form .flex-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .srp-mainrow.contact-form form .flex-holder p {
    flex-basis: 45%;
  }
  .srp-mainrow.contact-form form .flex-holder p:nth-child(2n-1) {
    margin-right: 5%;
  }
  .srp-mainrow.contact-form form .flex-holder p:nth-child(2n) {
    margin-left: 5%;
  }
  .srp-mainrow.contact-form form .select-holder {
    width: 45%;
  }
  .srp-mainrow.contact-form form .button-rounded {
    max-width: 200px;
  }
  .uploadcurr-cont .cv-cont {
    padding: 50px 75px;
  }
  .heading-wrapper {
    max-width: 80%;
  }
  .single-post .post-container .post-content-holder .hero-image {
    height: 450px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    transform: translateY(-8%);
  }
  #pop-up-obj .flex-holder .col.text-obj {
    height: auto;
    overflow: inherit;
  }
  footer#colophon .footer-bottom {
    flex-direction: row;
  }
  footer#colophon .footer-bottom .brand-logos {
    width: auto;
    flex-direction: row;
    align-items: center;
    margin-right: 30px;
  }
  footer#colophon .footer-bottom .brand-logos svg {
    margin-top: 25px;
  }
  footer#colophon .footer-bottom .socialmedia {
    width: auto;
    background-color: transparent;
    border-bottom: none;
  }
  footer#colophon .footer-bottom .socialmedia ul li a {
    margin: 0 10px;
  }
  footer#colophon .navandportal {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 970px;
  }
  /************************************************************/
  /************************************************************/
  .solo-movil {
    display: none;
  }
  .solo-pc {
    display: block;
  }
  .menu-hamburger.btn12 {
    margin-right: 20px;
  }
  .page-template-tpl-contacto div#content {
    padding-top: 64px;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item {
    padding: 0 13px;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item.current-menu-item a {
    font-weight: 700;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu li.item-join {
    transition: all 0.3s ease;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu li.item-join:hover {
    background-color: #eff4f8;
  }
  header#masthead .header-wrapper .right-header {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header#masthead .header-wrapper .right-header .socialmedia {
    margin-right: 15px;
  }
  nav#subsite-navigation {
    display: none;
  }
  .videofixed {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 0;
    max-width: 1600px;
    overflow: hidden;
  }
  .videofixed video {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .srp-mainrow {
    padding: 0 50px;
  }
  .srp-mainrow.video .info-wrapper {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 100px;
  }
  .srp-mainrow.video .info-wrapper h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 50px;
  }
  .srp-mainrow.innobiene {
    padding: 100px;
  }
  .srp-mainrow.innobiene .left-col h2 {
    font-size: 32px;
  }
  .srp-mainrow.personas .info-wrapper {
    overflow: hidden;
  }
  .srp-mainrow.personas .info-wrapper #video-personas {
    height: calc(calc(100vh - 64px) - 100px);
  }
  .srp-mainrow.personas .info-wrapper .info {
    margin-bottom: 0px;
  }
  .srp-mainrow.personas .info-wrapper .slideshow-wrapper h2 {
    font-size: 24px;
  }
  .srp-mainrow.square-leafs .info-wrapper .leaf {
    display: block;
  }
  .srp-mainrow.horizontal {
    padding: 50px;
  }
  .srp-mainrow.horizontal .values-cont .value {
    padding: 10px 50px;
    padding-top: 20px;
  }
  .srp-mainrow.horizontal .values-cont .value img {
    max-width: 226px;
    margin: auto;
  }
  .srp-mainrow.horizontal .values-cont .value p.heading {
    color: #658d1b;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .srp-mainrow.horizontal .values-cont .value p {
    color: #658d1b;
    font-size: 16px;
    font-weight: 400;
    max-width: 250px;
    margin: auto;
  }
  .srp-mainrow.horizontal .values-cont .owl-next {
    text-align: center;
    margin-bottom: 10px;
  }
  .srp-mainrow.horizontal .values-cont .red-circle {
    display: none;
  }
  .srp-mainrow.fundamentos-info .imagen-holder {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;
    width: 30vh;
    top: 15%;
  }
  .srp-mainrow.fundamentos-info .col-text {
    padding: 60px;
  }
  .srp-mainrow.relevant h2 {
    text-align: left;
  }
  .srp-mainrow.relevant .relevant-cont {
    display: flex;
  }
  .srp-mainrow.relevant .relevant-cont .item {
    flex-basis: calc(33% - 10px);
    max-width: none;
    margin: inherit;
  }
  .srp-mainrow.relevant .relevant-cont .item:nth-child(1) {
    margin-right: 10px;
  }
  .srp-mainrow.relevant .relevant-cont .item:nth-child(2) {
    margin: 0 10px;
  }
  .srp-mainrow.relevant .relevant-cont .item:nth-child(3) {
    margin-left: 10px;
  }
  .srp-mainrow.relevant .relevant-cont .item .text-wrapper p {
    height: 100px;
  }
  .srp-mainrow.tinyslide {
    padding: 0 100px;
    height: 30vh;
    background-position: 58% 70%;
  }
  .srp-mainrow.tinyslide .main-wrapper {
    width: 52%;
  }
  .srp-mainrow.tinyslide .personal-info {
    top: 0;
  }
  .srp-mainrow.tinyslide.notable .main-wrapper {
    width: 45%;
  }
  .srp-mainrow.bullets {
    padding: 0 100px;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper {
    padding-bottom: 60px;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet {
    flex-basis: 50%;
    border-right: 1px solid #e8e8e8;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(2n) {
    border-right: none;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(5),
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(6) {
    padding-bottom: 0px;
  }
  .srp-mainrow.testims {
    padding: 50px;
  }
  .srp-mainrow.testims .personal-info h2 {
    font-size: 24px;
  }
  .srp-mainrow.testims .tabs-cont {
    display: flex;
    align-items: center;
  }
  .srp-mainrow.testims .tabs-cont .text-wrapper {
    flex-basis: 40%;
  }
  .srp-mainrow.testims .tabs-cont .tab-wrapper {
    flex-basis: 60%;
    display: flex;
    justify-content: flex-end;
  }
  .srp-mainrow.testims .video-wrapper {
    position: relative;
    padding-top: 150px;
    top: -50px;
  }
  .srp-mainrow.testims .video-wrapper .video-cont {
    height: 70vh;
    overflow: hidden;
    position: relative;
  }
  .srp-mainrow.testims .video-wrapper .video-cont video {
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .srp-mainrow.testims .video-wrapper .video-cont .playlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: top;
    background-size: cover;
  }
  .srp-mainrow.testims .video-wrapper .video-cont .playlayer svg {
    width: 54px;
    cursor: pointer;
  }
  .srp-mainrow.testims .video-wrapper .video-cont .playlayer .personal-info {
    top: 0;
    left: 0;
    width: fit-content;
    text-align: left;
  }
  .srp-mainrow.testims .video-wrapper#puesto .video-cont .playlayer .personal-info {
    left: auto;
    right: 0;
    text-align: right;
  }
  .srp-mainrow.testims .video-wrapper#talento .video-cont .playlayer .personal-info {
    top: auto;
  }
  .srp-mainrow.testims .video-wrapper#talento .video-cont .playlayer .personal-info:last-child {
    top: auto;
    left: auto;
    text-align: right;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col h3 {
    top: 0;
    opacity: 0;
    font-size: 26px;
    padding-left: 25px;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb {
    height: 450px;
    margin-bottom: 25px;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb .whiteoverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 74, 151, 0.8);
    transition: all 0.3s ease;
    opacity: 0;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb span {
    display: block;
    position: absolute;
    bottom: 1vw;
    left: 1vw;
    color: #658d1b;
    font-size: 19px;
    font-weight: 700;
    line-height: 23.72px;
    text-align: left;
    width: calc(100% - 2vw);
    padding: 10px 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb:hover h3 {
    opacity: 1;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb:hover .whiteoverlay {
    opacity: 1;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb:hover span {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .srp-mainrow.offers .main-wrapper h2 {
    color: #658d1b;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: left;
  }
  .srp-mainrow.offers .main-wrapper .filters-row {
    margin-bottom: 75px;
  }
  .srp-mainrow.offers .main-wrapper .filters-row > div {
    width: 25%;
    display: inline-block;
    margin-left: 20px;
  }
  .srp-mainrow.offers .main-wrapper .filters-row > div:first-child {
    width: 45%;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .srp-mainrow.offers .main-wrapper .filters-row > div select {
    -webkit-appearance: none;
    border: none;
    outline: none;
    font-family: "Source Sans Pro";
    font-size: 16px;
    padding: 7px 20px;
    border: 1px solid #658d1b;
    color: #658d1b;
    width: 100%;
  }
  .srp-mainrow.offers .main-wrapper .filters-row > div select option {
    padding: 10px 0;
  }
  .srp-mainrow.offers .main-wrapper .offer-row {
    border-bottom: 1px solid #e8e8e8;
    padding: 20px 20px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .srp-mainrow.offers .main-wrapper .offer-row .offer-col.offer {
    color: #658d1b;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    flex-basis: 50%;
  }
  .srp-mainrow.offers .main-wrapper .offer-row .offer-col.department {
    flex-basis: 20%;
  }
  .srp-mainrow.offers .main-wrapper .offer-row .offer-col.location {
    flex-basis: 25%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .srp-mainrow.offers .main-wrapper .offer-row .offer-col.location svg.bluearrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .srp-mainrow.offers .main-wrapper .offer-row .offer-col.location svg.bluearrow g#testimonios {
    fill: #658d1b !important;
  }
  .srp-mainrow.offers .main-wrapper .offer-row:first-child {
    border-top: 1px solid #e8e8e8;
  }
  .srp-mainrow.comunicacion h1,
  .srp-mainrow.comunicacion h2 {
    font-size: 44px;
    line-height: 52px;
  }
  .srp-mainrow.offer {
    width: 60%;
    margin: auto;
  }
  .srp-mainrow.offer .heading-post {
    margin-bottom: 40px;
  }
  .srp-mainrow.offer .heading-post h1 {
    color: #658d1b;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 12px;
  }
  .srp-mainrow.offer .heading-post p {
    color: #658d1b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
  }
  .srp-mainrow.offer .heading-post p.location {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-left: 10%;
  }
  .srp-mainrow.offer .body-post {
    margin-bottom: 100px;
  }
  .srp-mainrow.offer .body-post p {
    margin-bottom: 20px;
  }
  .srp-mainrow.heading-prod h1 {
    color: #658d1b;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    max-width: 545px;
    margin: auto;
    padding: 40px 0;
  }
  .srp-mainrow.devbullets {
    padding-bottom: 40px;
  }
  .srp-mainrow.devbullets .bullet-wrapper {
    display: flex;
    justify-content: center;
  }
  .srp-mainrow.devbullets .bullet-wrapper .acc-wrapper {
    display: flex;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bullet {
    width: 130px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bullet .number {
    width: 48px;
    height: 48px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bullet .number span {
    font-size: 16px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bullet p {
    font-size: 16px;
    line-height: 20px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bullet p:last-child {
    font-size: 12px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .arrow-full {
    padding-top: 10px;
  }
  .srp-mainrow.devbullets .bullet-wrapper .bigarrow {
    position: relative;
    top: 8px;
    display: block;
  }
  .srp-mainrow.productdev-info {
    padding: 0;
    background-color: transparent;
    position: relative;
    overflow: inherit;
    top: 100%;
    margin: 0;
    margin-bottom: 500px;
  }
  .srp-mainrow.productdev-info .half-grey {
    position: absolute;
    bottom: -1px;
    width: 100%;
    height: 50%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f7f7f7;
    z-index: -1;
  }
  .srp-mainrow.productdev-info .acc-wrapper {
    max-width: 992px;
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: #658d1b;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    width: 130px;
    border-bottom: 0;
    cursor: pointer;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item > svg,
  .srp-mainrow.productdev-info .acc-wrapper .item > img {
    margin-bottom: 6px;
    width: 32px;
    height: 32px;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item > svg use,
  .srp-mainrow.productdev-info .acc-wrapper .item > img use {
    fill: #6491c0;
    transition: all 0.3s ease;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item p.title {
    align-self: center;
    flex-basis: auto;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    width: 100%;
    font-weight: 400;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item:hover svg use {
    fill: #fff;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item:hover p.title {
    color: #fff;
    font-weight: 600;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item .plusminus {
    display: none;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item.active svg use {
    fill: #fff;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item.active p.title {
    color: #fff;
    font-weight: 600;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item .productdev-info {
    position: absolute;
    background-color: #f7f7f7;
    top: 100%;
    width: 100%;
    margin: 0;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .srp-mainrow.productdev-info .acc-wrapper .item .productdev-info .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: initial;
    width: 100%;
    max-width: 992px;
    margin: auto;
    padding: 85px 40px;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item .productdev-info .content-wrapper .info {
    flex-basis: 70%;
    text-align: left;
    padding-right: 70px;
  }
  .srp-mainrow.productdev-info .acc-wrapper .item .productdev-info .content-wrapper .img-cont {
    flex-basis: 30%;
  }
  .srp-mainrow.sost-main {
    overflow: visible;
  }
  .srp-mainrow.sost-main .info-wrapper {
    position: relative;
    overflow: visible;
  }
  .srp-mainrow.sost-main .info-wrapper h1,
  .srp-mainrow.sost-main .info-wrapper h2 {
    font-size: 44px;
    line-height: 48px;
    width: 63%;
  }
  .srp-mainrow.sost-main .info-wrapper .page-text {
    width: 55%;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .srp-mainrow.sost-main .info-wrapper .page-text p {
    margin-top: 20px;
  }
  .srp-mainrow.sost-main .info-wrapper .circular-img {
    display: block;
    position: absolute;
    width: 375px;
    height: 375px;
    top: 50%;
    left: 80%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 300px;
    overflow: hidden;
  }
  .srp-mainrow.sost-main .info-wrapper .circular-img .gray-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.16);
  }
  .srp-mainrow.gallery-obj {
    margin-bottom: 50px;
  }
  .srp-mainrow.gallery-obj .objective-cont {
    max-width: 75vw;
  }
  .srp-mainrow.product-main-hero {
    margin-top: 0;
    margin-bottom: 5%;
  }
  .srp-mainrow.product-main-hero .image-container {
    height: 40vh;
  }
  .srp-mainrow.product-main-hero .image-container .text-container {
    width: 45%;
  }
  .srp-mainrow.bussiness-cont .flex-holder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder {
    flex-basis: 30%;
    margin: 30px 0;
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder:nth-of-type(2n) {
    margin: 30px 5%;
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder .image-holder {
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder {
    position: relative;
    width: 75%;
    margin: 0 auto;
    transform: translateY(-10%);
    background-color: white;
    padding: 5% 10%;
    min-height: 200px;
    box-shadow: 0 2px 8px rgba(0, 74, 151, 0.1);
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder h3 {
    color: #658d1b;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .srp-mainrow.bussiness-cont .flex-holder .negocio-holder .text-holder p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .srp-mainrow .single-post .post-container .hero-bar .post-info h1 {
    margin: 15px 0;
    font-size: 36px;
    font-weight: 700;
    line-height: 37px;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem {
    flex-basis: 45%;
  }
  .srp-mainrow.team-boxes {
    padding: 0;
  }
  .srp-mainrow.team-boxes .flex-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .srp-mainrow.team-boxes .flex-holder .box {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.4);
    min-height: 45vh;
    position: relative;
    flex-basis: 50%;
  }
  .srp-mainrow.team-boxes .flex-holder .box .cont-holder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
  }
  .srp-mainrow.team-boxes .flex-holder .box .cont-holder .text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    color: white;
    height: 60px;
  }
  .srp-mainrow.team-boxes .flex-holder .box .cont-holder .button-rounded {
    background-color: white;
  }
  .srp-mainrow.team-boxes .flex-holder .box .cont-holder .button-rounded p {
    color: #658d1b;
    font-size: 16px;
  }
  .srp-mainrow.ubesol-addr {
    margin: 80px 0;
    margin-bottom: 100px;
  }
  .srp-mainrow.ubesol-addr .dir-element-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .srp-mainrow.ubesol-addr .dir-element-holder .dir-elem {
    flex-basis: 33.33%;
  }
  .srp-mainrow.ubesol-addr .dir-element-holder .dir-elem::after {
    width: 2px;
    height: 100%;
    border: none;
    border-right: 2px solid #e8e8e8;
    top: 0;
    left: 95%;
    transform: translate(-50%, 0%);
  }
  .srp-mainrow.ubesol-addr .dir-element-holder .dir-elem h3 {
    height: 60px;
  }
  .srp-mainrow.contact-form .form {
    width: 70%;
  }
  .srp-mainrow.srp-carousel {
    position: relative;
  }
  .srp-mainrow.srp-carousel .srp-navigation {
    width: 88px;
    height: 240px;
    position: absolute;
    left: 100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  .srp-mainrow.srp-carousel .srp-navigation .arrow-cont {
    position: absolute;
    cursor: pointer;
  }
  .srp-mainrow.srp-carousel .srp-navigation .arrow-cont.top {
    top: -34px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .srp-mainrow.srp-carousel .srp-navigation .arrow-cont.bot {
    bottom: -34px;
    left: 50%;
    transform: translateX(-50%);
  }
  .srp-mainrow.srp-carousel .srp-navigation .arrow-cont svg {
    width: 30px;
  }
  .srp-mainrow.srp-carousel .srp-navigation .arrow-cont svg use {
    stroke: #658d1b !important;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 15%, rgba(255, 255, 255, 0) 99%);
    height: 40%;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: linear-gradient(to top, #ffffff 15%, rgba(255, 255, 255, 0) 99%);
    height: 40%;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul {
    width: 48px;
    margin: auto;
    position: absolute;
    left: 20px;
    transition: all 0.5s ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    transition: all 0.5s ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li.active {
    background-color: #658d1b;
    transition: all 0.5s ease-in-out 0.3s;
  }
  .srp-mainrow.srp-carousel .srp-navigation .nav-wrapper ul li.active span {
    color: #ffffff;
  }
  .srp-mainrow.srp-carousel .srp-slides {
    width: 100%;
    height: calc(100vh - 107px);
    position: relative;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide {
    width: 80%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    opacity: 0;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper h2 {
    opacity: 0;
    animation-name: srpFadeUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper img {
    opacity: 0;
    animation-name: srpFadeUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-top .content-wrapper .info-cont {
    opacity: 0;
    animation-name: srpFadeUp;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper h2 {
    opacity: 0;
    animation-name: srpFadeDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper img {
    opacity: 0;
    animation-name: srpFadeDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.anim-bot .content-wrapper .info-cont {
    opacity: 0;
    animation-name: srpFadeDown;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper h2 {
    opacity: 1;
    animation-name: srpFadeDownOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper img {
    opacity: 1;
    animation-name: srpFadeDownOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-top .content-wrapper .info-cont {
    opacity: 1;
    animation-name: srpFadeDownOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper h2 {
    opacity: 1;
    animation-name: srpFadeUpOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper img {
    opacity: 1;
    animation-name: srpFadeUpOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.deanim-bot .content-wrapper .info-cont {
    opacity: 1;
    animation-name: srpFadeUpOff;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
    animation-timing-function: ease-in-out;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide.active {
    opacity: 1;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper h2 {
    color: #658d1b;
    font-family: "Lato";
    width: 100%;
    font-size: 50px;
    line-height: 55px;
    font-weight: 300;
    align-self: flex-start;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper img {
    width: 50vw;
    height: 50vw;
    max-height: 300px;
    max-width: 300px;
    object-fit: cover;
    margin: 50px 0;
    margin-bottom: 0;
    margin-right: 50px;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper img.rounded {
    border-radius: 100%;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont {
    flex-basis: auto;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont h3 {
    color: #658d1b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
  }
  .uploadcurr-cont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }
  .uploadcurr-cont .cv-cont {
    flex-basis: 50%;
  }
  .uploadcurr-cont .joinus-cont {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }
  span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
    margin-bottom: 20px;
  }
  span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
    letter-spacing: 0;
    font-size: 14px;
  }
  span.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
    width: auto;
    margin: 0;
    margin-right: 10px;
  }
  .personal-info {
    display: block;
  }
  .personal-info h2 {
    font-size: 24px;
  }
  .personal-info p {
    font-size: 16px;
    font-weight: 400;
  }
  .popup-home .iframe-wrapper {
    width: 60%;
    height: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #pop-up-obj {
    padding: 5%;
  }
  #pop-up-obj .close-pop-up {
    top: 10%;
  }
  #pop-up-obj .next-objective {
    bottom: 10%;
    width: 25px;
  }
  #pop-up-obj .flex-holder {
    flex-wrap: nowrap;
  }
  #pop-up-obj .flex-holder .col {
    flex-basis: 44%;
  }
  #pop-up-obj .flex-holder .col.logo-obj {
    margin-bottom: 0px;
  }
  #pop-up-obj .flex-holder .col.logo-obj .obj-elem {
    width: 280px;
    height: 280px;
  }
  div.navandportal {
    background-color: #f7f7f7;
    padding: 14px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.navandportal.solo-movil {
    display: none;
  }
  div.navandportal a.portalbutton {
    color: #fff;
    background-color: #658d1b;
    font-size: 16px;
    font-weight: 400;
    border-radius: 54px;
    border: 1px solid #fff;
    text-align: center;
    padding: 4px 20px;
    margin-left: 20px;
    transition: all 0.3s ease;
    margin-bottom: 0px;
  }
  div.navandportal a.portalbutton:hover {
    background-color: #00366d;
  }
  div.navandportal a.portalbutton.solo-pc {
    display: inline-block;
  }
  div.navandportal nav#futsite-navigation #primary-menu {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.navandportal nav#futsite-navigation #primary-menu .menu-item {
    padding: 0 10px;
  }
  div.navandportal nav#futsite-navigation #primary-menu .menu-item a {
    color: #658d1b;
  }
  div.navandportal nav#futsite-navigation #primary-menu .menu-item .sub-menu {
    display: none;
  }
  div.navandportal nav#futsite-navigation #primary-menu .pll-parent-menu-item {
    display: none;
  }
  footer#colophon .footer-bottom {
    background-color: #fff;
    flex-direction: row;
    border-bottom: 1px solid #c8c3b9;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  footer#colophon .footer-bottom .prods h3 {
    padding-top: 0;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 20px;
  }
  footer#colophon .footer-bottom .brand-logos {
    flex-direction: row;
    align-items: flex-start;
    margin-right: 0px;
  }
  footer#colophon .footer-bottom .brand-logos svg {
    width: 59px !important;
    height: 91px !important;
    margin: 0 15px;
  }
  footer#colophon .footer-bottom .brand-logos:nth-child(2) {
    padding-right: 45px;
  }
  footer#colophon .footer-bottom .brand-logos:nth-child(3) {
    padding-left: 45px;
    border-left: 1px solid #c8c3b9;
  }
  footer#colophon .footer-bottom .brand-logos:nth-child(3) svg {
    margin-top: 0px;
  }
  footer#colophon .footer-bottom .brand-logos svg {
    margin-top: 0px;
  }
  footer#colophon .footer-bottom .socialmedia {
    width: auto;
    border-bottom: none;
    padding: 0;
    margin-left: 30px;
  }
  footer#colophon .footer-bottom .socialmedia h3 {
    padding-top: 0;
    text-align: left;
    margin-bottom: 15px;
    line-height: 24px;
  }
  footer#colophon .footer-bottom .socialmedia ul li a {
    width: 32px;
    height: 32px;
    margin: 0px;
    margin-right: 25px;
  }
  footer#colophon .footer-bottom .socialmedia ul li a i {
    font-size: 14px;
  }
  footer#colophon .legals a:last-child {
    margin: 0;
  }
  .header-wrapper .right-header .socialmedia {
    width: auto;
    border-bottom: none;
    padding: 0;
    margin-right: 0px;
  }
  .header-wrapper .right-header .socialmedia h3 {
    padding-top: 0;
    text-align: left;
    margin-bottom: 15px;
    line-height: 24px;
  }
  .header-wrapper .right-header .socialmedia ul li a {
    width: 32px;
    height: 32px;
    margin: auto;
  }
  .header-wrapper .right-header .socialmedia ul li a i {
    font-size: 14px;
  }
  .header-wrapper .right-header .socialmedia:nth-child(3) {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 1170px;
  }
  /************************************************************/
  /************************************************************/
  .solo-movil {
    display: none;
  }
  .solo-pc {
    display: block;
  }
  .menu-hamburger.btn12 {
    display: none;
  }
  header#masthead {
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: none;
  }
  header#masthead .header-wrapper {
    max-width: 1400px;
    margin: auto;
    justify-content: space-between;
  }
  header#masthead .header-wrapper .site-branding {
    flex: inherit;
  }
  header#masthead .header-wrapper nav#site-navigation {
    position: static;
    display: flex !important;
    top: 0;
    width: auto;
    height: auto;
    overflow: inherit;
    background-color: transparent;
    flex-direction: row;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu {
    display: flex;
    overflow: inherit;
    align-items: center;
    padding: 0 10px;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item a {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    display: inline;
    width: auto;
    border-bottom: 0px solid #e8e8e8;
    padding: 0 10px;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu {
    margin: 0;
    text-align: center;
    overflow: hidden;
    top: 63px;
    position: absolute;
    width: 100%;
    left: 0;
    display: none;
    color: #658d1b;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0;
    background-color: #f7f7f7;
    justify-content: center;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item {
    padding: 0 13px;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item a {
    color: #658d1b;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    padding: 0 7px;
    position: relative;
    transition: all 0.3s ease;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item a::after {
    content: '';
    width: 100%;
    height: 5px;
    bottom: -18px;
    left: 0;
    position: absolute;
    background-color: transparent;
    transition: all 0.3s ease;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item:hover a {
    color: #6491c0;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item:hover a::after {
    background-color: #6491c0;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item.current-menu-item a {
    font-weight: 700;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item.current-menu-item a::after {
    content: '';
    width: 100%;
    height: 5px;
    bottom: -18px;
    left: 0;
    position: absolute;
    background-color: #658d1b;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item.current-menu-item:hover a {
    color: #658d1b;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item .sub-menu > .menu-item.current-menu-item:hover a::after {
    background-color: #658d1b;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item.current-menu-parent .sub-menu {
    display: flex;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu > .menu-item.current-menu-ancestor a {
    color: #658d1b;
  }
  header#masthead .header-wrapper nav#site-navigation #primary-menu li.item-join {
    width: 90px;
    margin: 0 10px;
  }
  nav#subsite-navigation {
    display: none;
  }
  div#content {
    /* padding-top: 64px; */
    padding: 0;
    padding-top: 117px;
  }
  .home div#content {
    /* padding-top: 64px; */
    padding: 0;
  }
  .srp-mainrow {
    padding: 0px;
    max-height: 800px;
  }
  .srp-mainrow.video {
    height: 100vh;
    max-height: none;
  }
  .srp-mainrow.video video {
    height: 100vh;
  }
  .srp-mainrow.video .info-wrapper {
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    max-width: calc(100% - 240px);
    padding: 0;
    margin-top: 150px;
  }
  .srp-mainrow.video .info-wrapper h1 {
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 50px;
    margin-top: 64px;
  }
  .srp-mainrow.video .info-wrapper .button-rounded {
    position: static;
  }
  .srp-mainrow.innobiene {
    padding: 0;
  }
  .srp-mainrow.innobiene .info-wrapper {
    width: 100%;
    height: calc(100vh - 64px);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 240px);
    margin: auto;
    max-height: 550px;
  }
  .srp-mainrow.innobiene .info-wrapper .left-col {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 60px;
  }
  .srp-mainrow.innobiene .info-wrapper .left-col h2 {
    font-size: 38px;
  }
  .srp-mainrow.innobiene .info-wrapper .left-col p {
    max-width: 850px;
  }
  .srp-mainrow.personas,
  .srp-mainrow.iplusbconts {
    height: calc(100vh - 64px);
    padding: 60px;
    padding-top: 0;
  }
  .srp-mainrow.personas .info-wrapper,
  .srp-mainrow.iplusbconts .info-wrapper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 60px;
    width: 100%;
    max-width: none;
  }
  .srp-mainrow.personas .info-wrapper .layer,
  .srp-mainrow.iplusbconts .info-wrapper .layer {
    padding: 60px;
  }
  .srp-mainrow.personas .info-wrapper .deg,
  .srp-mainrow.iplusbconts .info-wrapper .deg {
    width: 40%;
  }
  .srp-mainrow.personas .info-wrapper .info,
  .srp-mainrow.iplusbconts .info-wrapper .info {
    max-width: calc(100% - 240px);
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .srp-mainrow.personas .info-wrapper .info a.button-rounded,
  .srp-mainrow.iplusbconts .info-wrapper .info a.button-rounded {
    margin-top: 0px;
  }
  .srp-mainrow.personas {
    padding-top: 60px;
  }
  .srp-mainrow.iplusbconts {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  .srp-mainrow.iplusbconts .info-wrapper {
    padding: 0;
    flex-basis: calc(50% - 15px);
    position: relative;
    margin: 0;
    -webkit-perspective: 2000px;
    perspective: 2000px;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer {
    position: absolute;
    top: 0;
    overflow: hidden;
    height: 100%;
    padding: 60px 0;
    transition: all 1s;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer .image {
    width: 45vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 45vw;
    margin-left: 60px;
    max-width: none;
    height: 100%;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer .info a.button-rounded {
    margin-top: 0;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.active {
    width: 0%;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer2 {
    z-index: 0;
    display: block;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg);
    transform-style: preserve-3d;
    z-index: -999;
    background-color: #fff;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer2 .info p.heading-people {
    color: #658d1b;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer2 .info span.line {
    background-color: #658d1b;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer2 .info p {
    color: #383838;
    max-width: 400px;
    font-size: 18px;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer2 .info svg {
    margin-bottom: 20px;
  }
  .srp-mainrow.iplusbconts .info-wrapper .layer.layer1 {
    z-index: 1;
  }
  .srp-mainrow.iplusbconts .info-wrapper:hover .layer.layer1 {
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    z-index: -999;
  }
  .srp-mainrow.iplusbconts .info-wrapper:hover .layer.layer2 {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 999;
    cursor: pointer;
  }
  .srp-mainrow.horizontal {
    overflow: auto;
    display: grid;
    align-items: center;
    padding: 70px;
    height: 100vh;
    height: calc(100vh - 64px);
    display: none;
  }
  .srp-mainrow.horizontal.solo-movil {
    display: none;
  }
  .srp-mainrow.horizontal .scroll-wrapper {
    overflow: auto;
    width: max-content;
    max-width: auto;
    margin: unset;
  }
  .srp-mainrow.horizontal .scroll-wrapper .squarecont {
    padding: 45px;
    width: 450px;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    float: left;
    margin: 0;
  }
  .srp-mainrow.horizontal .scroll-wrapper .squarecont .info-wrapper {
    max-width: 260px;
  }
  .srp-mainrow.horizontal .scroll-wrapper .squarecont .info-wrapper h2 {
    padding-bottom: 15px;
  }
  .srp-mainrow.horizontal .scroll-wrapper .squarecont .info-wrapper h3 {
    margin-bottom: 10px;
  }
  .srp-mainrow.horizontal .scroll-wrapper .values-cont {
    width: max-content;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
  }
  .srp-mainrow.horizontal .scroll-wrapper .values-cont .value {
    padding-bottom: 0;
    display: inline-block;
    float: left;
    padding: 15px;
    position: relative;
    top: 50px;
  }
  .srp-mainrow.horizontal .scroll-wrapper .values-cont .value:nth-child(2n) {
    top: -50px;
  }
  .srp-mainrow.square-leafs {
    overflow: inherit;
    margin-bottom: 50px;
    max-height: none;
  }
  .srp-mainrow.square-leafs .info-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    padding: 0;
    max-width: auto;
    margin: auto;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col {
    margin-bottom: 50px;
    flex-basis: 50%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col .text-wrapper {
    padding-left: 30px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:first-child {
    order: 1;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:first-child img {
    padding-right: 30px;
    padding-left: 0;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col img {
    object-fit: cover;
    padding-left: 30px;
    width: 100%;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col h2 {
    color: #383838;
    font-size: 34px;
    font-weight: 300;
    width: 410px;
    max-width: 500px;
    margin-bottom: 10px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col p {
    max-width: 375px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) {
    order: 2;
    padding-bottom: 40px;
    align-self: flex-end;
    margin-bottom: 0;
    display: flex;
    padding-bottom: 70px;
    flex-direction: column;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) p,
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) span,
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) h2 {
    padding-left: 60px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(2) .line {
    margin-left: 60px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) {
    order: 3;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) p,
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) span,
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) h2 {
    padding-left: 70px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(3) .line {
    margin-left: 70px;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col:nth-child(4) {
    text-align: right;
    order: 4;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col .heading-people {
    color: #383838;
  }
  .srp-mainrow.square-leafs .info-wrapper .half-col .line {
    background-color: #383838;
    margin-top: 10px;
    margin-bottom: 12px;
  }
  .srp-mainrow.square-leafs .info-wrapper .full-col {
    margin-bottom: 50px;
  }
  .srp-mainrow.square-leafs .info-wrapper .full-col h3 {
    color: #658d1b;
    font-weight: 400;
    font-size: 20px;
  }
  .srp-mainrow.square-leafs .info-wrapper .borderbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px;
    z-index: -1;
    padding-bottom: 0;
  }
  .srp-mainrow.square-leafs .info-wrapper .borderbox .border-wrapper {
    width: 100%;
    height: 100%;
    border: 1px solid #658d1b;
  }
  .srp-mainrow.square-leafs .info-wrapper .leaf {
    position: absolute;
  }
  .srp-mainrow.square-leafs .info-wrapper .leaf.leaf1 {
    top: -55px;
    right: 15%;
  }
  .srp-mainrow.square-leafs .info-wrapper .leaf.leaf2 {
    bottom: 0;
    left: 0;
  }
  .srp-mainrow.square-leafs .info-wrapper .leaf.leaf3 {
    top: 320px;
    right: 0;
  }
  .srp-mainrow.square-leafs .info-wrapper > div:nth-child(5) {
    order: 5;
  }
  .srp-mainrow.model.solo-movil {
    display: none;
  }
  .srp-mainrow.model-pc {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 80%;
    height: calc(77vh - 151px);
    margin: auto;
    overflow: inherit;
  }
  .srp-mainrow.model-pc .model-tabs {
    flex-basis: 35%;
  }
  .srp-mainrow.model-pc .model-tabs ul li {
    position: relative;
    color: #383838;
    font-size: 36px;
    line-height: 36px;
    margin: 20px 0;
    padding-left: 20%;
    width: 100%;
    font-weight: 300;
    cursor: pointer;
  }
  .srp-mainrow.model-pc .model-tabs ul li.active {
    color: #658d1b;
    font-size: 36px;
    font-weight: 400;
  }
  .srp-mainrow.model-pc .model-tabs ul li.active::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    left: 0;
    background-color: #658d1b;
  }
  .srp-mainrow.model-pc .model-tabs ul li:hover {
    color: #658d1b;
    transition: color 0.3s ease-in-out;
  }
  .srp-mainrow.model-pc .model-tabs ul li:first-child {
    color: #658d1b;
    font-weight: 700;
  }
  .srp-mainrow.model-pc .model-info {
    flex-basis: 65%;
    position: relative;
    height: 100%;
    z-index: 1;
  }
  .srp-mainrow.model-pc .model-info .model-data {
    position: absolute;
    width: 100%;
    height: calc(100% + 6vh);
  }
  .srp-mainrow.model-pc .model-info .model-data img {
    width: 100%;
    height: calc(83vh - 151px);
    object-fit: cover;
    object-position: top;
    transform: translateY(100px);
    opacity: 0;
  }
  .srp-mainrow.model-pc .model-info .model-data .info-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    transform: translateY(100px);
    opacity: 0;
  }
  .srp-mainrow.model-pc .model-info .model-data .info-cont h4 {
    margin-bottom: 30px;
    font-weight: 900;
  }
  .srp-mainrow.model-pc .model-info .model-data.active img {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0.5s ease-in-out;
  }
  .srp-mainrow.model-pc .model-info .model-data.active .info-cont {
    transform: translateX(0px);
    opacity: 1;
    transition: all 0.5s ease-in-out 0.2s;
  }
  .srp-mainrow.brandbanner {
    align-items: flex-start;
    padding: 70px 10%;
    z-index: 0;
  }
  .srp-mainrow.brandbanner svg {
    width: auto;
  }
  .srp-mainrow.brandbanner h2 {
    line-height: 45px;
  }
  .srp-mainrow.srp-carousel {
    max-height: none;
    display: block;
  }
  .srp-mainrow.srp-carousel .srp-navigation {
    width: 88px;
    height: 240px;
    position: absolute;
    left: 100px;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide {
    padding-right: 120px;
    padding-left: 0px;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    height: auto;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper h2 {
    font-size: 78px;
    width: auto;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper img {
    width: 23vw;
    height: 23vw;
    max-height: 440px;
    max-width: 440px;
    margin: 50px 0;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont {
    flex-basis: 35%;
    max-width: none;
  }
  .srp-mainrow.srp-carousel .srp-slides .slide .content-wrapper .info-cont h3 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 300;
  }
  .srp-mainrow.tinyslide {
    padding: 0;
    height: 50vh;
    margin-bottom: 0px;
  }
  .srp-mainrow.tinyslide .main-wrapper {
    width: 38%;
    margin: 0;
    margin-left: 120px;
  }
  .srp-mainrow.bullets {
    padding: 0;
    padding-top: 100px;
  }
  .srp-mainrow.bullets .main-wrapper {
    max-width: none;
    width: 130%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 240px;
  }
  .srp-mainrow.bullets .main-wrapper h2 {
    text-align: left;
    padding-left: 7.5vw;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper {
    padding-bottom: 100px;
    justify-content: space-between;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet {
    flex-basis: 33%;
    border-right: 1px solid #e8e8e8 !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(3),
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(6) {
    border-right: none !important;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(5),
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet:nth-child(6) {
    padding-bottom: 0px;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet .info-cont {
    padding: 0 80px;
    max-width: none;
  }
  .srp-mainrow.bullets .main-wrapper .bullet-wrapper .bullet .info-cont img {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .srp-mainrow.testims {
    padding: 0;
    padding-top: 100px;
    max-height: none;
  }
  .srp-mainrow.testims h2 {
    margin-top: 0px;
  }
  .srp-mainrow.testims .tabs-cont {
    display: flex;
    align-items: center;
  }
  .srp-mainrow.testims .tabs-cont .arrowfixed {
    position: fixed;
    bottom: 20px;
    right: calc(((100vw - 1600px) / 2) + 5.3vw);
    background-color: #f7f7f7;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
  }
  .srp-mainrow.testims .tabs-cont .arrowfixed svg {
    transform: rotate(180deg);
    width: 15px;
  }
  .srp-mainrow.testims .tabs-cont .text-wrapper {
    flex-basis: 25%;
  }
  .srp-mainrow.testims .tabs-cont .tab-wrapper {
    flex-basis: 75%;
  }
  .srp-mainrow.testims .tabs-cont .tab-wrapper ul {
    flex-basis: 50%;
  }
  .srp-mainrow.testims .tabs-cont .tab-wrapper ul li {
    width: 85%;
    margin: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .srp-mainrow.testims .tabs-cont .tab-wrapper ul li span {
    display: block;
    max-width: 250px;
  }
  .srp-mainrow.slide {
    position: relative;
  }
  .srp-mainrow.slide .main-wrapper {
    max-width: none;
    position: absolute;
    top: 8%;
    left: 60px;
    height: 84%;
    background-color: rgba(0, 74, 151, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 100px 5.5%;
    width: calc(40% - 120px);
    min-width: 475px;
  }
  .srp-mainrow.slide .main-wrapper h1 {
    color: #fff;
    margin-bottom: 20px;
  }
  .srp-mainrow.slide .main-wrapper p {
    color: #fff;
    flex: auto;
    text-align: left;
    background-color: transparent;
  }
  .srp-mainrow.slide .videoposter {
    width: 100%;
    height: calc(100vh - 117px);
    max-height: 900px;
    background-position: center;
    background-size: cover;
  }
  .srp-mainrow.slide .videoposter video {
    object-fit: cover;
    width: 100%;
    object-position: top;
    height: 100%;
  }
  .srp-mainrow.infoplusimage .main-wrapper {
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 75px 0;
  }
  .srp-mainrow.infoplusimage h2 {
    color: #658d1b;
    font-family: "Source Sans Pro";
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    max-width: 500px;
  }
  .srp-mainrow.infoplusimage p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    max-width: 560px;
    line-height: 24px;
  }
  .srp-mainrow.meetpanel {
    margin-top: 50px;
    max-height: none;
    margin-bottom: 80px;
  }
  .srp-mainrow.meetpanel .main-wrapper {
    max-width: calc(100% - 120px);
    display: flex;
  }
  .srp-mainrow.meetpanel .main-wrapper .big-col {
    display: none;
    flex-basis: 45%;
    margin-bottom: 0;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col {
    flex-basis: 100%;
    margin-left: 0.9vw;
  }
  .srp-mainrow.meetpanel .main-wrapper .small-col .thumb {
    flex-basis: calc(33.33% - 13.3px);
    margin-bottom: 22px;
    height: 475px;
    cursor: pointer;
  }
  .srp-mainrow.iplusb-fundamentos {
    margin-bottom: 8%;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col {
    width: 50%;
    max-height: 85vh;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text {
    background-color: #eff4f8;
    position: relative;
    color: #658d1b;
    font-size: 30px;
    padding: 8% 120px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 71px;
    margin: 0 auto;
    margin-left: 0%;
    margin-right: 20px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont svg {
    margin-right: 0px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text .text-cont h1 {
    font-weight: 400;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .header-text h2 {
    font-size: 31px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content {
    width: 100%;
    margin: 0% auto;
    padding: 80px 120px;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content h2 {
    font-weight: 300;
    font-size: 36px;
    color: #658d1b;
  }
  .srp-mainrow.iplusb-fundamentos .iplusb-section .half-col.text .text-content p {
    color: #658d1b;
    font-size: 20px;
    line-height: 28px;
  }
  .srp-mainrow.fundamentos-info {
    position: relative;
    margin-bottom: 15%;
    overflow: visible;
    margin-top: 0;
  }
  .srp-mainrow.fundamentos-info .col-text {
    width: 65%;
    padding: 80px 120px;
  }
  .srp-mainrow.fundamentos-info .col-text h2 {
    color: #658d1b;
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .srp-mainrow.fundamentos-info .col-text p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .srp-mainrow.fundamentos-info .imagen-holder {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 15%;
    width: 35%;
    height: 50vh;
    max-height: 350px;
  }
  .srp-mainrow.fundamentos-info.right-img .col-text {
    margin-right: 35%;
    padding-right: 15%;
  }
  .srp-mainrow.fundamentos-info.right-img .imagen-holder {
    left: auto;
    right: 120px;
  }
  .srp-mainrow.fundamentos-info.left-img .col-text {
    margin-left: 35%;
    padding-left: 15%;
  }
  .srp-mainrow.fundamentos-info.left-img .imagen-holder {
    left: 120px;
    right: auto;
  }
  .srp-mainrow.fundamentos-info:last-of-type {
    margin-bottom: 15%;
  }
  .srp-mainrow.offers {
    max-height: none;
  }
  .srp-mainrow.comunicacion {
    max-height: none;
  }
  .srp-mainrow.comunicacion .posts-holder {
    align-items: flex-start;
    margin-top: 30px;
  }
  .srp-mainrow.comunicacion .posts-holder .post {
    margin-right: 5%;
    flex-basis: 30%;
  }
  .srp-mainrow.comunicacion .posts-holder .post:nth-child(2n) {
    margin-left: 0;
  }
  .srp-mainrow.comunicacion .posts-holder .post:nth-child(3n) {
    margin-right: 0;
  }
  .srp-mainrow.gallery-obj {
    max-height: none;
  }
  .srp-mainrow.gallery-obj h2 {
    margin-bottom: 85px;
  }
  .srp-mainrow.gallery-obj .objective-cont {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 40px;
  }
  .srp-mainrow.gallery-obj .objective-cont .obj-elem {
    margin-right: 5%;
    height: 10vw;
    width: 10vw;
  }
  .srp-mainrow.pdf-downloads {
    max-height: unset;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem {
    flex-basis: calc(33.33% - 30px);
    margin: 0 !important;
    margin-right: 45px !important;
  }
  .srp-mainrow.pdf-downloads .flex-holder .elem:nth-of-type(3n) {
    margin: 0 !important;
  }
  .srp-mainrow.galeria-historias {
    margin-bottom: 0%;
  }
  .srp-mainrow.instalaciones-columnas {
    overflow: visible;
    position: relative;
    margin-bottom: 100px;
    max-height: none;
  }
  .srp-mainrow.instalaciones-columnas .heading-wrapper {
    width: 45%;
  }
  .srp-mainrow.instalaciones-columnas .col-holder {
    display: block;
    font-size: 0;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol.text-col {
    width: 45%;
    margin-right: 5%;
    padding: 0% 0;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol.text-col p {
    margin-bottom: 25px;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol.text-col p:last-of-type {
    margin-bottom: 0;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol.img-col {
    width: 45%;
    margin-left: 5%;
    margin: 0px;
    position: absolute;
    top: 20%;
    transform: translate(-50%, -50%);
    left: 70%;
  }
  .srp-mainrow.instalaciones-columnas .col-holder .halfcol.img-col .image-cont {
    height: 58vh;
    top: 4vw;
    position: relative;
  }
  .srp-mainrow.instalaciones-columnas .map-legend {
    position: absolute;
    top: 55%;
    left: 80%;
  }
  .srp-mainrow.instalaciones-full {
    width: 70%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
  }
  .srp-mainrow.instalaciones-full .oficinas-holder {
    margin-top: 5%;
    height: 60vh;
    background-position: center 3vw;
  }
  .srp-mainrow.contact-form {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .srp-mainrow.contact-form .form {
    width: 70%;
    background-color: #fff;
    padding: 50px;
    margin: auto;
    margin-bottom: 0;
  }
  .srp-mainrow.contact-form form {
    margin-bottom: 0;
  }
  .srp-mainrow.lopd {
    max-height: none;
  }
  .has-cookie-bar #catapult-cookie-bar {
    opacity: 1;
    max-height: 999px;
    min-height: 30px;
    width: 400px;
    left: auto;
    right: 20px;
    padding: 30px;
    bottom: 20px;
    border-radius: 0;
    color: #fff;
    background-color: #658d1b;
  }
  .has-cookie-bar #catapult-cookie-bar a {
    color: #fff;
    font-weight: 600;
  }
  .has-cookie-bar #catapult-cookie-bar span {
    margin: 0;
    margin-bottom: 1em;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 200;
  }
  .has-cookie-bar #catapult-cookie-bar span button#catapultCookie {
    background: #658d1b;
    border: 0;
    padding: 4px 15px;
    border-radius: 3px;
    color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 300;
    outline: none;
    border: 1px solid #fff;
    border-radius: 40px;
  }
  #js-wrapper {
    width: 100%;
    overflow: hidden;
    display: block;
  }
  #js-wrapper .sections {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }
  #js-wrapper .sections .sections-wrapper {
    background-color: rgba(0, 74, 151, 0.06);
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    flex-shrink: 0;
  }
  #js-wrapper .sections .sections-wrapper .movement-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70vh;
  }
  #js-wrapper .sections .squarecont {
    padding: 85px 35px;
    width: 280px;
    height: auto;
    flex-basis: 25%;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    background-color: #fff;
    position: relative;
  }
  #js-wrapper .sections .squarecont .info-wrapper {
    max-width: 260px;
    margin: 0;
  }
  #js-wrapper .sections .squarecont .info-wrapper h2 {
    color: #658d1b;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    line-height: 26px;
  }
  #js-wrapper .sections .squarecont .info-wrapper h3 {
    color: #658d1b;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  #js-wrapper .sections .squarecont .info-wrapper p {
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #js-wrapper .sections .squarecont .info-wrapper svg {
    display: block;
    position: absolute;
    bottom: 50px;
    display: none;
  }
  #js-wrapper .sections .values-cont {
    flex-basis: 75%;
    display: flex;
    justify-content: space-around;
    position: relative;
    max-width: 1600px;
    padding: 0 calc(calc(78% - 980px) / 2);
  }
  #js-wrapper .sections .values-cont .value {
    padding-bottom: 0;
    display: inline-block;
    float: left;
    padding: 15px;
    position: relative;
    top: 40px;
    text-align: center;
    max-width: 230px;
  }
  #js-wrapper .sections .values-cont .value:nth-child(2n) {
    top: -40px;
  }
  #js-wrapper .sections .values-cont .value img {
    max-width: 226px;
    margin: auto;
    width: 100%;
  }
  #js-wrapper .sections .values-cont .value p.heading {
    color: #658d1b;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #js-wrapper .sections .values-cont .value p {
    color: #658d1b;
    font-size: 14px;
    font-weight: 400;
    max-width: 250px;
    margin: auto;
  }
  .uploadcurr-cont .cv-cont {
    padding: 0;
  }
  .uploadcurr-cont .cv-cont .info-wrapper {
    padding: 75px 120px;
  }
  .heading-wrapper {
    max-width: calc(100% - 240px);
    margin: auto;
    margin-bottom: 40px;
    margin-top: 60px;
    padding: 0px;
  }
  .heading-wrapper .heading-separator {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #658d1b;
    margin-bottom: 30px;
  }
  .heading-wrapper h1 {
    color: #658d1b;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
  }
  .info-wrapper {
    max-width: calc(100% - 240px);
    margin: auto;
  }
  .main-wrapper {
    padding: 0;
    max-width: calc(100% - 240px);
    margin: auto;
  }
  .flex,
  .flex-col {
    display: flex;
  }
  .flex.center,
  .flex-col.center {
    justify-content: center;
    align-items: center;
  }
  .flex-col {
    flex-direction: column;
  }
  div.navandportal {
    padding: 14px 120px;
  }
}
@media only screen and (min-width: 1900px) {
  body::after {
    content: 'Desktop';
    display: none;
  }
  .container,
  .container-fluid {
    max-width: 1600px;
  }
  /************************************************************/
  /************************************************************/
  .horiz-wrapper {
    height: calc(100vh - 100px);
  }
  #js-wrapper .sections .sections-wrapper {
    height: auto;
  }
}
