/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

:root {
  --green-default: #72b039;
  --green-default-dark: #63a022;
  --green-dark: rgb(7, 88, 0);
  --white: #ffffff;
}

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

/* LOGO */
#site-logo #site-logo-inner a img,
#site-header.center-header #site-navigation-wrap .middle-site-logo a img {
  border-radius: 100%;
  width: 80px;
}

/*
#site-logo #site-logo-inner a:after{
	content:"Cocodrilo Park";
	position: absolute;
	display:block;
	top:40px;
	left:110px;
	color:#FFF;	
}
*/

#site-logo #site-logo-inner {
  display: inline-flex;
  vertical-align: middle;
}

.logo-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 2.5rem;
  align-self: center;
  margin: 0 0 0 10px;
}

.logo-title span {
  font-size: 16px;
  font-weight: 500;
  color: #72b039;
}

#site-logo #site-logo-inner a {
  align-self: center;
}

/* NAV */
.no-header-border #site-header {
  box-shadow: 0 7px 18px rgba(81, 146, 12, 0.3);
}

.page-header {
  background-color: var(--green-default) !important;
  color: var(--white) !important;
}

.page-header-title {
  color: var(--white) !important;
  font-size: 38px;
  font-weight: 700;
}

.site-breadcrumbs,
.site-breadcrumbs a {
  color: var(--white) !important;
}

.site-breadcrumbs a {
  text-decoration: underline;
}

#site-navigation-wrap .dropdown-menu > li > a {
  font-size: 15px;
}

#site-navigation-wrap {
  display: inline-flex;
}

select#lang_choice_2 {
  width: 110px;
  margin: auto;
}

.label-polylang-select {
  display: flex;
  position: absolute;
  right: 0;
  color: #949494;
  font-size: 12px;
}

