body{
    font-family: 'Quicksand', sans-serif;
}


.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  /*-webkit-backdrop-filter: saturate(180%) blur(20px);*/
  /*backdrop-filter: saturate(180%) blur(20px);*/
    position: absolute;
    display: block;
    margin: 0 auto;
    top: 0;
    width: 100%;
    /*background-color: #00000047;*/
}
.site-header a{
    color: white;
    transition: ease-in-out color .15s;
    font-weight: bold;
    padding: 0 1rem;
    line-height: 3rem;
}

a.header-logo {
    left: 1rem;
    top: 1rem;
    position:absolute;
    z-index: 2;
}
.site-header a:hover {
  color: #a20b03;
  text-decoration: none;
}
.site-header a>i {
    padding-right: .4rem;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

.product-device {
  position: absolute;
  right: 10%;
  bottom: -30%;
  width: 300px;
  height: 540px;
  background-color: #333;
  border-radius: 21px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px;
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 5%;
  background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }


.img_header_logo{
    height: 5.5rem;
}
.img_footer_logo{
    height: 2rem;
}

.landing_1{
    background: url(/public/images/landing_2.jpg) no-repeat center;
    margin: 0 !important;
    opacity: 0;
    height: 100vh;
}
.landing_1_content{
    /*background-color: #00000054;*/
    color: #DDD;
}

.landing_3{
    background: url(/public/images/sky.jpg) no-repeat top left;
    position: relative;
}
.landing_3 .block{
    opacity:.8;
}

.landing_container{
    margin-top: 20vh;
}
.page_about{
    height: 100vh;
}
.btn.servicios{
    opacity: 0;
}
.title_section{
    border-bottom: 7px solid #c7170e;
    width:70%;
}
.round_box{
    border-radius: 1rem;
}

.mision{
    background-color: #253994;
}
.vision{
    background-color: #a20b03;
}
.gray_border{
    border-bottom: .3rem solid #999;
}
.blue_border{
    border-bottom: .3rem solid #253994;
}
.red_border{
    border-bottom: .3rem solid #a20b03;
}
.about_title{
    padding-bottom: 1rem;
}
.about_img{
    width: 15rem;
    height: 15rem;
    margin-bottom: 1rem;
    object-fit: cover;
}
.about_text{
    font-size: 1rem;
}
p.card-text{
    font-size: .9rem;
}
.card-img-top{
    object-fit: cover;
    height: 9rem;
    object-position: bottom;
}

#map_address{
    height: 10rem;
    width:100%;
}
#mapCoverage{
    height: 32rem;
}

.text_blue{
    color: #253994;
}
.bg_blue{
    background-color: #253994;
}
.bg_blue_light{
    background-color: #7a89cc;
}

.text_red{
    color: #a20b03;
}
.bg_red{
    background-color: #a20b03;
}
.bg_red_light{
    background-color: #a20b03;
}
.card-text{
    font-weight: bold;
}
.middle_logo{
    position: absolute;
    top: 1rem;
    left: 1rem;
}
