/* STYLING ON BASIC FORM ELEMENTS */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  appearance: none;
  border-radius: 0;
  background-color: black;
  font-family: Montserrat,Arial,sans-serif;
  border-style: solid;
  border-width: 2px;
  border-color: gray;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: white;
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 10px red;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: black;
    border-color: red;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

/* OFF CANVAS STYLING */
.off-canvas {
  background: rgba( 0, 0, 0, 0.7 );
  background: linear-gradient(160deg, rgb(100 100 100 / 60%) 0%, rgb(0 0 0 / 70%) 25%, rgba(0,0,0,0.8) 100%);
  backdrop-filter: blur(5.0px);
  -webkit-backdrop-filter: blur(5.0px);
}

.position-left {
    width: 280px;
    height: auto !important;
    position: fixed;
    top: 10px;
}
.position-right {
    width: 280px;
}
a {
	color: red;
}
a:hover, a:focus {
    color: #BE0000;
}

.bottombaroffcanvasbutton {
  background-color: transparent;
  color: red;
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 1.30rem;
  text-transform: uppercase;
  transition: transform .4s;
  text-align: center;
  cursor: pointer;
  overflow: visible;
  padding-top: 11px;
  height: 60px;
  width: 100px;
}
.bottombaroffcanvasbutton:focus {
  outline: none !important;
}
.bottombaroffcanvasbuttonpressed {
  background-color: #4b4b4b !important;
  color: white !important;
}
.accordion-content {
  background-color: transparent;
  border: none;
}
.off-canvas-menu-button{
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%);
  border-radius: 3px;
  padding: .7rem;
  color: white;
  -webkit-transition: -webkit-color 1.5s; /* Safari */
  transition: color .5s;
}
.off-canvas-menu-button p{
  margin-bottom: 0px;
}
.off-canvas-left-close-button{
  position: relative;
  margin-left: 14rem;
}
.off-canvas-right-close-button{
  position: relative;
  padding: .5rem;
  padding-top: 0rem;
  padding-bottom: .5rem;
}

.headerphoto {
	position: absolute;
}  
.row {
  max-width: 62.50rem;
 }
