/*
Theme Name: Credifacil.com.do
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('fonts/MADETommySoft-Black.eot');
    src: url('fonts/MADETommySoft-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/MADETommySoft-Black.woff2') format('woff2'),
        url('fonts/MADETommySoft-Black.woff') format('woff'),
        url('fonts/MADETommySoft-Black.ttf') format('truetype'),
        url('fonts/MADETommySoft-Black.svg#MADETommySoft-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('fonts/MADETommySoft-Bold.eot');
    src: url('fonts/MADETommySoft-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/MADETommySoft-Bold.woff2') format('woff2'),
        url('fonts/MADETommySoft-Bold.woff') format('woff'),
        url('fonts/MADETommySoft-Bold.ttf') format('truetype'),
        url('fonts/MADETommySoft-Bold.svg#MADETommySoft-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MADE Tommy Soft';
    src: url('fonts/MADETommySoft.eot');
    src: url('fonts/MADETommySoft.eot?#iefix') format('embedded-opentype'),
        url('fonts/MADETommySoft.woff2') format('woff2'),
        url('fonts/MADETommySoft.woff') format('woff'),
        url('fonts/MADETommySoft.ttf') format('truetype'),
        url('fonts/MADETommySoft.svg#MADETommySoft') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {	
	--white: #ffffff;
	--blue: #0C3A73;
	--blue2: #0E9FDD;
	--orange: #F55E25;
	--black: #000000;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: var(--blue);
	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: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.blue2 {
	color: var(--blue2);
}
.orange {
	color: var(--orange);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-blue2 {
	background: var(--blue2);
}
.bg-orange {
	background: var(--orange);
}
.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: var(--blue);
}
.boton {
	text-transform: none;
	display: inline-block;
	color: var(--white) !important;
	background: var(--orange);
	border: 1px solid var(--orange);
	padding: 8px 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-radius: 8px;
}
.boton:hover, .boton:focus {
	background: var(--orange);
	border: 1px solid var(--orange);
}
.boton2 {
	text-transform: none;
	display: inline-block;
	color: var(--white) !important;
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 8px 30px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-radius: 8px;
}
.boton2:hover, .boton2:focus {
	background: var(--blue);
	border: 1px solid var(--blue);
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'MADE Tommy Soft', sans-serif;
	font-weight: bold;
	color: var(--blue);
}


/**** HEADER ****/
.top img {
	width: 20px;
	margin-right: 2px;
}
.top {
	padding-top: 10px;
	padding-bottom: 5px;
	color: var(--blue);
	font-weight: 600;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 43px;
    margin-top: -15px;
}
.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: var(--blue);
	font-size: 16px;
	border: none;
	padding: 8px 12px;
	text-transform: uppercase;
	font-weight: 500;
	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: 'Poppins', sans-serif;
}
.navbar-default .navbar-nav li.active a, .navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a:focus {
	background:none;
	color: var(--orange);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none;
	color: var(--orange);
}
.navbar-default .navbar-nav li span {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: var(--blue);
	position: relative;
	top: 6px;
	margin: 0 5px;
}
.navbar-default .navbar-nav li.botonprestamos a {
	background: var(--orange) !important;
	color: var(--white) !important;
	text-transform: none;
	border-radius: 8px;
	font-size: 15px;
	margin-left: 150px;
}
.navbar-default .navbar-nav li.botonsucursales a {
	background: var(--blue) !important;
	color: var(--white) !important;
	text-transform: none;
	border-radius: 8px;
	font-size: 15px;
	margin-left: 5px;
}


