/* Mixins */
/* Vars */
* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}

body {
  background: #f7f8f9;
  margin: 0 auto;
  font-family: sans-serif;
}
iframe{
  border: none;
  height: 2800px;
}
.cu-form__container{
  max-width: 100% !important;
}
.user{
  position: fixed;
  z-index: 1000;
  right: 0;
  display: flex;
 
}
.exit {
  font-size: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  margin-left: 10px;
  transition: transform .2s;
}
.user2 a{
  color: #011c5c;
  text-decoration: none;
}
.exit:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
  background-color: #011c5c;
}
.user2 a:hover{
  color: #fff;
}
.user2 {
  display: flex;
  background-color: #011c5c;
  color: #fff;
  border-radius: 200px;
  margin: 10px;
  padding: 10px;
  align-items: center;
  transition: transform .2s;
}

.user div img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: transform .2s;
}
.user div img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}
#nombre {
  margin: 0;
  font-size: 1.1vw;
  font-weight: 700;
}
#email {
  margin: 0;
  font-size: 0.5vw;
}
.icon{
  width: 50px;
  height: 50px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-size: xx-large;
  margin-right: 15px;
}
.icon2{
  font-size: 4vw;
  margin-right: 2rem;
}
.info{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 0.8em;
}
.info h4{
  color: #454545;
  margin: 0.8rem;
  font-size: 1.1vw;
}
.dos{
  width: 100% !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 80vh;
}
.tres{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 30%;
  height: 110px;
  align-items: center;
  box-shadow: 0px 0px 10px #ccc;
  padding: 2vw;
  border-radius: 5px;
  margin: 0 25px 40px 25px;
  background-color: #fff;
  align-content: center;
  color: #011c5c;
  transition: transform .2s;
}
/* .tres:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  /* -webkit-transform: scale(1.1); /* Safari 3-8 */
  /* transform: scale(1.1);  */
/* }  */
.tres div h3{
  margin: 0 0 10px 0;
  font-size: 1.1vw;
}
.tres div p{
  color: #404040;
  font-size: 0.9vw;
  margin: 0;
}
.tabs_wrapper {
  text-align: center;
  margin: 0 auto;
  background: transparent;
}
.logo-blanco{
  background-image: url(Logo_Blanco.png) !important;
  background-size: 90% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.logo-azul{
    background-image: url(Logo_Azul.png) !important;
    background-size: 90% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

ul.tabs {
  display: flex;
  vertical-align: top;
  left: 0;
  position: fixed;
  z-index: 10;
  padding: 0;
  width: 22%;
  list-style: none;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 100%;
  margin: 0;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 1vw;
  color: #fff;
  text-align: left;
  background: #011c5c;
  height: 10%;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  transition: translate .2s;
  font-size: 1vw;
}
ul.tabs li:hover {
 opacity: .9; 
  color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

  translate: 15px; 
}
ul.tabs li.active {
  background: #f7f8f9;
  color: #000;
 
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  z-index: 20;
  right: 0;
  width: 78%;
  min-width: 10px;
  text-align: left;
  background: #f7f8f9;
  padding: 15px;
  box-sizing: border-box;
}

.tab_content {
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-height: 781px) {
  .tres{
  
  height: 4rem;
}
}

@media screen and (max-width: 781px) {

  .uno{
    display: none;
  }
  ul.tabs {
    display: none;
  }

  .tab_container {
    display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
    top: 10%;
  
  }
  .info h4{
  
    font-size: 3.1vw;
  }

  .user{
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: flex;
    right: unset;
    align-items: center;
    justify-content: center;
   
  }
  #nombre {
    margin: 0;
    font-size: 4.0vw;
    font-weight: 700;
  }
  #email {
    margin: 0;
    font-size: 2.0vw;
  }

  .tab_drawer_heading {
    cursor: pointer;
    padding: 20px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    background: #011c5c;
    height: 20%;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 2px 0;
  }
  .tab_drawer_heading:hover {
    opacity: .9; 
    color: #000;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .d_active {
    background: #f7f8f9;
    color: #000;
   
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .clickable{
    height: 45px;
  }
  .logo-blanco{
    background-image: url(Logo_Blanco.png) !important;
    background-size: 60% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .logo-azul{
      background-image: url(Logo_Azul.png) !important;
      background-size: 60% !important;
      background-repeat: no-repeat !important;
      background-position: center !important;
  }
  .shadow{
    box-shadow: 0px 0px 10px #6a6a6a;
    border: none;
  }
}