.bkg-image {
    background-image: url(../images/deco/platino-fondo.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
	-moz-background-size: cover;
    width: 100%;
    min-height: 100%;
}
.bkg-1 {
	background-color: #81d6d0;
}
.bkg-1-80 {
	background-color: rgba(129,214,208,.8);
}
.bkg-2 {
	background-color: #4093a4;
}
.bkg-3 {
	background-color: rgba(255,255,255,.75);
}
.bkg-z {
	background-color: red;
}
.container {
	max-width:1000px;
}
.borde-exterior {
	padding: 4px;
	border: 2px dashed #81d6d0;
}
.borde-exterior2 {
	padding: 4px;
	border: 1px dashed #81d6d0;
}
.borde-exterior-hid {
	padding: 6px;
	border: none;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #4a4a4a;
}
.col-izq-2 {
	padding-top: 30px;
	border-right: 2px dashed #81d6d0;
}
.col-der-2 {
	padding-top: 30px;
}
.pt-20 {
	padding-top: 20px;
}

/********************************************************
Textos
********************************************************/
.custom-navbar .nav-item, .destacado-1, .destacado-2, .btn, .placa-titulo, .col-form-label, .modal-title, input, textarea {
	font-family: 'Libre Baskerville', serif;
}

/********************************************************
Navbar
********************************************************/
.custom-navbar {
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.custom-nav-bar>.nav-item,
.custom-nav-bar .dropdown-item,
.dropdown-menu {
	padding: 0;
	border-radius: 0;
}
.custom-navbar .collapse.navbar-collapse a.nav-link,
.custom-navbar .collapse.navbar-collapse .dropdown-menu a.dropdown-item {
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 9px;
	text-align: center;
	transition: all .25s ease-in-out;
	webkit-transition: all .25s ease-in-out;
	moz-transition: all .25s ease-in-out;
	o-transition: all .25s ease-in-out;
}
a.nav-link {
	font-size: 15px;
}
a.dropdown-item {
	font-size: 14px;
}
.custom-navbar .collapse.navbar-collapse a.nav-link:hover,
.custom-navbar .collapse.navbar-collapse .dropdown-menu a.dropdown-item:hover {
	color: #4a4a4a;
}
.custom-navbar .collapse.navbar-collapse .dropdown-menu a.dropdown-item:hover {
	background-color: rgba(181,237,234,.5);
}
.collapse.navbar-collapse .dropdown-menu {
	text-transform: uppercase;
	margin-left: -16px;
	margin-top: 0;
	border: none;
	-webkit-box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.38);
	-moz-box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.38);
	box-shadow: 0px 7px 9px -3px rgba(0,0,0,0.38);
}
.dropdown-menu .dropdown-divider {
	height: 2px;
	margin: 0;
	border-top: 2px dashed rgba(0,0,0,.3);
}
.dropdown-toggle::after {
	display: none;
}
.custom-spacer {
	width: 37px;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

/********************************************************
DropDown Menu with animation
********************************************************/
.dropdown-menu {
	height: 0;
	overflow: hidden;
	display: block;
	opacity: 0;
	top: 62px;
	z-index: 1;
	transition: all .5s ease-in-out;
	webkit-transition: all .5s ease-in-out;
	moz-transition: all .5s ease-in-out;
	o-transition: all .5s ease-in-out;
}
.dropdown:hover>.dropdown-menu {
	height: auto;
	opacity: 1;
	top: 62px;
}

/************************
Hamburger con Animacion
************************/
.navbar-light .navbar-toggler {
	border-color: transparent;
	outline: none;
}
.animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon3 span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon3 span {
    background: #4a4a4a;
}
.animated-icon3 span:nth-child(1) {
	top: 0px;
}
.animated-icon3 span:nth-child(2), .animated-icon3 span:nth-child(3) {
	top: 10px;
}
.animated-icon3 span:nth-child(4) {
	top: 20px;
}
.animated-icon3.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.animated-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.animated-icon3.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}
.navbar-toggler:focus,
.navbar-toggler:activ {
	outline:none;
	border-color: transparent;
}