.roundedpic {
  border-radius: 100%;
  width: 150px;
}
.roundedpicsmall {
  border-radius: 100%;
  width: 100px;
}
hr { 
  color: gray;
  text-align: center;
  border: none;
  font-size: 2.0rem;
  line-height: 1.5;
  margin-bottom: 5.0rem;
  letter-spacing: 10px;
}
hr::after{content:"• • •"}
.marginreset {
  margin: 0px !important;
}
.overflowscroll {
  overflow-y: scroll;
}
.menu-wrap {
  background: #131313;
}
.menu-wrap a:hover, .menu-wrap a:focus {
    background-color: #1d1d1d;
    transition: background-color 1s;
    cursor: pointer;
}
.menuiconcontainer { /* to fix "menu a" style from foundation.css*/
	display:inline !important;
	padding: 0 !important;
}
.menu p{
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.1rem 1rem;
}
.smalltext {
  font-size: 0.8rem;
  color: white;
  text-align: justify;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.svglogoposter {
  width: 100%;
}
.svglogoposter2 {
  width: 100%;
  max-width: 25%;
  max-height: 25%;
}
.svgtitleposter {
  width:100%;
  opacity: 0.6;
}
.poster {
  height: 600px;
  background: rgba(0, 0, 0, .5);
}
h1 {
  color: black;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
}
.header {
  font-size: 2.5em;
  letter-spacing: 1px;
}
.header2 {
  text-transform: none;
  font-size: 1.25em;
}
.header3 {
  color: black;
  padding-bottom: 10px;
  font-size: 1.5rem;
}
.header4 {
  font-size: 1.4rem;
}
.headeroffcanvasmenu {
  color: black;
  font-size: 1.5rem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.parallax {
  height: 100vh;
  overflow-x: hidden;
  perspective: 1px;
}
.parallax1 {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(100px);
  width: 100%;
  height: 10rem;
}
.page-header-parallax-text {
  position: absolute;
  top: 10rem;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateZ(-1);
  width: 100%;
  height: 10rem;
}
.headerlink {
  color: #BE0000 !important;
  font-family: "Varela Round", Arial, sans-serif;
  font-weight: normal;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}
.headerlink:hover {
  color: red !important;
}
.headerlinksbar {
  position: relative;
  top: 30%;
}
.mainsectionheader {
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 1px;
}
h2 {
  font-family: Montserrat, Arial, sans-serif;
  letter-spacing: 1px;
}
h3 {
  font-family: Montserrat, Arial, sans-serif;
  color: #666666;
  font-size: 1rem;
}
.onpicture{
  font-size: 1.6875rem;
}
h4 {
  font-family: Varela Round, Arial, sans-serif;
  color: #172237;
  font-size: 1.0rem;
  margin-bottom: 1.0rem;
}
li {
  font-family: Varela Round, Arial, sans-serif;
}
p {
  font-family: Varela Round, Arial, sans-serif;
  color: #4d4d4d;
}
.divbanner1 {
  background-color: black;
}

/* HALFSCREEN STYLES USED IN ABOGADO SECTION IN INDEX */
.halfscreenpic {
  padding: 0px !important;
}
.halfscreenheader {
  color: black;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 1.5rem;
}
.halfscreenli {
  margin-left: 20px;
}

.halfscreen-banner-heading {
  font-size: 1.25rem;
}

.halfscreen-banner-text {
  font-size: 1.0rem;
}

/* PRICE CARDS STYLES */

.card {
  height: 500px;
  width: 280px;
  background: white;
  border: solid 1px #ffffff;
  padding: 0px;
}

/* TOOLTIP STYLES */
.tooltiplink {
  border-bottom: 1px dashed red
}

/* COLORS */
.closeicon {
  color: red!important;
}
.closeicon:hover {
  color: #BE0000 !important;
}
.white {
  color: white !important;
}
.lightgray {
  color: #e4e4e4;
}
.darkgray {
  color: #6d6d6d;
}
.gray {
  color: #989898;
}
.black {
  color: black;
}
.red{
  color: red;
}
.darkblue{
  color: #172237
}
/* FONT-SIZES */
.text-giga{
  font-style: normal;
  font-family: Montserrat,Arial,sans-serif;
}
.text-mega{
  font-style: normal;
  font-family: Montserrat,Arial,sans-serif;
}
.text-kilo{
  font-style: normal;
  font-family: Montserrat,Arial,sans-serif;
  letter-spacing: 0px;
}
.text-hecto{
  font-style: normal;
  font-family: Varela Round,Arial,sans-serif;
  margin-bottom: 1rem;
}

/* FONT-STYLES */
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.notransform{
  text-transform: none;
}
.strong{
  font-weight: bold;
}
/* BORDERS */
.bottomborder{
  border-bottom: 1px solid #000000;
}
.bottombordergray{
  border-bottom: 1px solid #2f2f2f;
}
.bottomborderdotted {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-color: gray;	
}
.topborderdotted {
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: gray;	
}

/* MARGINS and PADDING */
.bottompadding {
  padding-bottom: 35px;
}
.toppadding{
  padding-top: 35px;
}
.topbottompadding {
  padding-top: 35px;
  padding-bottom: 35px;
}
.topbottompaddingfooter {
  padding-top: 15px;
  padding-bottom: 15px;	
}
.topmarginfooter{
  margin-top: 30px;
}
.topmargin {
  margin-top: 20px;
}
.bottommargin {
  margin-bottom: 20px;
}
.topbottommargin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.topbottommargin2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.leftpadding{
  padding-left: 40px;
}
.rightpadding{
  padding-right: 40px;
}
.leftpadding-20{
  padding-left: 20px !important;
}

/* BANNER */
.bannerlinkcontainer {
  max-width: 300px;
}
.bannertitle {
  font-size: 1.25rem;
}
.bannerlink {
  color: red!important;
  max-width: 12rem;
  font-family: Varela Round, Arial, sans-serif;
  padding: 0px;
  text-shadow: 0px 1px 4px black;
}
.bannerlink:hover {
  color: #BE0000 !important;
}
.bannerspacer{
  display: block;
}
.bannerbutton{
  float: right;
}
.bannertext{
  font-style: normal;
  font-family: Montserrat,Arial,sans-serif;
}
/* ABOUT US */
.about-us-spacer{
  display: block;
}
/* BACKGROUNDS */
.bgblack {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur( 7.0px );
  -webkit-backdrop-filter: blur( 7.0px );
}
.overlay-black{
  background-color: rgba(0, 0, 0, .80);
}
.info-overlay{
  background-color: rgba(0, 0, 0, .80);
  border: 1px solid red;
  border-radius: 8px;
  display: inline-block;
  min-width: 100%;
  -webkit-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.6);
  -moz-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.6);
  box-shadow: 3px 5px 5px 0 rgba(0,0,0,.6);
}
.info-overlay p{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: .5rem;
}
.bgdarkgrey {
  background: #1a1a1a;
}
.divshaded {
  background-color: #e5e5e5;
}
.divshadedopacityfordark {
  color: white;
  background-color: rgba(0, 0, 0, .20);
}
.divunshaded {
  background-color: white;
}
.headerbackground {
  background-color: black;
  background-image: url(../img/headerbgbig3.jpg);
  background-size:cover;
}
.blogheaderbackground {
  background-color: black;
  background-image: url(../img/headerbgbig3.jpg);
  background-size:cover;
}
.indexheaderbackground{
  background-color: black;
  background-image: url(../img/1abig.jpg);
  background-size: cover;
}
.bg-div-panel{
  /* The image used */
  background-image: url(../img/bg_panel_big.jpg);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index-bg-image {
  /* The image used */
  background-image: url(/img/filigreetilebw.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}

.herenciasheaderbackground{
  background-color: black;
  background-image: url(../img/herenciasheaderbig.jpg);
  background-size: cover;
}
.herenciasblogbackground{
  background-color: #000;
  background-image: url(../img/topographybackground.jpg);
  background-size: cover;
}
.indexaboutusbackground{
  background-color: black;
  background-image: url(../img/12big.jpg);
  background-size: cover;
}
.headerbackground2 {
  background-color: black;
  background-image: url(../img/12big.jpg);
  background-size:cover;
}
.google-maps {
  position: relative;
  padding-bottom: 45%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.numbered-circle{
  border: 6px solid red;
  height: 50px;
  width: 50px;
  text-align: center;
  display: inline-block;
  background-color: transparent;
  color: white;
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 1.6rem;
  border-radius: 50%;
  margin-top: 1rem;
}
/* POSITION */
.posrelative {
  position: relative;
  z-index: 1;
}
.posabsolute {
  position: absolute;
  z-index: 2;
}
.posabsolute1 {
  position: absolute;
  top: 30%;
  left: 40%;
  z-index: 2;
}
.posabsolute2 {
  position: absolute;
  top: 10%;
  z-index: 2;
}
.posabsolute3 {
  position: absolute;
  bottom: 15%;
  z-index: 2;
  left: 0;
  right: 0;
}
.posabsolute4 {
  position: absolute;
  bottom: 50%;
  z-index: 2;
  left: 0;
  right: 0;
}
.posfixed {
  position: fixed;
}

/* BUTTONS */
.redbutton{
  /* Gradient */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-radius: 3px;
  padding: .7rem;
  color: white;
  -webkit-transition: -webkit-color 1.5s; /* Safari */
  transition: color .5s;
}
.redbutton:hover{
  color: red;
}
.nongradbutton{
/* Gradient */
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-radius: 5px;
  padding: 1rem;
  cursor: pointer;
/* Shadow */
  -webkit-box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
  -moz-box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
  box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
}

.bgred {
  background-color: #BE0000;
}
.bgred:hover {
  background: #ff0000;
  color: white !important;
  cursor: pointer;	
}
button, .button {
  border-width: 1px;
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 1.2rem;
  /* Gradient */
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-color: #BE0000;
  color: white;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .4s; /* Safari */
  transition: transform .4s;
}
button:hover, button:focus, .button:hover, .button:focus {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
}
.gradientbutton {
  /* Gradient */
    background: #BE0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
    background-color: #BE0000;
    border-color: #BE0000;
    color: white;
    border-radius: 5px;
    padding: 1rem;
    cursor: pointer;
  /*for shine effect*/
    overflow: hidden;
    position: relative;
  /* Shadow */
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
    -moz-box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
    box-shadow: 3px 5px 10px 0 rgba(0,0,0,.6);
    border-width: 1px;
  /* Text */
    font-family: "Varela Round", Arial, sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
  /* Transition */
    -webkit-transition: -webkit-transform .4s; /* Safari */
    transition: transform .4s;
  }
.gradientbutton:hover, .gradientbutton:focus {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
  -webkit-transition: -webkit-transform .4s; /* Safari */
  transition: transform .4s;
  color: white;
}
/*For shine effect*/

@keyframes shine {
  0% {left: -100%;}
  15% {left: 100%;}
  100% {left: 100%;}
}

.gradientbutton:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.4),
    transparent
  );

  animation: shine 4s infinite;
}

