/*
Theme Name: Romaca
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Description: Theme Wordpress
Version: 1.0
*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.eot');
    src: url('fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Gilroy-Bold.woff2') format('woff2'),
        url('fonts/Gilroy-Bold.woff') format('woff'),
        url('fonts/Gilroy-Bold.ttf') format('truetype'),
        url('fonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

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


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


:root {	
	--white: #ffffff;
	--blue: #2D3192;
	--yellow: #FF9900;
	--red: #E20A17;
	--black: #020817;
}
html, body{
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Gilroy', 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: var(--black);
}
.white {
	color: var(--white);
}
.blue {
	color: var(--blue);
}
.red {
	color: var(--red);
}
.bg-black {
	background: var(--black);
}
.bg-white {
	background: var(--white);
}
.bg-blue {
	background: var(--blue);
}
.bg-red {
	background: var(--red);
}
a, 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(--red);
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--red);
	border: 1px solid var(--red);
	padding: 10px 30px;
	font-weight: normal;
	font-family: 'Giliroy', sans-serif;
	border-radius: 8px;
}
.boton:hover, .boton:focus {
	color: var(--white);
	background: #cc0e19;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Gilroy', sans-serif;
	font-weight: bold;
}


/**** HEADER ****/
.top {
	display: none;
	padding-top: 8px;
	padding-bottom:8px;
	background:#f0f0f0;
}
.top-search {
	text-align: right;
}
.top-search .formsearch {
	display: inline-block;
}
.formsearch {
	position: relative;
	width: 190px;
}
.formsearch input {
	width: 100%;
	border: 1px solid #DFDFDF;
	height: 38px;
	padding: 9px 50px 9px 15px;
	text-align: left;
	font-family: 'Ubuntu', sans-serif;
	color:#333;
	font-weight: normal;
}
.formsearch button {
	position: absolute;
	right: 0;
	top: 0;
	background:var(--red);
	color:#fff;
	outline:none;
	border:none;
	height: 38px;
	width: 42px;
	text-align: center;
}
header {
	z-index: 100;
	position: relative;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}
