@font-face{
    font-family: Pirulen;
  
    src: url(../fonts/pirulen_rg.otf);
  
    
  }

  h1, h2, h3, h4 {
    font-weight: bold;
    letter-spacing: 3px;
  }
  

  hr {
    width: 180px;
    border-color: #01BF9B;
    margin-top: 20px;
    margin-bottom: 20px;

  }
.section-title strong {
	color: #01BF9B;
  	font-size: 56px;
}

#comofunciona, #catalogo, #catalogos, #paquetes{
  padding-top: 100px;
  text-align: center;
}


  /* NAVBAR O ENCABEZADO */

  .navbar-brand{
    color: #ffffff !important;
    font-family: Pirulen;
    font-size: 14px;
    letter-spacing: 2px;
  }
  .nav-link{
    color: #ffff !important;
    padding: 10px 15px !important;
  }

  .active{
    color:#01BF9B !important;
  }
  .nav-link:hover{
    color: #01BF9B !important;
  }

  .rotate::after{
    transform: rotate(180deg);
  }

  .navbar{
    transition: all 0.5s;
    background: rgb(255, 255, 255, 0.1);
    backdrop-filter: blur(2px); 
    
  }

  
  .navbar-scroll1{
    background-color: #014F7F;
    box-shadow: 0 3px 10px rgba(51, 71, 86, 0.603);
   
  }



  /* ICONO DE NAVBAR */

.navbar-toggler{
  width: 30px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  border: 0;
}

.navbar-toggler span{
  margin: 0;
  padding: 0;
}

.toggler-icon{
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar{
  padding-top: 0px;

}

.navbar-toggler .top-bar{
  margin-top: 0px;
  transform: rotate(135deg);
}
.navbar-toggler .middle-bar{
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .button-bar{
 margin-top: 0px;
 transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar{
  margin-top: -20px;
  transform: rotate(0deg);
}
  
.navbar-toggler.collapsed .middle-bar{
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .button-bar{
  margin-top: 20px;
  transform: rotate(0deg);
}


/* SECCIÓN HOME DE INVITACIÓN*/

#homeinvitacion {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
  
}

#homeinvitacion h1 {
  font-size: 40px;
}
#homeinvitacion, #portafolio, h3 {
  font-size: 14px;
}
#homeinvitacion hr {
  width: 240px;
}
#homeinvitacion .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 8px 27px;
  margin-top: 40px;
  margin: 7px;
  transition: all 0.4s ease-in-out;
}
#homeinvitacion .btn:hover {
  background: #01BF9B;
  border-color: transparent;
}


/* BARRA DE BOTONES FLOTANTE */

#btn-mas{
  display: none;
}

#barraboton i{
  font-size: 35px;
  color: #089c81;
  
  
}

.contain{
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}

.redesocial img{
  display: none;
  
}
#btn-mas:checked~ .redesocial img{
  display: flex;
  
}

.chat {
  cursor: pointer;
}

/* SECCIÓN DE COMO FUNCIONA */

#comofunciona i{
  font-size: 60px;
  color: #014f7f;
}

#comofunciona .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  margin-bottom: 30px;
padding: 15px;
  background-color: #014f7f24;
}

/* SECCIÓN DE CATÁLOGO */

#catalogo .plan{
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  margin-bottom: 30px;
padding: 15px;
}

#catalogo .plan h2{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffff;
  background: rgb(13 110 253 / 33%);
    padding: 20px;
    border-radius: 10px;
}

#catalogo .plan a{
  color: #ffff;
  text-decoration: none;
  font-size: 25px;
}
#catalogo .card-body{
  background-color: #014f7f;
}

/* SECCION DE SERVICIOS PAQUETES */

#paquetes h2 {
  font-size: 30px;
  color: #495057;
}
#paquetes h3 {
  font-size: 18px;
  color: #014f7f;
}
#paquetes .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 32px;
  background-color: #01bf9b24;
  -webkit-box-shadow:0px 3px 23px 0px rgb(203 202 197);
}
#paquetes .plan span {
	font-size: 16px;
  color: #5e6164;
}
#paquetes .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 15px;
  margin-bottom: 20px;
}

#paquetes .plan ul {
  padding: 0px;
}
#paquetes .plan ul li {
  display: block;
  font-weight: 500;
  padding: 7px 0px;
}
#paquetes .plan .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
}
#paquetes .btn {
  background-color: #014F7F;
}

