/* CSS Document */
/* color primario: # 6C2A38 - # E4B517 */
/* color secundario: #8B8F91  */
/* primario RGB: 109-151-63 - 228-181-23 - al parecer no se está usando */


.preloader .preloader-circle {
    border-top-color: #E4B517;
}

.containerdiv {
	margin: 2px;
	border: 0;
	float: left;
	position: relative;
	max-width: 60px;
} 
.containerdiv span, .cornerimage span {
	position: absolute;
	top: 20px;
	text-align: center;
	font-size: 14px;
    width: 100%;
	z-index: 1;
} 
.containerdiv img{
	max-width: 60px;
 }
.cornerimage {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
 } 





/* preloader */
.preloader .preloader-img img {
    max-width: 90px;
}


/* colores */
.slider-area .hero__caption span a, .header-area .header-top .header-info-left ul li i, .header-area .header-top .header-info-right .header-social a:hover i, .section-tittle span, .categories-area .single-cat .cat-icon span, .services-area .single-services .services-caption span, .services-area .single-services .services-caption p a:hover, .team-area .single-team .team-caption span, .testimonial-area .testimonial-caption .testimonial-founder .founder-text span a, .team-area .single-team .team-caption h3 a:hover, .home-blog-area .home-blog-single .blog-img-cap .blog-cap h3 a:hover, .home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn, .footer-area .footer-top .single-footer-caption .footer-number h4, .footer-area .footer-bottom .footer-copy-right p a {
	color: #E4B517;
}
.slider-area .hero__caption span::before, .section-tittle span::before, .btn, .categories-area .single-cat::before, .services-area .single-services .services-caption span::before, .team-area .single-team .team-caption span::before, .home-blog-area .home-blog-single .blog-img-cap .blog-cap .more-btn::before, #scrollUp, #back-top, .blog_right_sidebar .search_widget .input-group button, .boxed-btn:hover, .blog_right_sidebar .tag_cloud_widget ul li a:hover {
	background: #E4B517;
}



/* slider */
.slider-area {
  margin-top: -1px;
  background-image: url(../cdata/dbfiles/dbcontenidos/dbfulls/default_full.jpg);
}



/* contenido titulos */
.slider-area2 {
    background-image: url(../img/bg-titulos.jpg);
}
/*
.hero-overly2::before {
    background-color: rgba(109, 151, 63, 0.3);
}
.slider-height2 {
    height: 600px;
}
*/


/* slider header */
.slider-area {
    background-image: none;
}
.slider-area .hero__caption span a:hover {
	color: #000000!important;
}
.single-slider {
    margin-top: -1px;
    background-repeat: no-repeat;
    background-position: center center;
	background-size: cover;
}
.slider-overly {
    position: relative;
    z-index: 1;
}
.slider-overly::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    background-repeat: no-repeat;
}
.slider-overly::before {
    background-image: -moz-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%);
    background-image: -webkit-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%);
    background-image: -ms-linear-gradient(0deg, #fff 0%, rgba(215, 215, 215, 0.01) 99%, rgba(215, 215, 215, 0) 100%);
}


/* diferenciadores */
.section-tittle span a {
	color: #E4B517;
}
.section-tittle span a:hover {
	color: #8B8F91;
}
.categories-area .single-cat .cat-cap p {
    max-width: 300px;
	margin: 10px auto 20px;
	text-align: justify;
}
.cat-icon {
	margin-bottom: 30px;
}


/* acerca container and img */
.imagen-wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 90%;
}
.imagen-fit-cover {
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    border-radius: 0px;
}
.support-company-area .right-caption .support-caption p a:hover {
    color: #E4B517;
}


/* portafolio - servicios */
.services-area .single-services .services-img img {
    aspect-ratio: 1.4;
	object-fit: cover;
}


/* testimonios */
.testimonial-padding {
    padding-top: 140px;
    /*padding-bottom: 200px;*/
}
.testimonial-area .testimonial-caption .testimonial-founder .founder-text span a:hover {
	color: #ffffff;
}
.testimonio-img {
    object-fit: cover;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.testimonial-area button.slick-arrow:hover {
    border: 1px solid #E4B517;
    color: #E4B517;
}


/* numeralia */
.count-down-area .single-counter.active {
    background: #E4B517;
}

/* slider clientes */
.single-brand.slick-slide img {
    margin: 0 auto;
	width: 100%;
}
.ver-mas {
	color: #E4B517;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    position: relative;
    padding-left: 50px;
}
.ver-mas::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #E4B517;
}
/* the slides */
.single-brand.slick-slide {
margin: 0 27px;
}
/* the parent */
.single-brand.slick-track {
margin: 0 -27px;
}


/* LISTA CONTENIDOS */

.hero-overly2::before {
    background-color: rgba(13, 45, 62, 0.5);
}

.blog_item_img .blog_item_date {
    background-color: #E4B517;
    text-align: center;
}
.blog_area a {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.blog_area a :hover {
	color: #E4B517;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.blog_details a {
    color: #E4B517;
}
.blog_details a:hover {
    color: #8B8F91;
}

/* side bar */
.boxed-btn {
	color: #E4B517!important;
}
.boxed-btn, .boxed-btn:hover {
	border: 1px solid #E4B517;
}
.sidebar-img {
    object-fit: cover;
    height: 80px;
    width: 80px;
}

.media-body {
	min-width: 0;
}


/* CONTENIDOS */
/*Estilos para summernote */
.texto-summernote ul li {
	list-style-type:disc;
	margin-left: 40px;
}
.texto-summernote ol li {
	list-style-type:decimal;
	margin-left: 40px;
}
.quotes a {
	font-weight: bold;
}
/* navegador de contenidos */
.nav-contenidos-img {
    object-fit: cover;
    height: 60px;
    width: 60px;
}

/* mapa responsivo (contenido y contacto) */
.map-responsive{
    overflow: hidden;
    position: relative;
    height: 0;
}
.map-responsive iframe{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/* ratios para mapa */
.ratio-16-9 {
    padding-bottom: 56.25%;
}
.ratio-21-9 {
    padding-bottom: 42.85%;
}

/* imagen whatsapp */
.single-post-area .blog-author img {
    border-radius: 0;
}


/* SUCCESS ALERTS formularios */
.alert {
	border-radius: 0;
}


/* footer */
.footer-number a:hover {
	color: #FFFFFF;
}
.btn:hover {
	color: #000000;
}
.img-footer-logo {
	max-width: 180px;
	margin: 0 auto;
}
.img-buro {
	max-width: 160px;
	margin: 0 auto;
}
.text-buro {
	font-size: 14px;
	color: #FFFFFF;
}
.text-buro a {
	color: #E4B517;
}
.text-buro a:hover {
	color: #FFFFFF;
}


/* Resumen Directorio */
.directorio_detalle a {
	color: #E4B517;
}
.directorio_detalle a:hover {
	color: #8B8F91;
}


/* paginación */
#SoloMovil {
    display: none;
    font-size: 20px;
    line-height: 46px;
    margin-right: 10px;
}
@media (max-width: 768px) {
	#hide {
	display:none;
	}
	#SoloMovil {
	display:inline;
	}
}