header .navbar-brand {
	padding: 3px 0px;
	min-height: none;
	height: auto !important;
	z-index: 9999 !important;
}
header .navbar-brand img {
    height: 45px;
}
.container-menu {
	padding-top: 10px;
}
.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: #333;
	font-size: 16px;
	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: 15px 4px 25px 4px;
}
.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: #333;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
    background:none !important;
	color: #333;
	border-bottom: 3px solid var(--red);
}
.navbar-default .navbar-nav li {
	padding-right: 10px;
	padding-left: 10px;
}
.navbar-default .navbar-nav li.search {
	padding-right: 0;
	padding-top: 5px;
}
.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: #333 !important;
    background-color: #fff !important;
}
.navbar-nav > li.submenu > .dropdown-menu {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
	border: 1px solid #e9e9e9;
	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: 15px !important;
	color: #333;
	font-weight: normal;
	padding: 10px 25px 10px 15px;
    display: block;
    background: #fff;
    display: block;
}
.navbar-nav > li.submenu > .dropdown-menu li a .fa {
	position: absolute;
	right: 10px;
	top: 13px;
}
.navbar-nav > li.submenu > .dropdown-menu li a:hover {
	border-bottom: 1px solid #f0f0f0 !important;
	background: #fff !important;
}
.navbar-nav li.submenu2 .dropdown-menu {
	left: 100% !important;
  	margin-left: 0 !important;
}
.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 12px;
  background:#fff;
}
.carousel-indicators li.active {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 1px;
  cursor: pointer;
  border: 1px solid var(--red);
  border-radius: 12px;
  background:var(--red);
}
h4, .h4 {
	font-size: 17px;
	font-weight:600;
}
.cuadro {
	background:#f4f4f4;
	display: block;
	border-radius: 10px;
	padding: 20px 15px;
	color:var(--red);
	text-align: center;
	text-transform: uppercase;
	font-size: 17px;
	font-weight:600;
	margin-bottom: 30px;
}
.cuadro:hover {
	background:var(--red);
	color:#fff;
}
.cuadro img.reposo {
	display: none;
	margin: 0 auto;
}
.cuadro:hover img.activo {
	display: none;
	margin: 0 auto;
}
.cuadro:hover img.reposo {
	display: block;
	margin: 0 auto;
}
.servicio {
	background:#f4f4f4;
	display: block;
	border-radius: 10px;
	padding: 20px 20px 20px 100px;
	margin-bottom: 30px;
	position: relative;
	color:#111;
	min-height: 200px;
}
.servicio img {
	position: absolute;
	left: 20px;
	top: 20px;
}
.servicio h4 {
	color:var(--red);
	text-transform: uppercase;
}
.content-home h1, .content-home h2, .content-home h3, .content-home h4 {
	color:var(--black);
}
.ficha {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	margin-bottom: 30px;
	border-left: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-top: 3px solid var(--blue);
}
.img-ficha {
	display: block;
	width: 100%;
	height: 250px;
}
.img-ficha2 {
	-webkit-display: flex;
	display: flex;
	width: 100%;
	height: 250px;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background:#fff;
}
.img-ficha2 img {
	max-width: 100%;
	max-height:100%;
}
.content-ficha {
	border-top: 1px solid #DFDFDF;
	text-align: center;
	padding: 11px 15px;
	min-height: 100px;
}
.content-ficha h4 a {
	color: var(--black);
}
.nosotros {
	background:var(--blue);
	color:#fff;
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
.nosotros .col-sm-12 {
	padding-right: 51%;
}
.nosotros-img {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
}
.owl2 .owl-nav  {
	display: none !important;
}
.owl2 .owl-dots  {
	margin-bottom: 30px;
	display: block !important;
	text-align: center;
}
.owl2 button.owl-dot {
    background: #fff;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--blue);
    border-radius: 18px;
    margin: 10px 2px;
}
.owl2 button.owl-dot.active {
	background: var(--blue);
}
.formsello {
	display: inline-block;
}
.formsello button {
	-webkit-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	background: transparent !important;
}
.nosotros .boton {
	background:#fff !important;
	border:none !important;
	color:var(--blue) !important;
}
footer {
	background:#f3f3f3;
	padding-top: 40px;
	padding-bottom: 30px;
}
.logos {
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}
.logos img {
	margin: 5px;
	width: 100px;
}
.logofooter {
	width: 300px;
	max-width: 90%;
	margin-bottom: 30px;
}
.redes a {
	display: inline-block;
	background:var(--blue);
	color:#f0f0f0;
	width: 40px;
	height:40px;
	border-radius:40px;
	text-align: center;
	line-height: 39px;
	font-size: 19px;
	margin-right: 4px;
}
p.contactos {
	color:var(--black);
	position:relative;
	padding-left: 30px;
}
p.contactos img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 21px;
}
img.sellos {
	height: 80px;
}
@media(min-width:767px) {
	img.sellos {
 		height: 100px;
	}
	.developer {
		text-align: right;
	}
}
.cab {
	background: url(images/bgcab.jpg) repeat center center;
	background-size: cover;
	position: relative;
}
.cab .col-sm-12 {
	padding-right: 40%;
}
.relative {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
}
.tont1 {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(images/tontcab.jpg) no-repeat center center;
	background-size:cover;
	width: 210px;
	height: 150px;
}
.tont2 {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: url(images/tontcab2.jpg) no-repeat center center;
	background-size:cover;
	width: 40%;
}
.cab h1 {
	margin: 0;
	color:#fff;
	padding-left: 200px;
}
.formulario input {
	border: 1px solid #ccc;
	padding: 12px;
	margin-bottom: 14px;
	width: 100%;
}
.formulario textarea {
	border: 1px solid #ccc;
	padding: 12px;
	margin-bottom: 14px;
	width: 100%;
	height: 100px;
}
.formulario .boton {
	width: 100%;
	text-align: center;
}
.mapa iframe {
	width: 100%;
	height: 350px;
}
img.roud {
	border-radius: 12px;
	width: 100%;
}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li a {
	display: block;
	color: var(--black);
	padding: 4px 0;
}
.sidebar ul li a:hover, .sidebar ul li.active a {
	color:var(--red);
}
.sidebar ul li a .fa {
	display: none;
}
h1.darkblue, h2.darkblue, h3.darkblue {
	border-bottom: 1px solid #333;
	font-size: 20px;
	padding-bottom: 5px;
	margin-top: 0;
	margin-bottom: 20px;
}
h1.darkblue a, h2.darkblue a, h3.darkblue a {
	color:var(--black);
}
.sidebar a.vercategorias {
	display: none;
}
a.vermas {
	border:1px solid var(--red);
	color:var(--red);
	padding: 9px 10px;
	text-align: center;
	display: block;
}
.single ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.single ul li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 20px;
}
.single ul li {
	float: left;
	width: 50%;
	padding-right: 15px;
}
.single ul li::after {
	content: '';
	display: inline-block;
	width: 7px;
	height:7px;
	border-radius:7px;
	background:var(--red);
	position:absolute;
	left: 4px;
	top: 7px;
}
.single ul::after {
	content:'';
	display: block;
	clear: both;
	height: 1px;
	width: 100%;
}



