/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Avenir', sans-serif;
    background: #fafafa;

}

div.portada{
    

            display: block;
            height: 100%;
            width: 100%;
            left: 0;
            position: absolute;
            right: 0;
            background-repeat: no-repeat;
            z-index: -1000;
            background-position: 0px 90px;
    
}

.gradient-custom {
    color: white;
    
  /* fallback for old browsers */
  background: #00568a;

  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-linear-gradient(to right, rgba(0, 86, 138, 0.95), rgba(210, 9, 56, 0.95));

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background: linear-gradient(to right, rgba(0, 86, 138, 0.95), rgba(210, 9, 56, 0.95))
  
}

h1,h2,h3,h3,h4,h5,h6 {
    font-family: 'Bebas neue', sans-serif;
    letter-spacing: 2px;
}




div.bebas {
    font-family: 'Bebas neue', sans-serif;
    letter-spacing: 2px;
}

p {
    font-family: 'Avenir', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 6px 10px 0px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;

}



.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}



.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: transparent;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 3000;
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ab85bb;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #ab85bb;
    color: white;
}


.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding-top: 20%; /* Oferta educativa */
    padding-left: 20px;

}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid black; */
}

#sidebar ul p {
    color: #ab85bb; /* Bienvenidos */
    letter-spacing: 3px;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px 20px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: white; /* Licenciatura, bachillerato */
    background: #ab85bb;
}



.nuevadrop a {
    background: transparent;
    display: block;
    padding: 0.5rem 1rem;
}

.nuevadrop1 a {
    color: #ab85bb;

}

.nuevadrop1 a:hover {
    background: #ab85bb;
    color: white;
}
.nuevadrop1 a:focus {
    background: #ab85bb;
    color: white;
}


.nuevadrop2 a {
    color: gray;
}

.nuevadrop2 a:hover {
    background: #ab85bb;
    color: white;
}
.nuevadrop2 a:focus {
    background: transparent;
    color: #ab85bb;
}






#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: white;
    background: #ab85bb;
}

#sidebar ul li.active:hover>a,
a[aria-expanded="true"] {
    color: white;
    background: black;
}


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important; /* Tecnica 1, Tecnica 2 */
    /* padding-left: 40px !important; */
    background: #232323;
    color: white;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;/* Contactanos */
    color: #ab85bb;
}

a.article {
    background: #ab85bb !important;/* Blog */
    color: white !important;
}

a.article:hover {
    background: white !important;
    color: #ab85bb !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


/* ---------------------------------------------------
   INDEX
----------------------------------------------------- */


/* ---------------------------------------------------
   PASARELA
----------------------------------------------------- */


.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}

/* ---------------------------------------------------
    STICKY
----------------------------------------------------- */

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  padding-right: 30px;
  transition: all 0.3s ease;
  font-size: 20px;
}

.icon-bar a:hover {
  background: rgba(223, 7, 58, .9);
  color: #ab85bb;
}



.facebook {
  background: rgba(250, 250, 250, .7);
  color: #ab85bb;
}

.instagram {
  background: rgba(250, 250, 250, .7);
  color: #ab85bb;
}

.youtube {
  background: rgba(250, 250, 250, .7);
  color: #ab85bb;
}

.whatsapp {
  background: rgba(250, 250, 250, .7);
  color: #ab85bb;
}

.facebookmovil {
  background: #ab85bb;
  color: white;
}

.instagrammovil {
  background: #ab85bb;
  color: white;
}

.youtubemovil {
  background: #ab85bb;
  color: white;
}

.whatsappmovil {
  background: #ab85bb;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}

/* ---------------------------------------------------
    TABLE
----------------------------------------------------- */

#table-planes {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)
}

#table-planes th {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  text-align: left;
  background-color: #ab85bb;
  color: white;
  border: 1px solid #ab85bb;
}

#table-planes tr {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #fafafa;
}

#table-planes td {
  border: 1px solid #F1F1F1;
  padding: 8px;
}


/* ---------------------------------------------------
    COUNTUP
----------------------------------------------------- */


.wrappercount {
  position: absolute;
  width: 80vw;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.containercount {
  width: 28vmin;
  height: 28vmin;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 16px;
  border-radius: 0.5em;
  background-color: #FAFAFA;
  border-bottom: 10px solid #BFBFBF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2)
}

i.count {
  color: #DF073A;
  font-size: 2.5em;
  text-align: center;
}
span.num {
  color: #BFBFBF;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 3em;
}
span.text {
  color: black;
  font-size: 1em;
  text-align: center;
  pad: 0.7em 0;
  font-weight: 400;
  line-height: 0;
}
@media screen and (max-width: 1024px) {
  .wrappercount {
    width: 85vw;
  }
  .containercount {
    height: 26vmin;
    width: 26vmin;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .wrappercount {
    width: 90vw;
    flex-wrap: wrap;
    gap: 30px;
  }
  .containercount {
    width: calc(50% - 40px);
    height: 30vmin;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .wrappercount {
    gap: 15px;
  }
  .containercount {
    width: 100%;
    height: 25vmin;
    font-size: 8px;
  }
}




