/*
Theme Name: Amodo
Text Domain: amodo
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');

:root {
  --verde: #bbc275;
  --marron: #57564d;
  --blue: #008292;
  --gray: #B8B8B8;
}

* {
  outline: none;
}

ul,
li {
  list-style: none;
  padding: 0;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

body {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  background: var(--marron);
  color: black;
}

footer {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: -0.28px;
}

.mr-2 {
  margin-right: .5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.uppercase {
  text-transform: uppercase;
}

b {
  font-weight: bold;
}

/* font size */
.h1 {
  font-size: 64px;
  line-height: 76px;
  font-weight: 800;
}

.h2 {
  font-size: 50px;
  line-height: 58px;
  font-weight: 300;
}

h3 {
  font-size: 25px;
  line-height: 29px;
  font-weight: 500;
  color: var(--verde);
  text-transform: uppercase;
}

.tlp-portfolio h3{
  text-transform: none;
}

.h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
}

h4 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  text-transform: uppercase;
}

.h4 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
}

.h5 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

.h6 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

.h7 {
  font-size: 12px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 2.1px;
}

a,
.nav-link {
  color: var(--verde);
}

.bg-verde a{
  color: var(--marron);
}

footer a {
  color: var(--marron);
}

.menu-item {
  padding: 0 20px;
}

a:hover,
.nav-link:hover {
  color: white;
}

/* Colors */
.white {
  color: #fff;
}

.black {
  color: #000;
}

.verde {
  color: var(--verde);
}

.marron{
  color: var(--marron);
}

.bg-black {
  background-color: #000;
}

.bg-verde{
  background-color: var(--verde);
}

ul.check,
ul.list-circle {
  list-style: none;
}

ul.check li:before,
ul.list-circle li:before {
  content: "\f00c";
  color: var(--blue);
  font-family: FontAwesome;
  font-size: 15px;
  font-weight: 100;
  padding-right: 10px;
}

.btn-primary {
  background: var(--blue);
  color: white;
}

.btn-primary:hover {
  background: var(--blue);
  color: white;
}

.multyimg {
  mix-blend-mode: multiply;
}

.aclararimg {
  mix-blend-mode: lighten;
}

.oscurecer {
  filter: brightness(0);
}

/* Header */
.nav {
  font-size: 13px;
}

.navbar {
  padding: 0;
}

#breadcrumbs a {
  color: white;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.wpml-ls-current-language a span{
  text-decoration: underline;
}

.logo{
  max-height: 90px;
}

#menu-principal{
  margin-bottom: 0;
}

/* Front Page */
.front-page {
  background: url("../../img/principal.webp");
  height: 60vh;
  background-size: cover;
  background-position: center;
}

.front-page:after {
  content: "";
  background: black;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.title {
  top: 0;
  left: 0;
  z-index: 9;
}

.publi {
  bottom: -100px;
  left: 0;
  z-index: 9;
}

.hr {
  width: 100%;
  height: 10px;
  left: 0;
  top: 0;
}

hr {
  width: 100%;
  height: 2px !important;
  left: 0;
  bottom: 5%;
}

.tarjeta {
  background: url("../../img/tarjetaplanactuaalsana.webp");
  height: 40vh;
  background-size: cover;
}

.equipo .position-absolute {
  display: none;
}

.equipo:hover .top-0 {
  display: flex;
  background-color: rgba(0, 0, 0, 0.7);
}

.tlp-portfolio .isotope3 .tlp-portfolio-thum img, .tlp-portfolio .carousel3 .tlp-portfolio-thum img, .tlp-portfolio .layout3 .tlp-portfolio-thum img{
  max-width: 100% !important;
}

.tlp-portfolio-container .tlp-single-item{
  margin-bottom: 0;
  padding: 0;
}

.tlp-overlay{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.tlp-content{
  margin-bottom: 2rem;
}

.tlp-portfolio .layout3 .tlp-overlay .link-icon{
  position: relative;
  top: initial;
}

.w-33{
  width: 33px;
}

.icos-equipo{
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%);
}

/* Especialidades Page */
.especialidades-page {
  background: url("../../img/especialistasodontologia.webp");
  height: 30vh;
  background-size: cover;
  background-position: center;
}

.img-servicios {
  max-height: 400px;
  object-fit: cover;
  object-position: center;
}

.blockquote,
.blockquote-color {
  border-left: 5px solid var(--blue);
  padding-left: 10px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  background: rgba(142, 223, 233, 0.15);
}

.blockquote p,
.blockquote-color p {
  margin-bottom: 0;
}

/* contact */
.contact-form h5 {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--verde);
  margin-bottom: 1rem;
  color: white;
  width: 100%;
}

.contact-form textarea {
  height: 100px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--verde);
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--verde);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--verde);
}

.contact-form [type="submit"] {
  background: #bbc275;
  opacity: 1;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: .5rem 1.5rem;
}

.contact-form [type="submit"]:hover {
  background: #737B4C;
}

input[type="checkbox"] {
  width: auto;
}

input[type="checkbox"] label {
  cursor: pointer;
}

input[type="checkbox"] label:before {
  content: '';
  background-color: transparent;
  border: 2px solid #77b73d;
  border-radius: 25px;
  display: inline-block;
  height: 14px;
  width: 14px;
}

#contacto i {
  margin-right: 15px;
}

/* Footer */
.experience {
  width: 50%;
}

.footer-img {
  background: url("../../img/footer.png");
  background-size: cover;
  height: 200px;
}

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

.tlp-portfolio button {
  background: transparent;
}

.tlp-team .short-desc,
.tlp-team .tlp-team-isotope .tlp-content,
.tlp-team .button-group .selected,
.tlp-team .layout1 .tlp-content,
.tlp-team .tpl-social a,
.tlp-team .tpl-social li a.fa,
.tlp-portfolio button.selected,
.tlp-portfolio .layoutisotope .tlp-portfolio-item .tlp-content,
.tlp-portfolio button:hover {
  background: transparent !important;
}

.tlp-portfolio button:focus,
.tlp-portfolio button:hover {
  background: transparent;
}