@font-face {
    font-family: Bauziet;
    src: url(/fonts/Bauziet.ttf);
}
@font-face {
	font-family: Roboto-Regular;
	src: url(/fonts/Roboto-Regular.ttf);
}
/* Scrollbar Styling */
::-webkit-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    background-color: #EEEEEE;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #064c86; 
}

html, body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: 'Roboto-Regular', sans-serif;
  max-width: 100vw;
  width: 100%;
  height: auto;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: visible;
  padding-top: 0;
  background-image: url(/images/bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

h1 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #000000;
  font-family: 'Bauziet', sans-serif;
}
h2 {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #333333;
  font-family: 'Bauziet', sans-serif;
}
h3 {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 700;
  color: #990000;
  font-family: 'Bauziet', sans-serif;
}
h4 {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 700;
  color: #990000
}
h4.small {
  font-size: 15px;
  font-weight: 900
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
p.big {
  font-size: 20px;
}
p.smal {
  font-size: 15px
}
a {
  color: #333;
}
a:hover,
a:focus{
  color: #2a4a8d;
}
strong {
  font-weight: 700;
}
*,
*:before,
*:after {
  /*transition: all 300ms ease-in-out;*/
}
.col-12 {
  margin-bottom: 10px
}
.color-main {
  color: #000000;
}
.color-grey {
  color: #999999;
}
.color-blue {
  color: #064C86;
}
.container {
  max-width: 1400px !important;
}

#main {  
  min-height: 100vh;
}
.padd10b {
  padding-bottom: 20px
}


.padd60lr {
  margin-left: 60px;
  margin-right: 60px;
}

.padd60lr-home-100b {
  padding-left: 60px;
  padding-right: 180px;
  padding-bottom: 100px;
}


.padd60lr100b {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 100px;
}

.padd60lr60b {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 60px;
}

.padd60b {
  padding-bottom: 60px;
}

.padd100lr {
  padding-left: 100px;
  padding-right: 100px;
}
.padd25 {
  padding-bottom: 25px;
}

.col {  
	padding-left: 5px;
	padding-bottom: 25px;
	color: #064C86;
/*    min-height: 130px; */
}
.services-box {
    position: relative;
    /*padding: 30px;*/
/*	height: 455px; */
	
    text-decoration: none;
    float: center;
    margin-bottom: 30px;
}
a.services-box:hover {
    text-decoration: none;
    cursor:pointer;
	opacity: 0.9;
}
.services-box .box-title {
    position: relative;
    /*text-align: left;*/
}
.services-box h2 {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    margin-top: 120px;
}
.services-box p {
    font-size: 13px;
	font-weight: 500;
    color: #666;
    margin-bottom: 20px;
}
.services-box .text-more {
    font-size: 13px;
	font-weight: 700;
    color: #CCC;
    margin-bottom: 10px;
}

a.services-box:hover h4 {
  color: #fff;
}
a.services-box:hover p {
  color: #fff;
}
a.services-box:hover .text-more {
  color: #fff;
}
.icon1 {
	position: relative;
	top: 80px;
	left:42%;
    width: 75px;
    height: 75px;
    background: url("/images/icon1.png") no-repeat;
	display: block;
}
.icon2 {
	position: relative;
	top: 80px;
	left:42%;
    width: 75px;
    height: 75px;
    background: url("/images/icon2.png") no-repeat;
	display: block;
}
.icon3 {
	position: relative;
	top: 80px;
	left:42%;
    width: 75px;
    height: 75px;
    background: url("/images/icon3.png") no-repeat;
	display: block;
}


.box-content {
	height:300px;
	background-color:#064C86;
}

.box-services {
	width:auto !important;
	height:225px;
	width: 100%;
}

.form-control {
  border-radius: 2px;
  border: none;
  padding: 30px;
  font-size: 15px;
  color: #ffffff;
  background-color: #064C87;
  box-shadow: none;
  margin-top: 5px;
}

/*.form-control:active,
.form-control:focus,
.form-control:focus:active {
  background-color: #064C87!important;
  border-color: #064C87;
  color: white;
}*/



.divider-white {
	content:url(/images/slash.png);
	padding-left: 15px;
}

