/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
a,
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a:visited {
  color: rgb(0, 0, 0);
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
img {
  padding: 0;
  margin: 0;
}
picture {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Bold;
  src: url("../fonts/Montserrat-Bold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts/Montserrat-SemiBold.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Light;
  src: url("../fonts/Montserrat-Light.ttf");
  font-display: swap;
}

@font-face {
  font-family: Montserrat-Thin;
  src: url("../fonts/Montserrat-Thin.ttf");
  font-display: swap;
}

/*---------------------------------------------------2560x1440px */

/*---------------------------------------------------1920x1080px */
@media only screen and (max-width: 1920px) {
  .navegacion {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 10vh;
    position: fixed;
    top: 0;
    background-color: white;
    z-index: 9999999999999;
  }
  .containernav {
    width: 90%;
  }
  .boton_menu {
    display: none;
  }
  p.nombrecol {
    font-family: Montserrat-Bold;
    font-size: 16px;
    line-height: 16px;
    color: rgb(25, 0, 83);
  }
  p.btns {
    font-family: Montserrat-Light;
    font-size: 16px;
    text-align: justify;
    color: rgb(107, 107, 107);
  }
  .uno {
    float: left;
    display: flex;
    width: 75%;
    height: 10vh;
  }
  .colegiologo {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 20%;
    height: auto;
  }
  .logoescuela {
    width: 30%;
    height: auto;
    margin-right: 15px;
  }
  .logoescuela img {
    float: left;
    width: 100%;
    height: auto;
  }
  .botonesnav {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    float: left;
    width: 80%;
    height: auto;
  }
  .dos {
    float: left;
    display: flex;
    justify-content: flex-end;
    width: 25%;
    height: 10vh;
  }
  .redes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 35%;
    height: auto;
  }
  .iconred {
    width: 27%;
    height: auto;
  }
  .telefonos {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 2%;
    height: 10vh;
    background-color: rgb(255, 77, 0);
  }
  .escribenos {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-around;
    width: 100%;
    height: 3.8vh;
  }
  p.info {
    font-size: 12px;
    line-height: 14px;
    text-align: justify;
    color: white;
    padding: 0;
    margin: 0;
  }
  p.bold {
    font-family: Montserrat-SemiBold;
  }
  p.light {
    font-family: Montserrat-Light;
  }
  .menuoculto {
    display: none;
  }
}
/*---------------------------------------------------1680x1050px */
@media only screen and (max-width: 1680px) {
}
/*---------------------------------------------------1600x900px */
@media only screen and (max-width: 1600px) {
}
/*---------------------------------------------------1536x864px */
@media only screen and (max-width: 1536px) {
  p.btns {
    font-size: 14px;
  }
  p.info {
    font-size: 13px;
    line-height: 12px;
  }
}
/*---------------------------------------------------1440x900px */
@media only screen and (max-width: 1440px) {
  .telefonos {
    width: 55%;
  }
}
/*---------------------------------------------------1366x768px */
@media only screen and (max-width: 1366px) {
  .telefonos {
    width: 54%;
  }
  p.info {
    font-size: 10px;
    line-height: 12px;
  }
}
/*---------------------------------------------------1280x720px */
@media only screen and (max-width: 1280px) {
  p.nombrecol {
    font-size: 14px;
    line-height: 12px;
  }
  p.btns {
    font-size: 13px;
  }
  p.info {
    font-size: 10px;
    line-height: 10px;
  }
}
/*---------------------------------------------------1024x768px */
@media only screen and (max-width: 1024px) {
  .containernav {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .botonesnav {
    display: none;
  }
  .uno {
    width: 25%;
    height: 10vh;
  }
  .colegiologo {
    width: 70%;
    margin-left: 12%;
  }
  p.nombrecol {
    font-size: 17px;
    line-height: 16px;
  }
  .dos {
    float: left;
    display: flex;
    justify-content: flex-end;
    width: 65%;
    height: 10vh;
  }
  .redes {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 20%;
    height: auto;
    margin-right: 3%;
  }
  .iconred {
    width: 27%;
    padding-top: 10px;
    height: auto;
  }
  .telefonos {
    float: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 49%;
    padding-left: 2%;
    padding-right: 2%;
    height: 10vh;
    margin-right: 2px;
    background-color: rgb(255, 77, 0);
  }
  .escribenos {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: space-between;
    width: auto;
    height: 3.8vh;
  }
  p.info {
    font-size: 13px;
    line-height: 10px;
  }
  .boton_menu {
    display: flex;
    justify-content: center;
    cursor: pointer;
    width: 12%;
    height: auto;
    background-color: rgb(255, 77, 0);
  }
  #abierto {
    cursor: pointer;
    width: 40%;
    height: auto;
    background-image: url(../img/btnburger.svg);
    margin: 0;
    padding: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
  }
  .cerrado {
    cursor: pointer;
    width: 40%;
    height: auto;
    background-image: url(../img/btncerrar.svg);
    margin: 0;
    padding: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
  }
  .menuoculto {
    display: none;
    width: 100%;
    height: 100vh;
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background-color: white;
  }
  .cont_menu {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 75vh;
    margin-top: 20vh;
  }
  .botonesocultos {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 35vh;
  }
  p.btns {
    font-family: Montserrat-Light;
    font-size: 16px;
    text-align: center;
    color: rgb(107, 107, 107);
  }
  p.btns.siguenos {
    display: none;
  }
  .menu_redes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: auto;
  }
  .menu_icons {
    display: none;
  }
  .menu_icons_logos {
    width: 25%;
  }
  .menu_icons img {
    width: 100%;
    height: auto;
  }
  .menu_logo {
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  .menu_imglogo {
    width: 45%;
    height: auto;
  }
  .menu_logo img {
    width: 100%;
    height: auto;
  }
}
/*---------------------------------------------------962X601px */
@media only screen and (max-width: 962px) {
  .colegiologo {
    width: 60%;
    margin-left: 12%;
  }
  p.nombrecol {
    font-size: 14px;
    line-height: 12px;
  }
  p.info {
    font-size: 12px;
    line-height: 12px;
  }
}
/*---------------------------------------------------768X1024px */
@media only screen and (max-width: 768px) {
  .navegacion {
    height: 8vh;
  }
  .uno {
    width: 40%;
    height: 8vh;
  }
  .colegiologo {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20%;
  }
  .logoescuela {
    width: 30%;
    height: auto;
    margin-right: 15px;
  }
  p.nombrecol {
    font-size: 14px;
    line-height: 14px;
  }
  .dos {
    width: 65%;
    height: 8vh;
  }
  .telefonos {
    width: 65%;
    height: 8vh;
  }
  #mail{
    display: none;
  }
  .boton_menu {
    width: 16%;
  }
  .iconred {
    width: 34%;
    padding-top: 10px;
    height: auto;
  }
  .escribenos {
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    width: auto;
    height: 4vh;
  }
  p.info {
    font-size: 12px;
    line-height: 18px;
  }
  .menu_imglogo {
    width: 60%;
    height: auto;
  }
}
/*---------------------------------------------------601X962px */
@media only screen and (max-width: 601px) {
  .logoescuela {
    width: 35%;
  }
  p.nombrecol {
    font-size: 14px;
    line-height: 14px;
  }
  .redes {
    display: none;
  }
  .dos {
    width: 65%;
    height: 8vh;
  }
  .telefonos {
    width: 50%;
    height: 8vh;
  }
  #mail{
    display: none;
  }
  .menu_icons {
    display: none;
  }
  .menu_redes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
  }
  p.btns.siguenos {
    display: flex;
  }
  .menu_icons {
    width: 30%;
    height: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .menu_icons_logos {
    width: 35%;
  }
  .menu_imglogo {
    width: 25%;
    height: auto;
  }
}
/*---------------------------------------------------414X896px */
@media only screen and (max-width: 414px) {
  #mail {
    display: none;
  }
  .uno {
    width: 100%;
  }
  .colegiologo {
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 20%;

  }
  .logoescuela {
    width: 30%;
  }
  .telefonos {
    width: 80%;
    height: 8vh;
  }
  p.info {
    font-size: 13px;
    line-height: 18px;
  }
  .boton_menu {
    width: 40%;
  }

  p.btns.siguenos {
    display: flex;
    font-size: 14px;
  }
  .menu_redes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    margin-top: 35px;
  }
  .menu_icons {
    width: 60%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
  .menu_icons_logos {
    width: 17%;
  }
  .menu_imglogo {
    width: 34%;
    height: auto;
  }
}
/*---------------------------------------------------360X640px */
@media only screen and (max-width: 360px) {
  p.nombrecol {
    font-size: 12px;
    line-height: 13px;
  }
  .colegiologo {
    margin-left: 5%;
  }
  .logoescuela {
    width: 9%;
  }
  .telefonos {
    width: 100%;
    height: 8vh;
  }
  p.info {
    font-size: 12px;
    line-height: 16px;
  }
  .telefonos {
    width: 95%;
    height: 8vh;
  }
  .boton_menu {
    width: 55%;
  }
}
/*---------------------------------------------------360X640px */
@media only screen and (max-width: 360px) {
  .telefonos {
    width: 100%;
    height: 8vh;
  }
  .containernav{
    height: 8vh;
  }
}
  /*---------------------------------------------------360X640px */
@media only screen and (max-width: 320px) {
  .telefonos {
  display: none;
  }
  .containernav{
    height: 10vh;
  }
  .boton_menu {
    width: 55%;
    height: 8vh;
  }

}
