:root {
  --laco-yellow: #FEC941;
  --laco-blue: #32B1FC;
  --laco-purple: #8625CC;
  font-family: 'Varela Round';
  
}
body {
  color: #000;
}
.text-yellow {
  color: var(--laco-yellow) !important;
}

.text-blue {
  color: var(--laco-blue) !important;
}

.text-purple {
  color: var(--laco-purple) !important;
}

/************  style section second menu *****/
section.home-second-menu {
  margin: 0px 5%;
  padding-top: 0;
  position: relative;
  top: -12px;
}

.home-slider-primary {
  margin-top: 66px;
  padding-top: 0px;
}
.hsm-nav {
  box-shadow: 0px 4px 3px 0 #00000045;
  border-radius: 0px 5px 5px;
}

ul.hsm-nav-ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding: 10px;
}

a.hsm-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

a.hsm-item-link:hover {
  font-weight: bold;
}

.hsm-item-icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

li.hsm-item {
  flex: 1 1 0;
  width: 0;
}

.hsm-item-text {
  font-size: 20px;
  color: #000000;
  font-family: 'Varela Round';
}

/************  style section second menu final *****/
/************ style section beneficios *************/
.beneficios-card {
  background-color: #f4f4f4;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 4px 3px 0 #00000045
}

section.beneficios {
  margin: 20px 3%;
}

.cards-beneficios-container {
  display: flex;
  align-items: stretch;
}

.copy-beneficios {
  font-size: 16px;
  text-align: center;
  line-height: 19.6px;
  height: 65%;
  font-family: 'Varela Round';
}

p.title-card-beneficios {
  font-size: 24px;
  margin-bottom: 0px;
  height: 35%;
  font-family: 'Varela Round';
}

.title-beneficios p {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: 'Varela Round';
}

/************ style section beneficios final *************/

section.clasificados-proveedores {
  display: flex;
}


.container-proveedores {
  background-color: #f7f7f7;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
}

.title-secion-provedores {
  font-size: 20px;
  text-align: center;
  padding: 20px;
  font-family: 'Varela Round';
}



a.verTodosProv {
  background-color: #fcd040;
  padding: 4px 30px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 14px;
  color: #000;
  box-shadow: 3px 3px 2px 0 #00000025 !important;
  font-family: 'Varela Round';
}

.btn-vertodos-prov {
  text-align: center;
  padding: 25px;
}

p.title-secion-clasificados {
  text-align: center;
  font-size: 20px;
  padding: 0px 20px 20px;
  font-family: 'Varela Round';
}

.container-clasificados {
  padding: 20px;
}

/********** seccion registrate ***********/

section.registrate {
  padding: 20px 3% 30px;
  box-shadow: 2px 3px 3px 0 #00000045;
}

.registrate-card {
  padding: 32px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 530px;
  box-shadow: 2px 3px 3px 0 #00000045;
}

.cards-registrate-container {
  display: flex;
  align-items: stretch;
  margin-bottom: 50px;
}

.card-blue {
  background-color: var(--laco-blue);
  background-image: url('images/propiebgtr.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 52%;
  color: #000;
}

.card-yellow {
  background-color: var(--laco-yellow);
  background-image: url('images/provedorbgtr.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 37%;
  color: #000;
}

.card-purple {
  background-color: var(--laco-purple);
  background-image: url('images/admonbgtr.png');
  background-repeat: no-repeat;

  background-size: 48%;
  background-position-y: bottom;
  color: #fff;
}

.copy-register {
  text-align: center;
  height: 80%;
  font-size: 14px;
  font-family: 'Varela Round';
}

.btn-register {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.btn-register a {
  background-color: #fff;
  padding: 5px 20px;
  color: #000;
  border-radius: 20px;
  font-size: 18px;
  box-shadow: 3px 3px 2px 0 #00000050 !important;
  font-family: 'Varela Round';
}

p.title-card-register {
  font-size: 24px;
  text-align: center;
  font-family: 'Varela Round';
}

.title-registrate {
  font-size: 20px;
  text-align: center;
  font-family: 'Varela Round';
}

/********* contactanos **********/

section.contactanos {
  padding: 20px 3% 0px;
  display: flex;
  background-color: #f2f2f2;
  align-content: stretch;
  flex-wrap: wrap;
}


form#enviar_form_contacto {
  background-color: #fff;
  padding: 34px;
  width: 90%;
  border-radius: 20px;
  box-shadow: 0px 3px 2px 0 #00000025 !important;
}

div#modal-contacto-home {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}

p.form_Contacto_title {
  text-align: center;
  font-size: 28px;
  font-family: 'Varela Round';
}

input.btn.style-btn-home {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: static;
  padding: 5px 30px;
  box-shadow: 3px 3px 2px 0 #00000025 !important;
}

section.slider-download-app {
  padding: 0;
}

.personaje-contactanos {
  height: 100%;
  width: 100%;
  background-image: url('/wp-content/themes/la-comunidad/images/contactanos-imagen.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: bottom;
}

.news-slider-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}



#carousel-home a.linked-image:hover {
  filter: brightness(0.7);
}

#carousel-home a.linked-image {
  height: 100%;
}

