/* Fuentes */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'aston_script';
    src: url('../fuentes/aston_script-webfont.woff2') format('woff2'),
         url('../fuentes/aston_script-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* GLOBALES */
:root {
	--primario: #c498b1;
	--secundario: #e7b3d1;
	--gris: #333;
	--fondo1: #f5f5f5;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #333;
}
p {
    font-size: 14px;
    line-height: 1.5;
}
p.large {
    font-size: 17px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
	outline: 0;
	text-decoration: none;
}
a {
    color: var(--primario);
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
a:hover,
a:focus,
a:active,
a.active {
    color: var(--secundario);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  	font-style: normal;
}
h2 {
	font-size: 32px;
	line-height: 32px;
	color: var(--gris);
	font-weight: 600;
}
h3 {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--gris);
}
h5 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
}
@media(min-width:768px) {
	h2 {
		font-size: 32px;
		line-height: 32px;
	}
	h5 {
		font-size: 17px;
		line-height: 21px;
	}
}
.img-centered {
    margin: 0 auto;
}
section {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
@media(min-width:992px) {
	section {
		padding-bottom: 100px;
	}
}
::-moz-selection {
    text-shadow: none;
    background: rgba(0, 0, 0, .2);
}
::selection {
    text-shadow: none;
	background: rgba(0, 0, 0, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: none !important;
	box-shadow: none !important;
}
.icono-btn {
	margin-right: 10px;
}
.icono-btn-dd {
	margin-left: 10px;
	color: var(--primario);
}
.btn-1,
.btn-3 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--primario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.btn-1:hover,
.btn-1:focus,
.btn-1:active,
.btn-1.active {
	background-color: #fff;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--gris);
}
.btn-2,
.btn-5 {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	background-color: var(--secundario);
	-webkit-box-shadow: none;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	display: inline-block;
	padding-top: 17px;
	padding-right: 30px;
	padding-bottom: 17px;
	padding-left: 30px;
	text-align: center;
	border-radius: 24px;
}
.btn-2:hover,
.btn-2:focus,
.btn-2:active,
.btn-2.active {
	background-color: #fff;
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: var(--gris);
}
.btn-3:hover,
.btn-3:focus,
.btn-3:active,
.btn-3.active,
.btn-5:hover,
.btn-5:focus,
.btn-5:active,
.btn-5.active {
	background-color: var(--gris);
	box-shadow:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	color: #fff;
}
.e10 {
	margin-top: 10px;
}
.e20 {
	margin-top: 20px;
}
.e30 {
	margin-top: 30px;
}
.e40 {
	margin-top: 40px;
}
.e60 {
	margin-top: 60px;
}
.e100 {
	margin-top: 100px;
}
.ehi10 {
	margin-left: 10px;
}
.eva14 {
	margin-bottom: 14px;
}
/*/*/
/* NAVIGATION */
.navbar {
    border-bottom: solid 1px var(--secundario);
    background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
.logo {
	width: auto;
	height: 40px;
	-webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;	
}
button.navbar-toggler,
button.navbar-toggler:focus,
button.navbar-toggler:hover,
button.navbar-toggler:active {
    border: none;
    background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
}
#navbarResponsive {
	margin-top: 20px;
}
.navbar .navbar-toggler i {
    color: var(--gris);
}
.navbar .navbar-toggler:hover i,
.navbar .navbar-toggler:focus i {
    color: var(--primario);
}
.nav-link  {
	color: var(--gris);
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-weight: 400;
	line-height: 20px;
	border-radius: 40px;
}
.nav-link:hover,
.nav-link:focus {
    outline: 0;
    color: var(--primario)
}
.llamar-sm {
	font-size: 20px;
}
li.tel-top {
	display: none;
}
.nav-link.active {
	background-color: var(--fondo1);
	color: var(--primario);
}
@media(min-width:992px) {
	.navbar {
		padding-top: 24px;
		padding-bottom: 20px;
	}
	.logo {
		width: auto;
		height:58px;
	}
	.nav-link  {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
    #mainNav.navbar-shrink {
		padding-top: 12px;
		padding-bottom: 10px;
    }
	#mainNav.navbar-shrink .logo {
		height: 50px;
	}
	#navbarResponsive {
		margin-top: 0px;
	}
	.llamar-sm {
		visibility: hidden;
	}
	li.tel-top {
		display: inline-block;
	}
	.tel-top .nav-link {
		background-color: var(--primario);
		color: #fff !important;
		font-size: 18px !important;
		font-weight: 700 !important;
		margin-left: 20px;
	}
	.tel-top .nav-link:hover,
	.tel-top .nav-link:focus,
	.tel-top .nav-link:active {
		background-color: var(--secundario);
	}
}
@media(min-width:1200px) {
	.nav-link  {
		padding-left: 20px !important;
		padding-right: 20px !important;
		padding-top: 11px;
		padding-bottom: 11px;
	}
}
/*/*/
/* ENCABEZADO */
#encabezado {
	background-color: #000;
	background-image: url(../imagenes/fondo-encabezado.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 0px;
	color: #000;
}
.panel-header {
	padding-top: 90px;
	padding-bottom: 100px;
	padding-left: 20px;
}
#encabezado h1 {
	font-family: "aston_script", sans-serif;
	font-size: 34px;
	line-height: 54px;
	color: #000;
	margin-left: -10px;
}
h3.mensaje-enviado {
	color: #fff !important;
	margin-top: 0px;
	margin-bottom: 190px;
}
.escribana {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 27px;
}
.mf {
	font-weight: 700;
}
#encabezado p {
	font-size: 14px;
	padding-right: 70px;
}
@media(min-width:576px) {
	#encabezado p {
		padding-right: 80px;
	}
}
@media(min-width:768px) {
	.escribana {
		font-weight: 300;
		text-transform: uppercase;
		font-size: 25px;
		line-height: 25px;
		margin-bottom: 34px;
	}
	#encabezado h1 {
		font-size: 46px;
		line-height: 46px;
		padding-right: 0px;
	}
	.panel-header {
		padding-top: 140px;
		padding-bottom: 170px;
	}
	#encabezado p {
		padding-right: 20px;
		margin-top: 34px;
		font-size: 17px;
	}
}
@media(min-width:992px) {
	.panel-header {
		padding-top: 160px;
		padding-bottom: 100px;
		padding-left: 0px;
	}
	#encabezado p {
		padding-right: 100px;
	}
}
@media(min-width:1200px) {
	#encabezado h1 {
		font-size: 52px;
		line-height: 52px;
		padding-right: 0px;
	}
	.panel-header {
		padding-top: 180px;
		padding-bottom: 130px;
	}
	#encabezado p {
		padding-right: 100px;
	}
}
@media(min-width:1400px) {
	.panel-header {
		padding-top: 180px;
		padding-bottom: 190px;
	}
	#encabezado p {
		padding-right: 170px;
	}
}
/*/*/

/* SERVICIOS */
#servicios {
	padding-top: 120px;
	background-image: url(../imagenes/fondo-servicios.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}
.icono-ser {
	font-size: 50px;
	line-height: 50px;
	color: var(--primario);
	margin-top: 50px;
	margin-bottom: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
.icono-ser2 {
	font-size: 50px;
	line-height: 50px;
	color: var(--secundario);
	margin-top: 50px;
	margin-bottom: 20px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
#servicios h5 {
	margin-bottom: 20px;
}
/*/*/
/*! CONTACTO */
#contacto {
	background-color: var(--fondo1);
	padding-top: 120px;
	padding-bottom: 40px;
}
#contacto a {
	color: #333;
}
#contacto a:hover,
#contacto a:focus {
	color: var(--primario);
}
.dato-contacto {
	margin-bottom: 0px;
}
.dato-contacto i {
	color: var(--primario) !important;
	font-size: 44px;
	line-height: 44px;
	margin-bottom: 10px;
}
.form-group {
    margin-bottom: 20px;
}
.form-group input,
.form-group textarea {
	padding: 12px 12px 12px 24px;
	color: var(--gris) !important;
}
.form-group input.form-control {
	height: auto;
	background-color: #fff;
	border-color:#ccc;
	border-radius: 25px;
}
.form-group textarea.form-control {
	height: 190px;
	background-color: #fff;
	border-color: #ccc;
	border-radius: 25px;
}
.form-control:focus {
	border-color: var(--secundario) !important;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control::-moz-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
.form-control:-ms-input-placeholder {
    font-weight: 400 !important;
    color: #999 !important;
	font-size: 14px !important;
}
/*!*/
/*!UBICACIÓN */
#ubicacion {
	padding-top: 70px;
	margin-bottom: -6px;
	background-color: var(--fondo1);
}
/*!*/
/*! PIE */
footer {
	background-color: #eee;
	color: #333;
	font-size: 14px;
	padding-top: 110px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	border-top: solid 7px var(--secundario);
}
footer a {
	color: #333;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	line-height: 24px;
}
footer a:hover,
footer a:focus,
footer a:active,
footer a.active {
	color: var(--primario);
}
.nombre-empresa {
	font-weight: 700;
}
footer ul {
	list-style: none;
	padding-left: 0px;
}
.divisor {
	display: none;
}
.subir {
	font-size: 36px;
	line-height: 36px;
	margin-top: 40px;
	margin-bottom: 60px;
}
.subir a {
	color: var(--primario);
}
.subir a:hover,
.subir a:focus {
	color: var(--gris);
}
@media(min-width:768px) {
	footer li {
		display: inline-block;
	}
	.divisor {
		display: inline-block;
	}
}
/*!*/

/*! WHATSAPP */
.wa {
	position: fixed;
	right: 10px;
	bottom: 10px;	
	z-index: 1500;
}
.wa img {
	max-width:54px;
}
@media(min-width:768px) {
	.wa {
		position: fixed;
		right: 50px;
		bottom: 20px;	
	}
	.wa img {
		max-width:80px;
	}
}
/*!*/
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 10px; /* Place the button at the bottom of the page */
	left: 10px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: var(--primario); /* Set a background color */
	color: #fff; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 100px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
	line-height: 18px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}  
  #myBtn:hover {
	background-color: var(--gris); /* Add a dark-grey background on hover */
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
}
@media(min-width:768px) {
	#myBtn {
	bottom: 20px; /* Place the button at the bottom of the page */
	left: 20px; /* Place the button 30px from the right */
	}
}
#espacio {
	padding: 0px;
	height: 50px;
	background-position: center top;
	background-repeat: repeat-x;
}