/*
	Theme Name: Close·marketing
	Theme URI: https://close.marketing
	Description: Tema realizado creado a medida en WordPress.
	Author: closemarketing
	Author URI: https://close.marketing

	Version: 1.0

	Template: generatepress

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* PLANES EMPRESA */
.net-planes-empresa {
  display: flex;
  flex-direction: row;
  gap: 32px;
  width: 100%;
  justify-content: center;
}

@media(max-width: 768px) {
  .net-planes-empresa {
    flex-direction: column;
  }
}

.net-plan-empresa {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ddd;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 16px;
  background-color: #FFFFFF;
}

.net-plan-empresa-header {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}

.net-plan-empresa-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 16px 0 0;
}

.net-plan-empresa-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.net-plan-empresa-title {
  color: #0568BF !important;
  font-size: 24px !important;
  font-weight: 700;
  margin: 0;
}

.netelip-plan-empresa-subtitle {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.net-plan-empresa-tipo-pago {
  display: flex;
  flex-direction: row;
}

.net-plan-empresa-precio-mensual,
.net-plan-empresa-precio-anual {
  color: black;
  font-weight: 700;
  font-size: 32px;
  margin: 0 16px 0 0;
}

.net-plan-empresa-precio-anual,
.net-plan-empresa-anual {
  display: none;
}

.net-plan-empresa-mensual,
.net-plan-empresa-anual {
  color: grey;
  font-size: 16px;
}

.net-plan-empresa-description-plan {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 16px 0;
  min-height: 75px;
}

.net-plan-empresa-caracteristicas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.net-plan-empresa-content {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  border-top: 1px solid #ddd;
  padding-top: 24px;
  line-height: 30px;
}

.net-plan-empresa-content ul li {
  list-style: none;
  display: flex;
  align-items: center;
}

.net-plan-empresa-content ul li:before {
  content: "";
  color: #0568BF;
  font-size: 20px;
  margin-right: 8px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: url('/wp-content/plugins/close-netelip/includes/theme/icon-check.svg') no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.net-plan-empresa-habla {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #0568BF;
  color: #FFFFFF;
  height: 40px;
  border-radius: 50px;
}

.net-plan-empresa-habla-link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
}

.net-plan-empresa-habla-link:hover {
  color: #FFFFFF;
}

.net-plan-empresa-ver {
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.net-plan-empresa-ver-link {
  color: #0568BF;
  text-decoration: none;
}

.net-toggle-plans {
  margin: 32px auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 50px;
  max-width: 300px;
  min-height: 50px;
  background-color: #acdeff;
}

.net-toggle-button {
  color: #0568BF;
  font-size: 14px !important;
  font-weight: 400;
  background-color: transparent;
  padding: 4px 16px;
  border-radius: 50px;
  border: none;
}

.active {
  background-color: #FFFFFF !important;
  color: #0568BF !important;
  font-weight: 600;
}

.net-toggle-button:hover {
  background-color: #0568BF;
  color: #FFFFFF;
}

/* Fondo modal: negro con opacidad al 50% */
.modalnet {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Ventana o caja modal */
.contenido-modalnet {
  position: relative;
  background-color: white;
  margin: auto;
  padding: 20px;
  width: 60%;
  -webkit-animation-name: animarsuperior;
  -webkit-animation-duration: 0.5s;
  animation-name: animarsuperior;
  animation-duration: 0.5s
}

/* Animación */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animarsuperior {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* Botón cerrar */
.close {
  color: black;
  float: right;
  font-size: 30px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/**
 * ## Tabla Características
 * --------------------------- */

.tabla-caracteristicas table.vc-table-plugin-theme-classic tr.vc-th td {
  background-color: #E6F1F8;
  font-weight: 700;
}

.tabla-caracteristicas i {
  font-size: 18px;
}

.tabla-caracteristicas .fa.fa-check-circle {
  color: #267AB0;
}

.tabla-caracteristicas .fa.fa-times-circle {
  color: #B80004;
}

.modalnet div.vc_row.wpb_row.vc_row-fluid.container {
  width: 100% !important;
}

/**
 * ## Comparativa planes
 * --------------------------- */

.net-plan-empresa-content .fa {
	margin-left: 10px;
	padding-right: 10px;
}

.comparativa_planes .fa.fa-check,
.net-plan-empresa-content .fa.fa-check{
	color: #238ED6;
}

.comparativa_planes .fa.fa-times {
	color: red;
}

.comparativa_planes .comparativa_planes__title,
.comparativa_planes .comparativa_planes__text {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center
}

.comparativa_planes .comparativa_planes__title {
  margin-bottom: 60px
}

.comparativa_planes .table {
  font-size: 17px;
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_row {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea
  }
}

.comparativa_planes .table .cell {
  padding: 15px 20px;
  font-weight: 500
}

.comparativa_planes .table .cell.text_cell {
  padding-top: 20px
}

@media(min-width: 768px) {
  .comparativa_planes .table .cell {
    padding: 20px
  }
}

.comparativa_planes .table .cell .sub_text {
  font-weight: 600;
  background-color: #828282;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  color: transparent !important
}

.comparativa_planes .table .cell:not(.text_cell):not(.section_head .cell) {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  text-align: center
}

.comparativa_planes .table .cell:not(.text_cell):not(.section_head .cell):not(.table_head .cell) {
  font-size: 1.625rem
}

@media(min-width: 450px) {
  .comparativa_planes .table .cell:not(.text_cell):not(.section_head .cell):not(.table_head .cell) {
    font-size: 1.75rem
  }
}

@media(min-width: 576px) {
  .comparativa_planes .table .cell:not(.text_cell):not(.section_head .cell):not(.table_head .cell) {
    font-size: 17px
  }
}

.comparativa_planes .table .table_head {
  position: sticky;
  top: 67px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  font-size: .875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_head {
    grid-template-columns: 1fr repeat(3, 140px);
    font-size: 1rem
  }
}

@media(min-width: 992px) {
  .comparativa_planes .table .table_head {
    grid-template-columns: 1fr repeat(3, 200px);
    font-size: 1.25rem
  }
}

@media(min-width: 1200px) {
  .comparativa_planes .table .table_head {
    grid-template-columns: 1fr repeat(3, 170px);
    font-size: 1.375rem
  }
}

.comparativa_planes .table .table_head .cell {
  display: flex;
  flex-direction: column
}

@media(min-width: 992px) {
  .comparativa_planes .table .table_head .cell {
    flex-direction: row
  }
}

.comparativa_planes .table .table_head .cell:first-child {
  display: none !important;
  background-color: #032438;
  border-top-left-radius: 20px
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_head .cell:first-child {
    display: flex !important
  }
}

.comparativa_planes .table .table_head .cell.gratis {
  background-color: #27c9d6;
  border-top-left-radius: 20px
}

@media(min-width: 768px) {
}

.comparativa_planes .table .table_head .cell.basico {
  background-color: #79bff0;
}

.comparativa_planes .table .table_head .cell.avanzado {
  background-color: #0568BF;
}

.comparativa_planes .table .table_head .cell.premium {
  background-color: #5eb4ed;
  border-top-right-radius: 20px
}

.comparativa_planes .table .table_head .cell.pro {
  background-color: 0d95e4;
  border-top-right-radius: 20px
}

.comparativa_planes .table .table_head .cell .head_icon {
  display: inline-block
}

@media(min-width: 992px) {
  .comparativa_planes .table .table_head .cell .head_icon {
    margin-right: 10px
  }
}

.comparativa_planes .table .table_body .table_section .table_row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "text text text""gratis basico pro"
}

.comparativa_planes .table .table_body .table_section .table_row.section_head {
  grid-template-columns: 1fr;
  grid-template-rows: unset
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row {
    grid-template-columns: 1fr repeat(3, 110px);
    grid-template-rows: unset;
    grid-template-areas: "text gratis basico pro"
  }
}

@media(min-width: 992px) {
  .comparativa_planes .table .table_body .table_section .table_row {
    grid-template-columns: 1fr repeat(3, 170px)
  }
}

@media(min-width: 1200px) {
  .comparativa_planes .table .table_body .table_section .table_row {
    grid-template-columns: 1fr repeat(3, 170px)
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell .checked {
  width: 22px;
  height: 22px
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell .infomark {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  background: url("/assets/global/all/pricing/tiptool.svg") center/contain no-repeat;
  vertical-align: middle
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell .infomark:hover {
  cursor: pointer
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell .infomark .bulle {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 1;
  min-width: 200px;
  padding: 15px;
  background-color: #d1f0f4;
  border-radius: 8px;
  box-shadow: 0 0 10px #00000029;
  color: #4f4f4f;
  font-weight: 500;
  font-size: .75rem
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row .table_body_cell .infomark .bulle {
    top: 0;
    left: unset;
    right: -10px;
    transform: translateX(100%)
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell .infomark.active .bulle {
  display: inline-block
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.text_cell {
  grid-area: text
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row .table_body_cell.text_cell {
    background-color: rgba(39, 201, 214, .05)
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.gratis_cell {
  background-color: rgba(39, 201, 214, .1)
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row .table_body_cell.gratis_cell {
    background-color: unset
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.gratis_cell .checked {
  background: url("/assets/global/utilities/check-gratis-big.svg") center/contain no-repeat
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.basico_cell {
  background-color: rgba(255, 255, 255, .2)
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row .table_body_cell.basico_cell {
    background-color: rgba(255, 255, 255, .05)
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.basico_cell .checked {
  background: url("/assets/global/utilities/check-basico-big.svg") center/contain no-repeat
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.pro_cell {
  background-color: rgba(39, 201, 214, .3)
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row .table_body_cell.pro_cell {
    background-color: unset
  }
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.pro_cell .checked {
  background: url("/assets/global/utilities/check-pro-big.svg") center/contain no-repeat
}

.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.gratis_cell,
.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.basico_cell,
.comparativa_planes .table .table_body .table_section .table_row .table_body_cell.pro_cell {
  border-radius: 6px;
  margin: 0 3px
}

.comparativa_planes .table .table_body .table_section .table_row.section_head {
  margin-top: 40px
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section .table_row.section_head {
    margin-top: 0
  }
}

.comparativa_planes .table .table_body .table_section .table_row.section_head .cell {
  position: relative;
  padding-right: 30px;
  font-weight: 9000;
  font-size: 19px;
  background-color: rgba(162, 204, 233, .2)
}

.comparativa_planes .table .table_body .table_section .table_row.section_head .cell:first-child .section_trigger {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  display: flex !important;
  align-items: center;
  transform: translateY(-50%)
}

.comparativa_planes .table .table_body .table_section .table_row.section_head .cell:first-child:hover {
  cursor: pointer
}

.comparativa_planes .table .table_body .table_section .table_row.section_head~.table_row {
  display: none
}

.comparativa_planes .table .table_body .table_section .table_row.section_head.open .cell:first-child .section_trigger {
  transform: translateY(-50%) rotate(180deg)
}

.comparativa_planes .table .table_body .table_section .table_row.section_head.open~.table_row {
  display: grid
}

.comparativa_planes .table .table_body .table_section:first-of-type .section_head {
  margin-top: 0
}

.comparativa_planes .table .table_body .table_section:last-of-type .table_row:last-of-type {
  border-bottom: unset;
  border-right: unset
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section:last-of-type .table_row:last-of-type .cell {
    border-bottom: 1px solid #eaeaea
  }
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section:last-of-type .table_row:last-of-type .cell:first-child {
    border-bottom-left-radius: 20px
  }
}

@media(min-width: 768px) {
  .comparativa_planes .table .table_body .table_section:last-of-type .table_row:last-of-type .cell:last-child {
    border-right: 1px solid #eaeaea;
    border-bottom-right-radius: 20px
  }
}