/*
Theme Name: VESDIGITAL2023
Author: Luis Torres
Author URI: http://villaelsalvador.digital/
Description: VESDIGITAL.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
html {
    font-size: 100%; /* 100% = 16px */
  }
  body{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
   
  }
  h1, h2, h4, h3, h5{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
  }
  h1 {
    font-size: 30px;
  }
  h2{
    font-size: 28px;
  }
  h3{
    font-size: 24px;
  }
 
  p{
    margin-bottom: 8px;
  }
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    padding: 10px 20px;
    color: #706865;
    font-weight: bold;
}

.navbar-logo img {
    height: 40px;
    width: auto;
}

.navbar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-menu li {
    margin-right: 20px;
}

.navbar-menu a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.navbar-menu a:hover {
    color: #ffd700; /* Cambia el color al pasar el cursor por encima */
}

.title-main{
  text-wrap: balance;
}
.cta-button {
    background-color: #ffd700;
    color: #333;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.cta-button:hover {
    background-color: #ffc800; /* Cambia el color al pasar el cursor por encima */
}

span.azul{
  color: #14ACDB;
}
span.dorado{
  color: #CBA96B;
  font-size: 30px;
}
span.verde{
  color: #4BE1DF;
}

span.plomo{
  color: #475B6F;
}

.txshadow{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.btn-marron{
  background-color: #2F2423;
  color: #FFFFFF !important;
  font-size: 15px;
}
.btn-marron:hover{
  background-color: #FE5E00; 
}
.btn-dorado{
  background-color: #CBA96B;
  color: #FFFFFF !important;
  font-size: 15px;
}
.btn-dorado:hover{
  background-color: #FE5E00; 
}
.btn-rojo{
	background-color: #e2284d;
	color: #ffffff;
    font-size:15px;
}
.btn-rojo:hover{
 background-color:#25d366;
	color: #ffffff;
}
.btn-cian{
  background-color: #4BE1DF;
  color: #FFFFFF !important;
  font-size: 15px;
}

.btn-cian:hover{
  background-color: #FE5E00; 
}
.btn-morado{
  background-color: #584FDC;
  color: #FFFFFF !important;
  font-size: 15px;
}
.btn-morado:hover{
  background-color: #14ACDB; 
}

.btn-azul1{
  background-color: #14ACDB;
  color: #FFFFFF !important;
  font-size: 15px;
}
.btn-azul1:hover{
  background-color: #FE5E00; 
}

.center{
  text-align: center;
}

.rounded {
    border-radius: 21px!important;
    object-fit: cover;
}
.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}
.mb-30{
  margin-bottom: 30px;
}

.mb-40{
  margin-bottom: 40px;
}
.pt-10{
  padding-top: 10px;
}
.pt-20{
  padding-top: 20px;
}

.mt-20{
  margin-top: 20px;
}

.color1{
  background-color: #F5F5F5;
}

.color2{
  background-color: #ECF9F7;
}

.color3{
  background-color: #ECF9F7;
}

.gradiente1{

  background: linear-gradient(90deg,#1e30b1,#8f32bf);
  color: #ffffff;
}



.gradiente-salud{
  
  background: linear-gradient(140deg,rgba(3,94,139,.93),rgba(0,203,169,.73),rgba(0,225,80,.04)),linear-gradient(72deg,transparent,rgba(0,225,117,.64));
  color: #ffffff;
}
.gradiente-ads{  
  background: linear-gradient(140deg,rgba(3,94,139,.93),rgba(0,203,169,.73),rgba(0,225,80,.04)),linear-gradient(72deg,transparent,rgba(0,225,117,.64));
  color: #ffffff;
}

.ads{
  font-size: 60px;
}
.adsp{
  font-size: 30px;
}
.mixtomuebles{
  font-size: 48px;
  text-wrap: balance;
}
.mueblesbg{
  background: #F6F0EE;
  color: #2F2423;
}

.destimg{
  font-size: 30px;
  text-align: center;
}

/*card muebles*/

.card-muebles {
  border-radius: 12px;
  background-color: #F6F0EE;
  margin-bottom: 20px;
}
.card-img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  max-width: 100%;
  height: auto;
}
.card-body {
  padding: 20px;
  text-align: center;
}
.card-title {
  font-weight: bold;
}
.card-subtitle{
  color: #CDAC72;
}
.btn-comprar {
  background-color: #2F2423;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 10px 20px;
  font-weight: bold;
}
/*fin card muebles*/

/*card servicios general*/
.card-general {
  border-radius: 12px;
  background-color: #fff;
  margin-bottom: 20px;
}

.card-subtitle-general{
  color: #333;
}

.card-title-general {
  font-weight: bold;
  color: #0649B3;
}

/*fin de card general*/

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* .carousel-indicators .active {
  background-color: #4BE1DF !important;
} */
.carousel-indicators [data-bs-target] {
  background-color: #14ACDB !important;
}
h2.landing {
  font-size: 40px;
}

.verdeagua {
  background-color: #ECF9F7;
  color: #212529;
}

.card.mb-3.rounded-custom{
  border: none !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,1)!important;
}

/*card home categorias*/
.salud{
  background-color: #4BE1DF;
  color: #ffffff;
}
.hogar{
  background-color: #F0663A;
  color: #ffffff;
}
.mantenimiento{
  background-color: #584FDC;
  color: #ffffff;
}
.comidas{
  background-color: #FDB662;
  color: #ffffff;
}

h3.card-title {
  font-size: 20px;
  text-align: center;
  text-wrap: balance;
}

h3.subtitulos{
  color: #0E203A;
  font-size: 48px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  text-align: center;
}

/*servicios listados*/
.card-servicios {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #4A4A4A;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}




.card-img {
  border-radius: 12px 12px 12px 12px;
}

@media (max-width: 767.98px) {
  /* Estilos para pantallas con ancho entre 768px y 992px */

  .btn-cian{
     font-size: 13px;
  }
  .btn-azul1{
    font-size: 13px;
  }

  h1.title-main {
    text-align: center;
  }

  h3.subtitulos{
    
    font-size: 30px;
    
}


.mixtomuebles{
  font-size: 40px;
    text-wrap: balance;
}
span.dorado{ 
  font-size: 21px;
}




}


/*footer*/
.pie{
  background-color: #151C24;
}
.footer {
  /* background-color: #333; */
  color: #fff;
  padding: 40px 0;
  display: flex;
  justify-content: space-around;
}

.footer-column {
  flex: 1;
  padding: 0 20px;
}

.footer-logo img {
  max-width: 100px;
}

.contact-info,
.quick-links {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.contact-info li,
.quick-links li {
  margin-bottom: 5px;
}

.contact-info a,
.quick-links a {
  color: #fff;
  text-decoration: none;
}

.footer-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer h4 {
  margin-top: 0;
}
/*fin de footer*/


/*card muni*/
.card-container {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}

.card {
    flex: 1;
    border: 1px solid #ccc;
    /* padding: 20px; */
    margin-right: 20px;
}

.muni{
  padding: 20px;
}

.card-muni {
    background-color: #14ACDB;
    color: #ffffff;
}

.card-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}


.beige{
  background-color: #b8e1eb;
}
.logoempresa{
	width:50% !important;
	margin-bottom: 20px;
}
/*clases de wordpress para front*/
.aligncenter{
  text-align: center;
}