#paquetes .plan .btn:hover {
  background-color: #042c46;
}

.caja:hover {
  transition: 0.5s all;
  transform: scale(1.1);
}


/* SECCIÓN DE BAUTIZO */

#catalogos {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../imagenes/fondobautizo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#catalogos .section-title {
  color: #ffff;
}


.catalogos h1{
    font-size: 20px;
    text-align: left;
    background: #014F7F;
    width: 310px;
   padding: 14px;
   color: #fff;
   border-radius: 95px 0px 95px 0px;
   text-align: center;
  }

  .imgbautizo img{
    width: 60%;
  }

  #catalogos .plan {
    padding-bottom: 25px;
    margin-bottom: 32px;
    background: rgb(255, 255, 255, 0.1);
    backdrop-filter: blur(2px);
    border-left: 1px solid rgb(255,255,255,0.3);
    border-top: 1px solid rgb(255,255,255,0.3);
      border-radius: 95px 0px 95px 0px;
  }

  #catalogos .plan .plan_title {
    padding: 15px;
  }

  #catalogos .plan span {
	font-size: 16px;
    color: #5e6164;
}

#catalogos h2 {
    font-size: 30px;
    color: #495057;
  }
#catalogos .col-md-4 {
padding: 28px;
position: relative;
transition: all 0.4s ease-in-out;
}
#catalogos .col-md-4:hover {
background-color: #ffffff;
box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}
.section-title h1{
  font-size: 24px;
}
#catalogos h3 {
font-size: 18px;
color: #ffff;
}
#catalogos .plan .btn {
    border: none;
    border-radius: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.4s ease-in-out;
    background-color: #01BF9B;
    width: 65%;
  }
  
  #catalogos .btn:hover {
    background-color: #03866e;
  }
  
.fadeInUp:hover {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.fadeInUp:hover{
overflow: hidden;
}


/* SECCIÓN DE PORTAFOLIO*/

#portafolio h3{
  font-size: 14px;
}
#portafolio img {
  width: 100%;
  border-radius: 6px;
  transition: all 0.4s ease-in-out;
}


/* ISOTOPE BOX CSS */
.iso-box-section {
  width: 100%;
}
.iso-box-wrapper {
  width: 100%;
  padding: 0;
  clear: both;
  position: relative;
}
.iso-box {
  position: relative;
  min-height: 50px;
  float: left;
  overflow: hidden;
  padding: 10px;
}

.overlay {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: absolute;
text-align: center;
color: transparent;
border-radius: 5px;
font-size: 18px;
top: 230px;
bottom: 25px;
right: 25px;
left: 25px;
overflow: hidden;
transition: 1s;
}

.iso-box:hover .overlay {
 top: 25px;
color: white;
background: rgba(6, 41, 107, 0.514);
}

.container .eye i{
  color: #ffff;
  opacity: 0.5;
}

/* SECCION DE SERVICIOS DE INVITACIONES DIGITALES */

.invitaciones h1{
  font-size: 20px;
  text-align: left;
  background: #917407;
  width: 250px;
 padding: 14px;
 color: #fff;
 border-radius: 95px 0px 95px 0px;
 text-align: center;
}

.imginvit img{
  width: 80%;
}

#servicios1 h2 {
  font-size: 40px;
}
#servicios1 h3 {
  font-size: 18px;
}
#servicios1 .plan {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  padding-bottom: 80px;
  margin-bottom: 32px;
  background-color: #ff7f504d;
    border-radius: 95px 0px 95px 0px;
}
#servicios1 .plan span {
	font-size: 16px;
}
#servicios1 .plan .plan_title {
  font-weight: 300;
  letter-spacing: 2px;
  padding: 30px;
}

#servicios1 .medium-icon {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
  border-radius: 50%;
  font-size: 52px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  margin-bottom: 32px;
}

.verinvitacion .btn {
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 16px 60px;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
  text-transform: uppercase;
  background-color: #8a2262;
}

.verinvitacion .btn:hover {
  background-color: #742254;
}

.caja:hover {
  transition: 0.5s all;
  transform: scale(1.1);
}



/* SECCIÓN CONTACTO */

#contact {
  background: #3B3B3B url('../imagenes/fondo-contacto2.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.contact-info h1{
 font-size: 22px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
  
}

