/* ===================================== */
/* Container width */
.img-wrapper{
  background-color:#000000;
}
.titlecontainer{
    border-radius:15px;
    position: absolute;
    text-align: center;
    width: 100%;
    color:#FFFFFF;
    /*background-color:#00000060;*/
    height:100%;
    transition: background-color .4s ease;
  font-size:20px;
  margin-top:27px;
}
.titlecontainer h2 {
  line-height:30px;
  margin: 0;
  position: absolute;
  top: 77%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
.titlecontainer:hover{
  background-color:#00000090;
}
.image-fondo{
  width:100%;
  border-radius:15px;
}
.contenedor-full {
  display: block;
  float: none !important;
  position: relative;
  max-width: 100%;
  margin: 0 auto !important;
}
.contenedor {
  display: block;
  float: none !important;
  position: relative;
  max-width: 980px;
  margin: 0 auto !important;
  padding: 0 15px;
}
.contenedor-small {
  display: block;
  float: none !important;
  position: relative;
  max-width: 700px;
  margin: 0 auto !important;
  padding: 0 15px;
}

.contenedor-full p:last-child, .contenedor p:last-child, .contenedor-small p:last-child {
  margin-bottom: 0;
}
.itemEscuela{
  width: 31%;
  margin-bottom:40px;
}
#itemEscuelaLic {
  width: 100%;
}
#itemEscuelaLic .tarjeta-licenciatura-link {
  width: 31%;
  margin: 10px;
}
body .itemEscuelaFull
{
  width: 100%;
}
body .itemEscuelaFull .contenedorEscuelas 
{
  border-radius: 15px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 100%;
  justify-content: start;
}
body .itemEscuelaFull .tarjeta-licenciatura-link 
{ 
  width: 31%;
}
body .searchCardItem
{
  width: 31%;
}
.contenedorEscuelas
{
  display: flex;
  flex-wrap: wrap;
  width:100%;
  border-radius: 15px;
  overflow: hidden;
}
.nombre-escuela{
  font-size: 22px;
  line-height: normal;
  margin-bottom: auto;
  min-height: 60px;
  margin-top: 25px;
  padding: 0 5px 0 5px;
}
.plecaNumLic
{
  width: 100%;
  background: #FF5900;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  padding: 10px;
  text-align: center;
  left: 0;
  height: 40px;
  z-index: 2;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;

}
.hiddenCard
{
  display: none;
}
@media (max-width: 768px) {
  .contenedor-small,
  .contenedor,
  .contenedor-full {
    display: block !important;
  }
  .contenedor-small .span12,
  .contenedor .span12,
  .contenedor-full .span12 {
    width: 100% !important;
    margin-bottom: 30px;
  }
  body .searchCardItem
  {
    width: 100% !important;
  }
} 

/* ===================================== */
/* Align vertical */

.aligner_item_top {
  align-self: flex-start;
}
.aligner_item_bottom {
  align-self: flex-end;
}
.aligner_item_middle {
  align-self: auto;
}






*, *::before, *::after{
  box-sizing: border-box;
}
*{
  margin: 0;
  padding: 0;
}
body{
  font-size: 16px;
}

#contenedor-principal h2{
  margin: 20px auto;
}
#contenedor-buscador{
  display: flex; 
  align-items: center;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
}
#contenedor-buscador .selectForm{
  width: 35%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around
  display: none;
}
#contenedor-buscador .selectForm select{
  width: 47%;
  -webkit-appearance: menulist;
  font-family: 'Spectral', serif;
  
}

#contenedor-licenciaturas{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.tarjeta-licenciatura-link{ 
  width: 100%; 
  text-decoration: none !important;
  position:relative;
}
.tarjeta-licenciatura{
  border-radius:15px;
  width: 100%;
  height:500px;
  overflow:hidden;
  margin-top:14px;
  
}
.tarjeta-licenciatura figure{
  height:500px;
  width: 100%;
  margin-top:14px;
}
.tarjeta-licenciatura figure img{
  width: 100%;
}
.nombre-licenciatura{
  font-family: 'Zilla Slab',serif;
}
.ver_mas{
 color:#FF5900;
 display:block;
 font-size:19px;
 margin-top: 458px;
 font-family:'Zilla Slab',serif;
}
input.hs-search-field__input {
  padding-left: 48px!important;
}
.input-icon {
  position: absolute;
  left: 16px;
  opacity: 0.3;
  pointer-events: none;
  transform: translateY(18px);
}
.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
  font-size:1.3rem!important;
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: none;
  background-color:#ffffff;
  padding:15px;
  box-shadow:0px 4px 8px rgba(0,0,0,.2);
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  margin-top:5px;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  outline: none;
}
.sectionFilter
{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sectionFilter .englishButton
{
  width: 30%;
  text-align: center;
}
.sectionFilter .buscadorSection 
{
  width: 35%;
}
@media screen and (max-width: 990px) {
  #contenedor-principal{
    width: 100%;
  }
  #contenedor-buscador form{
    width: 100%;
  }
  .tarjeta-licenciatura-link{
    width: 46%;
  }
  #contenedor-buscador form select{
    width: 300px !important;
  }
}
@media screen and (max-width: 720px){
  .tarjeta-licenciatura-link{
    width: 100% !important;
    margin: 10px auto;
  }
  #contenedor-buscador form{
    width: 100%;
    padding: 5px 20px;
  }
  #contenedor-buscador form select{
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .nombre-licenciatura{
    font-size: 20px;
    font-family: 'Zilla Slab',serif;
  }
  #contenedor-principal{
  width: 100%;
  }
  .tarjeta-licenciatura-link{
   text-decoration: none !important;
  }
  .sectionFilter
  {
    flex-direction: column;
  }
  .sectionFilter .englishButton { 
    width: 100%;
  }
  .sectionFilter .buscadorSection {
    width: 100%;
  }
  .input-icon {
    left: 35px; 
  }
  .ver_mas {
    display: non;
    margin-top:440px;
    
  }
  .itemEscuela{
    width: 100%;
  }
  #contenedor-buscador .selectForm {
    width: 100%;
    flex-direction: column;
  }
  .itemEscuela .nombre-escuela{
    font-size: 22px !important;
    padding: 0;
  }
}
#btnEnglishLic{
display:none;
}

@media screen and (max-width: 720px) {
  .titlecontainer h2 {
    top: 77%; /* o menos, según lo que quieras */
    font-size: 16px;
    text-align: center;
  }
}



