<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Layouts css goes here*/

#own-footer {
  margin-top: 35px;
  background-color: #e4e4e4;
  border-top: 1px solid #000000;  
}

.regular-margin {
  margin-bottom: 35px;
}

h1 {
  font-size: 28px;
  color: #a5003f;
}

h2 {
  font-size: 24px;
  color: #a5003f !important;
  margin-top: 15px !important;
}

.name {
  text-align: center;
  color: #a5003f !important;
}

body {
  background: #f3f3f3;
  color: #414141;
}

p {
  text-align: left;
  font-size: 16px;
  font-family: 'Open Sans',sans-serif;
}

.my-menu nav ul li a{
  font-size: 16px;
}

#my-menu-main nav{
  background-color: #fff;
  font-size: 16px;
}

#my-menu-main nav a {
  color: #a5003f !important;
  background-color: #fff;
}

#my-menu-main a:active{
	color: #fff !important;
	background-color: transparent !important;
}

#my-menu-main nav a:hover{
  text-decoration: none;
  color: #e59500 !important;
  background-color: transparent !important;
}

#my-menu-main nav a:focus{
  color: #e59500 !important;
  background-color: transparent !important;
}

#my-menu-secondary nav {
  background-color: #fff;
}

.img-border{
  padding: 0px;
  border: 1px #777 solid !important;
  border-radius: 4px;
}

.footer{
  background-color: #a5003f !important;
  border-top: 3px #e59500 dotted !important;
  color: #efefef;
  padding-top:15px;
}

.footer a{
  color: #efefef !important;
}

.footer a:hover{
  color: #e59500 !important;
}

.esc-name-menu{
  text-align: center !important;
  font-size: 21px !important;
}

.esc-name-menu a{
  color: #a5003f !important;
}

.esc-name-menu a:hover{
  text-decoration: none;
  color: #e59500 !important;
}

a {
  color: #a5003f;
}

a:hover {
  color: #e59500;
  text-decoration: none;
}

.styled{
  text-align: center !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
hr.style1 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #a5003f inset;
}

hr.style2 { 
  height: 15px;
  background: #fff url(hr1.gif) no-repeat scroll center;
} 

hr.style3 {
	height: 5px;
	border: 0;
	box-shadow: 0 10px 10px -10px #a5003f inset;
  	margin-top: 0px;
}

hr.style2:before { 
  display: none; 
}

.main-color{
  color: #a5003f;
}

.med-font{
  font-size: 21px;
}

.big-font{
  font-size: 26px;
}

.centrar{
  text-align:center;
}

.my-box{
  border: 1px #a5003f dotted;
  padding: 20px;
  margin: 35px 0px 35px 0px;
}

.top-pan{
  background-color: #4c4c4c;
}

.top-pan-left{
  margin-left: 380px;
  padding-top: 10px;
  color: inherit;
  font-size: 18px;
}

.top-pan-right{
  padding-top: 10px;
  color: inherit;
  font-size: 18px;
}

.separator-bottom{
  margin-bottom: 30px;
}

.space{
  height: 35px;
}

.call-button{
  color: #fff;
  background-color: #c52b66;
  font-size: 18px;
  margin: 0px 10px 0px 80px
  display: block;
  width: 427px !important;
  
}

.call-button:hover{
  background-color: #a5003f;
  color: #fff;
}
  




.custom-height{
  min-height: 640px;
}

.all-padding-lg{
  padding: 40px;
}

.bg-white{
  background: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.sep-left {
    width: 100%;
}
.sep {
    background: none repeat scroll 0 0 #d6d6d6;
    height: 1px;
    margin: 15px auto;
}

.text-monserrat{
  font-family: "Montserrat",sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
}

.custom-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  box-sizing: border-box;
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  line-height: 1.42857143;  
}

.panel-name {
  max-height: 40px;
  padding-top: 10px;
}

.escort-name-panel {
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 21px;
}

.bgtax-body {
  background-color: #e6e6e6;
}</pre></body></html>