/*
Theme Name: UnisourceGroup
Theme URI: https://purple-valley.com
Author: Purple Valley
Author URI: https://purple-valley.com
Description: Unisource Group Custom Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: unisourcegroup

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/******************************************************************imports************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import 'css/bootstrap.min.css';
@import 'css/classes.css?v=1.0.1';
@import 'css/slick.css';
/*************************************************************************************************************************************************/

/*****************************************************************rewrited styles*****************************************************************/
body {
    font-family: "Poppins", sans-serif;
    line-height: normal;
}

figure {
    margin-bottom: 0 !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p:empty {
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    opacity: 1 !important;
    color: inherit !important;
}

input::placeholder,
textarea::placeholder {
    opacity: 1 !important;
    color: inherit !important;
}

button {
    outline: 0 !important;
}

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.custom-file-label::after {
    content: 'Buscar' !important;
}
/*************************************************************************************************************************************************/

/********************************************************************custom classes***************************************************************/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

.poppins {
    font-family: "Poppins", sans-serif;
}

.bg-blue {
    background-color: #2e368f;
}

.bg-bluetransparent {
    background-color: rgba(46, 54, 143, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.bg-lightblue {
    background-color: #f8f9ff;
}

.bg-gradient1 {
    background-color: rgba(0, 0, 0, 0.6);
}

.bg-gradient2 {
	background-color: rgba(0, 0, 0, 0.5);
}

.bg-gray {
    background-color: #C0C0C0;
}

h2, .text-xl {
    font-size: 30px !important;
}

h3, .text-lg {
    font-size: 20px !important;
}

.text-ml {
	font-size: 18px;
}

h4, .text-md {
    font-size: 15px;
}

h5, .text-rg {
    font-size: 14px !important;
}

.text-sm {
    font-size: 12px;
}

.location-title {
    font-size: 15px;
}

.location-list {
    font-size: 12px;
}

.text-lightblue {
    color: #6e80ff;
}

.text-blue,
.text-heading-blue h1,
.text-heading-blue h2,
.text-heading-blue h3,
.text-heading-blue h4,
.text-heading-blue h5,
.text-heading-blue h6 {
    color: #2e368f !important;
}

.text-gray {
    color: #706f6f;
}

.text-gray1 {
    color: #C0C0C0;
}

.navbar-blue .navbar-brand,
.navbar-blue .navbar-nav .nav-link,
.navbar-blue .navbar-toggler,
.navbar-blue .navbar-text,
.navbar-blue .navbar-text a {
    color: #FFFFFF;
}
  
.navbar-blue .navbar-brand:hover,
.navbar-blue .navbar-brand:focus,
.navbar-blue .navbar-nav .nav-link:hover,
.navbar-blue .navbar-nav .nav-link:focus,
.navbar-blue .navbar-nav .show > .nav-link,
.navbar-blue .navbar-nav .active > .nav-link,
.navbar-blue .navbar-nav .nav-link.show,
.navbar-blue .navbar-nav .nav-link.active,
.navbar-blue .navbar-text a:hover,
.navbar-blue .navbar-text a:focus {
    color: #C0C0C0;
    text-decoration: underline;
}
  
.navbar-blue .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.3);
}
  
.navbar-blue .navbar-toggler {
    border-color: transparent;
}
  
.navbar-blue .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.slick-dots li button {
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    padding: 1px;
}

.slick-dots li button:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #C0C0C0;
}

.slick-dots.slick-dots-gray li button:before {
    background-color: #C0C0C0 !important;
}

.slick-dots li.slick-active button {
    border: 1px solid #C0C0C0;
}

.slick-dots.slick-dots-gray li.slick-active button {
    border: 1px solid #C0C0C0 !important;
}

.slick-dots li.slick-active button:before {
    background-color: #2e368f !important;
}

.slick-arrow {
    width: 55px;
    height: 55px;
}

.value-icon {
    width: 128px;
    height: 128px;
}