#carousel-home .item-inner h4 {
  position: absolute;
  background-color: #8625cc;
  z-index: 9999;
  top: 55%;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  color: #fff;
  width: 100%;
  font-family: 'Varela Round';
}

#carousel-home .item-inner {
  position: relative !important;
  box-shadow: 2px 2px 4px #c3c3c3;
  border-radius: 10px;
}

#carousel-home .owl-item {
  padding: 7px;
}

#carousel-home img.carousel-image.owl-lazy {
  border-radius: 10px;
}

#carousel-home figure.no-image {
  border-radius: 10px;
}

section.news {
  background-image: url('images/fondo-noticias-home.jpg');
  background-repeat: no-repeat;
  background-size: 35%;
  display: flex;
  flex-direction: column;  
  padding-bottom: 20px;
}

span.title-news-principal {
  font-size: 35px;
  font-family: 'Varela Round';
  font-weight: bold;
}

span.subtitle-news {
  font-size: 35px;
  font-family: 'Varela Round';
  color: #8625cc;
}

.title-news-right {
  padding: 20px 0px;
}

.title-news-left {
  text-align: center;
}

.title-news-left p {
  color: #e3e3e3;
  font-family: 'Varela Round';
  font-size: 22px;
  font-weight: bold;
  padding-left: 50px;
}

#carousel-home .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;

  display: block;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #c7c7cc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #c7c7cc 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #c7c7cc 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #c7c7cc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #c7c7cc 100%);
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#c7c7cc', gradienttype=0);
  border: 1px solid #dcdbdb;
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;

}

#carousel-home .owl-dots .owl-dot.active span,
#carousel-home .owl-dots .owl-dot:hover span {
  background: #f8f8f8
}

.grecaptcha-badge {
  display: none !important;
}

/******* media querys ************/

@media(min-width:400px) and (max-width:501px) {
       
}
@media(max-width:500px){
  .title-news-right {
    padding: 21px 13px;
    margin-top: 34px;
    text-align: center;
}
span.title-news-principal {
  font-size: 18px;
  font-family: 'Varela Round';
}
span.subtitle-news {
  font-size: 18px;
  font-family: 'Varela Round';
}

.hsm-item-icon {
  height: 34px;
  width: 34px;
}

.hsm-item-text {
  font-size: 11px;
  font-family: 'Varela Round';
}

.cards-beneficios-container {
  flex-direction: column;
}

.beneficios-card {
  margin-bottom: 10px;
}

section.clasificados-proveedores {
  display: flex;
  flex-direction: column;
}

.clasificados-carousel-container.home {
  padding: 0px 15px;
}

.cards-registrate-container {
  flex-direction: column;
}

.registrate-card {
  margin-bottom: 20px;
}

form#enviar_form_contacto {
  padding: 21px;
  width: 100%;
}

input.btn.style-btn-home {
  padding: 5px 30px !important;
}

section.news {
  background-size: 355px;
  background-position-x: center;
}

