
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(29,46,204)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.nav-font{
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal; 
}

.navbar-light .navbar-nav .nav-link {
    color: #1D2ECC !important;
}

.custom-container1{
    background-color:#FEF8EE ;

}

/*INDEX*/

.carousel-titulo{
    display: flex;
    max-width: 100%;
    top: 40%;
    justify-content: center;
    text-align: center;
}

h2{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 50px;
   
}
h1 {
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}
.parrafo1{
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding-top: 30px;
}

.contenedor-texto{
    box-sizing: border-box;
    padding: 70px;
}

.btn{
    background-color:#1D2ECC ;
    color: white;
    font-family: proxima-nova, sans-serif; 
    outline: none;
}

.boton1{
    padding-top: 30px;
}


.btn-primary:hover {
    color: #fff;
    background-color: #0011AA;
    border-color: none ;
    outline: none;
}

.h3-1 {
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}

.celular{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    padding-top: 20px;
}

.contacto{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}

.gap{
        display: inline-flex;
        flex-wrap: wrap;
        gap: 15px;
}

.jumbotron-modificado{
background-image: url(../images/index/galletas-contacto.jpg) ;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
height: 400px;
}

.texto-jumbotron{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    
}

.h3-2 {
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
}

.redes{
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.gap-redes{
    display: inline-flex;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-email{
    box-sizing: border-box;
    padding: 30px;
}

.registro{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    padding-top: 20px;
} 

.email-form{
    padding-top: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}

.footer-paginas{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 17px;
    padding-top: 10px; 
}

.seguir-redes{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    padding-top: 40px; 
}

.redes-footer{
    display: flex;
    box-sizing: border-box;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.copyright{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    padding-top: 40px; 
    padding-bottom: 5px;
}

.creado{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}


.card-fondo{
    width: 250px;
    height: 250px;
    background-color:#F5E7CF ;
    border-radius: 20px;
    overflow: hidden;
    border: none;
}

.card .imgBx{
   
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    
}

.card-title{

    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;
    text-decoration: none;

}

.card:hover img, .card:focus img {
    transform: scale(1.2);
    transition: all .5s;
}  

  .card-propiedades{
padding-top: 30px;
padding-bottom: 30px;
}



.contenedor-altura{
    height: 400px;
}

.contenedor-productos{
    background-image: url(../images/productos/productos-pastel.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;

}

.contenedor-conocenos{
    background-image: url(../images/conocenos/Conocenos-pasteria.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;

}


.flex-marca{
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 0px;

}

.col-imagen{
padding-left: 0px;
padding-right: 20px;
margin-bottom: 0%;


}

.card-largo{
    width: 400px;
    height: 200px;
    background-color:#F5E7CF ;
    border-radius: 20px;
    overflow: hidden;
    border: none;
}
.card-largo-texto{
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 23px;

}

/*CONTACTO*/

.contenedor-conotacto{
    background-image: url(../images/contacto/chef-pastel-contacto.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;
}
.celular-azul{
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-top: 20px;
}

.redes-white{
    color: white ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    padding-top: 15px;
}
.contacto-flex{
    display: flex;
    flex-direction: column;
}

.fondo-redes{
    background-color:#1D2ECC ;
}

.siguenos .texto-redes {
    color: white;
}
.texto-redes {
    color: white;
}

/*PASTELES*/
.contenedor-pasteles{
    background-image: url(../images/pasteles/pastel-rebanada.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;

}

.card-producto{
    
    background-color:#F2EEE7 ;
    border-radius: 10px;
    overflow: hidden;
    border: none;
}


.titulo-productos{
    color: #1D2ECC ;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
}

.texto-productos{
    color: black ;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}


.imagen-producto{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
}


.padding-card-productos{
    padding-top: 25px;
}


/*PAYS Y PANQUÉS*/

.contenedor-pays-panques{
    background-image: url(../images/pays-panqués/pay-portada.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;
}


.contenedor-galletas-antojos{
    background-image: url(../images/galletas-antojos/galletas-portada.jpg);
    background-size: cover;
background-repeat: no-repeat;
background-position: center center;
;
}





/*MEDIA QUERIES*/

@media (max-width: 992px) { 
    .navbar-mobile{
       display: block;
       margin: 0 auto; 
       padding-right: 2em;
    }
 .navbar-toggler{
     border-color: white !important; 
 }
}

@media (min-width: 540px) {
    .newsletter{
    text-align: center;
    display: flex;
    flex-direction: column;
    }
}

@media (min-width: 960px) {
    .footer-menu{
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    }

    .social-footer{
        padding-top: 20px;
    }
    
}
    
@media (max-width: 576px){
.card-propiedades{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.carousel-titulo{
    top: 35%;
    
    }


h2{
    font-size: 35px;
}
}

@media (min-width: 576px) {
    .card-propiedades{
        padding-left: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    }

    @media (min-width: 576px) and (max-width:810px){
     .carousel-titulo{
    top: 32%;
    }
    h2{
        font-size: 40px;
    }
    }
@media (max-width: 992px)  {
    .jumbotron{
       display: none;
     } 
    }

@media (min-width: 992px)  {

    .jumbotron{
        display: block;
    }

    .contacto-mobile{
        display: none;
    }
}


@media (min-width: 992px) {
.titulo-principal{
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
}

.parrafo1{
    font-size: 20px;
}

.h3-2{
    font-weight: 00;
    font-size: 25px; 
}

.boton-conoce{
    padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
}

@media (max-width: 1020px)  {
    .contenedor-concepto-desktop{
        display: none;
    }
    }

    @media (min-width: 1020px)  {
        .contenedor-concepto-mobile{
            display: none;
        }
        }