.carousel-control {
  width: 90px;
}
.carousel-home .imgcarousel {
	width: 100%;
}
.carousel-indicators {
	bottom:  10px;
}
.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0 1px;
    background-color: var(--blue);
    border: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 1px;
    background-color: var(--orange);
    border: none;
}
.carousel-control {
	opacity: 1 !important;
	background: none !important;
}
.carousel-control img {
	position: relative;
	top: 45%;
	width: 40px;
}
h2, .h2 {
	font-weight: normal;
	font-size: 34px;
}
.featured-home h2 {
	color: var(--white);
	margin: 0;
	padding-top: 20px;

}
h1 {
	font-size: 50px;
	color: var(--blue);
	font-weight: normal;
}
.featured-home {
	padding-top: 30px;
}
.featured-home .col-sm-2 {
	text-align: center;
	color: #fff;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 30px;
}
.opcion1 {
	background: var(--blue);
	color: #fff;
}
.opcion2 {
	background: var(--orange);
	color: #fff;
}
.opcion3 {
	background: var(--blue2);
	color: #fff;
}
.opcion1 h3, .opcion2 h3, .opcion3 h3 {
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	margin: 0 0 12px 0;
}
.opcion1 .imgopcion {
	display: block;
	width: 100%;
	height: 240px;
	background: url(images/img1.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 20px;
}
.opcion2 .imgopcion {
	display: block;
	width: 100%;
	height: 240px;
	background: url(images/img2.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 20px;
}
.opcion3 .imgopcion {
	display: block;
	width: 100%;
	height: 240px;
	background: url(images/img3.jpg) no-repeat center center;
	background-size: cover;
	margin-bottom: 20px;
}
.texto-opcion {
	padding-left: 20px;
	padding-right: 20px;
}
.opciones .col-sm-6	{
	width: 42%;
}
.opciones .col-sm-3	{
	width: 29%;
}
.texto-opcion {
	min-height: 130px;
}
.boton-opcion {
	padding-left: 20px;
	padding-bottom: 20px;
}
.opcion1 .boton-opcion a {
	background: #fff !important;
	color: var(--blue) !important;
	font-weight: 500;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 8px;
}
.opcion2 .boton-opcion a {
	background: #fff !important;
	color: var(--orange) !important;
	font-weight: 500;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 8px;
}
.opcion3 .boton-opcion a {
	background: #fff !important;
	color: var(--blue2) !important;
	font-weight: 500;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 8px;
}
.opcion1, .opcion2, .opcion3 {
	margin-bottom: 30px;
}
.iconos a {
	color: #fff !important;
}
.edificio {
	position: relative;
	overflow: hidden;
	padding-top: 50px;
}
.edificio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}
.edificio .col-sm-6.blue {
	padding-top: 50px;
	padding-bottom: 50px;
}
.secretaria {
	margin-top: 40px;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 210px;
}
.secretaria img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 180px;
}
.secretaria h1, .secretaria h3 {
	margin:  0;
	font-weight: normal;
}
.secretaria h3.mp {
	padding-left: 50px;
}
.secretaria h3.mp2 {
	padding-left: 80px;
}
.secretaria .col-sm-4 {
	padding-top: 40px;
}
.whatsappfix {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.whatsappfix img {
	width: 54px;
}
.menufooter {
	text-align: right;
}
.menufooter a {
	font-weight: 500;
	color: var(--blue);
}
.logofooter {
	width: 160px;
	margin-top: -30px;
}
.menufooter span {
	display: inline-block;
	color: var(--blue);
	font-size: 11px;
	position: relative;
	top: -1px;
	margin: 0 10px;
}
.copyright {
	font-size: 14px;
}
img.mapa {
	max-width: 90%;
}
.oficinaprincipal {
	padding-top: 70px;
}
.botones-responsive {
	display: none;
}
.imgcab {
	width: 100%;
}
.imagenes img {
	border-radius: 12px;
}
img.tik {
	width: 25px;
	margin-right: 5px;
}
@media(min-width:767px) {
	.border {
		border-right: 1px solid #CDCDCD;
	}
	.pleft {
		padding-left:  50px;
	}
	.pright {
		padding-right: 50px;
	}
}
.contenidos h2 {
	margin-bottom:  20px;
}
.contenidos h4 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-weight: normal;
}
.productos {
	text-align: center;
}
.productos a {
	display: inline-block;
	color: #fff !important;
	text-align: center;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.productos a.cborde::after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 80px;
	position: absolute;
	top: 30px;
	right: -1px;
	border-left: 2px solid #fff;
}
.productos a.active {
	background: var(--blue);
}

.dropdown-menu {
	list-style-type: none !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #000 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 3px 0 0 0;
	list-style-type: none !important;
	border-top: 1px solid var(--blue);
	background: #fff;
	margin-left: 0 !important;
	min-width: 200px;
}
.navbar-nav > li.submenu > .dropdown-menu li {
	margin: 0; 
	padding: 0;
}
.navbar-nav > li.submenu > .dropdown-menu li a {
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	color: var(--blue);
	font-weight: normal;
	padding: 12px 15px;
    display: block;
    background: #fff;
    text-transform: none;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
	color: var(--orange);
}
.sucursal {
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}
.sucursal img {
	position: absolute;
	left: 0;
	top: 0;
}
.sucursal h3 {
	font-size: 20px;
}
.form-bienes label {
	display: block;
	font-weight: normal;
}
.bienes {
	float: left;
	width: 20%;
	padding: 0 8px;
	margin-bottom: 30px;
}
.imagenbien {
	display: block;
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}
h4.preciobien {
	font-weight: normal;
}
.mirow {
	margin: 0;
}
.clearfixdesktop {
	display: block;
	clear: both;
	height: 1px;
}
.clearfixresponsive {
	display: none;
}
a.redsocial {
	font-size: 22px;
	margin-left: 5px;
}
.fecha {
	font-style: italic;
	margin: 15px 0 8px 0;
}
.imgnoticia {
	display: block;
	width: 100%;
	height: 200px;
}
.formulario input {
	width: 100%;
	background: #f8f8f8;
	border: 1px solid #e9e9e9;
	margin-bottom: 16px;
	padding: 11px;
}
.formulario textarea {
	width: 100%;
	height: 150px;
	background: #f8f8f8;
	border: 1px solid #e9e9e9;
	margin-bottom: 16px;
	padding: 11px;
}

