@charset "utf-8";

:root {
  --btn-color: #fff;
  --btn-color-hover: #ececec;

  --color-gray: #d8d8d8;

  --primary-color: #029bde;
  --primary-color-hover: #0093d3;

  --secondary-color: #004684;

  --secondary-color-rgb: 0, 70, 132;

  --slider-arrow: #fff;

  --primary-font: "Poppins", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
}

html {
  font-family: var(--secondary-font);
  font-size: 10px;
}

body,
td,
th,
input,
select,
textarea,
p,
a,
li {
  font-family: var(--secondary-font);
  color: #3d3d3d;
}

body,
td,
th,
input,
select,
textarea {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--primary-font);
  font-weight: 700;
  color: #000;
}

/* Estilos para las zebras */
.zebra {
  margin-top: 15px;
  margin-bottom: 20px;
}
.zebra td {
  border-bottom: 1px solid #f1f1f1;
}
.zebra tr.alt td {
  background: #f7f7f7;
}
.zebra tr.over td {
  background: #e2e2e2;
}
.zebra tr.title td {
  background-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #999;
}

/* Retoques al jQuery UI*/
.margin {
  margin: 5px;
}
.clear {
  clear: both;
}
#MenuVertical {
  padding: 0;
  margin: 0;
  width: 172px;
  float: left;
  margin-right: 27px;
}
#MenuVertical li {
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  margin-top: 3px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  list-style-image: url(vineta.gif);
}
#MenuVertical li a {
  color: #3e545f;
  display: inline;
  list-style-position: inside;
  list-style-type: none;
  padding: 0px;
  font-size: 13px;
  font-weight: normal;
  text-decoration: none;
  margin: 0px;
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  border-color: #343434 !important;
  background: #343434 !important;
  color: #ebebeb !important;
}
.btn-default {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  transition: all 0.3s ease;
}
.btn-default:hover {
  border-color: var(--primary-color-hover) !important;
  background-color: var(--primary-color-hover) !important;
  transition: all 0.3s ease;
  color: #fff !important;
}

.ct-content-buscar .btn-default {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
  transition: all 0.3s ease;
}

/* Paddings */

.p-x {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.p-y {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 1em;
}
.p-2 {
  padding: 2em;
}
.p-3 {
  padding: 3em;
}
.p {
  padding: 1em;
}

.d-flex {
  display: flex;
}

/* Tags */
p {
  font-weight: 300;
  line-height: 1.5;
  text-align: justify;
}
a {
  transition: all 0.3s ease-in-out;
}
a:hover {
  text-decoration: none;
  color: var(--azul);
}
a:visited,
a:active,
a:focus {
  text-decoration: none !important;
}
*:focus {
  outline: none !important;
}
/*------------*/

body.noscroll {
  overflow: hidden;
}

body.paginas .content-box {
  padding-top: 6rem;
}

section.home-section {
  padding-top: 7.2rem;
}

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px;
}

.site-content {
  padding-top: 7.2rem;
}

/* #main-paginas:not(.pg-adm) .site-content {
  padding-top: 0px;
} */

/*------------*/

.img-zoom-in,
.img-zoom-out {
  overflow: hidden;
}
.img-zoom-in img,
.img-zoom-out img {
  transition: all 0.3s ease-in-out;
}
.img-zoom-in:hover img {
  transform: scale(1.15);
}
.img-zoom-out img {
  transform: scale(1.15);
}
.img-zoom-out:hover img {
  transform: scale(1);
}
/* Fonts */
.text-upper {
  text-transform: uppercase;
}

.w-100 {
  width: 100%;
}

.mm-slideout {
  z-index: 99;
}

/** Titutlos paginas internas */

h2.content-box-title {
  font-weight: 900;
  color: var(--color-primary);
  font-size: 2rem;
  position: relative;
  text-align: center;
  padding-bottom: 2rem;
}

/* HEADER */

header.home {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background: #fff;
  transition: all 0.4s ease;
  border-bottom: 1px solid var(--color-gray);
}

.relative__header {
  position: relative;
  width: 100%;
  padding: 0 2rem;
}

header.home.fixed {
  transition: all 0.4s ease;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0.8rem 0; */
  height: 7.2rem;
  max-width: 1450px;
  margin: 0 auto;
}

.header-content.active {
  justify-content: center;
}

.content-info-header {
  display: flex;
  place-content: center;
  place-items: center;
}

.nav-brand {
  max-height: 8rem;
  transition: all 0.3s ease;
}

.nav-brand img {
  transition: all 0.3s ease;
  max-height: 6rem;
}

.nav__right {
  display: none;
}

/* custom submenu asul */

.asul__main--item {
  min-height: 10rem;
  max-height: 10rem;
}

.asul__main--item:hover ~ .asul__submenu,
.asul__submenu:hover {
  display: block;
}

.asul__submenu {
  display: none;
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0;
  top: 100%;
  min-height: 30rem;
  background: #fff;
  box-shadow: 0px 20px 16px 4px rgba(56, 65, 72, 0.2);
}

.submenu__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 192rem;
  min-height: 30rem;
  margin: 0 auto;
}

.submenu__items {
  /* display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 2rem; */
  max-width: 72rem;
  margin: 0 0 0 auto;
  padding: 3.2rem 2rem;
}

.submenu__items--grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2rem;
}

.submenu__images {
  display: flex;
  place-content: end;
  place-items: center;
  overflow: hidden;
}

.submenu__images img {
  height: 100%;
  object-fit: contain;
}

.submenu__images .item--image {
  display: none;
}

.submenu__images .item--image.active {
  display: block;
}

.submenu__item.submenu__title {
  font-weight: 600 !important;
  color: #029bde !important;
  pointer-events: none !important;
}

.menu__item,
.submenu__item {
  text-align: start !important;
  padding: 8px 12px !important;
}

.menu__item:hover,
.submenu__item:hover {
  color: #029bde !important;
}

/* custom submenu asul */

/*para quitar los submenus en la vista responsive*/

.social-links,
.main-nav-mobile {
  display: none;
}

/*para quitar los submenus en la vista de escritorio*/

#menu-main > li > ul {
  color: #000 !important;
}

a.toogle-menu {
  color: var(--primary-color);
  font-size: 30px;
  padding: 0 5px;
  line-height: 1;
}

a.toogle-menu:active,
.toogle-search:active,
a.toogle-menu:hover,
.toogle-search:hover,
a.toogle-menu:focus,
.toogle-search:focus {
  color: var(--primary-color-hover);
}

.toggle-active {
  display: block !important;
}

.toggle-disable {
  display: none !important;
}

.mm-menu {
  z-index: 20;
  background: var(--primary-color);
  border-color: var(--primary-color-hover);
  color: #fff;
}
ul.mm-listview {
  display: block !important;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
}

.mm-listitem a {
  white-space: normal;
}

.mm-listitem .mm_arrow_down {
  display: none;
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 0 -20px;
}
.mm-menu .mm-listview .mm-btn_next::after {
  border-color: #fff;
}
.mm-menu .mm-btn::after,
.mm-menu .mm-btn::before {
  border-color: #fff;
}
.navbar-header {
  display: none;
}
.navbar-header.disabled {
  display: none;
}
.mm-menu .mm-navbar a,
.mm-menu .mm-navbar > * {
  color: #fff;
  font-weight: bold;
}
.mm-wrapper_opening
  [class*="mm-menu_pagedim"].mm-menu_opened
  ~ .mm-page__blocker {
  opacity: 0.6 !important;
}
.mm-menu .mm-listview a:not(.mm-btn_next) {
  color: #fff !important;
  font-weight: 600;
}
.mm-navbars_bottom {
  height: 47px;
  background: var(--primary-color);
}
.bg-icon {
  font-size: 20px;
}
.bg-icon > span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  color: #fff;
}