.dropshadow {
  -webkit-box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 5px 15px 20px 0px rgba(0,0,0,0.5);
}
.homebutton {
  width: 50px;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  z-index: 10;
  position: fixed;
  top: 10px;
  margin-left: 10px;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.callbutton {
  width: 50px;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  z-index: 10;
  position: fixed;
  bottom: 70px;
  margin-left: 20px;
}
.round-button {
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  text-decoration:none;
  background: #ff0000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: normal;
  -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.35);
  -moz-box-shadow:    2px 2px 7px 0px rgba(50, 50, 50, 0.35);
  box-shadow:         2px 2px 7px 0px rgba(50, 50, 50, 0.35);
  -webkit-transition: -webkit-transform .4s; /* Safari */
  transition: transform .4s;
}
.round-button:hover {
  background: #ff0000;
  color: white !important;
  cursor: pointer;
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
}
.roundedbutton {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 75px;
}
.roundedbuttonbottombar {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 35px;
}
.topbutton {
  width: 50px;
  filter: alpha(opacity=40); /* For IE8 and earlier */
  z-index: 10;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.close-button-right-offcanvas {
  left: .2rem;
  font-size: 2.7em;
}
.close-button-left-offcanvas{
  font-size: 2.7em;
}
.menuicon {
  width: 45px;
  margin: 5px;
  margin-bottom: 15px;
}
.menuicon:hover {
  cursor: pointer;
}
.accordionarrow {
  margin-top: 9px;
  transition:All 1s ease;
  -webkit-transition:All 1s ease;
  -moz-transition:All 1s ease;
  -o-transition:All 1s ease;
}
.fbsharebutton {
  max-width: 360px;
  border-width: 1px;
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 1.2rem;
  /* Gradient */
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-color: #BE0000;
  color: white;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .4s; /* Safari */
  transition: transform .4s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.fbsharebutton:hover, .fbsharebutton:focus {
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
}

/* FIX - Ver márgenes de 15px */
.posabsolutebottom {
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  z-index: 2;	
}

/* FIX - For IE SVG Stretching */
.width100 {
  width: 100%;
}

/* ACCORDION */
.accordion {
    margin-bottom: 0 !important;
    background: rgba( 0, 0, 0, 0.25 );
}
.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem;
  border: none;
  font-family: Montserrat, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.0rem;
  line-height: 1.4rem;
  color: white;
  background: rgba(255, 0, 0, 0.25);
  transition-duration: 0.5s;
 }
  :last-child:not(.is-active) > .accordion-title {

    border-bottom: 1px solid red;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: black;
    color: white !important; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-title:focus {
	color: white !important;
}
.accordion-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/*"accordionMenu" class added for offCanvasRight, accordion-general class for edited accordions */
.accordionMenu {
    background: #ff0000; /* Old browsers */
    background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
    background-color: #BE0000;
    border-color: #BE0000;
}
.accordionMenu:focus{
    background-color: white !important;
}
.accordion-general{
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-color: #BE0000;
  margin-bottom: 10px;
}
.accordion-general:hover {
  background-color: red;
  background: -moz-linear-gradient(top, #ff3c3c 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3c3c 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3c3c 0%,#ff0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c3c', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
  transition: 1s;
}  
.accordion-general:focus{
  background-color: #be0000 !important;
}
.accordion-article{
  margin-bottom: 10px;
}
.accordion-article:hover{
  background-color: rgb(255 0 0 / 20%);
}

/* ANIMATIONS */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*----------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@keyframes fadeInUpSmall{
    0% {
  opacity:0;
  filter: alpha(opacity=0);
  -webkit-transform:translate3d(0,20px,0);
  transform:translate3d(0,20px,0)
    }
    100% {
  opacity:1;
  filter: alpha(opacity=100);
  -webkit-transform:none;
  transform:none;
    }
}
.fadeInUpSmall {
  visibility: visible;
  -webkit-animation-name:fadeInUpSmall;
            animation-name:fadeInUpSmall;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s; 
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpShort {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/* FOOTER STYLES */
.footer {
  background: black;
}
.footericon {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
.footerheader {
  text-transform: uppercase;
  font-size: 1.125rem;
  letter-spacing: 1px;
}

/*BOTTOM BAR */
.bottombar{
  position: fixed;
  bottom: 0;
  z-index: 15;
  border-top-style: solid;
  border-top-color: #3d3d3d;
  border-top-width: 1px;
  background-color: #1b1b1b;
  -webkit-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.6);
  -moz-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.6);
  box-shadow: 0px -3px 5px 0 rgba(0,0,0,.6);
  max-width: 1000px !important; /* Fix for width problems in Foundation 6 */
}
.bottombar2{
  position: fixed;
  bottom: 0;
  z-index: 15;
  border-top-style: solid;
  border-top-color: #3d3d3d;
  border-top-width: 1px;
  background: rgba( 0, 0, 0, 0.50 );
  backdrop-filter: blur(6.0px);
  -webkit-backdrop-filter: blur(6.0px);
  -webkit-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 3px 5px 5px 0 rgba(0,0,0,.5);
  box-shadow: 0px -3px 5px 0 rgba(0,0,0,.5);
}
.marginforbottombar {
	background: black;
	height: 60px;
} /* SO THE PAGE HAS SPACE AT THE BOTTOM TO ACCOMODATE THE BOTTOMBAR2 */
.bottombarbutton1 {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.bottombarbutton1:focus {
  outline: none !important;
}
.bottombarbutton2 {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.bottombarbutton2:focus {
  outline: none !important;
}
.bottombarbutton3 {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.bottombarbutton4 {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
.bottombarbutton5 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
/*BLOG STYLES */
.blogh2 {
  color: white;
  font-weight: bold;
}
.blogh3 {
  color: white;
  font-weight: bold;
}
.blogcaption{
  font-size: 0.90rem;
  color: lightgray;
  }
.blogtitle {
  font-size: 1.25rem;
  border-bottom-style: dotted;
  border-color: #BE0000;
  border-width: 1px;
  padding-bottom: 1.0rem;
  margin-bottom: 2.0rem;
}
.inbrief {
  z-index: 2;
  text-indent: 0px !important;
}
.blogp {
  color: white;
  font-size: .9rem;
  line-height: 1.9;
  text-indent: 30px;
}
.blogli {
    font-family: 'Lora', serif;
    font-size: 0.9rem;
    line-height: 1.9;
}
.blogposter {
  background: rgba(0, 0, 0, .5);
  margin-top: 10%;
  margin-bottom: 10%;
  padding-top: 35px;
  padding-bottom: 35px;
}
.blogquote {
  border-left: 6px solid #4d4d4d;
}
.blogquote p, quote{
  font-family: Montserrat, Arial, sans-serif;
  text-transform: none;
  color: gray;
  letter-spacing: 1px;
}
/* breadcrumbs */
.breadcrumbs a {
  color: #be0000;
}
.breadcrumbs li {
  float: left;
  font-size: .6875rem;
  color: #757575;
  cursor: default;
  text-transform: uppercase;
}
/* CARDS */
/* ADVERTENCIAS CARDS*/
.advertenciascard {
  background: rgb(132 132 132 / 25%);
  border: solid;
  border-color: white;
  border-width: 1px;
  margin-bottom: 40px;
  margin-top: 40px;
}

/* CAROUSEL CARDS */
.carousel-card {
  background: rgb(51,51,51);
  background: linear-gradient(140deg, rgba(51,51,51,0.5) 0%, rgba(26,26,26,0.5) 100%);
  padding: 20px;
  border-radius: 10px;
  margin: 10px;
  border: solid;
  border-width: 1px;
  border-top-color: #ff8686;
  border-bottom-color: #640000;
  border-left-color: #993030;
  border-right-color: #640000;
}
.carousel-card-article {
  background: rgb(51,51,51);
  background: linear-gradient(140deg, rgba(51,51,51,0.5) 0%, rgba(26,26,26,0.5) 100%);
  margin: 0px 10px 0px 10px;
}
.carousel-card-article-header {
  background: rgb(51,51,51);
  background: linear-gradient(140deg, rgba(51,51,51,1) 0%, rgba(26,26,26,1) 100%);
  background-image: url("/img/blogcardimg1.jpg");
  background-size: cover;
  height: 200px;
}
.carousel-card-article-title {
  font-size: 1rem !important;
  padding-left: 7px;
  padding-right: 7px;
  padding-bottom: 7px;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
  position: relative;
  top: 25%;
}
.carousel-card-article-text {
  text-indent: 0px !important;
  font-size: 0.7rem;
  color: white;
  line-height: 1rem !important;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;  
}
.carousel-card-article-button {
  border-style: solid;
  border-width: 1px;
  font-family: "Varela Round", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  background: #ff0000;
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%);
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 );
  background-color: #BE0000;
  border-color: #BE0000;
  color: white;
  padding: 0.25rem 0.6rem 0.25rem 0.6rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 300ms ease-out;
  display: inline-block;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  position: absolute;
  top: 85%;
  -webkit-transition: -webkit-transform .4s;
  transition: transform .4s;
  z-index: 2;
}
.carousel-card-article-button:hover, .carousel-card-article-button:focus {
  color: white;
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
}

/* ANUNCIOS CARDS */
.contact-card-header {
  background: rgb(51,51,51);
  background: linear-gradient(140deg, rgba(51,51,51,1) 0%, rgba(26,26,26,1) 100%);
  padding: 20px;
  margin-bottom: 0px !important;
}
.contact-card-header-p {
  color: white;
  text-transform: uppercase;
  font-size: 1.3rem;
  margin-bottom: 0px;
}
.contact-card-header-icon {
  width: 60px !important;
}

.contact-card-content {
  background-color: rgb(35 35 35 / 50%);
/*  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(65, 30, 30, 0.6);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .6); */
}
.contact-card-content-feather-container {
  height: 100px !important;
}
.contact-card-content-feather {
  width: 150px !important;
  position: relative;
  top: -85px;
  padding-bottom: 30px;
}
.contact-card-content-icon-container{
  padding-top: 30px;
}
.contact-card-content-icon {
  width: 50px !important;
  padding-left: 5px;
  padding-right: 5px;
}


/* Considerar borrar esta luego de que implemente .contact-card */
.call-to-action-header {
  background-color: #3e3e3e;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  margin-bottom: 0px !important;
}
.call-to-action-header-p {
  color: white;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.call-to-action-content {
  background-color: rgb(35 35 35 / 50%);
  -webkit-box-shadow: inset 0px 5px 5px 0px rgba(65, 30, 30, 0.6);
  -moz-box-shadow: inset 0px 5px 5px 0px rgba(0,0,0,0.6);
  box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, .6);
}
/* BLOG CARDS */
.authorcard {
  border-top-style: dotted;
  border-top-width: 1px;
  border-top-color: gray;
}
.blogcardcontainer {
  position: relative;
}
.cardtextcontainer {
  border: solid;
  border-width: 1px;
  border-color: gray;
}
.blogcardinbrief {
  text-indent: 0px !important;
  font-size: 0.7rem;
  color: white;
  line-height: 1rem !important;
  padding-top: 15px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0 !important;
}
.blogcardtitle {
  font-size: 1rem !important;
  padding-bottom: 7px;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.blogcardtext {
  background: rgb(50 50 50 / 50%);
  height: 140px;
}
.cardbutton {
  border-style: solid;
  border-width: 1px;
  font-family: "Varela Round", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.7rem !important;
  /* Gradient */
  background: #ff0000; /* Old browsers */
  background: -moz-linear-gradient(top, #ff0000 0%, #be0000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff0000 0%,#be0000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff0000 0%,#be0000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#be0000',GradientType=0 ); /* IE6-9 */
  background-color: #BE0000;
  border-color: #BE0000;
  color: white;
  padding: 0.25rem 0.60rem 0.25rem 0.60rem;
  cursor: pointer;
  text-align: center;
  transition: background-color 300ms ease-out;
  display: inline-block;
  -webkit-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  box-shadow: 3px 5px 10px 0px rgba(0,0,0,0.6);
  position: absolute;
  top: 75%;
  -webkit-transition: -webkit-transform .4s; /* Safari */
  transition: transform .4s;
  z-index: 2;
}
.cardbutton:hover, .cardbutton:focus {
  color: white;
  -ms-transform: scale(1.15); /* IE 9 */
  -webkit-transform: scale(1.15); /* Safari */
  transform: scale(1.15);
}

.redpricediv {
  color: white;
  font-weight: bold;
  background-color: #be0000;
}
/* INFO-CARDS */
.info-cards{
  border-radius: 5px;
  padding: 15px;
  /* The image used */
  /* background-image: url(../img/bg_info-card.jpg); */

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-card-glass-container {
  /* Will fill all the space inside the padding of the info-cards */
  height:100%;
  width: 100%;

  /* Glass background */
  background: rgba( 0, 0, 0, 0.30 );
  background: linear-gradient(140deg, rgba(51,51,51,0.5) 0%, rgba(26,26,26,0.5) 100%);
  backdrop-filter: blur( 9.0px );
  -webkit-backdrop-filter: blur( 9.0px );

  /* Border */
  border: solid;
  border-width: 1px;
  border-top-color: #ff8686;
  border-bottom-color: #640000;
  border-left-color: #993030;
  border-right-color: #640000;

  /* Shadow */
  -webkit-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
  -moz-box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,.4);
  padding: 15px !important;
}
.card-image{
  margin-bottom: .6rem;
  margin-top: .6rem;
}
/* BANNERCARD */
.bannercardcontainer {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: black;
}
.bannercardtitlecontainer {
  background-image: url(/img/cardbannerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bannercardtitle {
  padding-left: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-size: 1.75em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.bannercardbuttoncontainer {
  padding-top: 5rem;
}

/* SMALL SCREENS */
/* max-width 640px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 40em) {
.contact-card-header-p {
  font-size: 1rem;
}
.contact-card-content-feather-container {
  height: 0px !important;
}
.contact-card-content-icon-container{
  padding-top: 0px;
}

.bg-div-panel{
    /* The image used */
    background-image: url(../img/bg_panel.jpg);
}
.accordion-title {
  color: white !important;
  font-size: 0.8rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 20px;
}
.accordion-general{
  margin-bottom: 5px;
}
.bottombaroffcanvasbutton {
  font-size: 1.0rem;
  padding-top: 15px;
}
.roundedbuttonbottombar {
  padding-top: 13px;
  width: 30px !important;
}
.blogcardcontainer {
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 260px;
}
.info-cards {
  margin-left: auto;
  margin-right: auto;
  float: none;
  max-width: 320px;
}
.accordionarrow {
  width: 25px;
}
.headericon {
	width: 45px;
}
.blogcaption{
  font-size: 0.90rem;
  }
.round-button {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.roundedbutton {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 60px;
}
.columnlist {
  padding: 0px !important;
}
.poster {
  height: 400px;
  background: rgba(0, 0, 0, .5);
}
h1 {
  font-size: 1.125rem;
}
.mainsectionheader {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}
.header {
  font-size: 1.75em;
}
.augmentedli {
  font-size: 0.9rem;
}
button, .button {
  font-size: 0.75rem;
}
.gradientbutton {
  font-size: 0.75rem;
}
.onpicture{
  font-size: 0.90rem;
}
.bottompadding {
  padding-bottom: 25px;
}
.toppadding {
  padding-top: 25px;
}
.topbottompadding {
  padding-top: 25px;
  padding-bottom: 25px;
}
.bottommargin {
  margin-bottom: 20px;
}
.topbottommargin {
  margin-top: 20px;
  margin-bottom: 20px;
}
.accordionarrow {
  margin-top: 6px;
}
.blogtitle {
  font-size: 1.5rem;
}
.bannertitle{
  font-size: 1.3rem !important;
}
.about-us-header{
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
.about-us-text{
  margin-bottom: 1rem;
  max-width: 20rem;
}
.about-us-spacer{
  margin-bottom: 10rem;
}
.bannertag{
  padding-left: 1rem;
  font-size: 1.25em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.bannerspacer{
  margin-bottom: 3rem;
}
.bannercardcontainer {
  max-width: 360px !important;
    background: rgba(45, 45, 45, 0.50);
}
.bannercardtitlecontainer {
  -webkit-box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.53); 
  box-shadow: 5px 5px 5px -1px rgba(0,0,0,0.53);
}
.bannercardtitle {
  padding-left: 1rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-size: 1.25em;
}
.bannercardbuttoncontainer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.page-header-title {
  padding-left: 1rem;
  font-size: 1.25em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.page-header-subtitle {
  padding-left: 1rem;
  font-style: normal;
  font-family: Montserrat,Arial,sans-serif;
  font-size: 1rem;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
.info-card-button{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.blogsubtitle {
  font-size: 1.25rem;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1.0rem;
}
.blogquote p{
  font-size: 1.0rem !important;
}
.text-giga{
  font-size: 1.125rem;
}
.text-mega{
  font-size: 1.25rem;
}
.text-kilo{
  font-size: 1.1875rem;
}
.text-hecto{
  font-size: .8rem;
}
.blogp{
  font-size: 0.8rem;
}
p{
  font-size: .8rem;
}
li{
  font-size: .8rem;
}
}

/* VERY SMALL SCREENS */
@media only screen and (max-width: 25em) {
.headerbackground {
  max-height: 250px;
}
.bottombar2{
  height: 50px;
}
.bottombaroffcanvasbutton {
  height: 60px;
  width: 80px;
}
.marginforbottombar {
	height: 50px;
} /* SO THE PAGE HAS SPACE AT THE BOTTOM TO ACCOMODATE THE BOTTOMBAR2 */
.bottombaroffcanvasbutton {
  font-size: 0.75rem;
  padding-top: 16px;
}
.roundedbuttonbottombar {
  padding-top: 9px;
  min-width: 30px !important;
}
hr {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 3.0rem;
}
.headerlink {
  font-size: 0.8rem;
}
.mainli{
  font-size: 0.8rem;	
}
.headericon {
	width: 35px;
}
.smalltext {
  font-size: 0.7rem;
}
.card {
  height: 400px;
  width: 260px;
}
.round-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
}
.roundedbutton {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50px;
}
.columnlist {
  padding: 0px !important;
}

.poster {
  height: 250px;
}

.augmentedli {
  font-size: 0.75rem;
}
.header {
  font-size: 1.5em;
}
.header3 {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 5px;
}
.halfscreenheader {
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.onpicture {
  font-size: 0.9rem;
  color: #000424;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.1em;
}
.bottompadding {
  padding-bottom: 20px;
}
.toppadding {
  padding-top: 20px;
}
.topbottompadding {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bottommargin {
  margin-bottom: 15px;
}
.topbottommargin {
  margin-top: 15px;
  margin-bottom: 15px;
}
.homebutton {
  width: 40px;
}
.topbutton {
  width: 40px;
  right: 5px;
  bottom: 5px;
}
.blogtitle {
  font-size: 1.1rem;
}
.bannertitle {
  font-size: 1.5rem;
}
.blogsubtitle {
  font-size: 1.0rem;
  padding-left: 5px;
  padding-right: 5px;
}

/* to fix OFFCANVAS menu button margin */
.menu-button {
  margin: 0;
  width: 2em;
  height: 1.85em;
}
}

/* HACIA LA JUSTICIA FIX */
/* min-width 500px and max-width 641px, use when QAing tablet-only issues */
@media only screen and (min-width: 31.25em) and (max-width: 40em) {
.blogp {
  font-size: 1.0rem;
}
.mainli{
  font-size: 1.0rem;	
}
.blogli {
  font-size: 1.0rem;	
}
.haciajusticia {
  font-size: 1.75em !important;
}
}


/* MEDIUM SCREENS */
/* min-width 641px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
h3 {
  font-size: 1.25rem;
}
.info-card-text{
  font-size: .7rem;
}
.info-cards{
  min-height: 20rem;
}
.bannercardcontainer {
  max-width: 720px;
}
.bannercardtitle {
  padding-left: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  font-size: 1.5em;

}
.bannercardbuttoncontainer {
  padding-top: 4rem;
}
.bottombaroffcanvasbutton {
  height: 60px;
  width: 140px;
}
.roundedbutton {
  padding-top: 10px;
  padding-bottom: 10px;
}
.halfscreenli {
  font-size: 0.8rem;
  margin-left: 15px !important;
}
.halfscreenheader {
  font-size: 1.2rem;
  padding-top: 20px;
  padding-left: 15px !important;
}
.halfscreen-banner-heading {
  font-size: 1.2rem;
}
.halfscreen-banner-text {
  font-size: 1.0rem;
}
.headericon{
  width: 73px;
}
.headerlink{
  font-size: 1.3rem;
}
.columnlist {
  padding-left: 1.5rem !important;
}
h1 {
  font-size: 2.125rem;
}
h2 {
  font-size: 1.5rem;
}
.header2 {
  font-size: 1.6em;
}
.onpicture {
  font-size: 1.375rem;;
}
.blogp {
  font-size: 1.1rem;
  text-indent: 40px;
}
.blogli {
  font-size: 1.1rem;
  text-indent: 40px;
}
.blogtitle {
  font-size: 2.5rem;
}
.bannertitle {
  font-size: 2.2rem;
  padding-top: 15px;
}
.bannerlinkcontainer {
  max-width: 400px;
}
.bannerlogo {
  padding-left: 40px;
}
.about-us-header{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.about-us-text{
  margin-bottom: 1.5rem;
}
.about-us-spacer{
  margin-bottom: 15rem;
}
.bannertag{
  font-size: 2.5em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bannerlink{
  font-size: 1.5rem;
}
.bannerspacer{
  margin-bottom: 5rem;
}
.page-header-title {
  font-size: 2.25em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
  padding-left: 40px;
}
.page-header-subtitle {
  font-size: 1.75rem;
  padding-left: 40px;
}
.about-us-spacer{
  margin-bottom: 15rem;
}
.info-card-button{
  font-size: .9rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.blogquote p{
  font-size: 1.75rem !important;
}
.blogsubtitle {
  font-size: 1.75rem;
  padding-left: 25px;
  padding-right: 25px;
}
.text-giga{
  font-size: 2.125rem;
}
.text-mega{
  font-size: 1.75rem;
}
.text-kilo{
  font-size: 1.25rem;
}
.text-hecto{
  font-size: 1rem;
}
}

/* carousel-card-article-title MEDIA QUERIES FOR TEXT */
@media only screen and (min-width: 28.125em) and (max-width: 37.5em) {
  .carousel-card-article-title {
    font-size: 1.25rem !important;
  }
}
@media only screen and (min-width: 46.875em) and (max-width: 64em) {
  .carousel-card-article-title {
    font-size: 1.25rem !important;
  }
}

/* BANNERTITLE FIX */
/* min-width 641px and max-width 1024px */
@media only screen and (min-width: 40.063em) and (max-width: 46.875em) {
  .bannertitle {
    font-size: 1.60rem !important;
    padding-top: 10px;
  }
}

/* FROM THE BLOG CARDS FIX */
/* min-width 641px and max-width 790px */
@media only screen and (min-width: 40.063em) and (max-width: 49.375em) {
.blogcardtitle {
  font-size: 0.9rem !important;
}
.cardbutton {
  right: 10%;
}
}
/* ABOGADO SECTION FIX */
/* min-width 800px and max-width 1024px */
@media only screen and (min-width: 50em) and (max-width: 64em) {
.halfscreenheader {
  padding-top: 50px !important;
  padding-left: 50px !important;
}
.halfscreenli {
  margin-left: 50px !important;
}
}

/* LARGE SCREENS */
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 64.063em) {
.bottombaroffcanvasbutton {
  height: 60px;
  width: 140px;
}
.points {
  font-size: 0.85rem;
}
.halfscreenheader {
  padding-top: 60px;
  padding-left: 60px;
}
.halfscreenli {
  margin-left: 60px;
}
.halfscreen-banner-heading {
  padding-top: 20px;
  font-size: 1.5rem;
}
.halfscreen-banner-text {
  font-size: 1rem;
  padding-top: 20px;
}
.headericon{
  width: 73px;
}
.headerlink{
  font-size: 2.0rem;
}
.columnlist.li {
  font-size: 1.25rem;
}
.columnlist {
  padding-left: 2.5rem !important;
}
.specialpadding1{
  padding-top: 60px;
  padding-bottom: 60px;
}
.svglogoposter {
  width: 100%;
  max-width: 70%;
  max-height: 70%;
}
.svgtitleposter {
  max-width: 70%;
  max-height: 70%;
}
.listli {
  font-size: 1.25rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.5rem;
}
.header2 {
  font-size: 1.5em;
}
.homebutton {
  width: 70px;
}
.topbutton {
  width: 70px;
  right: 30px;
  bottom: 20px;
}
.blogp {
  font-size: 1.25rem;
  text-indent: 50px;
}
.blogli {
  font-size: 1.25rem;
  text-indent: 50px;	
}
.blogquote p{
  font-size: 2.0rem !important;
}
.blogtitle {
  font-size: 2.75rem;
  padding-left: 25px;
}
.bannertitle {
  font-size: 2.75rem;
  padding-top: 20px;
}
.bannerlinkcontainer {
  max-width: 500px;
}
.bannerlogo {
  padding-left: 40px;
}
.about-us-header{
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.about-us-text{
  margin-bottom: 1.5rem;
}
.about-us-spacer{
  margin-bottom: 15rem;
}
.bannertag{
  /* font-size: 1.7rem; */
  font-size: 3em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.bannerlink{
  font-size: 1.7rem;
}
.bannerspacer{
  margin-bottom: 9rem;
}
.page-header-title {
  font-size: 2.75em;
  font-family: Montserrat;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 2px rgba(0,0,0,.5);
  padding-left: 40px;
}
.page-header-subtitle {
  font-size: 1.7rem;
  padding-left: 40px;
}
.info-card-button{
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.blogsubtitle {
  font-size: 2.0rem;
  padding-left: 35px;
  padding-right: 35px;
}
.blogcardtitle {
  font-size: 1.25rem !important;
}
.info-cards{
  min-height: 25.5rem;
}
.text-giga{
  font-size: 3rem;
}
.text-mega{
  font-size: 1.7rem;
}
.text-kilo{
  font-size: 1.5rem;
}
.text-hecto{
  font-size: 1rem;
}
}
/* SCROLLBAR */

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #e1e1e1;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
::-webkit-scrollbar-thumb:active {
  background: #000000;
}
::-webkit-scrollbar-track {
  background: #666666;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #666666;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/* TRASH CAN */
.footericon {
  width: 35px;
  margin-left: 5px;
  margin-right: 5px;
}
.rotate180 {
  transform: rotate(-180deg) ;
  -webkit-transform: rotate(-180deg) ;
  -moz-transform: rotate(-180deg) ;
  -o-transform: rotate(-180deg) ;
  -ms-transform: rotate(-180deg) ;
}