.carousel-caption {
    position: absolute;
    right: 60px;
    bottom: 20px;
    left: 60px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

/*--------- M E N U ---------------*/

.overlay-menu { display:none; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
}

.overlay-content {
  position: relative;
  top: 5%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.83;
  color: #333;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #064C86;
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 50px;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 100px;
    padding-top: 15px;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0px;
    padding-top: 25px;
    margin-bottom: 0;
    list-style: none;
}

@media screen and (min-width: 1400px) {

  #main {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 1430px;
    min-height: calc(100vh - 90px);
  }
  .row-double-spacing {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-double-spacing .col-12 {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px;
  }
}
/*HEADER*/
.navbar-light .navbar-nav li >.nav-link {
  font-family: 'Roboto-Regular', serif;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 10px;
}
.nav-link {
    display: block;
    padding: 0;
	padding-left: 15px;
}
.navbar-light .navbar-nav li >.nav-link-footer {
  font-family: 'Roboto-Regular', serif;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
}
.navbar-expand-xl .navbar-nav .nav-link-footer {
  padding-right: 3rem;
  padding-left: 3rem;
  padding-bottom: 10px;
}
.nav-link-footer {
    display: block;
    padding: 0;
	padding-left: 15px;
}

.ds-nav {
  min-width: 320px
}
.dropdown-toggle::after {
  display: none;
}
.navbar.navbar-light {
  padding: 30px 0 0 0;
}
.lng-menu > a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.dropdown-menu {
  border-top: 3px solid #990000 !important;
  border: 0;
  box-shadow: 0 4px 15px rgba(0,0,0,.2);
  border-radius: 0;
  background-color: #f5eee2;
  min-width: 180px;
  padding: 10px !important;
}
@media screen and (min-width: 1200px) {  
  #ds-nav {
    display: none !important;
  }
  .navbar-expand-xl .navbar-nav li:first-child .nav-link {
    padding-left: 0;
	padding-bottom: 10px;
  }
  .navbar-expand-xl .navbar-nav li:last-child .nav-link {
    padding-right: 0;
  }

  .navbar-expand-xl .navbar-nav li:first-child .nav-link-footer {
    padding-left: 0;
	padding-bottom: 10px;
  }
  .navbar-expand-xl .navbar-nav li:last-child .nav-link-footer {
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .ds-nav {
    display: none;
  }
  header {
    padding-left: 30px;
    padding-right: 30px;
  }
  #ds-nav { 
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    border-top: 3px solid #990000 !important;
    border: 0;
    box-shadow: 0 4px 15px rgba(0,0,0,.2);
    border-radius: 0;
    background-color: #f5eee2;
  }
  
}
/*GLOBAL*/
section {
  position: relative;
}
.ds-bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.ds-image-container.img-3d,
.ds-image-container.img-3d * {
  position: relative;
  z-index: 3
}
.ds-image-container.img-3d:before,
.ds-image-container.img-3d:after {
    position: absolute;
    bottom: 15px;
    left: 10px;
    z-index: 1;
    height: 20%;
    max-height: 100px;
    max-width: 460px;
    width: 60%;
    content: "";
    opacity: .7;
    -webkit-box-shadow: 0 17px 15px rgba(0,0,0,.7);
    box-shadow: 0 17px 15px rgba(0,0,0,.7);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ds-image-container.img-3d:after {
      left: auto;
    right: 10px;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
.ds-content-container {
  overflow: hidden;  
}
.ds-content-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-9-16 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 143.75%; /* 16:9 Aspect Ratio */ 
} 
.container-1-1 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 100%; /* 1:1 Aspect Ratio */ 
} 
.container-16-9 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 56.25%; /* 16:9 Aspect Ratio */ 
} 
.container-16-7 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 43.75%; /* 16:5 Aspect Ratio */ 
} 
.container-16-5 { 
    display: block; 
    position: relative; 
    width: 100%; 
    padding-top: 31.25%; /* 16:5 Aspect Ratio */ 
} 
/*OVERLAY SECTION*/
.ds-overlay {
  background-image: url(/images/overlay.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 50px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 3;
  position: absolute;
}
.ds-overlay-top {
  background-position: center top !important;
  bottom: 0;
}
.ds-overlay-bottom {
  background-position: center bottom !important;
  top: 0;
}
/*CAROSEL*/
.carousel-indicators {
    bottom: 70px;
}
.carousel-indicators li {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    opacity: 1;
}
.carousel-indicators .active {
    background-color: #990000;
}
/*TITLES*/
.ds-title {
  display: block;
  position: relative;
}
.text-underline {
  position:relative;
  display: inline-block;
}
.text-underline {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 2px solid #990000;
  margin: auto;
}
.text-underline.color-blue {
  border-bottom: 2px solid #003874;
}
.ds-title-sep {
  display: block;
  width: 100px;
  height: 30px;
  position: relative;
  background-image: url(https://via.placeholder.com/100x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  margin: 30px auto;
}
.ds-title.before-sep {
  padding-left: 45px;
}
.ds-title.before-sep:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  background-image: url(https://via.placeholder.com/30x30.png/990000/990000);
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
/*BUTTONS*/
.btn {
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
}
.btn i {
  display: inline-block;
  padding-left: 15px;
}
.btn-primary {
  background-color: #064C87;
  border-color: #064C87;
  color: #ffffff;
}
.btn-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-secundary {
  background-color: #990000;
  border-color: #990000;
  color: #f5eee2;
}
.btn-secundary:hover {
  background-color: #f5eee2;
  border-color: #f5eee2;
  color: #990000;
}
/*POSTS*/
.post-content.max-400 p{
  max-width: 400px;
}
article {
  position: relative;
}
article .post-content{
  padding: 20px 15px;
}
article .post-content.no-padding {
  padding: 0;
}
article .post-content .ds-address,
article .post-content .ds-pdf {
  position: relative;
}
article .post-content .ds-address img,
article .post-content .ds-pdf img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 30px;
}
article .post-content .ds-pdf img {
  top: 5px;
  bottom: auto;
}
article .post-content .ds-address span,
article .post-content .ds-pdf > div {
  padding-left: 45px;
  display: block;
}
article .post-content .ds-pdf h4 a {
  text-decoration: underline;
  color: #003874;
}
article .date-box {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #003874;
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.2;
  font-size: 14px;
  font-weight: bold;
}
.controls-top {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  right: 10px;
}
.controls-top a {
  width: 40px;
  height: 40px;
  background: #f5eee2;
  color: #990000;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  border-radius: 50%;
  text-decoration: none !important;
  font-weight: bold; 
  opacity: 1;
}
.controls-top a:hover {
  opacity: 0.8
}
/*MAP*/
.col-marker {
  max-width: 80px;
  padding-top: 5px;
}
#map {
  height: 600px;
  width: 100%;
  display: block;
}
/*FOOTER*/
footer {
  position: relative;
  display: block;
}
.footer-content {
  position: relative;
  display: block;
  padding-top: 60px;
  padding-bottom: 30px
}

/*RESPONISVE*/
@media screen and (max-width:1199px) {
  .controls-top a {
    margin-top: 25%;
  }
  .ds-content-container {
    padding: 0;
  }
  .ds-content-container .ds-content-inner {
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
.navbar-nav {
	display: none;
}
.overlay-menu { 
	display:block;
	color:#0C2723;
}

}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 25px
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 25px;
  }
  p.big {
    font-size: 16px;
  }
  #banner .container-16-7 {
    min-height: 200px;
  }
  .banner-social {
    right: 30px;
  }
  #map {
    height: 400px;
  }
