@charset "UTF-8";
/*---------Variables-------*/
/*--------------Condicionales---------------*/
@media only screen and (min-width: 1200px) {
  html {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
    scroll-behavior: smooth; }
    html h1 {
      font-size: 3em;
      margin-top: 20px;
      text-align: center;
      margin-bottom: 25px; }
    html h2 {
      font-size: 2.8em;
      margin-top: 30px; }
    html h3 {
      margin-top: 30px; }

  .container-fluid {
    padding: 0; }

  /*------------------Header---------------------*/
  header {
    background-color: rgba(246, 241, 241, 0.95);
    position: sticky;
    top: 0;
    z-index: 8000;
    width: 100%; }

  .navbar {
    background-color: rgba(246, 241, 241, 0.95); }
    .navbar a {
      color: #800040; }
    .navbar a:hover {
      color: black; }

  #dropdown-menu {
    background-color: rgba(246, 241, 241, 0.95); }
    #dropdown-menu a {
      color: #800040; }
    #dropdown-menu a:hover {
      color: black; }
    #dropdown-menu a:active {
      background-color: green;
      color: #f6f1f1; }

  .navbar-toggler-icon {
    color: #800040;
    font-family: 'Lato', sans-serif;
    margin-right: 15px;
    margin-top: 5px; }

  /*-----------Footer-----*/
  footer {
    background-color: #800040;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 100%; }
    footer div {
      margin: 20px auto auto auto;
      width: 33%; }
    footer a {
      text-decoration: none; }
    footer img {
      width: 40px; }

  .titleFooter {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2em; }

  .columnFooter1 {
    height: 150px;
    width: 180px; }

  .columnFooter2 {
    height: 250px;
    width: 200px; }
    .columnFooter2 a {
      color: #f6f1f1; }
    .columnFooter2 a:hover {
      color: green;
      text-decoration: none; }

  .columnFooter3 {
    height: 150px;
    width: 150px; }

  span {
    color: #CCCCCC;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column; }

  /*-------------------Body Index-------------------------------*/
  .carousel h3 {
    font-size: 3.5em; }
  .carousel p {
    font-size: 1.5em; }

  .text-carr-xs {
    text-align: center;
    background-color: #f6f1f1;
    position: relative;
    bottom: 30px;
    padding-bottom: 10px; }
    .text-carr-xs h3 {
      font-size: 2em;
      padding-top: 10px; }
    .text-carr-xs p {
      font-size: 1em; }

  .carousel-indicators-xs {
    position: absolute;
    top: 150px; }

  .control-carru {
    position: relative;
    bottom: 150px; }

  .carousel-xs {
    height: 270px; }

  .boton-niveles {
    font-size: 1.5em; }
    .boton-niveles a {
      width: 100%;
      display: inline-block;
      height: 60px;
      color: #800040;
      line-height: 60px;
      text-align: center;
      text-decoration: none;
      background-color: rgba(246, 241, 241, 0.95);
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .boton-niveles a:hover {
      color: rgba(246, 241, 241, 0.95);
      background-color: #800040;
      text-decoration: none; }

  .niveles {
    margin-top: 0;
    background-color: #800040; }
    .niveles h2 {
      font-family: 'Lora', serif;
      margin-top: 50px;
      color: #f6f1f1; }
    .niveles span {
      font-family: 'Lora', serif;
      color: #f6f1f1; }
    .niveles img {
      width: 200px; }
    .niveles a {
      text-decoration: none;
      background-color: #800040;
      text-align: center; }
    .niveles a:hover {
      text-decoration: none;
      background-color: #f6f1f1;
      color: #800040; }
      .niveles a:hover h2 {
        color: #800040; }
      .niveles a:hover span {
        color: #800040; }

  .nivelesItem1 {
    font-size: 1.2em;
    padding: 30px;
    margin-top: 20px; }

  .nivelesItem2 {
    font-size: 2em;
    padding: 50px; }

  .iconNiveles {
    display: flex;
    justify-content: center;
    padding: 50px; }

  .iconValores {
    display: flex;
    justify-content: center;
    padding: 50px; }

  .valores {
    margin-top: 40px; }
    .valores h2 {
      text-align: center; }

  .boxValores {
    justify-content: center;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    grid-template-areas: "news1 news2 news3";
    grid-template-columns: 30% 30% 30%;
    justify-items: center; }

  .valor {
    text-align: center; }
    .valor img {
      width: 150px; }

  .novedades h2 {
    text-align: center; }

  .boxNews {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    justify-items: center; }

  /*--------------------nuestro colegio*/
  .nosotrosMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .nosotrosMain p {
      width: 700px; }

  .boxTabla {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 150px; }

  .tablaAutoridades {
    border: 1px solid #7b183f;
    height: 250px;
    display: inline-table;
    width: 700px; }
    .tablaAutoridades th {
      background-color: #7b183f;
      color: white; }
    .tablaAutoridades td {
      border-top-style: solid;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      border-right-style: solid;
      border-right-width: 1px;
      text-align: center; }

  .boxEscudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
    width: 700px; }

  .escudo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 50px; }
    .escudo p {
      margin: 0 0 0 50px; }

  .logo-img {
    width: 320px; }

  /*--------------------Nivel Inicial-------------*/
  .jardinMain {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .jardinMain div {
      display: flex;
      flex: row; }

  .jardinBox1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }
    .jardinBox1 img {
      width: 400px; }

  .jardinBox2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }
    .jardinBox2 img {
      width: 280px; }

  .jardinBox3 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }

  .jardinInfo1 {
    padding-top: 0;
    margin-top: 0;
    padding-right: 20px; }

  .jardinInfo2 {
    padding-top: 0;
    margin-top: 20px;
    padding-left: 20px; }

  .jardinInfo3 {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 40px; }

  /*--------------------Nivel Primario-------------*/
  .primariaMain {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .primariaMain div {
      display: flex;
      flex: row; }

  .primariaBox1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }
    .primariaBox1 img {
      width: 400px; }

  .primariaBox2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }
    .primariaBox2 img {
      width: 280px; }

  .primariaBox3 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    width: 700px; }

  .primariaInfo1 {
    padding-top: 0;
    margin-top: 0;
    padding-left: 20px; }

  .primariaInfo2 {
    padding-top: 0;
    padding-right: 20px; }

  .primariaInfo3 {
    padding-top: 0;
    margin-bottom: 40px; }

  /*--------------------Deportes y activiades-------------*/
  .actividadesMain {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .actividadesMain div {
      display: flex;
      flex: row; }

  .introActividades {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }

  /*--- Banda y futbol*/
  .actividadesBox1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px;
    /* On mouse-over, add a deeper shadow */
    /* Add some padding inside the card container */ }
    .actividadesBox1 .card {
      margin: 30px;
      width: 50%;
      /* Add shadows to create the "card" effect */
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      .actividadesBox1 .card img {
        width: 100%; }
    .actividadesBox1 .card2 {
      margin-left: 50px; }
    .actividadesBox1 .card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .actividadesBox1 .container {
      padding: 2px 16px; }

  /*--- Velada y natación*/
  .actividadesBox2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 700px; }
    .actividadesBox2 .card {
      margin: 30px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      .actividadesBox2 .card img {
        width: 100%; }
    .actividadesBox2 .card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .actividadesBox2 .container {
      padding: 2px 16px; }

  .actividadesInfo1 {
    padding-top: 0;
    padding-left: 20px; }

  /*--------------------admisiones*/
  .admisionesMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    .admisionesMain p {
      margin-top: 25px; }
    .admisionesMain h2 h3 {
      text-align: left; }
    .admisionesMain div {
      width: 700px; }

  /*--------------------Trabajá con nosotros*/
  .rrhhMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 400px; }
    .rrhhMain p {
      width: 700px; }
    .rrhhMain img {
      width: 700px;
      margin-bottom: 20px; }
    .rrhhMain .btn {
      background-color: #800040;
      margin-top: 20px; }
    .rrhhMain .btn:hover {
      background-color: #f6f1f1;
      color: #800040; }

  /*--------------------contacto*/
  .mainContact {
    margin-bottom: 150px; }

  .boxContacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .boxContacto p {
      width: 900px; }
    .boxContacto .btn {
      background-color: #800040;
      color: #f6f1f1;
      margin-top: 20px; }
    .boxContacto .btn:hover {
      background-color: #f6f1f1;
      color: #800040; }

  .boxFormulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f6f1f1; }

  #formulario {
    text-align: center;
    background-color: rgba(94, 121, 90, 0.8);
    margin-top: 50px;
    border-radius: 20px;
    width: 350px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .toBlock {
    display: block; } }
/*------------------VERSION MOBILE-----------*/
@media only screen and (max-width: 600px) {
  html {
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    line-height: 1.4em;
    scroll-behavior: smooth; }
    html h1 {
      font-size: 2.6em;
      margin-top: 40px;
      text-align: center;
      margin-bottom: 35px; }
    html h2 {
      font-size: 2.4em;
      margin-top: 10px; }
    html h3 {
      margin-top: 30px; }

  .container-fluid {
    padding: 0; }

  /*------------------Header---------------------*/
  header {
    background-color: rgba(246, 241, 241, 0.95);
    position: sticky;
    top: 0;
    z-index: 8000;
    width: 100%; }

  .navbar {
    background-color: rgba(246, 241, 241, 0.95); }
    .navbar a {
      color: #800040; }
    .navbar a:hover {
      color: black; }

  #dropdown-menu {
    background-color: rgba(246, 241, 241, 0.95); }
    #dropdown-menu a {
      color: #800040; }
    #dropdown-menu a:hover {
      color: black; }
    #dropdown-menu a:active {
      background-color: green;
      color: #f6f1f1; }

  .navbar-toggler-icon {
    color: #800040;
    font-family: 'Lato', sans-serif;
    margin-right: 15px;
    margin-top: 5px; }

  /*-----------Footer-----*/
  footer {
    background-color: #800040;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-top: 20px; }
    footer div {
      margin-bottom: 10px;
      margin-left: 25px;
      width: 33%; }
    footer a {
      text-decoration: none; }
    footer img {
      width: 40px; }

  .titleFooter {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.2em; }

  .columnFooter1 {
    height: 150px;
    width: 180px; }

  .columnFooter2 {
    height: 250px;
    width: 200px; }
    .columnFooter2 a {
      color: #f6f1f1; }
    .columnFooter2 a:hover {
      color: green;
      text-decoration: none; }

  .columnFooter3 {
    height: 150px;
    width: 150px; }

  span {
    color: #CCCCCC;
    font-family: 'Roboto', sans-serif;
    display: flex;
    flex-direction: column; }

  /*-------------------Body Index-------------------------------*/
  .carousel h3 {
    font-size: 3.5em; }
  .carousel p {
    font-size: 1.5em; }

  .text-carr-xs {
    text-align: center;
    background-color: #f6f1f1;
    position: relative;
    bottom: 30px;
    padding-bottom: 10px; }
    .text-carr-xs h3 {
      font-size: 2em;
      padding-top: 10px; }
    .text-carr-xs p {
      font-size: 1em; }

  .carousel-indicators-xs {
    position: absolute;
    top: 150px; }

  .control-carru {
    position: relative;
    bottom: 150px; }

  .carousel-xs {
    height: 270px; }

  .boton-niveles {
    font-size: 1.5em; }
    .boton-niveles a {
      width: 100%;
      display: inline-block;
      height: 60px;
      color: #800040;
      line-height: 60px;
      text-align: center;
      text-decoration: none;
      background-color: rgba(246, 241, 241, 0.95);
      -webkit-transition: all .2s ease;
      -moz-transition: all .2s ease;
      -o-transition: all .2s ease;
      transition: all .2s ease; }
    .boton-niveles a:hover {
      color: rgba(246, 241, 241, 0.95);
      background-color: #800040;
      text-decoration: none; }

  .niveles {
    margin-top: 0;
    background-color: #800040; }
    .niveles h2 {
      font-family: 'Lora', serif;
      margin-top: 50px;
      color: #f6f1f1; }
    .niveles span {
      font-family: 'Lora', serif;
      color: #f6f1f1; }
    .niveles img {
      width: 200px; }
    .niveles a {
      text-decoration: none;
      background-color: #800040;
      text-align: center; }
    .niveles a:hover {
      text-decoration: none;
      background-color: #f6f1f1;
      color: #800040; }
      .niveles a:hover h2 {
        color: #800040; }
      .niveles a:hover span {
        color: #800040; }

  .nivelesItem1 {
    font-size: 1.2em;
    padding: 30px;
    margin-top: 20px; }

  .nivelesItem2 {
    font-size: 2em;
    padding: 50px; }

  .iconNiveles {
    display: flex;
    justify-content: center;
    padding: 50px; }

  .iconValores {
    display: flex;
    justify-content: center;
    padding: 50px; }

  .valores {
    margin-top: 40px; }
    .valores h2 {
      text-align: center; }

  .boxValores {
    justify-content: center;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
    display: grid;
    grid-template-areas: "news1 news2 news3";
    grid-template-columns: 30% 30% 30%;
    justify-items: center; }

  .valor {
    text-align: center; }
    .valor img {
      width: 150px; }

  .novedades h2 {
    text-align: center; }

  .boxNews {
    width: 100%;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 5%;
    padding-right: 5%;
    justify-items: center; }

  /*--------------------nuestro colegio*/
  .nosotrosMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    .nosotrosMain p {
      width: 250px; }

  .boxTabla {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 150px; }

  .tablaAutoridades {
    border: 1px solid #7b183f;
    height: 250px;
    display: inline-table; }
    .tablaAutoridades th {
      background-color: #7b183f;
      color: white; }
    .tablaAutoridades td {
      border-top-style: solid;
      border-top-width: 1px;
      border-left-style: solid;
      border-left-width: 1px;
      border-right-style: solid;
      border-right-width: 1px;
      text-align: center; }

  .boxEscudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px; }

  .escudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px; }
    .escudo p {
      width: 250px; }

  .logo-img {
    width: 250px;
    margin-bottom: 50px; }

  /*--------------------Nivel Inicial-------------*/
  .jardinMain {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .jardinMain div {
      display: flex;
      flex: row; }

  .jardinBox1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 250px; }
    .jardinBox1 img {
      width: 220px; }

  .jardinBox2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 250px; }
    .jardinBox2 img {
      width: 220px; }

  .jardinBox3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 250px; }

  .jardinInfo1 {
    padding-top: 0;
    margin-top: 0; }

  .jardinInfo2 {
    padding-top: 0;
    margin-top: 20px; }

  .jardinInfo3 {
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 40px; }

  /*--------------------Nivel Primario-------------*/
  .primariaMain {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .primariaMain div {
      display: flex;
      flex: row; }

  .primariaBox1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 250px; }
    .primariaBox1 img {
      width: 220px; }

  .primariaBox2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 250px; }
    .primariaBox2 img {
      width: 220px; }

  .primariaBox3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 250px; }

  .primariaInfo1 {
    padding-top: 0;
    margin-top: 0; }

  .primariaInfo2 {
    padding-top: 0; }

  .primariaInfo3 {
    padding-top: 0;
    margin-bottom: 40px; }

  /*--------------------Deportes y activiades-------------*/
  .actividadesMain {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .actividadesMain div {
      display: flex;
      flex: row; }

  .introActividades {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    width: 300px; }

  /*--- Banda y futbol*/
  .actividadesBox1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    width: 300px;
    /* On mouse-over, add a deeper shadow */
    /* Add some padding inside the card container */ }
    .actividadesBox1 .card {
      margin-bottom: 30px;
      width: 100%;
      /* Add shadows to create the "card" effect */
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      .actividadesBox1 .card img {
        width: 100%; }
      .actividadesBox1 .card p {
        margin-right: 5px; }
    .actividadesBox1 .card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .actividadesBox1 .container {
      padding: 2px 16px; }

  /*--- Velada y natación*/
  .actividadesBox2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%; }
    .actividadesBox2 .card {
      width: 100%;
      margin-bottom: 30px;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s; }
      .actividadesBox2 .card img {
        width: 100%; }
      .actividadesBox2 .card p {
        margin-right: 5px; }
    .actividadesBox2 .card:hover {
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); }
    .actividadesBox2 .container {
      padding: 2px 16px; }

  .actividadesInfo1 {
    padding-top: 0;
    padding-left: 20px; }

  /*--------------------admisiones*/
  .admisionesMain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px; }
    .admisionesMain p {
      margin-top: 25px; }
    .admisionesMain h2 h3 {
      text-align: left; }
    .admisionesMain div {
      width: 300px; }

  /*--------------------Trabajá con nosotros*/
  .rrhhMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px; }
    .rrhhMain p {
      width: 300px; }
    .rrhhMain img {
      width: 300px;
      margin-bottom: 20px; }
    .rrhhMain .btn {
      background-color: #800040;
      margin-top: 20px; }
    .rrhhMain .btn:hover {
      background-color: #f6f1f1;
      color: #800040; }

  /*--------------------contacto*/
  .mainContact {
    margin-bottom: 150px; }

  .boxContacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .boxContacto p {
      width: 300px; }
    .boxContacto .btn {
      background-color: #800040;
      color: #f6f1f1;
      margin-top: 20px; }
    .boxContacto .btn:hover {
      background-color: #f6f1f1;
      color: #800040; }

  .boxFormulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #f6f1f1; }

  #formulario {
    text-align: center;
    background-color: rgba(94, 121, 90, 0.8);
    margin-top: 50px;
    border-radius: 20px;
    width: 100px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center; }

  .toBlock {
    display: block; } }