.rounded-25 {
    border-radius: 25px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.border-bottom-8 {
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 8px;
    border-style: solid;
}

.border-blue {
    border-color: #2e368f !important;
}

.border-2 {
	border: 2px solid #dee2e6 !important;
}

.custom-btn-blue,
.custom-btn-white,
.custom-btn-transparent {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.custom-btn-blue,
.custom-btn-white {
    border: 1px solid transparent !important;
}

.custom-btn-transparent {
    background-color: transparent;
	color: #000;
    /*-webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);*/
}

.custom-btn-transparent:hover,
.custom-btn-transparent.active {
    background-color: rgba(46, 54, 143, 1);
	color: #FFF;
}

.custom-btn-blue {
    background-color: #2e368f;
    color: #FFF;
}

.custom-btn-white {
    background-color: #FFF;
    color: #2e368f;
}

.custom-btn-blue:hover {
    background-color: transparent;
    color: #2e368f;
    border: 1px solid #2e368f !important;
}

.custom-btn-white:hover {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFF !important;
}

.unisource-map > figure {
    position: relative;
}

.unisource-location {
    -webkit-transform: translate(-50%, -100%) scale(0.5);
    -moz-transform: translate(-50%, -100%) scale(0.5);
    -ms-transform: translate(-50%, -100%) scale(0.5);
    -o-transform: translate(-50%, -100%) scale(0.5);
    transform: translate(-50%, -100%) scale(0.5);
    transform-origin: center bottom;
    z-index: 1;
}

.unisource-location > div {
    opacity: 0;
    visibility: hidden;
    padding-right: 38px;
}

.unisource-location:hover, .unisource-location.active {
    -webkit-transform: translate(-50%, -100%) scale(1);
    -moz-transform: translate(-50%, -100%) scale(1);
    -ms-transform: translate(-50%, -100%) scale(1);
    -o-transform: translate(-50%, -100%) scale(1);
    transform: translate(-50%, -100%) scale(1);
    z-index: 2;
}

.unisource-location:hover > div,
.unisource-location.active > div {
    opacity: 1;
    visibility: visible;
}

.blur {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.last-m-0 > *:last-child {
    margin-bottom: 0 !important;
}

.transform-y-slide .slick-slide > div,
.transform-x-slide .slick-slide > div,
.transform-description-y-slide .slick-slide .col-12 > div,
.transform-title-x-slide .slick-slide h2 {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}

.transform-y-slide .slick-slide > div,
.transform-description-y-slide .slick-slide .col-12 > div {
    -webkit-transform: translateY(25%);
    -moz-transform: translateY(25%);
    -ms-transform: translateY(25%);
    -o-transform: translateY(25%);
    transform: translateY(25%);
}

.transform-x-slide .slick-slide > div {
    -webkit-transform: translateX(25%);
    -moz-transform: translateX(25%);
    -ms-transform: translateX(25%);
    -o-transform: translateX(25%);
    transform: translateX(25%);
}

.transform-title-x-slide .slick-slide h2 {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
}

.transform-y-slide .slick-slide.slick-active > div,
.transform-description-y-slide .slick-slide.slick-active .col-12 > div {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.transform-x-slide .slick-slide.slick-active > div,
.transform-title-x-slide .slick-slide.slick-active h2 {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.sustainability-image {
    width: 100px;
    height: 100px;
}

.sustainability-container:hover .card {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.business-item:hover {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}

.post-container {
    height: 300px;
}

.vh-75 {
    height: 75vh;
}

.bottom-25 {
	bottom: 25%;
}

.about-us-image-container:before,
.about-us-image-container:after {
	content: '';
	position: absolute;
	display: block;
	border: 1px solid #706f6f;
	border-radius: 10px;
	z-index: 0;
}

.about-us-image-container:before {
	width: 100%;
	height: 100%;
	top: 30px;
	left: 30px;
	border: 1px solid #706f6f;
}

.about-us-image-container:after {
	width: 150px;
	height: 150px;
	top: -40px;
	left: -40px;
	border: 1px solid #2e368f;
}

.bussiness-item-img {
	height: 200px;
}

.text-shadow1 {
	text-shadow: 0px 0px 5px rgba(0,0,0,1);
}

.custom-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.business-item:hover .custom-excerpt {
	display: block !important;
}

.text-justify-center {
	text-align: justify;
	text-align-last: center;
}
/*************************************************************************************************************************************************/

/******************************************************************specifyc styles****************************************************************/
#header_logo {
    height: 30px;
}

#about_us_image_slide {
	z-index: 1;
}
/*************************************************************************************************************************************************/

/******************************************************************responsive breakpoints*********************************************************/
@media (min-width: 992px) {
    h2, .text-xl {
        font-size: 40px !important;
    }
    
    h3, .text-lg {
        font-size: 30px !important;
    }

    .display-5 {
        font-size: 70px !important;
    }

    .display-6 {
        font-size: 40px !important;
    }
	
	.display-7 {
		font-size: 55px !important;
	}
	
	.text-ml {
		font-size: 20px;
	}
    
    h4, .text-md {
        font-size: 17px;
    }

    .location-title {
        font-size: 20px;
    }

    .location-list {
        font-size: 15px;
    }

    #header_logo {
        height: auto;
    }
	
	#nosotros {
		background-image: url(images/bg_logo1.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 25% auto;
	}
	
	.bussiness-item-img {
		-ms-flex: 0 0 400px;
		flex: 0 0 400px;
		max-width: 400px;
		height: 600px;
	}
}
/*************************************************************************************************************************************************/