/*
Theme Name: Portovision
Author: Andres J. Villar - Merit Designs
Author URI: https://meritdesigns.com
Version: 1.0
*/
:root {	
	--white: #ffffff;
	--blue: #01ACE3;
	--darkblue: #00829b;
	--black: #000000;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body { 
    font-family: 'Nunito Sans', sans-serif;
    background: #fff; 
    font-size: normal; 
    font-size: 16px; 
    color: #333;
}
a, a:hover { 
    color: var(--blue);
    text-decoration: none;
    transition: all .2s;
}
a:hover {
	text-decoration: none;
}
img { 
    max-width: 100%; 
}
.container-fluid { 
    width: 1200px; 
    max-width: 100%; 
    margin: 0 auto; 
}
.clear { 
    clear: both; 
}
.alert { 
    padding: 10px 15px; 
}
h1, h2, h3 { 
    color: #000; 
    font-weight: 900;
    font-family: 'Nunito Sans', serif;
    margin-bottom: 20px;
}
h4 {
    color: #000; 
    font-weight: normal;
    font-family: 'Nunito Sans', serif;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.blue {
    color: var(--blue);
}
.darkblue {
	color: var(--darkblue);
}
.bg-blue {
    background: var(--blue);
}
a.white, a.white:hover, a.white:focus {
    color: #fff;
}
a.blue, a.blue:hover, a.blue:focus {
    color: var(--blue);
}
.whatsappfix {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
input[type="number"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
}
/** HEADER **/
header {
    z-index: 100;
}
.top {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
    font-size: 14px;
    background: var(--darkblue);
}
.top a, .top a:hover {
    color: #fff;
}
.top .direccion img, .top .email img, .top .telefono img {
    margin-right: 2px;
    width: 19px;
    position: relative;
    top: -2px;
}
.top .direccion, .top .telefono, .top .email {
	display: inline-block;
	padding-top: 3px;
}
.top .direccion, .top .telefono {
    margin-right: 15px;
}
.top .cartlogin {
    text-align: right;
}
.top .login img {
    width: 19px;
    margin-right: 4px;
}
.top .login {
    margin-right: 15px;
}
.top .cart-top {
    display: inline-block;
    width: auto;
    padding: 0;
    position: relative;
}
ul.sinestilo {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-right:24px;
}
a.cart-menu:hover {
    text-decoration: none;
}
.cart-menu .fa  {
    font-size: 21px;
}
ul.sinestilo span#loadCart {
    color: #fff;
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    top: -6px;
    left: 23px;
}
.top .socialtop {
    margin-left: 20px;
}
.top .socialtop a {
    margin-left: 6px;
    font-size: 18px;
}
.top .socialtop a:hover {
    text-decoration: none;
}
.mainmenu {
 
}
header .navbar-brand {
    padding: 0;
    min-height: none;
    height: auto !important;
    z-index: 9999 !important;
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-default {
    background-color: transparent !important;
    border-color: none;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-default .navbar-brand {
  width: 290px;
}
.navbar-default .navbar-nav > li > a {
  color: #333;
}
.navbar-nav li a {
    color: #333;
    font-size: 16px;
    border-top: none;
    border-right: none;
    border-left: none;
    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;
    border-bottom: 4px solid transparent;
    padding: 31px 0;
}
.navbar-nav li.active a, .navbar-nav li a:hover,
.navbar-nav li a:focus {
    background: #fff !important;
    color: var(--blue) !important;
    border-bottom: 4px solid var(--blue);
}
.navbar-nav > .active > a, 
.navbar-nav > .active > a:focus, 
.navbar-nav > .active > a:hover {
    background: #fff !important;
    color: var(--blue) !important;
    border-bottom: 4px solid var(--blue);
}
.navbar-nav li {
    padding-right: 14px;
    padding-left: 14px;
}
.boton {
	text-transform: uppercase;
	display: inline-block;
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
	padding: 9px 30px;
	font-weight: normal;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	border-radius: 24px;
}
.boton:hover {
	color: #fff;
	background: var(--darkblue);
	text-decoration: none;
}

/**** HOME ****/
.carousel-home .item {
	height: 540px;
}
.carousel-home img.imgcarousel {
	width: 100%;
}
.carousel-home .container-fluid {
    position: absolute;
    color: #fff;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
 	height:100%;
}
.carousel-home .row {
	height:100%;
} 
.carousel-home .col-sm-12 {
	height:100%;
}
.content-carousel {
	display: flex;
	height: 100%;
	align-items: center;
	color: #fff;
}
.content-carousel > div {
	text-align: left;
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 17px;
}
.content-carousel h4 {
	font-size: 21px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content-carousel h1 {
	font-size: 50px;
	color: #fff;
	margin-top: 12px;
	padding-top: 0;
}
.bg {
	background: url(images/grey.jpg) no-repeat center center;
	background-size: cover;
}
.servicio {
	background: #fff;
	padding: 8px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	margin-bottom: 30px;
	width: 360px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.servicio img.main {
	border-radius: 4px;
}
.content-servicio {
	position: relative;
}
.content-servicio span {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	left: 20px;
	top: -50px;
}
.content-servicio h4 {
	font-weight: bold;
	padding-top: 10px;
	color: var(--blue);
}
.team {
	background: var(--darkblue);
}
.white {
	color: #fff !important;
}
.team .contentequipo {
	display: none;
}
.desc-equipo, .contentequipo {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	background: #fff;
	padding: 10px 15px 15px 15px;
}
.desc-equipo h4, .contentequipo h4 {
	color: var(--blue);
	font-weight: bold;
}
.desc-equipo .fa, .contentequipo .fa {
	color: #273765;
	font-size: 20px;
	margin-right: 6px;
}
.cita {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	background: #fff;
	padding: 20px 30px;
}
.formulario input, .formulario textarea, .formulario select {
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	width: 100%;
	padding: 10px;
	color: #333;
	border-radius: 4px;
}
.formulario textarea {
	height: 100px;
}
.imgcita img {
	border-radius: 4px;
}
footer {
	background: url(images/footer.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 40px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 15px;
}
footer a {
	color: #fff !important;
}
footer h4 {
	font-size: 17px;
}
.logofooter {
	width: 230px;
	max-width: 90%;
	margin-bottom: 15px;
}
.quick a {
	display: block;
}
.contactos {
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
}
.contactos img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 19px;
}
.redesfooter a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	font-size: 20px;
	margin-right: 5px;
}
@media(min-width: 767px) {
	.developer {
		text-align: right;
	}
}
/** PAGINAS **/
.cab {
	background: url(images/cab.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 60px;
	padding-bottom: 60px;
}
.cab h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: var(--blue);
}
.cab h1 {
	font-size: 50px;
	margin-top: 7px;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
h4 + h2 {
	margin-top: 0;
	padding-top: 0;
}
h4.spacing {
	letter-spacing: 1px;
	font-size: 17px;
}
.bg-grey {
	background: #f7f7f7;
}
.mision, .valores {
	margin-bottom: 30px;
}
.desc-equipo h4, .contentequipo h4 {
	margin-bottom: 0;
	padding-bottom: 0;
}
.position {
	margin-bottom: 12px;
	border-bottom: 1px solid var(--blue);
	margin-top: 2px;
	padding-bottom: 4px;
}
.team.pageequipo {
	background: #fff;
}
.pageequipo .text-center {
	color: #333;
}
.pageequipo .text-center h2 {
	color: #000;
}
.pageequipo .contentequipo {
	display: block;
}
.mapa iframe {
	width: 100%;
	height: 300px;
	border-radius: 16px;
	border: 1px solid #f0f0f0 !important;
}
.bg2 {
	background-image: url(images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
	background-color: #fff;
}
.producto {
	-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.15);
	background: #fff;
	padding: 7px;
}
.imgprod {
	border: 1px solid #f0f0f0;
	border-radius: 4px;
	display: block;
	width: 100%;
	height: 200px;
}
.producto {
	margin-bottom: 30px;
}
.contentprod {
	padding: 10px;
}
.contentprod h4 {
	color: var(--darkblue);
	font-weight: bold;
}
.contentprod p {
	color: #333;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mainimage {
	border: 1px solid #f0f0f0;
}
.itemgaleria {
	width: 50%;
	height: 120px;
	float: left;
	border: 1px solid #f0f0f0;
	padding: 0 5px;
	margin-bottom: 10px;
}
.itemgaleria a {
	width: 100%;
	height: 100%;
}
.maincontent {
	background: #fff;
	border: 1px solid #f0f0f0;
	padding: 20px 30px;
}
a.colores {
	display: inline-block;
	width: 90px;
	margin-right: 5px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom: 3px solid transparent;
}
a.colores.active {
	border-bottom: 3px solid var(--darkblue);
}
#nombrecolor {
	font-size: 15px;
	margin-top: 6px;
}
a.tamanos {
	color: #111;
	background: #ccc;
	border-radius: 6px;
	font-size: 14px;
	padding: 6px 12px;
	margin-right: 4px;
	margin-bottom: 6px;
	text-decoration: none;
}
a.tamanos.active {
	background: var(--darkblue);
	color: #fff;
}
span.precio {
	font-size: 17px;
}
.table.tablacarro > tbody > tr > td, 
.table.tablacarro > tbody > tr > th, 
.table.tablacarro > tfoot > tr > td, 
.table.tablacarro > tfoot > tr > th, 
.table.tablacarro > thead > tr > td, 
.table.tablacarro > thead > tr > th {
    padding: 12px 10px;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
table {
    width: 100%;
}
.grandtotal table td {
    border-bottom: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
}
.accionescarro {
    display: inline-block;
    text-align: left;
    opacity: 0.7;
    color: #cc0000 !important;
}
@media(min-width: 767px) {
	.text-right767 {
		text-align: right;
	}
}
td.preciototal span {
	display: none;
}
@media(min-width: 767px) {
    .formlogin {
        padding-right: 5%;
    }
    .formlogin1 {
        border-right: 1px solid #f0f0f0;
    }
    .formlogin2 {
        padding-left: 5%;
    }
}
#form-registro label.error {
    font-weight: normal;
    font-size: 13px;
    color: #cc0000;
    position: relative;
    right: inherit;
    bottom: inherit;
    margin-top: -10px !important;
    display: block;
    margin-bottom: 15px !important;
}
.cards {
	text-align: right;
}
.cards img {
	width: 150px;
}


@media only screen and (max-width: 800px) {
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 	#no-more-tables tr { 
 		border: 1px solid #ddd; 
 		margin-bottom: 20px;
 	}
 	#no-more-tables td { 
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 35%; 
		white-space: normal;
		text-align:left;
		width: 100% !important;
	}
 	#no-more-tables td::before {
  		position: absolute;
  		top: 10px;
  		left: 12px;
  		width: 35%;
  		padding-right: 14px;
  		white-space: nowrap;
  		text-align: left;
  		font-weight: bold;
  		font-size: 10px;
  		text-transform: uppercase;
  		color: #999;
	}
 	#no-more-tables td:before { 
 		content: attr(data-title); 
 	}
 	td.total {
 		display: none !important;
 	}
 	td.preciototal {
 		font-size: 17px;
 		padding-right: 10px;
 	}
 	td.preciototal span {
 		display: inline-block;
 		margin-right: 10px;
 	}
 	.grandtotal tr {
 		border: none !important;
 	}
}