.header__social--media,
.footer__social--media {
  display: flex;
  place-items: center;
  gap: 12px;
}

.header__social--media a,
.footer__social--media a {
  display: flex;
  place-content: center;
  place-items: center;
  background-color: #000;
  border-radius: 50%;
  color: #fff;
}

.header__social--media a {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  font-size: 16px;
}

.footer__social--media a {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
  font-size: 24px;
}

.header__social--media a:hover,
.footer__social--media a:hover {
  color: #fff;
  background-color: var(--primary-color);
  transition: all 0.4 ease-in-out;
}

/***** End header ******/

/*** quitar para no estorbar ***/
#pge_ssl_widget {
  display: none;
}

.icons-header {
  display: flex;
  flex-direction: row;
  gap: 1.2rem;
  align-items: center;
}

/* Slick arrow */

.slick-arrow {
  position: absolute;
  z-index: 6;
  display: flex;
  place-content: center;
  place-items: center;
  color: #000;
  background-color: var(--slider-arrow);
  border-radius: 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  transition: background-color 0.4s ease-in;
}

.slick-arrow:hover,
.slick-arrow:active,
.slick-arrow:focus {
  transition: background-color 0.2s ease-in-out;
  color: #000;
  opacity: 1;
  background-color: #f1f1f1;
}

span.arrow-left,
span.arrow-right {
  transform: translateY(-50%);
  top: 50%;
  padding-bottom: 2px;
}

span.arrow-left {
  left: 8px;
  padding-right: 3px;
}
span.arrow-right {
  right: 8px;
  padding-left: 3px;
}

.slick-arrow {
  font-size: 2rem;
}

/* Slick arrow */

/* Slick docks */

ul.slick-dots {
  list-style: none;
  display: flex;
  gap: 4px;
  place-content: center;
  padding: 32px 0 0 0;
}

ul.slick-dots li button {
  border: none;
  width: 12px;
  height: 12px;
  background-color: var(--color-gray);
  color: transparent;
  border-radius: 50%;
  padding: 0;
  transition: all 0.5s ease-in;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li.slick-active button {
  background-color: var(--primary-color);
}

/* Slick docks */

/* start slider hero */

.slider-home {
  position: relative;
}

#slider__desktop {
  display: none;
}

#slider__desktop ul.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.2rem;
}

#slider__desktop ul.slick-dots li button {
  border: none;
  background-color: var(--color-gray);
}

#slider__desktop ul.slick-dots li.slick-active button,
#slider__desktop ul.slick-dots li.slick-active button {
  background-color: var(--secondary-color);
}

.container__slider {
  position: relative;
}

.slider__img img {
  width: 100%;
}

.slider__contain {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  padding: 2rem 1.2rem;
  width: 76%;
  max-width: 46rem;
  margin: 0 auto;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider__contain h1 {
  font-size: 28px;
  line-height: normal;
  font-weight: 300;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0;
}

.slider__contain h1 span {
  font-weight: 900;
}

.slider__contain p {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-shadow: 0px 2px 50px rgba(0, 0, 0, 0.5);
  margin: 4px 0 0;
  padding-bottom: 12px;
}

.slider__btn {
  display: inline-flex;
  font-size: 10px;
  font-weight: 500;
  color: #000 !important;
  padding: 1.2rem 2rem;
  border-radius: 5px;
  background: var(--btn-color);
  transition: background 0.4s ease-in;
  margin-top: 20px;
  position: relative;
}

.slider__btn:hover {
  transition: background 0.4s ease-in-out;
  background: var(--btn-color-hover);
}

/* end slider hero */

/* banner hero */

/* globals title and description section */

.sec_title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
  padding-bottom: 2rem;
}

.sec_description {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  color: #000;
  max-width: 90%;
  margin: 0 auto;
}

.sec_title.sec_title-xl {
  font-size: 36px;
  line-height: 42px;
}

/* globals title and description section */

/* start macroproyectos */

