/* xl - DESKTOP STYLES */
/*========*/
/*H E A D E R*/
html {
  scroll-behavior: smooth !important;
}
header#header {
  border-bottom: solid 1px #f4f4f4;
}
#header .logo .standard-logo {
  padding-top: 10px;
  padding-bottom: 10px;
}
#header.sticky-header .header-main.change-logo .logo img {
  padding: 0;
}
#header .share-links > a {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  background: #6ddbf6;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
}
/*=============================================================*/
/*H O M E*/
a.vc_btn3 {
  border-radius: 25px;
}
.titulo-general h1 {
  font-size: 50px;
  line-height: 55px !important;
  margin-bottom: 5px !important;
}
.titulo-general h1 strong {
  font-size: 50px;
  line-height: 55px !important;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.titulo-general .porto-u-sub-heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}
.titulo-general, .titulo-slider {
  position: relative;
}
/*.titulo-general strong {
    color: transparent;
    -moz-text-stroke-width: 1px;
    -webkit-text-stroke-width: 1px;
    -moz-text-stroke-color: #008980;
    -webkit-text-stroke-color: #008980;
    position: relative;
    z-index: 10;
    font-weight: 900;
    font-size: 55px;
}*/
.titulo-general strong:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  bottom: 10px;
  background: #6ddbf6;
  z-index: -10;
  border-radius: 50%;
}
.titulo-general.white strong {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 55px;
  text-transform: uppercase;
}
.titulo-slider strong {
  position: relative;
  z-index: 10;
  text-shadow: none;
  font-size: 70px;
  text-transform: uppercase;
  display: inline-block;
}
.titulo-slider strong:after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0px;
  bottom: 20px;
  background: #6ddbf6;
  z-index: -10;
  border-radius: 50%;
}
.img-svg-height img {
  width: 400px;
}
p.box-servicios-home_p {
  padding-top: 10px;
  transition: 0.4s ease;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.content-msv strong {
  font-size: 18px;
  font-weight: 900;
}
.btn-plano a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 30px;
}
.box-servicios-home {
  padding-top: 35px;
}
.box-servicios-home i.porto-icon-long-arrow-alt {
  position: absolute;
  padding-left: 5px;
}
.box-servicios-home:hover i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.content-img-socios {
  width: 20%;
  padding: 3px;
}
.img-aliados img {
  border: solid 1px #ccc;
  border-radius: 2px;
  transition: 0.3s ease all;
  transform: scale(1);
}
.img-aliados img:hover {
  border: solid 1px #ccc;
  filter: grayscale(0);
  transition: 0.3s ease all;
  transform: scale(1.03);
}
.content-msv-page {
  border: solid 1px #1b1b1b;
  padding: 35px 20px;
  border-radius: 3px;
  transition: 0.4s ease all;
  background: #fff;
  transform: translateY(0px);
}
.content-msv-page:hover {
  border: solid 1px #68a23b;
  padding: 35px 20px;
  border-radius: 3px;
  transition: 0.4s ease all;
  background: rgba(85, 166, 167, 0.06);
  transform: translateY(-10px);
}
.box-descrip-do {
  background: rgba(0, 38, 198, 0.06);
  padding: 35px 20px;
  border-radius: 5px;
  transition: 0.3s ease all;
}
.content_box-descrip-do:hover .box-descrip-do {
  background: rgba(0, 38, 198, 0.06);
  padding: 35px 20px;
  border-radius: 5px;
  transition: 0.3s ease all;
  transform: translateY(-10px);
}
.content_box-descrip-do.vc_column_container {
  padding: 0 3px;
}
.box-descrip-do .porto-sicon-description {
  height: 100%;
  min-height: 170px;
}
.img-vector_form img {
  width: 400px;
}
.content-valores-home {
  padding: 7px 30px;
}
.page-top:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #333132 0, rgba(0, 0, 0, 0.7) 20%, transparent 70%, transparent 100%);
}
.page-top .page-title:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0px;
  bottom: 10px;
  background: #6ddbf6;
  z-index: -10;
  border-radius: 50%;
}
.page-top .page-title {
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: inline;
}
.page-top .page-sub-title {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  font-size: 25px;
}
span.meta-author, span.meta-cats, span.meta-comments {
  display: none !important;
}
span.cat-names {
  display: none;
}
/*===============================================================================================*/
/*H I S T O R I*/
.box-histori img.img-icon {
  padding: 7px;
  background: #6ddbf6;
  transition: 0.5s ease all;
}
.box-histori:hover img.img-icon {
  padding: 7px;
  background: #0a1c7e;
  transition: 0.5s ease all;
}
.box-histori .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 10px #0e4295, 0 0 10px 40px rgba(14, 66, 149, 0);
}
.box-histori:hover .porto-just-icon-wrapper.porto-sicon-img {
  border-radius: 50%;
  transition: 0.5s ease all;
  box-shadow: 0 0 0 5px #0816669e, 0 0 0 10px rgba(14, 66, 149, 0.38), 0 0 10px 0px #0e4295;
}
.box-histori {
  position: relative;
  margin-top: 35px;
  padding: 0 25px;
}
.box-histori p {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1b1b1b;
}
.box-histori h3.porto-sicon-title:before {
  content: '';
  position: absolute;
  width: 4px;
  Height: 40px;
  left: 0;
  top: 101px;
  right: 0;
  margin: 0 auto;
  background: #6ddbf6;
  z-index: -1;
}
.box-histori h3.porto-sicon-title:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 142px;
  right: 0;
  margin: 0 auto;
  transform: rotate(180deg);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 14px solid #6ddbf6;
}
.box-histori .porto-sicon-header {
  padding-top: 50px;
}
/*=======================================================================*/
/*I M G - E F E C T O*/
.img-efecto {
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
}
.img-efecto.right img {
  position: relative;
  z-index: 1;
  /* border-top: solid 20px #fff; */
  border-radius: 0 0 200px;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  object-fit: cover;
}
.img-efecto.right:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 15px;
  bottom: -15px;
  border: solid 5px #081666;
  transition: 0.4s ease all;
  border-radius: 0 0 200px;
  z-index: 10;
}
.img-efecto.left img {
  position: relative;
  z-index: 1;
  /* border-top: solid 20px #fff; */
  border-radius: 0 0 0 200px;
  box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.2);
  min-height: 300px;
  object-fit: cover;
}
.img-efecto.left:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -15px;
  bottom: -15px;
  border: solid 5px #081666;
  z-index: 10;
  border-radius: 0 0 0 200px;
}
.content-img-efecto {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 25px;
  max-width: 660px;
  margin: 0 auto;
}
.content-img-efecto.left {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 25px;
  max-width: 660px;
  margin: 0 auto;
}
.vc_row.wpb_row.vc_inner.row.content-img-efect_carrusel {
  padding: 50px 10px 0px 10px;
}
.content-img-efect_carrusel img {
  height: 100%;
  min-height: 350px !important;
  object-fit: cover;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 5px 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s;
  border-radius: 30px;
}
.img-nosotros_page {
  background-attachment: fixed;
}
.img-nosotros_page {
  position: relative;
}
.img-nosotros_page-inner {
  padding: 100px 0 90px 0;
  position: relative;
  z-index: 10;
}
.img-nosotros_page:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.porto-sicon-box.content-valores-home {
  position: relative;
  padding: 40px 15px 30px !important;
  margin-bottom: 35px;
  z-index: 10;
  transition: 0.4s ease all;
  background: rgba(109, 219, 246, 0.1);
  border-radius: 0 0 20px 20px;
  transform: translateY(0px);
}
.porto-sicon-box.content-valores-home:hover {
  transform: translateY(-10px);
}
.porto-sicon-box.content-valores-home:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #081666;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:hover:after {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #6ddbf6;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #6ddbf6;
  transition: 0.4s ease all;
}
.porto-sicon-box.content-valores-home:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background: #6ddbf6;
  transition: 0.4s ease all;
}
.content-valores-home:hover .porto-just-icon-wrapper.porto-icon.none {
  color: #6ddbf6 !important;
  transition: 0.3s ease all;
}
/*.porto-sicon-box.box-valores {
    position: relative;
    padding: 35px 15px 25px !important;
    margin-bottom: 35px;
    min-height: 235px;
	z-index: 10;
	transition: 0.4s ease all;
}

.porto-sicon-box.box-valores:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 7px;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
.porto-sicon-box.box-valores:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 50px;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
.porto-sicon-box.box-valores:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
.porto-sicon-box.box-valores:hover:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}


p.line-valores:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 7px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
p.line-valores:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 50px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
.porto-sicon-box.box-valores:hover p.line-valores:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 7px;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}
.porto-sicon-box.box-valores:hover p.line-valores:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 100%;
    right: 0px;
    bottom: 0px;
    z-index: 10;
    background: #008980;
    transition: 0.4s ease all;
}


.box-valores .porto-just-icon-wrapper.porto-icon:after {
    content: "";
    position: absolute;
    width: 95%;
    height: 95%;
    right: -6px;
    bottom: 20px;
    z-index: 1;
    background: rgb(0 137 128 / 5%);
    transition: 0.4s ease all;
}*/
.content-frente {
  position: relative;
  z-index: 10;
}
.content-img-float-ico {
  position: absolute;
  top: 30%;
  left: -50px;
}
.img-float-ico img.vc_single_image-img.attachment-full {
  transform: rotate(90deg);
  opacity: 0.15;
  width: 300px;
}
.z-index-100 {
  z-index: 100;
}
/*=======================================================================*/
/*H I S T O R I A*/
.content-historia {
  position: relative;
  padding-left: 40px;
  margin-bottom: 35px;
}
.content-historia:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 2px;
  top: 0px;
  z-index: 10;
  transition: 0.4s ease all;
  transform: rotateY(0deg);
  box-shadow: 0 0 0 3px #fff, 0 0 0 5px #777;
}
.content-historia.bullet-1:before {
  background: #008980;
}
.content-historia.bullet-2:before {
  background: #7cd071;
}
.content-historia.bullet-3:before {
  background: #319444;
}
.content-historia.bullet-4:before {
  background: #298381;
}
.content-historia:hover:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  left: 2px;
  top: 0px;
  z-index: 10;
  transition: 0.4s ease all;
  box-shadow: 0 0 0 0px #fff, 0 0 20px 10px #fff;
  /*transform: rotateY(360deg);*/
}
.content-historia:not(:last-child):after {
  content: '';
  position: absolute;
  width: 1px;
  height: 100%;
  left: 14px;
  top: 25px;
  border: dashed 1px #777;
}
/*.content-historia:not(:last-child) strong {
    position: absolute;
    left: -4px;
    top: -10px;
    background: #fff;
    font-size: 15px;
    color: #255832;
}*/
.content-historia strong {
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  z-index: 10;
}
.content-historia .porto-u-sub-heading {
  padding-top: 10px;
}
a.btn-hero.reverse {
  background: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  transition: 0.3s ease all;
}
a.btn-hero.reverse:hover {
  background: #008980;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  color: #fff;
  transition: 0.3s ease all;
}
.content-btn {
  text-align: center;
}
.btn-call-action.vc_column_container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-lined-degress img {
  width: 700px;
}
.content-lined-degress {
  position: absolute;
  bottom: -300px;
  left: -280px;
}
.fondo-counter.vc_column_container {
  background-image: linear-gradient(rgba(0, 137, 128, 0.8), rgba(0, 137, 128, 0.8)), url(https://develop1.webstudiopanama.com/handysolutions/wp-content/uploads/2024/10/fondo-servicios-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.fondo-counter.dos.vc_column_container {
  background-image: linear-gradient(rgba(104, 162, 59, 0.8), rgba(104, 162, 59, 0.8)), url(https://develop1.webstudiopanama.com/handysolutions/wp-content/uploads/2024/10/fondo-mantenimiento.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.fondo-counter.tres.vc_column_container {
  background-image: linear-gradient(rgba(0, 137, 128, 0.8), rgba(0, 137, 128, 0.8)), url(https://develop1.webstudiopanama.com/handysolutions/wp-content/uploads/2024/10/personalout.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.text-services.vc_column_container {
  padding: 50px !important;
  max-width: 750px;
  height: 350px;
  display: flex;
  align-items: center;
}
.vc_row.wpb_row.row.top-row.reverse, .reverse .row.align-items-center {
  flex-direction: row-reverse;
}
.img-page-services {
  position: relative;
  height: 100%;
  min-height: 350px;
  position: relative;
  z-index: 10;
}
.img-page-services:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: #008980;
  mix-blend-mode: hard-light;
}
/*======================================================================================*/
/**/
.porto-tooltip-wrap.empty-tooltip .tooltip-inner {
  display: none;
}
.box-contacto .porto-sicon-description {
  margin-top: 0;
}
.box-contacto .porto-sicon-description a {
  color: #1b1b1b;
}
.content-certificaciones img {
  max-width: 200px;
}
/*======================================================================================*/
/*V E N T A J A S*/
.container-ventajas {
  position: relative;
}
.container-ventajas_box {
  border-bottom: solid 1px var(--porto-secondary-color);
  margin-bottom: 10px;
}
.porto-u-heading.container-ventajas {
  margin-bottom: 5px;
}
.container-ventajas .porto-u-main-heading {
  position: absolute;
  right: 0;
  top: 0;
}
.container-ventajas h2 {
  color: #fff;
  font-size: 25px;
  position: relative;
  left: 20px;
  z-index: 10;
  padding: 3px 10px !important;
  width: 50px;
  text-align: center;
  font-weight: 100;
}
.container-ventajas h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  background: var(--porto-secondary-color);
  transition: 0.3s ease all;
}
.container-ventajas .porto-u-sub-heading {
  max-width: calc(100% - 50px);
  margin: 0;
}
.container-ventajas_right {
  position: relative;
  min-height: 470px;
}
.btn-plano-ventajas a {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 30px;
}
.btn-plano-ventajas i {
  padding-left: 5px;
}
.btn-plano-ventajas i.porto-icon-long-arrow-alt {
  position: absolute;
  padding-left: 5px;
}
.container-ventajas_box:hover i.porto-icon-long-arrow-alt {
  animation: arrow-move 0.3s infinite alternate;
}
@keyframes arrow-move {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(5px);
  }
}
.container-ventajas_img {
  display: none;
}
.container-ventajas_img:first-child {
  display: block;
}
.container-ventajas_img img {
  min-height: 600px;
  object-fit: cover;
}
/*======================================================================================*/
/* A C T I V E*/
.container-ventajas_box.active .container-ventajas h2:after {
  width: 200%;
  transition: 0.3s ease all;
}
.btn-plano-ventajas a {
  transform: scale(0);
  opacity: 0;
  transition: 0.3s ease all;
}
.container-ventajas_box.active .btn-plano-ventajas a {
  transform: scale(1);
  opacity: 1;
  transition: 0.3s ease all;
}
/*======================================================================================*/
/*N E W S  L E T T E R*/
.contact-form-newsletter input {
  padding: 15px;
}
.content-fomr.col-lg-12 {
  display: flex;
  flex-direction: row;
  /*flex-wrap: wrap;*/
}
.contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
  margin: 0px;
  width: 100%;
  padding: 25px;
  font-size: 16px;
  border-radius: 25px 0 0 25px;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
  background: #ffffff;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #1b1b1b;
  padding: 15px 25px;
  text-align: center;
  border: none;
  width: 100%;
  border-radius: 0 25px 25px 0;
}
.contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr:hover {
  background: #1b1b1b;
  font-weight: 500;
  transition: 0.3s ease all;
  color: #fff;
  padding: 15px 25px;
  text-align: center;
}
textarea#contact-message {
  resize: none;
  height: 120px;
  border-radius: 5px;
}
/*==========================================================================*/
/*F O O T E R*/
#footer .logo-footer img {
  width: 250px;
}
.certificaciones-footer img {
  width: 170px;
}
i.icon-footer {
  padding-right: 5px;
}
/*==============================================================================*/
/*Q U E R Y*/
@media (max-width: 1600px) {
  .content-lined-degress img {
    width: 600px;
  }
}
@media (max-width: 1259px) {
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 100px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1370px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
/* lg - TABLET LANDSCAPE STYLES */
@media (max-width: 1199px) {
  .porto-sicon-box.box-valores {
    min-height: 250px;
  }
  .titulo-slider strong {
    position: relative;
    z-index: 10;
    text-shadow: none;
    font-size: 60px;
    text-transform: uppercase;
    display: inline-block;
  }
  .titulo-slider strong:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    right: 0px;
    bottom: 20px;
    background: #6ddbf6;
    z-index: -10;
    border-radius: 50%;
  }
}
/* md - TABLET PORTRAIT STYLES */
@media (max-width: 991px) {
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 130px;
  }
  .btn-call-action.vc_column_container {
    padding: 25px 0 10px 0;
  }
  .call-to-ation_content .porto-u-heading {
    text-align: center !important;
  }
  #header .header-main .header-left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #header .header-main .header-center {
    padding: 0;
  }
  .text-services.vc_column_container {
    padding: 50px !important;
    max-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .container-ventajas_img {
    padding-top: 50px;
  }
  .container-ventajas_img img {
    min-height: inherit;
    object-fit: cover;
  }
  .titulo-slider strong {
    position: relative;
    z-index: 10;
    text-shadow: none;
    font-size: 50px;
    text-transform: uppercase;
    display: inline-block;
  }
  .titulo-slider strong:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    right: 0px;
    bottom: 20px;
    background: #6ddbf6;
    z-index: -10;
    border-radius: 50%;
  }
  .page-top > .container {
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }
  .btn-plano-ventajas a, .container-ventajas_box.active .btn-plano-ventajas a {
    transform: scale(1);
    opacity: 1;
    transition: 0.3s ease all;
  }
}
/* sm - SMARTPHONE LANDSCAPE STYLES */
@media (max-width: 767px) {
  .box-descrip-do .porto-sicon-description {
    height: 100%;
    min-height: 100%;
  }
  .box-descrip-do {
    padding: 35px 20px 45px 20px;
  }
  .contact-form-newsletter .col-lg-12 {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    width: 100%;
  }
  .box-servicios-home h3.porto-sicon-title {
    font-size: 23px;
    line-height: 30px;
  }
  .porto-sicon-box.box-valores {
    min-height: inherit;
  }
  h2.titulo-call-to-action {
    text-align: center !important;
  }
  .contact-form-newsletter input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border-radius: 25px;
  }
  .contact-form-newsletter input.wpcf7-form-control.has-spinner.wpcf7-submit.btn-fomr {
    border-radius: 25px;
  }
  .content-valores-home {
    padding: 5px 20px;
  }
  .page-top .page-sub-title {
    font-size: 20px;
  }
  .container-ventajas h2 {
    color: #fff;
    font-size: 15px;
    position: relative;
    left: 20px;
    z-index: 10;
    padding: 3px 10px !important;
    width: 35px;
    text-align: center;
    font-weight: 100;
  }
  .container-ventajas .porto-u-sub-heading {
    max-width: calc(100% - 10px);
    margin: 0;
  }
  .content-img-efect_carrusel img {
    height: 100%;
    min-height: 300px !important;
    object-fit: cover;
  }
}
/* xs - SMARTPHONE PORTRAIT STYLES */
@media (max-width: 479px) {
  .titulo_botom-slider h2 {
    font-size: 20px;
  }
  .titulo-general h1 {
    font-size: 35px;
    line-height: 40px !important;
  }
  .content-img-socios {
    width: 25%;
  }
  .text-services.vc_column_container {
    padding: 45px 15px !important;
  }
  .img-page-services {
    min-height: 250px;
  }
  .titulo-general.white strong {
    font-size: 40px;
    line-height: 60px !important;
  }
  .titulo-general h1 strong {
    font-size: 40px;
    line-height: 50px !important;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
  }
  .titulo-general strong:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0px;
    bottom: 10px;
    background: #6ddbf6;
    z-index: -10;
    border-radius: 50%;
  }
  .titulo-slider strong {
    position: relative;
    z-index: 10;
    text-shadow: none;
    font-size: 35px;
    text-transform: uppercase;
    display: inline-block;
  }
  .titulo-slider strong:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0px;
    bottom: 10px;
    background: #6ddbf6;
    z-index: -10;
    border-radius: 50%;
  }
  .content-img-float-ico {
    top: 20%;
  }
  .page-top .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .page-top .page-title:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    right: 0px;
    bottom: 5px;
    background: #6ddbf6;
    z-index: -10;
    border-radius: 50%;
  }
  .page-top > .container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F3630-scss-desktop.scss%22%2C%22wp-content%2Fcustom_codes%2F3630-scss-tablet-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3630-scss-tablet-p.scss%22%2C%22wp-content%2Fcustom_codes%2F3630-scss-mobile-l.scss%22%2C%22wp-content%2Fcustom_codes%2F3630-scss-mobile-p.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BACCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlBA%3BAAAA%3BAC4BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADrDA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACoEA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADxQA%3BAAAA%3BAC8QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BADxUA%3BAAAA%3BAC%2BUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAD3fA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACknBA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BADjoBA%3BAAAA%3BACuoBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADtrBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACusBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADhyBA%3BAAAA%3BAC6yBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BADxzBA%3BAAAA%3BAC8zBA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAACE%3BAAAA%3BAAAA%3BAACA%3BAAAA%3BAAAA%3BAAAA%3BAAGF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD94BA%3BAAAA%3BACo5BA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADh6BA%3BAAAA%3BACu6BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD58BA%3BAAAA%3BACo9BA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAD39BA%3BAAAA%3BACg%2BBA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7%2BBJ%3BAAIA%3BAEJA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFZA%3BAASA%3BAGTG%3BAAAA%3BAAAA%3BAAAA%3BAAIH%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH%2FDA%3BAAcA%3BAIdA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAJvDA%3BAAmBA%3BAKnBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */