/*   usa siempre este nombre style.css como una buena practica. CSS sirve para dar estilo y formato a nuestro html. Los archivos CSS sirven para modificar, organizar y diisenar la parte visual de la pagina web. HTML se usa solo para agregar contenido.*/ 
/*La siguiente linea se usa para importar una fuente desde Google. Busca Google fonts, la opcion de GET EMBED CODE */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* SELECTOR: las caracteristicas o propiedades que se le dan a una etiqueta para que lo muestre en el html */
/*SELECTORES DE ETIQUETA */
/* header {
    display:flex; 
    flex-direction: row;
    justify-content: space-between; 
    background-color: rgb(228, 186, 217); 
    width: 100%; 
} */



/* a{
    text-decoration: none;
    color: aliceblue;
} */
/* header ul { /*aqui se especifica que a la lista del header se le aplican estas propiedades
    list-style: none;
    display: flex; /*es para darle las propiedades de flex
    flex-direction: row; los elementos se organizan en un row
} */ 

header{
    background: url(imagenes/background.png);
    /* backdrop-filter: blur(3px); */
}

header ul li{/* este es para que los elementos li de la lista ul que estan en el header tengan estas caracteristicas*/
    margin: 0px;
}

header img{
    width: 300px
}

body{
        background: url(imagenes/background.png);
        /* backdrop-filter: blur(3px); */
}

img { /*Este selector es para definir el tamaño de las imagenes*/
    width: 100px; /*Se pone unicamente el ancho para que lo alto se defina automaticamente por el sistema*/
}


h1 {
    font-family: "Gill Sans";
    /* font-size: 24px;
    color:#fff; */
}

p {
    font-size: 24px;
    color:#fff;
}

/* footer{
    display:flex; 
    flex-direction: row;
    justify-content: center; 
    width: 100%; 
    text-justify: inter-word; 
    color: #fff;
    background-color: rgb(228, 186, 217);
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden; }

footer a{
    text-decoration: none;
    color: #fff;
}


footer a:hover{
    text-decoration: none;
    background: #cba4d1;
} */

 .footerO{
    display:flex; 
    flex-direction: row;
    justify-content: center; 
    width: 100%; 
    text-justify: inter-word; 
    color: #fff;
    background-color: rgb(228, 186, 217);
    width: 90%;
    max-width: 1100px;
    margin: auto;
    overflow: hidden; }

.footerO a{
    text-decoration: none;
    color: #fff;
}


.footerO a:hover{
    text-decoration: none;
    background: #cba4d1;
}


/* SELECTORES DE CLASE */
.menu {
    display:flex; 
    flex-direction: row;
    justify-content: center;
    background-color: rgb(228, 186, 217); 
    opacity: 1;
    width: 100%;  
}

.menu ul li{
    /* list-style: none; */
    display:inline-block;
    padding: 15px;
    vertical-align: top;
    color: #fff;
    margin: 0 10px;
    padding-bottom: 15px;
    border-bottom: 15px;
}

.menu ul li:hover{
    /* background: rgb(228, 186, 217)
    color: #6c22c1; */

    text-decoration: none;
    background: #cba4d1;
 }


.formulario{
    background: #fff;
    width: 500px;
    margin: 20px auto ;
    padding: 20px;
    border-radius: 5px ;
}

.formulario input{
    display:block;
}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea {
    width: 100%;
    padding:20px;
    margin-bottom: 20px;
    border: 1px solid #6c22c1;
    border-radius: 5px;
}

.formulario textarea{
    min-height: 120px;
    max-height: 300px;
    min-width: 100%;
    max-width: 100%;
}

.formulario input[type="submit"]{
    width: 200px;
    margin: 0 auto;
    background: none;
    border: 1px solid #a94fb5;
    color: #a94fb5;
    padding: 10px;
    cursor:pointer;
    font-size:16px;
    border-radius: 5px;

}

.formulario input[type="submit"]:hover {
    background: #a94fb5;
    color: #fff;
    transition:background 0.3s ease;
}

.formulario input[type="text"]:focus,
.formulario input[type="email"]:focus,
.formulario textarea:focus {
    border: 2px solid #a94fb5;
}


.caja {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 100%;
    background-color: rgb(172, 130, 191);
    color:#fff;
    display: flex;
    flex-direction: column;
    /* justify-content: justify; */
    align-items: center;
    text-align: justify;
    /* text-justify: inter-word; */
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}
.morada {
    background-color: rgb(172, 130, 191);
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}

.rosa {
    background-color: rgb(228, 186, 217);
    padding-top: 0.5cm;
    /*background: url(imagenes/background.png);*/

}

.btn{
    background: blue;
    color: white;
    font-size: 16px;
    padding: 15px;
}

.btn:hover{
    opacity:0.8
}

.carousel{
    padding-bottom: 0.5cm;
    padding-top: 0.5;
}

.rosa{
    background-color: rgb(228, 186, 217);
}
.morado{
    background-color: rgb(172, 130, 191);
}


.morada img {
    border-radius: 50%;
    height: 90%;
    border: 5px solid rgba(255,255,255,0.2);
}

.rosa img {
    border-radius: 50%;
    height: 90%;
    justify-content: right;
}

.doc-morada {
    width: 100%;
    height: 100%;
    background-color: rgb(172, 130, 191);
    display: flex;
    flex-direction: column;
    justify-content: justify;
    align-items: left;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 0.5cm;
    padding-bottom: 1cm;
    padding-left: 3cm;
}

.doc-rosa {
    width: 100%;
    height: 100%;
    background-color: rgb(228, 186, 217);
    display: flex;
    flex-direction: column;
    justify-content: justify;
    align-items: left;
    text-align: justify;
    text-justify: inter-word;
    padding-top: 0.5cm;
    padding-bottom: 1cm;
}

.cert{
    display: flex;
    flex-direction: row;
    padding-bottom: 1cm;
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
    text-decoration: none;;
    
}

.cert-text{
    text-decoration:none;
    display: flex;
    flex-direction: column;
    text-align: justify;
    padding-top: 0.5cm;
    padding-left: 1cm;
    padding-right: 1cm;
}

.cert-text a{
    text-decoration-color: #fff;
}
.cert-text ul li{
    color: #fff;
}

.cert-text a:hover{
    text-decoration: none;
    background: #cba4d1;
}

.about {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

.presentacion h1{
    font-size: 35px;
    color: rgb(157, 47, 157);
}

.presentacion p{
    font-size: 29px;
}

.content{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.content iframe{
    padding:10px;
    margin: 10px;
}

/* 
=====================================================
Nuevos estilos */

.cajaexterior{
width: 90%;
max-width: 1100px;
margin: auto;
overflow: hidden; }

.info {
    display:flex;
    justify-content: center;
    align-content: center;
    margin:25px 0;

}

.info .texto{
    border: 3px solid rgba(255,255,255,0.5);
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    padding: 20px 60px;

}

.info .texto h1, .info .texto h2{
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.info .texto .nombre{
    margin-bottom: 100;
    font-size: 50px;
    line-height: 50px;
}

.info .texto .profesion{
    font-size: 25px;
    line-height: 25px;

}

/* ----- ----- MEDIA QUERIES ----- ----- */
@media screen and (max-width: 1000px) {
    header .menu {
    text-align: left;
    padding: 0px;
    display:flex; 
    flex-direction: row;
    background-color: rgb(172, 130, 191); 
    opacity: 1;
    width: 90%;
    margin: auto;
    overflow: hidden; }

    header .menu ul li {
        flex-wrap: wrap;
        padding: 5px;
} 
  
@media screen and (max-width: 800px) {
    header .menu {
    text-align: left;
    padding: -1px;
    display:flex; 
    flex-direction: row;
    background-color: rgb(172, 130, 191); 
    opacity: 1;
    width: 90%;
    margin: auto;
    overflow: hidden; }

    header .menu ul li {
        flex-wrap: wrap;
        padding: 1px;
    } 
}