.container__macroproyectos {
  max-width: 192rem;
  padding: 4rem 1.2rem;
  margin: 0 auto;
  width: 100%;
}

.maroproyectos__slider {
  margin-top: 4rem;
}

.macroproyecto_slide {
  padding: 8px;
}

.art__macroproyecto {
  border-radius: 1.2rem;
  overflow: hidden;
}

.art__macroproyecto--cover {
  min-height: 32rem;
  max-height: 32rem;
  object-fit: cover;
}

.art__macroproyecto--info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  place-content: center;
  place-items: center;
  min-height: 18rem;
  max-height: 18rem;
}

.art__macroproyecto--info img {
  max-width: 12rem;
  max-height: 14rem;
  margin: 0 auto;
}

.art__macroproyecto--info h4 {
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 1.2rem;
  max-width: 90%;
  margin: 0 auto;
}

/* end macroproyectos */

/* start cards */

.container__cards--bg {
  background: #f5f5f7;
}

.container__cards {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 192rem;
  margin: 0 auto;
  padding: 1.2rem;
  gap: 1.2rem;
}

.art__card {
  position: relative;
  width: 100%;
  border-radius: 1.2rem;
  overflow: hidden;
}

.art__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000085;
  transition: background 0.4s ease-in;
}

.art__card img {
  width: 100%;
  object-fit: cover;
  min-height: 32rem;
}

.art__card--info {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 60rem;
  width: 100%;
  padding: 4rem 2rem 1.6rem;
}

.art__card--info h3 {
  font-family: var(--primary-font);
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  color: #fff;
  text-shadow: 0 2px 50px rgba(0, 0, 0, 0.6);
}

.art__card--info p {
  font-family: var(--primary-font);
  font-size: 10px;
  font-weight: 500;
  text-align: center;
  margin: 0;
  padding: 0.8rem 0 1.2rem;
  color: #fff;
  text-shadow: 0 2px 50px rgba(0, 0, 0, 0.6);
}

.art__card--info a {
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  padding: 1.2rem 4.2rem;
  color: #fff;
  border-radius: 4px;
  background: #029bde;
}

/* end cards */

/* start customer */

.container__customer {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  max-width: 192rem;
  padding: 4rem 1.2rem;
  margin: 0 auto;
}

.customers__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  width: 100%;
  margin-top: 4rem;
}

.art__customer {
  display: flex;
  flex-direction: column;
  place-items: center;
  padding: 6rem 2rem 2rem;
  border-radius: 12px;
  border: 1px solid #d8d8d8;
  min-height: 28rem;
  max-height: 28rem;
  background: #fff;
  transition: background 0.4s ease-in, border 0.4s ease-in;
}

.art__customer:hover {
  transition: background 0.4s ease-in-out, border 0.4s ease-in-out;
  border: 1px solid var(--primary-color);
  background: #f7fafb;
}

.art__customer img {
  max-width: 80%;
  margin: 0 auto;
  min-height: 7rem;
  max-height: 7rem;
  object-fit: contain;
}

.art__customer h4 {
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem 0 0;
  text-align: center;
  color: #000;
}

/* end customer */

/* start footer */

footer.container__footer {
  width: 100%;
  background-color: #ececec;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 2rem;
}

.footer__background {
  width: 100%;
  max-width: 160rem;
  margin: 0 auto;
  border-bottom: 1px solid #cacaca;
}

.footer__menus {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 4rem 0;
  max-width: 145rem;
  margin: 0 auto;
}

.footer__menu h4 {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
  padding-bottom: 1.2rem;
}

.footer__menu ul {
  list-style: none;
  padding: 0;
}

.footer__menu ul li {
  padding: 0 0 4px 0;
  position: relative;
}

.footer__menu ul li a {
  font-size: 1.4rem;
  font-weight: 500;
  color: #787878;
}

