@charset "UTF-8";
/* Comentarios visibles en css */
/* Font styles */
/*Darken and lighten*/
/*Import font*/
/*@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/Open_Sans/OpenSans-Italic.ttf");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf");
  font-weight: 600;
}
@font-face {
  font-family: "Open Sans", sans-serif;
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
  font-weight: 700;
}*/

/* General styles */
body {
  margin: 0;
}

.item-f a:-webkit-any-link {
  color: #4466ae;
  cursor: pointer;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

/* Footer */
.footer-2019 {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #222;
}
.footer-2019 .col-footer {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.footer-2019 .col-footer .item-f {
  position: relative;
  width: 20%;
  height: auto;
  min-height: 50px;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  align-items: flex-start;
  justify-content: center;
}
/* Media Queries */
@media (min-width: 1px) and (max-width: 700px) {
  .footer-2019 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-2019 .col-footer {
    width: 98%;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  .footer-2019 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-2019 .col-footer {
    width: 80%;
    display: flex;
    flex-direction: column;
  }
  .footer-2019 .col-footer .item-f {
    width: 100%;
    min-height: 50px;
    margin-bottom: 20px;
  }
}
.title-footer {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-footer span {
  position: relative;
  width: calc(100% - 40px);
  height: auto;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  color: white;
}
.title-footer .icn-f {
  position: relative;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.title-footer .f-contacto {
  background-image: url("../img/icons/f_contacto.svg");
}
.title-footer .f-siguenos {
  background-image: url("../img/icons/f_siguenos.svg");
}
.title-footer .f-sitios {
  background-image: url("../img/icons/f_sitios.svg");
}
.title-footer .f-portales {
  background-image: url("../img/icons/f_portales.svg");
}
.title-footer .f-somos {
  background-image: url("../img/icons/f_somos.svg");
}
.title-footer .f-colabora {
  background-image: url("../img/icons/f_colabora.svg");
}
.footer-2019 .col-footer .item-f .p-top {
  margin-top: 40px;
}
.footer-2019 .col-footer .item-f a {
  position: relative;
  /* width: 75%; */
  width: auto;
  text-align: left;
  height: auto;
  font-size: 11px;
  color: white;
  margin-top: 9px;
  transition: 0.3s;
  padding-left: 20px;
  padding-right: 10px;
}
.footer-2019 .col-footer .item-f a:hover {
  color: rgb(187, 190, 199);
}
.footer-2019 .col-footer .item-f .logo-footer {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 50px;
  background-image: url("../img/icons/educare_footer.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 601px) and (max-width: 900px) {
  .footer-2019 .col-footer .item-f .logo-footer {
    width: 100%;
  }
}
@media (min-width: 1px) and (max-width: 600px) {
  .footer-2019 .col-footer .item-f .logo-footer {
    background-color: silver;
  }
}

.footer-line {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-line .col-fl {
  position: relative;
  width: 50%;
  max-width: 1200px;
  height: auto;
  min-height: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*border-top: 1px solid white;*/
}
@media (min-width: 1px) and (max-width: 600px) {
  .footer-line .col-fl {
    height: 70px;
    width: auto;
  }
}
.footer-line .col-fl .text {
  position: relative;
  height: auto;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: black;
  text-align: center;
}
.footer-line .col-fl .text a {
  color: white;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  color: black;
}
.footer-line .col-fl .social {
  position: relative;
  height: auto;
  width: 120px;
  margin-right: 2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 15px;
  color: black;
}
@media (min-width: 1px) and (max-width: 600px) {
  .footer-line .col-fl .social {
    width: 280px;
  }
}
.footer-line .col-fl .social .s-icon {
  position: relative;
  width: 35px;
  height: 35px;
  background-position: center;
  background-size: 60%;
  background-repeat: no-repeat;
  transition: 0.4s;
}
.footer-line .col-fl .social .s-icon:hover {
  transform: translateY(-4px);
}
.footer-line .col-fl .social .s-1 {
  background-image: url("../img/icons/social1.svg");
}
.footer-line .col-fl .social .s-2 {
  background-image: url("../img/icons/social2.svg");
}
.footer-line .col-fl .social .s-3 {
  background-image: url("../img/icons/social3.svg");
}
.footer-line .col-fl .social .s-4 {
  background-image: url("../img/icons/social4.svg");
}

.link-whats-f {
  position: relative;
  text-decoration: none !important;
  cursor: default !important;
  line-height: 17px !important;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
}
.link-whats-f:hover {
  color: white !important;
}
.link-whats-f span {
  position: relative;
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 50%;
  background-image: url("../img/icons/whats2.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 5px;
}