/* BANNER */
.banner-home {
  background: -webkit-radial-gradient(
    50% 50%,
    circle farthest-corner,
    var(--green-default) 0%,
    var(--green-default-dark) 99.99%
  );
  color: white;
  padding: 50px 0 80px;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.banner-home .container,
.banner-home .banner-col-,
.section-banner-p-text,
.banner-col-text {
  align-self: center;
}

.banner-home h1 {
  color: white;
  font-size: 7rem;
  line-height: 7rem;
  width: 500px;
  font-weight: 800;
}

.banner-home span {
  font-size: 2.2rem;
  color: white;
  margin-bottom: 10px;
}

.banner-home p {
  font-size: 1.7rem;
}

.btn.btn-main {
  border-radius: 10px;
  padding: 10px 30px;
  border: 2px solid white;
  color: white;
  box-shadow: 0px 9px 18px -6px rgba(7, 88, 0, 0.3);
  font-size: 1.5rem;
  letter-spacing: 0.035rem;
}

.banner-home .plant-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.banner-home .plant-right {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.section-timetable {
  height: 80px;
  background-color: rgba(81, 146, 12, 0.39);
  color: white;
  position: absolute;
  z-index: 999;
  margin-top: -80px;
  width: 100%;
  backdrop-filter: blur(9px);
  display: flex;
}

.section-timetable .container {
  align-self: center;
}

.section-timetable .col,
.section-timetable .col-lg-6,
.section-timetable .col-sm-12 {
  display: inline-flex;
}

.section-timetable .icon-timetable {
  margin-right: 20px;
  width: 40px;
}

.section-timetable p {
  margin: 0px;
  font-size: 1.7rem;
  line-height: 2.3rem;
  align-self: center;
  width: 80%;
}

/* BANNER */
.section-about {
  display: flex;
}

.section-about .section-about-text {
  align-self: center;
}

img.arrow-icon-about {
  position: absolute;
  margin-left: -90px;
  margin-top: -10px;
}

/* SECTION ANIMALS*/

.section-animals {
  padding: 60px 0;
}

.text-card-animal {
  margin: 0px;
  padding: 10px 20px;
  color: white;
}

.text-card-animal.green-bg {
  background: #5f961e;
}

.text-card-animal.aqua-bg {
  background: #19a594;
}

.text-card-animal.yellow-bg {
  background: #e2bd1e;
}

.img-card-animal {
  width: 100%;
  max-width: 100%;
}

/*BANNER RESCUE*/

.section-rescue {
  padding: 0 0 60px 0;
}

.section-rescue .section-rescue-text {
  align-self: center;
}

/*BANNER PROMO*/

.section-banner-promo .container {
  background: -webkit-radial-gradient(
    0% 50%,
    circle farthest-side,
    var(--green-default) 0%,
    var(--green-default-dark) 20%
  );
  padding: 35px 8px 35px 40px;
}

.section-banner-promo h2,
.section-banner-promo p {
  color: white;
}

.section-banner-promo .col-img {
  padding: 0px;
  text-align: right;
  vertical-align: middle;
  align-self: center;
}

.section-banner-promo .col {
  align-self: center;
}

.section-banner-promo h2 {
  width: 80%;
}

/*SECTION MORE INFO*/

.section-more-info {
  padding: 60px 0;
}

/*CONTACT*/

.section-contact {
  padding: 0 0 60px 0;
}

.section-contact .col {
  align-self: center;
}

.wpcf7-form p {
  margin-bottom: 10px;
}

.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 textarea {
  background: #f2f3f4;
  border: 0px solid rgba(255, 255, 255, 0);
}

.wpcf7 textarea {
  min-height: 90px;
}

.wpcf7-submit {
  border-radius: 10px;
  padding: 10px 30px;
  border: 0px solid white;
  color: white;
  box-shadow: 0px 9px 18px -6px rgba(7, 88, 0, 0.3);
  font-size: 1.5rem;
  letter-spacing: 0.035rem;
  background-color: #63a022;
  text-transform: none;
}

.tripadvisor-certify {
  width: 200px;
}

.subvencion-certify {
  width: 100%;
  max-width: 100%;
}

/*FOOTER*/

footer .wp-block-image img {
  border-radius: 100% !important;
  width: 150px;
  margin: 0;
  text-align: left;
}

.wp-block-cover-image,
.wp-block-image {
  text-align: left;
}

.footer-widget h3,
.footer-widget p,
.footer-widget a {
  color: white;
}

.footer-widget h3,
#footer-widgets .footer-box .widget-title {
  font-size: 22px;
  font-weight: 800;
  border: 0px;
  margin: 0 0 20px 0;
  padding: 0px;
}

h2.widgettitle {
  font-size: 22px;
  font-weight: 800;
}

.contact-info-widget span.oceanwp-contact-title,
.contact-info-widget span.oceanwp-contact-text {
  color: white !important;
}

.footer-widget a {
  text-decoration: underline;
}

.links-footer li a {
  line-height: 18px;
}

/*Scroll down*/

.scroll-down-icon {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 50px;
  border: 2px solid #90d844;
  border-radius: 50px;
  z-index: 99;
}

.scroll-down-icon:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 10px;
  background-color: #90d844;
  animation: scrollDown 2s infinite;
}

/*Image preload lazy*/
img[data-src] {
  opacity: 0 !important;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}

/* appear animation */
img[data-src][src] {
  opacity: 1 !important;
}

.site-footer .widget_nav_menu li,
.site-footer .widget_nav_menu li:first-child {
  border: none;
}

/* LOGOS footer */
.kit-wrapper {
  padding: 50px 0px 60px;
}

.logo-head-text {
  width: 500px;
}

.logos-wrapper {
  display: inline-flex;
  text-align: center;
  align-items: center;
}

.logos-footer-kit {
  width: auto;
  margin: 0 auto;
}

.logo-w-25 {
  width: 25%;
}

.logo-w-20 {
  width: 20%;
}

.logo-w-15 {
  width: 15%;
}

.logo-w-7 {
  width: 7%;
}

/*Blog*/

.page .entry .alignwide {
  margin-left: 0%;
  width: 100%;
  max-width: 100%;
}

.wp-block-separator {
  margin: 20px auto 20px 0;
}