@media(max-width: 998px) {
	.top .direccion {
		display: none;
	}
  	.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-default .navbar-brand {
  		width: 218px;
	}
	.navbar-toggle {
  		position: relative;
  		float: right;
  		padding: 0;
  		margin-top: 18px;
  		margin-right: 15px;
  		margin-bottom: 8px;
  		background-color: transparent !important;
  		border: none !important;
  		font-size: 21px;
    }
    .navbar-nav li {
  		padding-right: 0;
  		padding-left: 0;
	}
	.navbar-default .navbar-nav li a {
		color: #000;
		font-size: 15px;
		padding-top: 12px;
		padding-bottom: 12px;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 1px solid #f0f0f0 !important;
		font-weight: normal;
	}
}

@media(max-width: 767px) {
	.top .contactos {
		display: none;
	}
	.top .cart-top {
  		float: left;
	}
	.content-carousel h4 {
  		font-size: 20px;
  	}
  	.content-carousel h1, .cab h1 {
  		font-size: 36px;
  	}
  	h1 {
  		font-size: 36px;
  	}
  	.h2, h2 {
  		font-size: 27px;
	}
	.equipo {
		width: 380px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.team .contentequipo {
		display: block;
	}
	.desc-equipo {
		display: none;
	}
	.equipo {
		margin-bottom: 20px;
	}
	.team {
		padding-bottom: 20px;
	}
	.equipo2 {
		display: none;
	}
	.imgcita {
		display: none;
	}
	.maincontent {
  		padding: 20px 20px;
	}
}
