@import url('https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap');

header {
    font-family: "Tangerine", serif;
    font-weight: 1000;
    font-style: normal;
  }
  
  
  
.logo{
    border-radius: 200px;
    height: 250px;
    float: left;
    margin-left: 50px;
    margin-top: 50px;

}

.MISION_VISION{
    max-width: 1200px;
    text-align: justify;
    font-size: 25px;
    background-color: white;
    margin:auto
    
        
}

.SALUDOS{
    max-width: 1200px;
    text-align: center;
    font-size: 35px;
    background-color: white;
    color: blue;
    margin:auto
        
}

.FUNDADORA{
    max-width: 1200px;
    text-align: center;
    font-size: 25px;
    background-color: white;
    color: blue;
    margin:auto
        
}

.PRESENTACIÓN{
    height: 450px;
    width: 450px;
    border-radius: 400px;
    
    

}

.SUBPRESENTACIÓN{
    height: 250px;
    width: 250px;
    border-radius: 400px;
    margin-left: 10px;
    

}


.Productos{
    
    height: 250px;
    width: 200px;
    margin-left: 50px;
    margin-top: 50px;
}

.Cursos{
   
    height: 520px;
    width: 400px;
    margin-left: 50px;
    margin-top: 5px;
}

.Eventos{
    border-style: unset;
    height: 150px;
    
    margin-left: 50px;
    margin-top: 5px;
}

.Morocha{
    border-style: unset;
    height: 150px;
}
#DIPLOMA img:hover {
    transform: translateX(50px) scale(2);
}

.cuerpo {
    background-image: url(IMAGENES/fondo\ azul\ 2.png);
    background-position-x: center;
    background-position-y: 150px;
    
    box-sizing: cover;
    

    
}
header p{
    font-size: 70px;
    text-align: center;
    color: rgb(99, 24, 24);
    padding: 50px;
    background-color: white;
    
   
    
}
.historia{
    max-width: 1200px;
    text-align: justify;
    font-size: 17px;
    background-color: white;
    margin:auto;
}
.redes{
    height: 25px;
}

/** INICIA MENU**/

.Menu{
    max-width: 1200px;
    margin: auto;
    height: 100%;
    background-color: blue;
}
nav{
    height: 100%;
}
nav > ul{
    height: 100%;
    display: flex;
   
}
nav  ul  li{
    height: 100%;
    list-style: none;
    position: relative;
}
nav > ul > li > a{
    width:max-content;
    height: 70%;
    display: flex;
    align-items: center;
    padding: 14px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: antiquewhite;
    margin-left: 110px;
    text-decoration: none;
}
nav > ul > li > a:hover{
    transform: scale(1.1);
    background: #0074c7;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5) ;
    
    
}

/** TERMINA MENU**/

.Titulo{
    max-width: 1200px;
    font-size: 20px;
    margin:auto;
}

.Subtitulo{
    font-size: 15px;
    margin-left: 1px;
    background-color: white;
    width: 13%;
   
    
}
.container{
    margin-left: 100px;
   
}
.LORETTA{
    margin-left: 20%;

}
.whatsapp {
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    z-index:100;
  }
  
  .whatsapp-icon {
    margin-top:13px;
  }

  form{
    margin-left: 35%;
  }

  .centralizado{
    max-width: 1200px;
    text-align: justify;
    margin: auto;
  }

  @media(max-width: 1200px){

    .Menu{
        max-width: 1200px;
        margin: auto;
        height: 100%;
        background-color: blue;
        text-align: center;
    }
   
    
    nav > ul{
        height: 100%;
        display:list-item;
        text-align: center;
       
   
  }
  nav  ul  li{
    height: 100%;
    list-style: none;
    position: relative;
    
  
  }
  nav > ul > li > a{
    margin:auto;
    
}

  }