#contact .row{
  margin-right: 3px;
  margin-left: 3px;
}


#contact .form-control {
  
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #01BF9B;
  border: 3px solid #01BF9B;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}

.contact-info i{
    font-size: 35px;
    margin: auto;
    color: #01BF9B;
  }
  .whatsapp, .email {
    text-decoration: none;
    color: #fff;
  }


.form-cont small{
  position: absolute;
  margin-top: -12px;
  color: red;
  
}

  #boton-error{
  position: absolute;
  color: red;
}

.form-cont small i{
  font-size: 15px;
  color: #01BF9B;
}



.success
{
color: #fff;
background: #44BE75;
padding: 10px 23px;
margin-bottom: 20px;
position: fixed;
right: 100px;
top: 90%;
display: none;
}



/* SECCION FOOTER O PIE DE PÁGINA */

#footer{
  background-color: #014F7F;
}

#footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
footer p {
  padding-top: 20px;
  color: #e7e3e3;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 10px;
}

#footer .social-icon li a i:hover {
  color: #e5e7e7;
}

#footer i{
  font-size: 30px;
  color: #01BF9B;
}

/* ANIMACIÓN DE SECCIONES CON SCROLL */

.animacion{
  transform: scale(0.8);
  opacity: 0;
  transition: all 1.2s ease-out;
}

.mostrar{
  transform: scale(1);
  opacity: 1;
}

/* POPUP VENTANA DE FORMULARIO */

.popup-container{
  width: 100%;
  height: 100%;
  background:  rgba(0, 0, 0, 0.6);
  position: absolute;
  display: none;
    top: 0;
  z-index: 99999;
}


 .popup{
  width: 400px;
  background: #ffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;

}

.popup p{
  margin: 10px 0 10px;
}

.popup button{
  width: 100%;
  margin-top: 25px;
  padding: 10px 0;
  background:#01BF9B;
  color: #ffff;
  border: 0;
  outline: none;
  border-radius: 4px;
  cursor: pointer;
}

.popup button:hover{
  background:#089c81;
}

.popup h1 {
  margin-bottom: 40px;
}

.popup input, textarea{
  margin: 23px 0 23px;
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #a6a8a8;
  outline: none;
  border-radius: 3px;

}

.popup input:focus, textarea:focus{
  border: 1px solid #089c81;
  outline: none;
}

.form-popup input:user-invalid, textarea:user-invalid{
  border: 1px solid red;
}

.close-form{
  position: absolute;
  width: 44px;
  top: 2px;
  right: 3px;
  cursor: pointer;
  
}

/* POPUP VENTANA DE ALERTA 1 */

.container1{
  width: 100%;
  height: 100%;
  background:  rgba(0, 0, 0, 0.6);
  position: absolute;
  display: none;
  top: 0;
  z-index: 99999;
}
 .popup1{
  width: 400px;
  background: #ffff;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  padding: 0 30px 30px;
  color: #333;

}

.popup1 p{
  margin: 10px 0 10px;
}


/*--CREAMOS LOS ESTILOS RESPONSIVE DESIGN--*/

@media  screen and (max-width: 912px) {

  .navbar-brand{
    margin-left:  0px ;
  }

  .navbar{
    background: #014F7F !important;
  } 
  
  .nav-item{
    text-align: center;
    margin-right: 0px;
    font-size: 36px;
  }

  .popup{
    width: 90%;
    max-width: 90%;
  }
  
}

@media  screen and (max-width: 820px) {

  .navbar-brand{
    margin-left:  0px ;
  }

  .navbar{
    background: #014F7F !important;
  } 
  .nav-item{
    text-align: center;
    margin-right: 0px;
    font-size: 32px;
  }

  .popup{
    width: 85%;
    max-width: 85%;
  }

  
}

@media screen and (max-width: 540px){

  .navbar{
    background: #014F7F  !important;
  } 
  .nav-item{
    text-align: center;
    margin-right: 0px;
    font-size: 20px;
  }
}


@media  screen and (max-width: 500px){

  .navbar-brand{
    margin-left:  0px ;
  }

  .navbar{
    background: #014F7F  !important;
  } 
  
  .nav-item{
    text-align: center;
    margin-right: 0px;
    font-size: 20px;
  }

  .popup{
    width: 80%;
    max-width: 80%;
  }

}