/********************************************************
Placa Intro
*******************************************************/
.placa-titulo {
	height: 40px;
	padding-left: 10px;
	background-image: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,0));
}
.placa-titulo h1 {
	font-size: 18px;
	color: #4093a4;
	margin-bottom: 0;
	padding-top: 11px;
	text-transform: uppercase;
}
.m-sup-1 {
	margin-top: 94px;
}
.placa-intro h2 {
	font-size: 24px;
	line-height: 32px;
	color: #4a4a4a;
	padding-top: 80px;
	padding-right: 40%;
}
.placa-intro .destacado-1 {
	padding-bottom: 25px;
}
.btn-primary {
	color: #4a4a4a;
	background-color: #81d6d0;
	border-color: #81d6d0;
	font-size: 13px;
	border-radius: 0;
	padding: 10px 20px;
}
.btn-primary:hover {
	background-color: #4a4a4a;
	border-color: #4a4a4a;
}
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
}
.destacado-2 {
	color: #4093a4;
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	text-align: right;
	padding: 0 5px 20px 190px;
}
.col-izq-1 {
	padding-left: 65px;
}
/********************************************************
Footer
********************************************************/
footer {
	margin-bottom: 30px;
}
footer ul {
	margin-bottom: 0;
	text-align: center;
}
.custom-footer {
	padding: 39px 0 15px;
}
.foot-item-1, .foot-item-2, .foot-item-1 a, .foot-item-2 a, .icon-footer-phone, .icon-footer-mail {
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #4a4a4a;
}
.foot-item-2 {
	padding-left: 10px;
}
.foot-item-2 a, .foot-item-1 a {
	text-decoration: none;
	transition: all 50ms ease-in-out;
	-webkit-transition: all 50ms ease-in-out;
	-moz-transition: all 50ms ease-in-out;
	-o-transition: all 50ms ease-in-out;
}
.foot-item-2 a:hover, .foot-item-1 a:hover {
	color: #ffffff;
}
.foot-item-1 span, .foot-item-2 a span {
	padding-left: 5px;
}


footer li .icon-footer-phone {
	background: url(../images/deco/icon-tel.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-bottom: -9px;
}
footer li:hover .icon-footer-phone {
	background-image: url(../images/deco/icon-tel.png);
	background-position: -30px 0;
}
footer li .icon-footer-mail {
	background: url(../images/deco/icon-mail.png) no-repeat;
	width: 30px;
	height: 30px;
	margin-bottom: -9px;
}
footer li:hover .icon-footer-mail {
	background-image: url(../images/deco/icon-mail.png);
	background-position: -30px 0;
}
.agency {
	margin-bottom: 0;
}
.agency a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	padding-right: 15px;
	padding-top: 10px;
	text-decoration: none;
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
}
.agency a:hover {
	color: #ffffff;
}

/********************************************************
Catalogo Productos
********************************************************/
.listado {
	padding: 12px 0;
}
.m-sup-2 {
	margin-top: 17px;
}
.card {
	background-color: transparent;
	border: none;
}
.card ul li.card-text {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #4a4a4a;
}
.bor-rb {
	border-right: 2px dashed #81d6d0;
	border-bottom: 2px dashed #81d6d0;
}
.bor-r, .bor-r-par {
	border-right: 2px dashed #81d6d0;
}
.bor-b, .bor-b-last {
	border-bottom: 2px dashed #81d6d0;
}
.bor-r-md {
	border-right: 2px dashed #81d6d0;
	}
.div-img-card-1 {
	height: 220px;
	overflow: hidden;
	padding: 15px 0;
	position:relative;
}
.div-img-card-2 {
	height: 315px;
	overflow: hidden;
	padding: 25px 15px 0;
	position:relative;
}
.div-img-card-1 img, .div-img-card-2 img {
	max-width:100%;
	max-height:100%;
	height: auto;
	width:auto;
}
.card-body {
	padding: 20px 20px 20px;
	height: 135px;
}
.card-body-bb {
	padding: 20px 20px 20px;
	height: 135px;
	border-bottom: 2px dashed #81d6d0;
}
.wrap-filete-inf {
	width: 100%;
	padding: 0; 
}
.wrap-filete-inf .filete-inf {
	height: 2px;
	width: 100%;
	border-top: 2px dashed #81d6d0;
}
/*Animacion imagenes*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

/********************************************************
Clientes
********************************************************/
.div-img-card-3 {
	height: 180px;
	overflow: hidden;
	padding: 25px 15px;
}