.btn__locations {
  display: inline-flex;
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 20px 12px;
  text-align: center;
  border-radius: 4.389px;
  background: var(--primary-color);
  transition: all 0.4s ease-in;
  margin-bottom: 12px;
}

.btn__locations:hover {
  color: #fff;
  background: var(--primary-color-hover);
  transition: all 0.4s ease-in-out;
}

.footer__menu--logo {
  padding: 12px 0;
}

.footer__menu--logo span {
  font-family: var(--primary-font);
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-right: 12px;
}

.footer__menu--editor .cbp-block,
.footer__menu--editor .col-xs-12 {
  padding: 0;
}

.footer__menu--editor p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #787878;
  text-align: start;
  margin: 0;
  padding-bottom: 4px;
}

.footer__menu.footer__menu-xl ul li a {
  font-size: 1.6rem;
  pointer-events: none;
}

.footer__menu.footer__menu-xl ul li {
  padding-bottom: 1.2rem;
}

.footer__background-w {
  background-color: #ececec;
}

.content-copy {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 8px 0;
}

.content-copy p,
.terms-conditions p,
.design-web p {
  margin: 6px 0;
}

.content-copy p,
.terms-conditions p,
.design-web p a {
  font-size: 12px;
  font-weight: 400;
  color: #494949;
  text-align: start;
}

/* end footer */

/* Media Queries */

@media (min-width: 500px) {
  /* start slider hero */

  .slick-arrow {
    height: 32px;
    width: 32px;
  }

  .slick-arrow {
    font-size: 3.2rem;
  }

  .slider__contain h1 {
    font-size: 32px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  .slider__btn {
    font-size: 12px;
    border-radius: 6px;
    padding: 1.2rem 4rem;
  }

  /* end slider hero */

  .footer__menu-subscribe {
    min-width: 360px;
    max-width: 360px;
  }

  .footer__menu-subscribe .F2_item_2 input {
    width: 360px;
  }
}

@media (min-width: 600px) {
  /* start footer */

  .footer__menus {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 0 4rem;
  }

  /* end footer */
}

@media (min-width: 700px) {
  /* start slider hero */

  .slider__contain h1 {
    font-size: 40px;
  }

  .slider__contain p {
    font-size: 16px;
  }

  /* end slider hero */
}

/* ===== WHATSAPP ==== */

.whatsapp-action {
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 64px;
	height: 64px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animated-hover:hover {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	10%, 20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%, 50%, 70%, 90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%, 60%, 80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada;
}

.whatsapp-widget {
	position: fixed;
	bottom: 55px;
	right: 15px;
	width: 141px;
	height: 44px;
	background-image: url("whatsapp-movil.png?v01");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	z-index: 9999;
}


.whatsapp-widget-min,
.whatsapp-widget-min:hover {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 60px;
	z-index: 9999;
	display: flex;
	overflow: hidden;
	background-color: #49d45c;
	color: #144c41;
	align-items: center;
	padding-left: 56px;
	font-weight: 700;
	font-size: 15px;
	border-top: 13px solid;
	background-image: url(whatsapp-min-icon.png?v01);
	background-repeat: no-repeat;
	background-position: -12px center;
	background-size: 60px;
	letter-spacing: -1px;
}


@media (min-width: 450px) {
	.whatsapp-widget-min, .whatsapp-widget-min:hover {
		position: fixed;
		bottom: 25px;
		right: 19px;
		width: 144px;
		height: 44px;
		border-top: none;
		background-image: url(whatsapp-min-icon.png?v01);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		letter-spacing: 0px;
		z-index: 9999;
		display: flex;
		overflow: hidden;
		background-color: #4cdf5f;
		border-radius: 22px;
		color: #144c42;
		align-items: center;
		padding-left: 46px;
		font-weight: bold;
		font-size: 15px;
	}

	.whatsapp-widget {
		right: 25px;
		bottom: 15px;
		width: 200px;
		height: 160px;
		background-image: url("whatsapp.png?v01");
	}

}

/* ===== FIN WHATSAPP ==== */