/*
Theme Name: iPaginaWeb
Theme URI: https://ipaginaweb.com/
Description: Theme exclusivo para iPaginaWeb
Version: 1.2
Author: Raul Valverde
Author URI: https://raulvalverde.com/
*/

a {
  color: #ef540e;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #ef540e;
  text-decoration: underline;
}

body {
  padding-top: 50px;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media (min-width: 992px) {
  body {
    padding-top: 74px;
  }
}

@media (min-width: 576px) {
  .w-sm-revert {
    width: revert-layer !important;
  }

  .h-sm-revert {
    height: revert-layer !important;
  }
}

.main {
  flex: 1;
}

.fw-extrabold {
  font-weight: 800 !important;
}

body,
input,
select,
textarea {
  font-family: "Open Sans", sans-serif;
}

@media (min-width: 992px) {
  body,
  input,
  select,
  textarea {
    font-size: 1.15rem;
    line-height: 1.5;
  }
}

.font-h1,
.font-h2,
.font-h3,
.font-h4,
.font-h5,
.font-h6,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.3 !important;
}

img {
  transition: all 0.2s ease 0s;
}

.section {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .section {
    padding: 60px 0;
  }
}

.text-red {
  color: red;
}

.texto-through {
  text-decoration: line-through;
}

#about {
  background-color: white;
}

#footer {
  background-image: url("https://ipaginaweb.com/wp-content/uploads/7.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.25);
  border-top: 1px solid #eee;
  position: relative;
  font-size: 0.9rem;
}

#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

#footer .info {
  font-size: 0.9rem;
  border-color: #666 !important;
}

.logo img {
  height: 25px;
  display: block;
  width: auto;
}

@media (min-width: 992px) {
  .logo img {
    height: 35px;
  }
}

#header {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #ff9a00;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
  background: #ef540e;
}

#header .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.25;
  padding: 10px 0;
  height: 50px;
}

@media (min-width: 992px) {
  #header .header {
    height: auto;
  }
}

.navigation {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: white;
  height: calc(100vh - 50px);
  z-index: 1;
  display: none;
  overflow: auto;
}

@media (min-width: 992px) {
  .navigation {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    display: block;
    background-color: transparent;
    height: auto;
    overflow: visible;
  }
}

.navigation ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .navigation ul {
    display: flex;
  }
}

.navigation li {
  list-style: none;
  margin-left: 1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 992px) {
  .navigation li {
    border-top: none;
  }
}

.navigation li a {
  display: block;
  color: #ef540e;
  padding: 15px;
}

@media (min-width: 992px) {
  .navigation li a {
    color: white;
    padding: 10px 22px;
    border-radius: 5px;
  }
}

.navigation li a:focus,
.navigation li a:hover {
  text-decoration: none;
  background-color: white;
  color: #ef540e;
}

.navigation li span {
  display: block;
}

.navigation li .label-nav {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  white-space: nowrap;
}

.navigation li .label-nav-sub {
  font-size: 11px;
  display: none;
}

@media (min-width: 992px) {
  .navigation li .label-nav-sub {
    display: block;
  }
}

.featured .wrap {
  text-align: center;
}

@media (min-width: 768px) {
  .featured .wrap {
    text-align: left;
  }

  .featured .wrap.even {
    text-align: right;
  }

  .featured .wrap.even li {
    list-style-position: inside;
  }
}

.featured h2 {
  text-transform: uppercase;
}

.featured .wrap.alt {
  text-align: left;
}

.featured .wrap .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
}

strong {
  font-weight: 700;
}

.bg-gray {
  background-color: #ededed;
}

.text-gray {
  color: #444;
}

.bg-yellow {
  background-color: #f6f7d7;
}

.bg-orange {
  background-color: #ff9a00;
}

.bg-orange2 {
  background-color: #ef540e;
}

.text-orange {
  color: #ef540e !important;
}

.bg-blue {
  background-color: #2ec0d4;
}

