/*
Theme Name: CSSA
Author: Soluciones web SA de CV
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.55
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

body {
  background-color: white;
  font-family: "Montserrat", sans-serif;
}

.navbar {
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
}

.nuevo__header {
  display: flex;
  padding: 0.7rem 0;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.contenedor__nuevo-header {
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.img__nuevo-header {
  width: 100px;
  object-fit: contain;
}

.menu__lista {
  display: flex;
  text-align: center;
}

.btn__normal {
  color: #092342;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px 10px 10px;
}

.dropbtn {
  background-color: #04aa6d;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 0.5rem;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown2 {
  position: relative;
  display: inline-block;
}

.dropbtn2 {
  background-color: #c3c3c3;
  color: white;
  margin-left: 0.5rem;
  padding: 10px 16px;
  border: none;
  border-radius: 0.5rem;
}

.contenedor__btn_nuevo {
  padding: 1rem 3rem 3rem 3rem;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
}

.white_belt {
  background-color: #c3c3c3;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
}

.yellow_belt {
  background-color: #f5c900;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
}

.black_belt {
  background-color: #000000;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
}

.green_belt {
  background-color: #5dd55d;
  color: black;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
}

.white_belt:hover,
.yellow_belt:hover,
.black_belt:hover,
.green_belt:hover {
  text-decoration: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}
/*Nuevo*/
.nav-link {
  color: black !important;
}

.barra-info {
  color: white;
}

/*Nuevo*/
.texto-encima {
  position: absolute;
  text-align: center;
  top: 70%;
  left: 60.5%;
  transform: translate(-50%, -50%);
}

.texto-encima a {
  font-size: 1.2rem;
  background-color: #f5c900;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
  color: #000000;
}

/*fin*/

.barra-info span {
  font-size: 0.8rem;
}

.barra-info a {
  text-decoration: none !important ;
  font-size: 0.9rem;
  color: black;
  padding: 0.2rem 2rem;
  border-radius: 0.3rem;
  background: #f5c900;
}

.conocenos-columna h4 {
  color: #092342;
}

.conocer h4 {
  color: #092342;
}

.conocer p {
  line-height: 2.5rem;
}

.contenido {
  line-height: 2rem;
}

.serv h4 {
  color: #092342;
}
.serv li {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.serv p {
  line-height: 2.5rem;
}

.conocenos-columna {
  color: black;
}

.centrado {
  display: block;
}

.centrado {
  margin-left: auto;
  margin-right: auto;
}

.contacto {
  background-color: #092342;
  color: white;
}

.contacto h4 {
  text-align: center;
  color: #f5c900;
}

.foot {
  background-color: #282828;
}

.copy {
  background-color: #626262;
  color: white;
}

.aula {
  background-color: #dbdbdb;
}

.curso {
  width: 100%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.curso p {
  color: black;
}

.curso a {
  text-decoration: none;
}

.nav-link {
  font-weight: bold;
}

.full {
  width: 100%;
  height: auto;
}

@media (max-width: 930px) {
  /*Nuevo*/
  .texto-encima {
    position: absolute;
    text-align: center;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .texto-encima a {
    font-size: 1rem;
    background-color: #f5c900;
    padding: 0.5rem 1rem;
    border-radius: 1rem;
    color: #000000;
  }

  /*fin*/

  .miImage {
    content: url("https://i.ibb.co/x7VqPmh/bn4-movil.png");
  }

  .miImagen {
    content: url("https://i.ibb.co/mhfCD5S/flyer2-movil.jpg");
  }

  .miImagene {
    content: url("https://i.ibb.co/BNy53CB/flyer1-movil.jpg");
  }

  .miImagenes {
    content: url("https://i.ibb.co/55h9hwG/flyer3-movil.jpg");
  }

  .miImageness {
    content: url("https://i.ibb.co/c1fFmQX/flyer4-movil.jpg");
  }

  .nav-item {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .barra-info .oculto {
    display: none;
  }
  .barra-info .contenedor {
    width: 100%;
    text-align: center;
  }
}

.menu__lista-movil {
  display: none;
}

.menu__mobile-oculto {
  display: none;
}

.btn_cls {
  background-color: #04aa6d;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 0.5rem;
  margin: 0rem 0 2rem 0;
}

.btn_cls2 {
  background-color: #c3c3c3;
  color: white;
  padding: 10px 16px;
  border: none;
  border-radius: 0.5rem;
}

.fijo-y {
  overflow-y: hidden;
}

.contenedor__cursos-m {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contenedor__cursos-m a {
  margin: 2rem 0;
}

@media screen and (max-width: 1220px) {
  .menu__lista {
    display: none;
  }
  .menu__lista-movil {
    display: block;
  }
  .menu__lista-movil img {
    object-fit: contain;
    width: 36px;
    cursor: pointer;
  }
  .menu__mobile {
    background-color: #ffffff;
    position: fixed;
    height: 80vh;
    width: 100vw;
    z-index: 480;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn__normal-m {
    color: #092342;
    font-weight: bold;
    padding: 2rem 0;
    text-decoration: none;
  }
}