.toggle-collapse {
    cursor: pointer;
    padding-left: 10px;
    font-size: 18px;
    color: #007bff;
}
.imggaleria {
	display: inline-block;
	width: 90px;
	height: 90px;
	margin-right: 6px;
}
.category-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#html5-watermark, .html5-elem-data-box {
	display: none !important;
}
.category-link:hover {
    text-decoration: none;
}
a.level0 {
	font-weight: bold;
}
a.level1 {
	padding-left: 25px;
	font-size: 15px;
}
a.level2 {
	padding-left: 40px;
	font-size: 15px;
}
a.level3 {
	padding-left: 70px;
	font-size: 15px;
}
.toggle-collapse .fa-angle-down {
 	display: inline-block;
}
.toggle-collapse.collapsed .fa-angle-up {
	display: none !important;
}
.toggle-collapse.collapsed .fa-angle-up {
	display: inline-block;
}
.toggle-collapse:not(.collapsed) .fa-angle-down {
    display: none !important;  /* Muestra el icono cuando NO está colapsado */
}
.list-group-item.active .fa {
	color:#fff !important;
}
.imagecategoria {
	border: 1px solid #e9e9e9;
	margin-bottom: 9px;
}
.cols-5 {
	float: left;
	width: 20%;
	padding: 0 15px;
	text-align:center;
}
.cols-5 a.btn {
	color: inherit;
}
.cols-5 div.co {
	min-height: 180px;
}





.modal-dialog {
    width: 900px;
    margin: 30px auto;
    max-width: 92%;
}
.close-btn  {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border: none;
  outline: none;
  width: 40px;
  height: 38px;
  font-size: 24px;
}



@media(max-width:991px) {
	.top {
		display: block;
	}
	.navbar-default .navbar-nav li.search {
		display: none;
	}
	.navbar-default .navbar-nav li {
		padding-right: 8px;
		padding-left: 8px;
	}
	.tont2 {
		display: none;
  	}
  	.cab .col-sm-12 {
	  padding-right: 15px;
	}
	.cols-5 {
		float: none;
		width: 400px;
		max-width: 100%;
		margin-left:auto;
		margin-right:auto;
		padding: 0 15px;
		text-align:center;
		margin-bottom: 40px;
	}
	.cols-5 div.co {
		min-height: 10px;
		padding-bottom: 20px;
	}
}

@media(max-width:767px) {
	.container-menu {
		 padding-top: 5px;
		 padding-bottom: 4px;
	}
	.navbar-toggle {
  		padding: 9px 8px;
  		margin-top: 5px;
 		margin-right: 0px;
  		background-color: #fff !important;
  		border: none;
  		color:var(--blue);
  		font-size: 20px;
    }
    .navbar-default .navbar-nav li a {
  		border-bottom: 1px solid #f2f2f2 !important;
  		padding: 13px 4px 13px 4px;
  	}
  	.navbar-nav > li.submenu > .dropdown-menu {
 		border: none;
  	}
  	.h1, h1 {
 		font-size: 28px;
  		line-height: 1.3em;
	}
	.servicio {
  		min-height: 100px;
	}
	.nosotros .col-sm-12 {
 		padding-right: 15px;
	}
	.nosotros-img {
	  position: relative;
	  top: inherit;
	  right: inherit;
	  height: 300px;
	  width: 100%;
	  margin-bottom: 20px;
	  margin-top: -40px;
	}
	.menusidebar {
		display: none;
	}
	.sidebar a.vercategorias {
		display: block;
	}
	.sidebar a.vercategorias {
    	display: block;
    	border: 1px solid var(--red);
    	padding: 10px 20px 10px 20px;
    	border-radius: 10px;
    	margin-bottom: 10px;
  	}
  	.sidebar a.vercategorias .fa {
  		margin-right: 8px;
  	}
  	.single ul li {
		float: none;
		width: 100%;
		padding-right: 0;
	}
}

@media(max-width:498px) {
	header .navbar-brand img {
 		height: 41px;
	}
	.h1, h1 {
 		font-size: 24px;
  	}
  	.h3, h3 {
  		font-size: 20px;
	}
	.tont1 {
  		width: 180px;
  		height: 128px;
  		left: -36px;
  	}
  	.cab h1 {
 		padding-left: 132px;
	}
	.relative {
 		padding-top: 52px;
  		padding-bottom: 52px;
	}
}


.modal-dialog {
  width: 100%;
  margin: 0;
  max-width: 100%;
  height: 100%;
  -webkit-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
 padding-right: 20px;
}

.whatsappfix {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 1000;
}
.whatsappfix img {
	width: 54px;
}