/* ===================================
    Cover
====================================== */

.parallax-section {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.parallax-img {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 120%;
  background-image: url('../../assets/img/inicio/cover.jpg');
  background-size: cover;
  background-position-x: 35%;
  background-position-y: top;
  z-index: -1;
}

.section-content {
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.section-content .icon-cover{
  width: 150px;
}

.cover-title{
  font-size: 60px;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
}


/* ===================================
    General
====================================== */

.card-service{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 10px;
  flex-direction: column;
}

.card-service .icono{
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.card-service .icono img{
  width: 100%;
}

/*Servicios section*/

.content-img-outside{
  background: transparent;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: auto;
    background-attachment: inherit !important;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.card-serv-main{
  padding: 20px;
  border-radius: 10px;
  width: 100%;
  position: relative;
  transition: 0.5s;
}

.card-serv-main img{
  width: 200px;
}

.card-serv-main:hover .btn-cards{
  background: #fff;
}

.card-serv-main:hover .btn-cards path{
  stroke:#2E5F97
}

.bg-mas:hover{
  background: #144379;
}

.bg-ok:hover{
  background: #1F4C51;
}

/*Btn close*/

.bg-btn-mas{background: #144379;}
.bg-btn-ok{background: #1F4C51;}

.btn-cards{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  transform: translate(0%, -50%);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
  color: #fff;
}


/* ===================================
    Responsive
====================================== */

/* xxs */ @media (max-width: 430px) {}
/* xs  */ @media (min-width: 431px) {} /* @media (max-width: 575px) {} */
/* sm  */ @media (min-width: 576px) {

.parallax-img {background-position-x: 25%;background-position-y: top;}

.section-content{margin-top: 0px;}

.card-serv-main{width: 500px;}

.content-img-outside{
  background: url(../../assets/img/inicio/pareja-llaves.jpg);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    background-attachment: inherit !important;
}

}
/* md  */ @media (min-width: 768px) {

.parallax-img {background-position-x: 70%;background-position-y: top;}

.cover-title{font-size: 80px;}
.section-content .icon-cover{width: 220px;}
.card-serv-main{width: 500px;}



.btn-cards{
  width: 45px;
  height: 45px;}

} /* ipad Portrait */
/* lg  */ @media (min-width: 992px) {

.parallax-img {background-position-x: 90%;background-position-y: top;}

.cover-title{font-size: 100px;}

.card-serv-main{width: 100%;}

} /* ipad Landscape */
/* xl  */ @media (min-width: 1200px) {

.parallax-img {background-position-x: center;background-position-y: top;}

.card-serv-main{width: 500px;}


}
/* xxl */ @media (min-width: 1400px) {}