.single-post:not(.elementor-page)
  .entry-content
  a:not(.wp-block-button__link):not(.wp-block-file__button):hover,
.page:not(.elementor-page):not(.woocommerce-page)
  .entry
  a:not(.wp-block-button__link):not(.wp-block-file__button):hover {
  text-decoration-style: inherit;
}

ul.wp-block-post-template.wp-block-post-template,
ul.wp-block-query-loop.wp-block-post-template {
  margin: 0px;
}

.entry.wp-block-post {
  margin-bottom: 30px;
}

.wp-block-post-date {
  font-size: 14px;
  color: darkgrey;
  padding: 15px 0;
}

.wp-block-post-excerpt__more-link {
  font-weight: 900;
  color: var(--green-default);
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    transform: translate(-50%, 0);
  }

  30% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, 22px);
  }
}

@media screen and (max-width: 1199px) {
  #site-navigation-wrap .dropdown-menu > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .banner-home .plant-right,
  .banner-home .plant-left {
    width: 200px;
  }
  .banner-home .img-banner {
    width: 80%;
  }

  .section-about-text {
    padding-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .round-border {
    height: 240px !important;
  }
  .section-services {
    padding: 10px 0 !important;
  }
  .img-banner-small {
    top: initial !important;
    bottom: 26%;
    left: 45%;
  }
  .scroll-down-icon {
    display: none;
  }
  .image-banner picture:nth-child(2) {
    margin-top: 3rem;
  }
  h2 {
    font-size: 36px !important;
  }
  .banner-home {
    padding-top: 30px !important;
    padding-bottom: 180px;
    min-height: 110vh;
    display: block;
  }
  .banner-home h1 {
    width: 100%;
    font-size: 4.7rem;
    line-height: 5rem;
    text-align: center;
  }
  .banner-col-text,
  .banner-home span,
  .banner-home p {
    text-align: center;
  }

  .banner-col-text .btn.btn-main {
    margin: 0 auto;
  }

  .banner-home .plant-right,
  .banner-home .plant-left {
    width: 200px;
  }
  .section-timetable {
    height: 160px;
    margin-top: -160px;
  }
  .section-timetable p {
    width: 100%;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  /*.section-timetable .icon-timetable {
        margin-right: 0px;
    } */
  .scroll-down-icon {
    bottom: 150px;
    display: none;
  }
  #site-logo #site-logo-inner a img {
    width: 80px !important;
  }
  .logo-title {
    color: #fff;
    font-size: 22px;
  }
  .oceanwp-mobile-menu-icon a.mobile-menu .fa.fa-bars {
    font-size: 21px;
  }
  .oceanwp-mobile-menu-icon a.mobile-menu .oceanwp-text {
    font-size: 16px;
  }
  .section-about {
    padding-top: 0;
  }
  .text-card-animal,
  img.entrance {
    margin-bottom: 30px;
  }

  img.arrow-icon-about {
    position: relative;
    margin-left: 0px;
    transform: rotate(90deg);
    margin-bottom: 20px;
    margin-top: 0;
  }
  h4 {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 540px) {
  .banner-home {
    padding: 30px 0;
  }
  .banner-home .img-banner {
    width: 90%;
  }
  .logos-wrapper {
    display: block;
  }
  .logos-wrapper img {
    margin-bottom: 20px;
  }
  .logo-w-25 {
    width: 90%;
  }

  .logo-w-20 {
    width: 80%;
  }

  .logo-w-15 {
    width: 70%;
  }

  .logo-w-7 {
    width: 30%;
  }
  #footer-bottom.no-footer-nav #copyright {
    line-height: 19px;
    font-size: 15px;
  }
  .logo-head-text {
    width: 100%;
  }
}

@media screen and (max-width: 360px) {
  .logo-title {
    color: #fff;
    font-size: 20px !important;
  }
  #site-logo #site-logo-inner a img {
    width: 70px !important;
  }
}

.kitdigitaltext-legal {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.kitdigitaltext-legal:first-of-type {
  margin-top: 30px;
  margin-bottom: 30px;
}