.single-post .bg-blue a {
  color: white;
}

.bg-black {
  background-color: #222;
  color: white;
}

@media (min-width: 768px) {
  .bg-md-black {
    background-color: #222;
    color: white;
  }

  .bg-md-black a {
    color: white;
  }
}

#footer a {
  color: white;
}

.bg-content {
  background-color: white;
}

.featimg {
  position: relative;
}

@media (min-width: 576px) {
  .featimg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.6) 60%
    );
  }
}

@media (min-width: 576px) {
  .single .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
    z-index: 1;
  }
}

.font-weight-medium {
  font-weight: 600;
}

.box-shadow {
  box-shadow: 0 0 10px #ddd;
}

@media (max-width: 992px) {
  .container {
    max-width: inherit;
  }
}

.container {
  position: relative;
}

.slider > div {
  background-color: black;
  background-size: cover;
  background-attachment: fixed;
  height: 65vh;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
}

.slider-design {
  overflow: hidden;
  box-shadow: 0 0 15px #bbb;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .slider > div {
    height: 85vh;
  }

  .slider-design > div {
    height: 400px !important;
    background-attachment: inherit;
  }

  .slider-design > div img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
  }
}

.slider .center {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}

.slider .title {
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
}

.icons .imagen {
  width: 100px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.font-h1 {
  font-size: 2.5rem !important;
}

.font-h2 {
  font-size: 2rem !important;
}

.font-h3 {
  font-size: 1.75rem !important;
}

.font-h4 {
  font-size: 1.25rem !important;
}

.font-h5 {
  font-size: 1.25rem !important;
}

.font-h6 {
  font-size: 1rem !important;
}

@media (min-width: 576px) {
  .font-sm-h1 {
    font-size: 2.5rem !important;
  }
  .font-sm-h2 {
    font-size: 2rem !important;
  }
  .font-sm-h3 {
    font-size: 1.75rem !important;
  }
  .font-sm-h4 {
    font-size: 1.25rem !important;
  }
  .font-sm-h5 {
    font-size: 1.25rem !important;
  }
  .font-sm-h6 {
    font-size: 1rem !important;
  }
}

@media (min-width: 768px) {
  .font-md-h1 {
    font-size: 2.5rem !important;
  }
  .font-md-h2 {
    font-size: 2rem !important;
  }
  .font-md-h3 {
    font-size: 1.75rem !important;
  }
  .font-md-h4 {
    font-size: 1.25rem !important;
  }
  .font-md-h5 {
    font-size: 1.25rem !important;
  }
  .font-md-h6 {
    font-size: 1rem !important;
  }
}

@media (min-width: 992px) {
  .font-lg-h1 {
    font-size: 2.5rem !important;
  }
  .font-lg-h2 {
    font-size: 2rem !important;
  }
  .font-lg-h3 {
    font-size: 1.75rem !important;
  }
  .font-lg-h4 {
    font-size: 1.25rem !important;
  }
  .font-lg-h5 {
    font-size: 1.25rem !important;
  }
  .font-lg-h6 {
    font-size: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .font-xl-h1 {
    font-size: 2.5rem;
  }
  .font-xl-h2 {
    font-size: 2rem;
  }
  .font-xl-h3 {
    font-size: 1.75rem;
  }
  .font-xl-h4 {
    font-size: 1.25rem;
  }
  .font-xl-h5 {
    font-size: 1.25rem;
  }
  .font-xl-h6 {
    font-size: 1rem;
  }
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.btn-primary {
  color: #fff;
  background-color: #ef540e;
  border-color: #ef540e;
}

.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:hover {
  color: #fff;
  background-color: #bf430b;
  border-color: #b5400b;
  text-decoration: none;
}

.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #bf430b;
  border-color: #b5400b;
}

.btn-outline-primary {
  border-color: #ef540e;
  color: #ef540e;
}

.btn-outline-primary:focus,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:hover {
  color: #fff;
  background-color: #ef540e;
  border-color: #ef540e;
  text-decoration: none;
}

.w-px-100 {
  width: 100px;
  flex-shrink: 0;
}

.w-px-160 {
  width: 160px;
}

.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 101;
  border-radius: 0.3rem;
  box-shadow: 0 0 10px #444;
}

div.wpcf7 .ajax-loader {
  background-color: white;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #ffa7a7;
  background-color: #fff2f2;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-style: italic;
  font-weight: 600;
  font-size: 0.85em;
}

.wpcf7-form div.wpcf7-response-output {
  margin-top: 0;
  margin-left: 0;
  background-color: #fff1df;
  margin-right: 0;
  border-radius: 5px;
  border-color: #f39457;
  border-width: 1px;
  padding: 0.5rem 1rem;
  color: #d27514;
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .list-none-mobile {
    margin: 0;
    padding: 0;
  }

  .list-none-mobile li {
    list-style: none;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: inherit;
  }
}

.cycle-slideshow > div {
  display: none;
}
.cycle-slideshow > div:first-child {
  display: block;
}

.pagenavi {
  margin-top: 25px;
  text-align: center;
}

.pagenavi span {
  display: inline-block;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  text-indent: -99999em;
  background-color: #888;
  cursor: pointer;
}

.pagenavi span.cycle-pager-active {
  background-color: #ef540e;
}

.blockquote {
  font-size: 1rem;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.creator {
  counter-reset: my-awesome-counter;
}

.creator .item {
  counter-increment: my-awesome-counter;
  display: flex;
  margin-bottom: 25px;
  position: relative;
}

.creator .item-content {
  margin-left: 1rem;
}

.creator .item::before {
  align-items: center;
  background-color: #ef540e;
  border-radius: 50%;
  color: white;
  content: counter(my-awesome-counter);
  display: flex;
  flex-shrink: 0;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 48px;
}

@media (min-width: 768px) {
  .creator .item::before {
    font-size: 1.5rem;
    height: 64px;
    top: -16px;
    width: 64px;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }
}

.tags {
  margin-top: 15px;
}

.tags a,
.categories a {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid #ef540e;
  text-decoration: none;
  margin-right: 5px;
}

.tags a:hover,
.categories a:hover {
  background-color: #ef540e;
  color: white;
  text-decoration: none;
}

.video {
  position: relative;
  padding-bottom: 56.25%; /*panorámico*/
  padding-top: 25px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.line-height-10 {
  line-height: 1;
}
.line-height-11 {
  line-height: 1.1;
}
.line-height-12 {
  line-height: 1.2;
}
.line-height-13 {
  line-height: 1.3;
}
.line-height-14 {
  line-height: 1.4;
}
.line-height-15 {
  line-height: 1.5;
}
.line-height-16 {
  line-height: 1.6;
}
.line-height-17 {
  line-height: 1.7;
}
.line-height-18 {
  line-height: 1.8;
}

.font-weight-medium {
  font-weight: 600;
}

.collapse-content {
  display: none;
}

.bg-blue-200 {
  background-color: #e9eef1;
}

.bg-blue-400 {
  background-color: #bccfda;
}

.cursor-pointer {
  cursor: pointer;
}

.plus {
  position: relative;
  width: 16px;
  height: 16px;
}

.plus::before,
.plus::after {
  content: "";
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #08537f;
}

.plus::before {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  margin-left: -1px;
}

.plus::after {
  opacity: 1;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
}

.opened .plus::before {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
}

.opened .plus::after {
  transition: all 0.5s ease-in-out;
  transform: rotate(90deg);
  opacity: 0;
}

label {
  margin-bottom: 0.2rem;
  font-size: 95%;
  margin-left: 0.5rem;
}

::-webkit-input-placeholder {
  font-style: italic;
}

::-moz-placeholder {
  font-style: italic;
}

:-ms-input-placeholder {
  font-style: italic;
}

::placeholder {
  font-style: italic;
}

.bg-orange2 {
  background-color: #ffddc4;
}

.intl-tel-input {
  display: block !important;
}

.portfolio-item {
  position: relative;
}

.portfolio-item .title a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  display: none;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

.portfolio-item:hover .title a {
  display: flex;
}

.xsmall {
  font-size: 0.85rem;
}

.wpcf7-spinner {
  display: none !important;
}

.rotate-horz {
  transform: scaleX(-1);
}

.btn-responsive {
  padding: 0.5rem 1.25rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  .btn-responsive {
    padding: 0.65rem 1.5rem;
  }
}

@media (min-width: 992px) {
  .btn-responsive {
    padding: 0.7rem 1.875rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .image-featured {
    height: 250px;
  }
}

.swiper-slide {
  display: flex !important;
}

.contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.contact.active {
  display: flex;
}

.ball {
  display: flex;
  text-align: center;
}

.ball-item {
  width: 25%;
}

.ball-circle {
  border-radius: 100%;
  flex-shrink: 0;
  height: 36px;
  margin: auto;
  width: 36px;
}

.color {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.color-item {
  background: grey;
  position: relative;
  transform-origin: top;
  width: 100%;
}

.color-item:hover span {
  opacity: 1;
}

.color-item span {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0px 6px 0px 0px;
  bottom: 0;
  color: var(--bs-white);
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 3px 6px 3px 6px;
  position: absolute;
  transition: all 0.2s;
}

.color-item-1 {
  animation-duration: 1s;
  height: calc(21vh * 0.45);
  min-height: 81px;
}

.color-item-2 {
  animation-duration: 0.6s;
  height: calc(14vh * 0.45);
  min-height: 54px;
}

.color-item-3 {
  animation-duration: 0.2s;
  height: calc(9vh * 0.45);
  min-height: 35px;
}

.color-item-4 {
  animation-duration: 0s;
  height: calc(8vh * 0.45);
  min-height: 31px;
}

@media (min-width: 768px) {
  .color-item-1 {
    min-height: 113px;
  }

  .color-item-2 {
    min-height: 75px;
  }

  .color-item-3 {
    min-height: 48px;
  }

  .color-item-4 {
    min-height: 43px;
  }
}

.article .color-item-1 {
  height: 21vh;
}

.article .color-item-2 {
  height: 14vh;
}

.article .color-item-3 {
  height: 9vh;
}

.article .color-item-4 {
  height: 8vh;
}

.color-circle {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.color-circle span {
  border-radius: 100%;
  flex-shrink: 0;
  height: 14px;
  width: 14px;
}

.color-white {
  border: 1px solid #ddd;
}

.simplefavorite-button {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;

  align-items: center;
  background: transparent;
  border-radius: var(--bs-btn-border-radius);
  border: 1px solid #ef540e;
  color: #ef540e;
  display: inline-flex;
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  gap: 6px;
  line-height: var(--bs-btn-line-height);
  outline: none;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  text-decoration: none;
}

.simplefavorite-button.active,
.simplefavorite-button:hover {
  background-color: #ef540e;
  color: var(--bs-white);
}

.gallery {
  position: relative;
  overflow: hidden;
}

.gallery-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  font-size: 2rem;
  z-index: 111;
  width: 100%;
  font-weight: bold;
  line-height: 1;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 1rem 2rem;
}

@media (min-width: 992px) {
  .gallery-title {
    width: 50%;
    font-size: 4rem;
    bottom: 6rem;
    padding: 2rem 4rem;
  }
}

.gallery-item {
  background-size: cover;
  width: 100%;
  height: 75vh;
  background-color: var(--bs-light);
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.2s ease-out;
}

.form-landing .wpcf7-response-output {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 1.75rem !important;
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem !important;
  font-size: 1.2rem !important;
  border-radius: var(--bs-border-radius-lg) !important;
}

li {
  margin-bottom: 0.25rem;
}
