/*
Theme Name: Uniformes Batissa
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.container, .container-fluid {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}
.clear, .clearfix {
	display: block;
	clear: both;
}
.height10 {
	height: 10px;
}
.height20 {
	height: 20px;
}
.height30 {
	height: 30px;
}
.height50 {
	height: 50px;
}
img {
	max-width: 100%;
	height: auto;
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.blue {
	color: #0A94C2;
}
.bg-grey {
	background: #f2f2f2;
}
.bg-black {
	background: #000;
}
.bg-white {
	background: #fff;
}
.bg-blue {
	background: #0A94C2;
}
.ubuntu {
	font-family: 'Ubuntu', sans-serif;	
}
.transition, a.boton, button {
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
	color: #0A94C2;
}
.readmore, .boton {
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	background: #0A94C2;
	border: 1px solid #0A94C2;
	padding: 12px 40px;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}
.readmore:hover, .boton:hover, .readmore:focus, .boton:focus {
	color: #fff;
	background: #0A94C2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	color: #0A94C2;
}
ul, ol {
	margin: 0;
	padding: 0;
}



/**** HEADER ****/
.top {
	background: #fff;
	color: #0A94C2;
	font-size: 22px;
	padding-top: 8px;
	padding-bottom: 6px;
}
.top a  {
	color: #0A94C2;
}
.top .col-sm-12 {
	text-align: right;
}
.contact-top {
	position: relative;
}
.contact-top span.social {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10000;
    display: block;
}
.contact-top span.social img {
	width: 40px;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #0C95C3;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
	margin-top: -38px;
}
header .navbar-brand img {
    height: 78px;
}
.navbar-header {
    position: relative;
    z-index: 999;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 8px;
    margin-bottom: 0;
    padding-top: 0;
}
.navbar-default .navbar-nav li a {
	color: #000;
	font-size: 18px;
	border: none;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-transform: none;
	font-weight: normal;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	font-family: 'Ubuntu', sans-serif;
	border-bottom: 3px solid transparent;
	padding-bottom: 27px;
	padding-top: 8px;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none !important;
	color: #0A93C1;
	border-bottom: 3px solid #0A93C1;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    color: #0A93C1;
    border-bottom: 3px solid #0A93C1;
}
.navbar-default .navbar-nav li {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-right {
    padding-right: 100px;
}


@media(max-width: 1100px) {
	.navbar-right {
    	padding-right: 15px;
	}
	.contact-top span.social {
	    position: relative;
	    right: inherit;
	    top: inherit;
	    z-index: 10000;
	    display: inline-block;
	}
}

@media(max-width: 991px) {
	.top {
		font-size: 18px;
	}
	.contact-top span.social {
		margin-left: 12px;
	}
	.contact-top span.social img {
	    width: 36px;
	}
	header .navbar-brand img {
    	height: 60px;
	}
	header .navbar-brand {
		margin-top: -42px;
	}
	.navbar {
    	min-height: 40px;
    }
    .navbar-default .navbar-nav li a {
		font-size: 17px;
		padding-bottom: 17px;
		padding-top: 0;
	}
}

@media(max-width: 767px) {
	.navbar-toggle {
	 	margin-top: 6px;
	 	padding: 0;
	 	border: none !important;
	 	background: none !important;
	 	text-align: right;
	 	margin-right: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background: #0A93C1;
		height: 3px;
		border-radius: 0;
		float: right;
		margin-bottom: 5px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		width: 30px;
		margin-right: 4px;
	}
	.navbar-collapse {
		  border-top: 1px solid transparent;
		  box-shadow: inset 0 1px 0 rgba(0,0,0,0.6);
		  background: #fff;
		  margin-left: -15px;
		  margin-right: -15px;
		  padding: 0;
		  margin-top: 8px;
	}
	.navbar-default .navbar-nav li {
		padding-right: 0;
		padding-right: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 17px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
	.navbar-default .navbar-collapse {
		overflow-y: hidden;
		max-height: none;
		overflow-x: hidden !important;
	}
}

.links-home {
	display: inline-block;
	width: 240px;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
}
.links-home:hover::before {
	content: '';
	background: url(/web/20221102231032im_/https://uniformesbatissa.com.do/wp-content/themes/batissa/images/arrow.png) no-repeat center center;
	display: block;
	width: 100%;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.imgfull {
	width: 100%;
}
.row-banners {
	margin: 0 -6px;
}
.row-banners .col-sm-4 {
	padding: 0 6px;
}
.block {
	margin-bottom: 20px;
	width: 600px;
	max-width: 100%;
	font-size: 20px;
	color: #fff;
	padding: 15px 15px 10px 15px;
	text-align: center;
	min-height: 119px;
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	align-items: center;
	justify-content: center;
}
.block.naranja {
	background: #FF852E;
}
.block.azul {
	background: #0A94C2;
}
.border {
	border-top: 1px solid #ddd;
}
footer {
	padding-bottom: 20px;
}
.menufooter {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.menufooter a {
	font-family: 'Ubuntu', sans-serif;
	color: #000;
	display: inline-block;
	margin: 3px 12px;
}
.contact-footer p.address, .contact-footer p.phone, .contact-footer p.email {
	position: relative;
	padding-left: 30px;
	margin-bottom: 0;
	padding-bottom: 3px;
}
.contact-footer img {
	position: absolute;
	left: 0;
}
.copyright {
	text-align: right;
}
.copyright img {
	width: 38px;
}
.videoWrapper {
	margin-top: 20px;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.imgshadow img {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
form input, form textarea {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 16px;
	padding: 10px 10px;
}
form select {
	border: 1px solid #CCCCCC;
	width: 100%;
	margin-bottom: 16px;
	padding: 10px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(/web/20221102231032im_/https://uniformesbatissa.com.do/wp-content/themes/batissa/images/caret.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.mapa iframe {
	width: 100%;
	height: 300px;
	margin-bottom: 10px;
}
.alert.alert-success {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #0A94C2;
	border-radius: 0;
	color: #0A94C2;
	background: #fff;
}
.menumaps{
	padding-top: 10px;
	margin-bottom: 15px;
}
.menumaps span {
	display: inline-block;
	height: 14px;
	width: 1px;
	background: #ccc;
	margin: 0 15px;
}
.menumaps a {
	color: #ccc !important;
	display: inline-block;
}
.menumaps a.active {
	color: #0A94C2 !important;
}
.sidebar a {
	color: #000;
	display: block;
	padding: 5px 0 5px 0;
}
.sidebar a.active {
	color: #1391BF;
}
.imgcatalogo {
	
	display: block;
	width: 300px;
	max-width: 100%;
	height: 300px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border: 7px solid #fff;
}
#catalogoToggle {
	display: none;
}
#catalogoToggle .fa {
	margin-right: 8px;
}


@media(max-width: 767px) {
	.developer {
		margin-bottom:10px;
	}
	.developer, .copyright {
		text-align: center;
	}
	#catalogoToggle {
		display: inline-block;
		background: #1391BF;
		padding: 8px 30px;
		color: #fff !important;
		font-family: 'Ubuntu', sans-serif;
		margin-bottom: 20px;
	}
	#catalogo {
		display: none;
	}
}