.news-slider-container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#carousel-home .item-inner h4 {
  font-size: 14px;
  font-family: 'Varela Round';
}
.title-news-left p {
 
  font-size: 16px;
  font-family: 'Varela Round';
 
}
}
@media (min-width:501px) and (max-width:991px) {
  .hsm-item-icon {
    height: 34px;
    width: 34px;
  }

  .hsm-item-text {
    font-size: 11px;
  }

  .cards-beneficios-container {
    flex-direction: column;
  }

  .beneficios-card {
    margin-bottom: 10px;
  }

  section.clasificados-proveedores {
    display: flex;
    flex-direction: column;
  }

  .clasificados-carousel-container.home {
    padding: 0px 15px;
  }

  .cards-registrate-container {
    flex-direction: column;
  }

  .registrate-card {
    margin-bottom: 20px;
  }

  form#enviar_form_contacto {
    padding: 21px;
    width: 100%;
  }

  input.btn.style-btn-home {
    padding: 5px 30px !important;
  }

  section.news {
    background-size: 400px;
    background-position-x: center;
}

  .title-news-left p {
    font-size: 16px;
  }

  .title-news-right {
    padding: 21px 13px;
    margin-top: 61px;
    text-align: center;
}

  span.subtitle-news {
    font-size: 22px;
  }

  span.title-news-principal {
    font-size: 22px;
  }

  .news-slider-container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  #carousel-home .item-inner h4 {
    font-size: 14px;
  }
}


@media (min-width:992px) and (max-width:1200px) {
  .title-news-left p {
    color: #e3e3e3;
    font-family: 'Varela Round';
    font-size: 16px;
    font-weight: bold;
    padding-left: 69px;
}
.title-news-right {
  padding: 10px 0px;
  text-align: center;
}
span.title-news-principal {
  font-size: 28px;
  font-family: 'Varela Round';
  font-weight: bold;
  line-height: 2px;
  text-align: center;
}
span.subtitle-news {
  font-size: 28px;
  font-family: 'Varela Round';
  color: #8625cc;
  line-height: 39px;
}
}

@media(min-width:1500px) {
  section.news {
    background-position-y: -39px;
  }
  .card-blue {
    background-color: var(--laco-blue);
    background-image: url('images/propiebgtr.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 40%;
    color: #000;
}
.card-purple {
  background-color: var(--laco-purple);
  background-image: url('images/admonbgtr.png');
  background-repeat: no-repeat;
  background-size: 42%;
  background-position-y: bottom;
  color: #fff;
}

.card-yellow {
  background-color: var(--laco-yellow);
  background-image: url('images/provedorbgtr.png');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 30%;
  color: #000;
}
}

#carousel-home .owl-dots {
  display: flex;
  justify-content: center;
}

@media(min-width:500px) {
  .copy-register {
    text-align: center;
    height: 80%;
    font-size: 14px;
    font-family: 'Varela Round';
    width: 345px;
}
}

p.copy-register-p {
  line-height: 16px;
  margin-bottom: 20px;
}

@media(max-width:767px){
  .home-slider-primary {
    margin-top: 53px;
    padding-top: 0px;
}
.btn_contactanos_enviar {
  margin-top: 45px !important;
}
}

@media (min-width:1600px) {
  section.home-second-menu {
    margin: 0px 16% !important;
    padding-top: 0;
    position: relative;
    top: -12px;
}
.container-clasificados {
  padding: 20px;
  padding-left: 14% !important;
}
.container-proveedores {
  background-color: #f7f7f7;
  border-bottom-left-radius: 9px;
  border-top-left-radius: 9px;
  padding-right: 14% !important;
}
section.beneficios {
  margin: 20px 16% !important;
}
section.registrate {
  padding: 20px 16% 50px !important;
}
section.contactanos {
  padding: 20px 16% 0px !important;
  display: flex;
  background-color: #f2f2f2;
  align-content: stretch;
  flex-wrap: wrap;
}
section.news {
  background-image: url('images/fondo-noticias-home.jpg');
  background-repeat: no-repeat;
  background-size: 35%;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  margin-left: 16% !important;
  margin-right: 16% !important;
}
}