/********************************************************
Contacto
********************************************************/
.custom-form .form-control {
	background-color: #d8f2f0;
	border-radius: 0;
	border: 1px solid #d8f2f0;
}
.custom-form .form-group {
	margin-bottom: 20px;
}
.custom-form .form-group a.btn-primary,
.custom-form .form-group button.btn-primary {
	padding: 10px 33px;
}
textarea.form-control {
	height: 173px;
}
.btn-1 {
	margin-left: 20px;
}
.custom-form .col-form-label {
	font-size: 17px;
	color: #4093a4;
	margin-bottom: 0;
	padding-top: 11px;
	text-transform: uppercase;
}
.alert-success,
.alert-warning {
	margin-top: 30px;
	margin-top: 30px;
	font-family: 'Libre Baskerville', serif;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
	font-size: 14px;
	color: #4a4a4a;
}
.alert-success strong,
.alert-warning strong {
	font-weight: normal;
}

ul.parsley-errors-list {
/*	background-color: red;*/
	list-style: none;
	margin-bottom: 0;
}
li.parsley-required,
ul.parsley-errors-list.filled li.parsley-type {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #e5281b;
	padding: 14px 20px 10px;
}
.parsley-errors-list.filled {
	padding-left: 0;
}

/********************************************************
Modal
********************************************************/
.modal {
	padding: 15px;
}
.modal-dialog {
	margin: .5rem auto;
}
.modal-header h5.modal-title {
	font-size: 18px;
	color: #4093a4;
	text-transform: uppercase;
}
.btn-primary.xxs-button {
	color: #4a4a4a;
	background-color: transparent;
	border-color: #81d6d0;
	font-size: 8px;
	border-radius: 0;
	padding: 5px 8px;
}

/*******************************************************************************
********************************************************************************
Media Queries
********************************************************************************
********************************************************************************/

/* XL: Large devices (desktops, less than 1200px)*/
@media (min-width: 1200px) {
	.bor-b-last {
	border-bottom: none;
	}
	.custom-form {
	padding: 55px 115px;
	}
}

