.contTiendas > div > div {
    width: 45%;
}
.contTiendas > div {
    display: flex;
    justify-content: space-between;
}
.ImgTiendas > figure, .ImgTiendas div {
    width: 100%;
    height: 300px;
	
	img {
		width: 100%;
        height: 300px;
        border-radius: 15px;
        object-fit: cover;
	}
}
.titTiendas h1 {
    color: #fff;
	
	strong {
		font-style: italic;
		color: #E1A87B;
	}
}
.TextTarj {
    padding: 0px 35px 0px 35px;
	
	h3 {
		font-size: 24px;
		margin-bottom: 0px;
	}
}
.FormCont {
	
	.Flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
		
		> div {
    	width: 49%;
		}
	}

	input {
    margin-bottom: 8px;
	}
	
	button, select {
    text-transform: none;
    margin-bottom: 8px;
	}
	
	input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], textarea, select {
    color: #1d1d1b;
    border: none !important;
    border-bottom: 1px solid rgba(29, 29, 27, 0.2) !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    padding: 10px 29px;
    height: 50px;
    width: 100%;
    font-size: 13px !important;
}
	textarea {
    min-height: 80px !important;
}
	.btnCont input {
    background-color: #E1A87B;
    color: #1D1D1B;
    padding: 15px 60px;
}
}
.TarjContact {
    -webkit-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
	
	> div {
    padding: 25px;
}
	p {
    margin: 0px !important;
}
	h3 {
    margin: 5px 0px;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
}
}

.VMNosotros {
	> div {
	z-index:1;
	background-color: #fff;
	-webkit-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 25px 25px 50px 0px rgba(0, 0, 0, 0.15);
	
		 > div {
			padding: 0px 35px;

		}
	}
}

blockquote {
    background-color: #E1A87B25;
    padding: 25px;
    border-left: 5px solid #E1A87B;
	
	p {
		margin: 0px !important;
	}
}
.ImgFlotante {
    width: 400px;
    position: absolute;
    left: -50px;
    top: -50px;
}
.BtnCategoriasInt {
	text-align: center;
	
 a {
    text-align: center;
    border: 1px solid #000;
    padding: 10px 75px;
    text-decoration: none;
    font-size: 18px;
}
	a:hover {
		border: 1px solid #e1a87b;
	}
}
/*================== LP ================== */
.BannerBulova {
    padding: 50px 0px;
    text-align: center;
    color: #fff;
	
	p {
		color: #fff;
		font-size: 18px;
	}
}
.BannerSwatch {
	padding: 50px 0px;
    text-align: center;
    color: #000;
	
	p {
		color: #000;
		font-size: 18px;
	}
}
.BtnLP{	
	 a {
		color: #fff;
		text-decoration: none;
		border: 1px solid #fff;
		padding: 10px 100px 10px 25px;
		font-size: 20px;
		position: relative;
	}
}
.BtnLP a:before {
    content: url(https://worldtimecolombia.com/wp-content/uploads/2025/03/flecha-btn.svg);
    position: absolute;
    right: 35px;
    top: 60%;
    transform: translateY(-50%);
	transition: 0.3s all ease;
}
.BtnLP a:hover:before {
    content: url(https://worldtimecolombia.com/wp-content/uploads/2025/03/flecha-btn.svg);
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
	transition: 0.3s all ease;
}
.BtnMarg {
    position: absolute;
    z-index: 1;
    bottom: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
.TextCTA {
	
	h2 {
		color: #fff;
		font-size: 60px;
		font-family: 'Poppins';
	}
	p {
		color: #fff;
	}
}

/*========= RESPONSIVE ===========*/
@media only screen and (max-width: 480px){
.BannerBulova p {
		color: #fff;
		font-size: 16px;
	}
	.TextCTA {
    h2 {
        font-size: 48px;
    }
}
	.BtnLP {
    a {
        font-size: 18px;
    }
}
}