/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


:root {
	--cnvs-themecolor: #ffffff;
	--cnvs-themecolor-rgb: 255, 255, 255;
}
#footer{
	background-color: var(--cnvs-themecolor);
}
#header-wrap{
 background-color: var(--cnvs-themecolor);
}
.menu-link{
	color:#000000;
}
.menu-item:hover > .menu-link {
	color:  var(--cnvs-secondary-color) !important;
  }
#top-bar{
	border-bottom-color: #e5e5e5;
}

#gotoTop{
	background-color: #ae7822 !important;
}
.btnheader {
	color: #ae7822;
	border-color: #e0dede;
}
.btn:hover{
	color:#000000;
}

.is-expanded-menu .sticky-header #header-wrap{
	background-color: var(--cnvs-themecolor);
}

.text-theme-primary{
	color: var(--cnvs-themecolor);
}

.border-theme-primary{
	color: var(--cnvs-themecolor);
}

.button-theme-primary {
	background-color: var(--cnvs-themecolor);
}

.text-theme-second{
	color: var(--cnvs-secondary-color);
}

.menu-item.current > .menu-link{
	color:#000000;
}

.menu-item:hover > .menu-link{
	color:#000000;
}

.hero-title{
	color: white !important;
}
.subtitule{
	margin-bottom: 16px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}
.h2{
	font-weight: 400;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}

.strong-2{
	color:var(--cnvs-secondary-color);
}

.tagcloud a:hover{
	border-color:white !important;
	color: white !important;
}

