@font-face {
  font-family: "DM Sans";
  src: url(https://colxsoft.com/stylesheet/v2/fonts/DM_Sans/DMSans-Regular.ttf);
}

.font-colxsoft {
  font-family: "DM Sans", sans-serif !important;
}

body,
html {
  height: 100%;
  width: 100%;
  color: #000;
}

#home,
#benefits,
#xv,
#hastag,
#wedding{
  overflow: hidden;
}

.container-section {
  padding: 100px 0;
}

.logo{
  background-color: #E8E8E8;
  display: inline-block;
  padding: 9px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.logo img {
  width: 100px;
}

.btn {
  padding: 10px 10px;
  border-radius: 4px;

}

.bold{
  font-weight: bold;
}

.layer_black{
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.uppercase {
  text-transform: uppercase;
}

#header_page{
  position: fixed;
  z-index: 10;
  background-color: transparent;
}

.title-colxsoft {
  color: #000;
  font-size: 34px;
}

.sub-title-colxsoft{
  
  font-size: 13px;
  margin-bottom: 44px;
  color: #717171;
}
.color-gray {
  color: #c2b0b0;
}



#socialMedia {
  padding: 21px 0;
  box-shadow: inset 1px 1px #d7d3d3;
}

#socialMedia section{
  margin-top: 10px;
}

#socialMedia i {
  font-size: 20px;
  color: #9b7a7a;
}

#socialMedia .facebook {
  color: #3b5998;
}

#socialMedia .whatsapp {
  color: #25d366;
}

#socialMedia a {
  margin: 0 5px;
  cursor: pointer;
}

.btn-opciones {
  padding: 14px 32px !important;
  font-size: 14px !important;
  border: 1px solid #E8E8E8 !important;
  border-radius: 5px;
}

.btn-opciones:hover {
  color: #0d3149 !important;
}


#benefits {
  padding-top: 50px;
  padding-bottom: 50px;
  box-shadow: inset 1px 1px #d7d3d3;
  /* background-color: #d3d3d37d; */
}

.item-benefits {
  width: 300px;
}


.item-benefits img {
  width: 65px;
  margin-bottom: 10px;
}

.item-benefits h4 {
  font-size: 19px;
  color: #38388f;
}

.item-benefits p{
  line-height: 24px;
}

.item-invitation {
  position: relative;
  margin: 0 auto;
  width: 90%;
  max-width: 1150px;
  margin-bottom: 80px;
}

.item-invitation .item-image {
  height: 460px;
  width: 50%;
  border-radius: 5px; 
}


.item-invitation.right .item-text,
.item-invitation.left .item-text {
  position: relative;
  width: 60%;
  background-color: #fff;
  padding: 7%;
}

.item-invitation.left .item-text{
  position: absolute;
  right: 0;
  top: 0;
}
.item-invitation.left footer{
  justify-content: end;
}

.item-invitation.right .item-image {
  position: absolute;
  right: 0;
}

.item-invitation.right{
  height: 474px;
}

.item-invitation .item-text h4 {
  font-size: 30px;
  margin-bottom: 30px;
}


.item-invitation .item-text p {
  line-height: 29px;
  font-size: 15px;
}

.item-invitation .item-text footer {
  margin-top: 20px;
}

#bkg-image-hastag{
  
  width: 100%;
  height: 900px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
} 

#build #sec-img{
  height: 390px;
}

#build .title{  
  font-size: 40px;
}
#build .text{
  line-height: 29px;
  margin-top: 35px;
  max-width: 550px; 
}

#build #btn-start{
  margin-top: 20px;
  display: inline-block;
}
#hastag{
  height: 300px;
  background: transparent;
  box-shadow: inset 1px 1px #d7d3d3;
}

#hastag span{
  font-size: 20px;
  
}

#quote h3{
  margin-bottom: 25px;
}