/* LG: Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	.bor-b-last {
	border-bottom: none;
	}
	.custom-form {
	padding: 55px 115px;
	}
}

/* MD: Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
	body {
	padding-left: 10px;
	padding-right: 10px;
	}
	.destacado-2 {
	padding: 0 5px 20px 100px;
	}
	.placa-intro h2 {
	padding-top: 60px;
	padding-right: 5%;
	}
	.col-izq-1 {
	padding-left: 30px;
	}
	.col-izq-2 {
	padding-bottom: 20px;
	}
	.placa-intro img {
	width: 80%;
	height: auto;
	padding-top: 20px;
	}
	.m-2 {
	margin: .2rem!important;
	}
	.bor-b-last {
	border-bottom: none;
	}
	.custom-form {
	padding: 55px 50px;
	}
}

/* SM: Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
	.placa-intro h2 {
	padding-top: 60px;
	padding-right: 0;
	}
	.destacado-1 {
	width: 100%;
	text-align: left;
	padding: 0;
	display: inline-block;
	}
	.col-izq-1 img {
	width: 100%;
	}
	.col-izq-2 {
	padding-top: 30px;
	border-right: none;
	border-bottom: 2px dashed #81d6d0;
	}
	.destacado-2 {
	color: #4093a4;
	font-style: italic;
	font-size: 20px;
	line-height: 35px;
	text-align: left;
	padding: 0 0 20px 20px;
	}
	.col-izq-1 .borde-exterior {
	margin-bottom: 50px;
	}
	.placa-titulo h1 {
	padding-left: 25px;
	}
	.col-izq-2 .destacado-2 {
	width: 50%;
	padding-right: 10px;
	display: inline-block;
	}
	.col-izq-2 img {
	width: 40%;
	}
	.navbar-toggler {
	margin-right: 10px;
	margin-top: 3px;
	border: none;
	padding: .25rem 0;
	}
	.custom-navbar .navbar-collapse {
	padding-bottom: 0;
	padding-top: 30px;
	}
	.bor-b-sm, .bor-b-last {
	border-bottom: 2px dashed #81d6d0;
	}
	.bor-r-par {
	border-right: none;
	}
	.bor-r-sm {
	border-right: 2px dashed #81d6d0;	
	}
	.sm-hidden {
	display: none;
	}
	.bor-r-sm-no {
	border-right: none;	
	}
	.bor-b-sm-no {
	border-bottom: none;	
	}
	.custom-form {
	padding: 55px 35px;
	}
	.bor-r-md {
	border-right: none;
	}
	.collapse.navbar-collapse .dropdown-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	margin-left: 0;
	background-color: transparent;
	margin-top: 2px;
	}
	ul.navbar-nav .menu-item-divider {
	width: 100%;
	height: 2px;
	margin: 0;
	border-top: 2px dashed rgba(0,0,0,.3);
	}
	.dropdown-divider2  {
	width: 100%;
	height: 2px;
	margin: 0;
	border-top: 2px dashed rgba(0,0,0,.3);
	}
	.marg-top1 {
	margin-top: 15px;
	}
	.dropdown-menu {
	height: auto;
	overflow: hidden;
	opacity: 1;
	}
	.navbar-collapse ul.navbar-nav li.nav-item a.nav-link,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 20px 9px;
	text-align: center;
	}
	.navbar-collapse ul.navbar-nav li.nav-item a.nav-link:hover ,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link:hover ,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item:hover {
	color: #4a4a4a;
	background-color: rgba(181,237,234,.5);
	}
	.custom-navbar .collapse.navbar-collapse .dropdown-menu,
	.custom-navbar .collapse.navbar-collapse .dropdown-menu a.dropdown-item,
	.custom-navbar .collapse.navbar-collapse .dropdown-menu a.dropdown-item:hover {
	background-color: transparent;
	}
	.navbar-collapse {
	padding: 0;
	}
	.navbar-brand {
	margin: 0 auto;
	padding-top: 4px;
	padding-bottom: 4px;
	}
	#navbarDropdown,
	.dropdown-divider1 {
	display: none;
	}
}

/* XS: Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
	.col-izq-1 .borde-exterior {
	margin-bottom: 0;
	}
	.col-izq-1 {
	padding: 0 50px;
	text-align: center;
	}
	.placa-titulo {
	margin-top: 20px;
	text-align: center;
	padding: 0;
	}
	.placa-titulo h1 {
	padding-left: 0;
	}
	p.destacado-2 {
	font-size: 18px;
	line-height: 33px;
	padding-bottom: 0;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	}
	.bor-r {
	border-right: none;
	}
	.m-sup-2 {
	margin-top: 0;
	}
	.bor-r-xs {
	border-right: 2px dashed #81d6d0;
	}
	.xs-hidden {
	display: none;
	}
	.bor-r-sm {
	border-right: none;	
	}
	.bor-b-xs {
	border-bottom: 2px dashed #81d6d0;
	}
	footer ul {
	text-align: left;
	}
	footer ul li {
	display: block;
	}
	footer ul li.foot-item-1, footer ul li.foot-item-2 {
	padding-left: 27px;
	}
	footer ul li.foot-item-1 {
	padding-bottom: 12px;
	}
	.custom-footer {
	padding: 15px 0;
	}
	.agency {
	padding-top: 10px;
	}
	.navbar-collapse .dropdown-menu {
	margin-left: 0;
	margin-top: 0;
	border: none;
	padding: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	ul.navbar-nav .menu-item-divider  {
	width: 100%;
	height: 2px;
	margin: 0;
	border-top: 2px dashed rgba(0,0,0,.3);
	}
	.custom-navbar .navbar-collapse {
	padding-bottom: 0;
	padding-top: 10px;
	}
	.placa-intro h2 {
	padding-top: 20px;
	text-align: center;
	}
	.col-izq-2 img {
	display: none;
	}
	.col-izq-2 .destacado-2 {
	width: 100%;
	}
	.custom-form {
	padding: 30px 25px;
	}
	.custom-form .form-group {
	margin-bottom: 10px;
	}
	.custom-form .form-group a.btn-primary {
	padding: 10px 32px;
	}
	.btn-1, .btn-2 {
	width: 48%;
	}
	.btn-1 {
	margin-left: 4%;
	}
	.btn-1 .btn, .btn-2 .btn {
	width: 100%;
	}
	.navbar-collapse ul.navbar-nav li.nav-item a.nav-link,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown a.nav-link,
	.navbar-collapse ul.navbar-nav li.nav-item.dropdown .dropdown-menu a.dropdown-item {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 15px;
	padding: 15px 9px;
	text-align: center;
	}
}

/* C-XXS: Custom Extra small devices */
@media (max-width: 375px) {
	.custom-form .d-inline-block {
	display: block;
	width: 100%;
	}
	.custom-form .form-group .btn {
	width: 100%;
	}
	.btn-1 {
	margin-top: 15px;
	margin-left: 0;
	}
	.div-img-card-3 {
	padding: 25px 0;
	}
}

/* XXXS: Extra-extra small devices */
@media (max-width: 330px) {
	
}

/* SM Horizontal: Small devices (landscape phones, altura menor a 400px)*/
@media (max-height: 400px) {
	
}