.colored-toast.swal2-icon-success {
	background-color: #a5dc86 !important;
  }
  
  .colored-toast.swal2-icon-error {
	background-color: #f27474 !important;
  }
  
  .colored-toast.swal2-icon-warning {
	background-color: #f8bb86 !important;
  }
  
  .colored-toast.swal2-icon-info {
	background-color: #3fc3ee !important;
  }
  
  .colored-toast.swal2-icon-question {
	background-color: #87adbd !important;
  }
  
  .colored-toast .swal2-title {
	color: white;
  }
  
  .colored-toast .swal2-close {
	color: white;
  }
  
  .colored-toast .swal2-html-container {
	color: white;
  }

  .titleSlider {
	color: #442023 !important;
	font-size: 5rem;
  }

  .slider-p{
	justify-content: start;
	margin-top: 10% !important;
  }

  .p-inicio{
	font-size: 17px !important;

	line-height: 1 !important;

  letter-spacing: 0px !important;
  }

  .titulo-carousel{
	font-size: 40px; font-weight:bold; position: absolute; top: 10px; left: 10px; background-color: black; color: white; padding: 10px; z-index: 10;
  }
  .subtitulo-carousel{
	font-size: 20px; font-weight:bold; position: absolute; top: 100px; left: 10px; background-color: black; color: white; padding: 10px; z-index: 10;
  }

  a:hover {
	color: #000000;
  }

  a {
	color: #ae7822;
  }
  .toggle-open{
	color: #ae7822;
  }
  .toggle-closed{
	color: #ae7822;
  }

  .fusion-title {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	-ms-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 31px;
	  margin-top: 0px;
	  margin-bottom: 31px;
	overflow: hidden;
  }
  .title-heading-left{
	font-size: 24px;
	flex-grow: 0;
	text-align: left;
	padding-right: 8px;
	color: #777777;
	margin: 0;
  }

  .fusion-title .title-sep-container {
	position: relative;
	height: 6px;
	-webkit-flex-grow: 1;
	-ms-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
  }

  .fusion-title .title-sep.sep-double {
	height: 6px;
	border-bottom-width: 1px;
	border-top-width: 1px;
  }

  .fusion-title .title-sep, .fusion-title.sep-underline, .product .product-border {
	border-color: #e0dede;
  }
  .fusion-title .title-sep {
	position: relative;
	display: block;
	width: 100%;
	border-style: solid;
	border: 0 solid #e7e6e6;
	  border-top-width: 0px;
	  border-top-color: rgb(231, 230, 230);
	  border-right-color: rgb(231, 230, 230);
	  border-bottom-width: 0px;
	  border-bottom-color: rgb(231, 230, 230);
	  border-left-color: rgb(231, 230, 230);
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
  }

  .icon-t{
	color: #ae7822;
	
  }

  .title-s5{
	color: #4a3e29;
	font-size: 30px;
	line-height: 1;
  letter-spacing: 0px;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  }

  .subtitle-s9{
	color: #4a3e29;
	text-align: center;
	line-height: 1;
	letter-spacing: 0px;
	
	font-size: 24px !important;
  }

  .bg-seccion5{
	background-color: #f6f6f6;
  border-width: 1px;
    border-top-width: 1px;
  border-color: #f6f6f6;
    border-top-color: rgb(246, 246, 246);
  border-top-width: 3px;
  border-top-color: #ae7822;
  border-style: solid;
  }

  .fusion-row::before, .fusion-row::after {
	content: " ";
	display: table;
  
  }

  .post-content p {
	margin-top: 0;
	margin-bottom: 20px;
  }
  .post-content p, .fusion-post-content p {
	margin: 0;
	  margin-top: 0px;
	  margin-bottom: 0px;
	margin-bottom: 20px;
  }

  .fusion-row::after {
	clear: both;
  }.fusion-fullwidth-1 {
    padding-left: px !important;
    padding-right: px !important;
}.fusion-section-separator .divider-candy-arrow.bottom {
	border-width: 29px 29px 0 29px;
  }
  .fusion-section-separator .divider-candy-arrow {
	z-index: 2;
	position: absolute;
	left: 50%;
	margin-left: -29px;
	height: 0;
	width: 0;
	border-color: transparent;
	  border-top-color: transparent;
	border-style: solid;
  }
  .fusion-section-separator .divider-candy.bottom {
	bottom: -21px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
  }
  .fusion-section-separator .divider-candy {
	z-index: 100;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	height: 40px;
	width: 40px;
	border-bottom: 1px solid #E6E5E6;
	border-left: 1px solid #E6E5E6;
	background-color: #4a3e29;
	content: "";
  }

  .borde{
	border-color: #eae9e9;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  }


  .fusion-layout-column {
	position: relative;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
  }
  blockquote{
	border-color: #ae7822 !important;
	font-style: italic;
	line-height: 1;
	background-color: #f6f6f6;
	letter-spacing: 0px;
  }

  .contancto-info > p,strong {
	font-style: italic;
	line-height: 1;
	letter-spacing: 0px;
  }

  .buttons{

	font-weight: normal;	
	border-radius: 2px;
	border-width: 0px;
	padding: 13px 29px;
	line-height: 17px;
	font-size: 14px;
	background: linear-gradient(to top, #d6ad5a, #e8cb90);
  	color: #785510;
  }

  .buttons:hover{
	background: linear-gradient(to bottom right, #e8cb90, #d6ad5a);
  }

  .buttons > span {
	line-height: normal;
	font-size: 14px;
	letter-spacing: 0px;
	color: #785510;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
  }

  .pointer{
	cursor: pointer;
  }

  .font-weight{
	font-weight: bold;
  }

@media (max-width: 768px) {
    .titleSlider  {
        font-size: 3rem; /* Tamaño más pequeño en pantallas pequeñas */
    }
	.titulo-carousel {
		font-size: 17px;	
		top: 50px;
	}
	.subtitulo-carousel{
		font-size: 10px;	
	}
	.flexslider .slide img {
		max-width: 100%; 
		height: 388px; 
		display: block;
   }
}

@media (max-width: 480px) {
	.titleSlider  {
        font-size: 2.5rem; /* Tamaño más pequeño en pantallas pequeñas */
    }
	.titulo-carousel {
		font-size: 17px;	
		top: 50px;
	}
	
	.subtitulo-carousel{
		font-size: 10px;	
	}

	.flexslider .slide img {
		max-width: 100%; 
		height: 388px; 
		display: block;
   }
   
}