*{
    margin:0;
    padding:0;
}

@font-face {
    font-family: Hello Bride Script;
    src: url("./images/Hello Bride Script.ttf") format('truetype');
}
@font-face {
    font-family: bird;
    src: url("./images/bird") format('truetype');
}
@font-face {
    font-family: flecha;
    src: url("./images/flecha.ttf") format('truetype');
}
@font-face {
    font-family: amor1;
    src: url("./images/amor1.otf") format('truetype');
}
@font-face {
    font-family: hello honey;
    src: url("./images/hello\ honey.otf") format('truetype');
}
@font-face {
    font-family: Saturday;
    src: url("./images/Saturday.otf") format('truetype');
}
@font-face {
    font-family: fuente;
    src: url("./images/Fuente.ttf") format('truetype');
}
.alberto{
    
    font-size: 60px !important;
}
.imagenInvitacion{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom:30px ;
    position: relative;
    overflow: hidden;
}
@media (min-height: 600px) {
    .alberto{
    
        font-size: 35px !important;
    }
    .imagenInvitacion{
        flex-basis: 32%;
        border-radius: 10px;
        margin-bottom:30px ;
        position: relative;
        overflow: hidden;
        width: 150%;
        height: 150%;
    }
   
}
h1{
    font-family: Hello Bride Script;
    font-size: 60px !important;
}
h3{
    font-family: fuente,sans-serif;
    font-size: 50px !important;
}
p{
    font-family: bird,sans-serif !important;
    font-size: 30px !important;
}
#inicioFondo{
    background-image: url("./images/banner.jpg");
    background-size: cover;
    background-position-x: 70%;
}

.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/inicio.png);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}



.bg-light img{
    border-radius: 10px;
}

.bg-light img:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}


.fondonegro{
    background-color: rgba(0, 0, 0, 0.719);
    outline: 4px solid rgba(0, 0, 0, 0.719);
    outline-offset: 3px;
}
.alberto{
    
    font: size 60px;
}



nav .fas{
    display: none;

}
.text-box{

    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}


.text-box h1{
    font-size: 62px;
}
.text-box p{
    margin: 10px 0 40px;
    font-size: 14px;
    color: #fff;
}
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    cursor:pointer ;
    position: relative;
}
.hero-btn:hover{
    border: 1px solid #a3ad55;
    background: #a3ad55;
    color: #fff;
    transition: 1s;
}
.hero-btn1{
    display: inline-block;
    text-decoration: none;
    color:#fff;
    border-radius: 10px;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: #a3ad55;
    cursor:pointer ;
    position: relative;
}
.hero-btn1:hover{
    border: 1px solid #a3ad55;
    background: transparent;
    color: #fff;
    transition: 1s;
}
.course{
    text-align: center;

}
h1{
    font-size: 50px;
    font-weight: 600;
}
p{
    color: gray;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    padding: 10px;
}

.row{
    margin-top: 5%;
    display: flex;

}
.couser-col{
    flex-basis: 31% ;
    background: #fff3f3;
    border-radius: 10px;
    margin-bottom: 5%;
    box-sizing: border-box;
    padding: 20px 12px;

}
h3{
    font-weight: 600;
    text-align: center;
    margin: 10px 0;
}
.couser-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
.imagenes-col{
    flex-basis: 32%;
    border-radius: 10px;
    margin-bottom:30px ;
    position: relative;
    overflow: hidden;
}

.imagenes-col img{
    display: block;
} 
.layer{
    background:transparent ;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.layer:hover{
    background:rgba(226,0,0,0.7) ;
   
}
.layer h3{
    width: 100%;
    font-weight: 500;
    color: #fff;
    font-size: 26px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0;
    transition: 0.5s;
}
.layer:hover h3{
   
    bottom: 49%;
    opacity: 1;
    
}
.imagencuadrada{
    aspect-ratio: 1/1 !important;
    border-radius: 10px;
}
.cta{
    margin: 100px auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 100px 0;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url("./images/familia3.jpg");
}
.cta h1{
    color:#fff ;
    padding: 0;
    margin-bottom: 40px; 
}


/*--------SOBRE NOSOTROS------*/

.sub-header{
    height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/familia3.jpg);
}

.nosotros{
    width: 80%;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 50px;
}
.nosotros-col{
flex-basis:48% ;
padding: 30px 2px;

}
.nosotros-col img{
    width: 100%;
}
.nosotros-col h1{
    padding-top: 0;
}
.nosotros-col p{
    padding: 15px 0 25px ;

}
.nos-btn{
    border: 1px solid #a3ad55;
    background: transparent;
    color: #a3ad55;

}
.nos-btn:hover{
color: #fff;
}
/*--------BLOG------*/

.blog{
    width: 80%;
    margin: auto;
    padding: 60px 0;

}
.blog1{
flex-basis: 65%;
}
.blog1 img{
    width: 100%;
}
.blog1 h2{
    color: #222;
    font-weight: 600;
    margin: 30px 0;
}
.blog1 p{
    color: #999;
    padding: 0;
}
.blog2{
    flex-basis: 32%;
}
.blog2 h3{
    background: #f44;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
    margin-bottom: 20px
}
.blog2 div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #555;
    padding: 8px;
    box-sizing: border-box;
    
} 
.comentarios{
    border:1px solid #ccc ;
    margin: 50px 0;
    padding: 10px 20px;
}
.formulario input, .formulario textarea{
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #f0f0f0;

}
#comentario img{
    border-radius: 50%;
    width: 100%;
  
}

/*--------CONTACTO------*/

.contacto-col{
    flex-basis: 48%;
    margin-bottom: 30px;
}
.contacto-col div{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.contacto-col div .fa{
    font-size: 28px;
    color: #a3ad55;
    margin: 10px;
    margin-right: 30px;
}
.contacto-col div p{
    padding:0 ;

}
.contacto-col h5{
    font-size: 20px;
    margin-bottom: 5px;
    color: #555;
    font-weight: 400;
}
.contacto-col input, .contacto-col textarea{
     width: 100%;
     padding: 15px;
     margin-bottom: 16px;
     outline: none;
     border:1.5px solid #ccc;
     box-sizing: border-box;
}

.textverde{
    color: #a3ad55 !important;
}




.titulo {
    font-size: 40px;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 40px;
    color: #000;
}

.subtitulo {
    margin: 0;
    color: #000;
    display: inline;
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
}

.sabor { 
    color: #fff;
    margin: 7px 0;
    font-size: 50px;
    font-weight: 600;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.7);
    font-family: 'Dancing Script', cursive;
    margin-top: 0;
}

.linea-division {
    width: 80%;
    height: 2px;
    background-color: #36221c;
}
.carousel{
    min-width: 100%;
}
.carousel .carousel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
    width: 800px;
    height: 800px;
    text-align:right;

}
.carousel .carousel-item img{
width: 120% !important;
height: 120%;
object-fit: cover;
position: absolute;
top: 0;
left: 0;
z-index: -1;
border-radius: 15px;

}
.carousel .indicators {
    background: none;
    background-color: transparent;
    margin-left: 30% !important;
}
.carousel .indicators .indicators-item{
    border-radius: 0;
    transform: rotate(45deg);
    margin: 0 15px;
    background: #050302;
}

.fondo{
    width: auto !important;
    background-size: contain !important; 
    background-repeat:repeat-y; 
    width: 100% !important;
    max-width: 10000px !important;
    min-width: 320px !important;
}
.imagenIntro{
    border-radius: 10px; 
    max-height: 150%;
   width: 100%;
   margin: auto;
}