.overlay-menu { 
	display:block;
	color:#0C2723;
	margin-top: -100px;
}
.navbar-brand>img {
      position: relative;
      /*max-width: 75%;*/
      float: left;
  }

.navbar-logo>img {
      position: relative;
      max-width: 65%;
	  padding-bottom: 25px;
      float: left;
  }

.padd60lr {
  margin-left: 30px;
  margin-right: 0px;
}

.padd60lr-home-100b {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}


.padd60lr100b {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}
.padd60lr60b {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

.padd60b {
  padding-bottom: 60px;
}

.padd100lr {
  padding-left: 30px;
  padding-right: 30px;
}

.carousel-caption {
    left: 30px;
}

.divider-white {
	display: none;
}
#main {  
  background-image: url(/images/bg-mobile.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

}
@media screen and (max-width: 768px) {
  footer .nav.link-nav {
    flex-direction: column !important;
  }
.navbar-brand>img {
   /* max-width: 75%;*/
   
  }
.navbar-logo>img {
    max-width: 65%;
  }

}


@keyframes loaderAnim{to{opacity:1;transform:scale3d(.5,.5,1)}}


.item__excerpt-link-black {position:relative;cursor:pointer;color:#000000;font-weight:500;line-height:1;overflow:hidden}
.item__excerpt-link-black span {display:inline-block;padding-bottom:10px;position:relative}
.item__excerpt-link-black span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;left:0;background:#000000;color:#000000;transition:transform .2s;transform-origin:100% 0}
.item__excerpt-link-black span:hover:after {transform:scaleX(0)}

a.item__excerpt-link-black:link {color: #000000; }
a.item__excerpt-link-black:visited {color: #000000; }
a.item__excerpt-link-black:hover {color: #000000; }
a.item__excerpt-link-black:active {color: #000000; }

.nav-link {position:relative;cursor:pointer;color:#000000;font-weight:500;line-height:1;overflow:hidden}
.nav-link span {display:inline-block;padding-bottom:10px;position:relative;text-decoration: none;color:#000000;}
.nav-link span:after {content:"";width:100%;height:2px;top:calc(100% - 10px);position:absolute;bottom:0;left:0;background:#000000;color:#000000;transition:transform .2s ease-in-out;transform-origin:right;transform: scaleX(0);}
.nav-link span:hover:after {transform-origin:left;transform:scaleX(1)}


.ds-PRODAN > div, .ds-PRODAN.ds-available {
    background-color: #a5040a;
}
.ds-available {
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
}