@media(max-width:1180px) {
	.navbar-default .navbar-nav li.botonprestamos a {
		margin-left: 50px;
	}
	.navbar-default .navbar-nav li.botonsucursales a{
		margin-right: 10px;
	}
}

@media(max-width:1080px) {
	.navbar-default .navbar-nav li.botonprestamos a {
		margin-left: 20px;
	}
	.productos a {
		width: 100%;
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
		font-weight: 500;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.productos a img {
		width: 42px;
		margin-right: 8px;
	}
	.productos a.cborde {
		border-bottom: 1px solid #fff;
	}
	.productos a.cborde::after {
		display: none;
	}
	.productos .clearfix {
		display: none;
	}
	.container-productos .col-sm-12 {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-toggle {
	  position: relative;
	  float: right;
	  padding: 1px 4px;
	  margin-top: 0;
	  margin-right: 0;
	  margin-bottom: 8px;
	  background-color: transparent;
	  background-image: none;
	  border: 1px solid transparent;
	  border-radius: 4px;
	  border: none !important;
	  background: #fff !important;
	  font-size: 20px;
	}
	.navbar-default .navbar-nav li span {
  		display: none;
  	}
  	.navbar-default .navbar-nav li.botonprestamos, .navbar-default .navbar-nav li.botonsucursales {
  		display: none;
  	}
  	.botones-responsive {
		display: block;
		float: left;
		width: 50%;
		padding: 0 4px;
	}
	.botones-responsive .boton, .botones-responsive .boton2 {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.top .col-sm-12 {
		margin-bottom: 20px;
	}
	.navbar-right ul.dropdown-menu {
  		left: inherit;
  		right: inherit;
  		width: 100%;
  		position: relative;
  		float: none;
		border: none;
    	box-shadow: none;
	}
}

@media(max-width:767px) {
	.featured-home .iconos {
		width: 33.33%;
	}
	.featured-home h2 {
		margin-bottom: 30px;
	}
	h1 {
  		font-size: 38px;
  	}
  	.opciones .col-sm-6 {
  		width: 100%;
	}
	.opciones .col-sm-3 {
  		width: 100%;
	}
	.texto-opcion {
  		min-height: 30px;
  		margin-bottom: 30px;
	}
	.edificio .col-sm-6.blue {
  		padding-top: 0;
  		padding-bottom: 0;
	}
	.edificio img {
	  position: relative;
	  bottom: inherit;
	  left: inherit;
	  width: 500px;
	  max-width: 100%;
	}
	.secretaria h3.mp {
  		padding-left: 14px;
	}
	.secretaria h3.mp2 {
  		padding-left: 14px;
  		margin-top: 11px;
	}
	.secretaria img {
 		width: 140px;
	}
	.secretaria {
	  margin-top: 0;
	  position: relative;
	  padding-top: 35px;
	  padding-bottom: 35px;
	  padding-left: 166px;
	}
	.logofooter {
 		margin-top: 0;
  		margin-bottom: 30px;
	}
	.menufooter {
  		text-align: left;
	}
	.menufooter a {
	  font-weight: 500;
	  color: var(--blue);
	  margin-bottom: 6px;
	  display: inline-block;
	}
	.oficinaprincipal {
  		padding-top: 0;
  		padding-left: 50px;
	}
	.clearfixdesktop {
		display: none;
		clear: both;
		height: 1px;
	}
	.clearfixresponsive {
		display: block;
		clear: both;
		height: 1px;
	}
	.bienes {
		width: 50%;
	}
}


@media(max-width:498px) {
	.secretaria {
	    margin-top: 0;
	    position: relative;
	    padding-top: 35px;
	    padding-bottom: 35px;
	    padding-left: 80px;
	 }
	.secretaria img {
  		left: -30px;
  	}
  	h1 {
    	font-size: 34px;
  	}
  	h2, .h2 {
  		font-weight: normal;
  		font-size: 28px;
	}
	.menufooter a {
    	display: block;
  	}
  	.menufooter span {
  		display: none;
  	}
  	.carousel-control img {
  		position: relative;
  		top: 40%;
  		width: 30px;
	}
	.carousel-control {
  		width: 52px;
	}
	.carousel-indicators {
  		bottom: 0;
  		margin-bottom: 5px;
	}
	.carousel-indicators li, .carousel-indicators li.active {
  		width: 10px;
  		height: 10px;
  	}
  	.botones-responsive .boton, .botones-responsive .boton2 {
   		height: 60px;
  	}
  	.botones-responsive .boton2 {
   		padding-top: 17px;
  	}
}