@charset "utf-8";

/*
    Estilos Base
    =========================

*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    /*font-family: 'Patrick Hand', cursive;*/
    /*font-size: 0.875rem !important;*/
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    color: #333;
    background-color: #fceebb;
}

main{
    background-position:center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
/*h1,h2,h3{
    font-family: 'Miltonian Tattoo', cursive;
}*/
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {color:#000; text-decoration: none;}
/*a:link { color:inherit;}*/
a:hover {color:#fff; text-shadow: 1px 1px 5px #000;}

figure {
    margin: 0;
}
img {
    max-height: 100%;
    border: 0;
}

ul,ol{list-style-type: none}

.template{display:none;}

.anchor{
    display:inline-block;
    margin:.5rem;
    text-decoration: underline;
}

/*
    
    3 -  helpers
    ===================
    Clases de utilidad que pueden utilizarse en repetidas ocasiones
*/

.doubleCenter{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;
    max-width: 90%;
}

.fixedToBottom{
    position: absolute !important;
    bottom: 0;left: 0;
}

.underline:hover{
    text-decoration: underline;
}

.imgContainer{
    height: 100%;
}

.imgContainer > img{
    border-radius: 8px;
    border:2px solid #ceac45;
    -webkit-transition:box-shadow .5s;
    transition:box-shadow .5s;
}


.singleLine{
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textcenter{
    text-align: center;
}

.text-uppercase{
    text-transform: uppercase;
}

.text-bold{
    font-weight: bold;
}

.hide{
    display: none;
}

.list-inline {
    margin: 0;
    padding-left: 0px;
    margin-left: -5px;
    list-style: outside none none;
}

.list-inline > li {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
}

.divider-or-horizontal{
    width: 90%;
    color: #BAAAAA;
    font-size: 1.1rem;
    text-align: center;
    position: relative;
    margin: .5rem auto;
}

.divider-or-horizontal::before,
.divider-or-horizontal::after{
   content:'';
   position: absolute;top: 50%;
   width: 40%;height: 0;
   border-bottom: 1px solid #BAAAAA;
}

.divider-or-horizontal::before{left: 0;}
.divider-or-horizontal::after{right: 0;}


.fa-spinner{
    font-size: 1.8rem !important;
    color: #ceac45;
}

.icon-link{
    color:#ceac45;
    -webkit-transition:all .5s;
    transition:all .5s;
}

.icon-link:hover{
    text-shadow: #ceac45 0px 0px 1px;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
    
}

/*

  Layout
  =====================
  DESC: Distribuidores de contenidos.

*/

/*
  Flex Block Layout
  =======================
*/

.flex-block{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.flex-block.flex-block-full{
  width: 100%;
  height: 100%;
}

.flex-block.flex-block-y-full{
  height: 100%;
}

.flex-block.flex-block-x-full{
  width: 100%;
}

.flex-block.flex-liquid-content > *{
  flex:1 1 auto;
  max-height: 100%;
  max-width: 100%;
}

.flex-block.flex-x-content-start{
  justify-content:flex-start;
}

.flex-block.flex-x-content-center{
  justify-content:center;
}

.flex-block.flex-x-content-end{
  justify-content:flex-end;
}
    
.flex-block.flex-direction-column{
  flex-direction: column;
}
    
.flex-block.flex-direction-row{
  flex-direction: row;
}

.flex-block.flex-content-wrap{
  flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
    
  .flex-block.tb-flex-direction-column{
    flex-direction: column;
  }
    
  .flex-block.tb-flex-direction-row{
    flex-direction: row;
  }

  .flex-block.tb-flex-content-wrap{
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 520px) {
    
  .flex-block.mb-flex-direction-column{
    flex-direction: column;
  }
    
  .flex-block.mb-flex-direction-row{
    flex-direction: row;
  }

  .flex-block.mb-flex-content-wrap{
    flex-wrap: wrap;
  }
}


/* TÃ­tulos */

.title{
    margin: .9rem .6rem;
    text-align: center;
    color:#ceac45;
}

.title.title-small{
    font-size: .9rem;
}

.title.title-big{
    font-size: 1.7rem;
} 


.title.align-left{
    text-align: left;
}

.title.align-center{
    text-align: center;
}


/*
    
    4 - Componentes
    ====================

*/

.container{
    max-width: 1300px;
    margin: 0 auto;
}

.wrapper{
    width: 100%;
    height:100%;
    margin: 0 auto;
    padding-top:1px;
    background-color: rgba(255,255,255,0.9);
}

.wrapper--maxwidth{
   max-width: 750px;
}

@media all and (min-width:700px){
    
    .wrapper.viewport{
        height: calc(100vh - 75px);
        overflow: hidden;
    }
}



/*
    
    Footer
    =======================

*/

.footer{
    padding: .5rem 0;
    background-color: #ceac45;
    color:#fff;
}


/*
    
    Barra de Scroll (SÃ³lo para navegadores webkit)
    ============================

*/

/* Carril*/

::-webkit-scrollbar-track{
  box-shadow:gray 0px 0px 6px inset;
  background-color:#fff;
  border-radius:10px;
}

::-webkit-scrollbar-track{
  box-shadow:gray 0px 0px 6px inset;
  background-color:#fff;
  border-radius:10px;
}

/* Anchura*/

::-webkit-scrollbar{
  width:10px;

}

::-webkit-scrollbar{
  width:10px;

}
/* La Barra*/

::-webkit-scrollbar-thumb{
  border-radius:10px;
  box-shadow:#ceac45 0px 0px 6px inset;
  background-color:#ceac45;
}

::-webkit-scrollbar-thumb{
  border-radius:10px;
  box-shadow:#ceac45 0px 0px 6px inset;
  background-color:#ceac45;
}
/*
    
    Encabezados
    ============================

*/

.headerList{
    height: 50px;
    line-height: 50px;
    background-color: #ceac45;
    margin: 15px 0;
    text-align: left;
    padding-bottom: 3px;
    letter-spacing: 2px;
    color:#fff !important;
    text-indent: 14px;
    box-shadow: #004080 5px -5px 40px inset;
    border-radius:8px;
}

.headerList > *{
    font-size: 1.2rem !important;
    font-weight: bold !important;
}

hr{
    width: 90%;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #BAAAAA -moz-use-text-color -moz-use-text-color;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    height: 0px;
    margin: 1rem auto;
    padding: 0px;
}

/*
    
    Botones
    ============================

*/


.btn {
  display: inline-block !important;
  padding: 1px 5px;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      -touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          -user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
/*BotÃ³n deshabilitado*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed !important;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  -pointer-events: none;
}

.btn.btn-full-width{
    width: 90%;
    margin-bottom:5px;
}

.btn.btn-wrap{
    white-space: normal;
    word-wrap: break-word;
    padding: 2px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

/*
    Tipos de Botones
*/

/*BotÃ³n accciÃ³n*/

.btn-action {
  color: #fff;
  background-color: #ceac45;
  border-color: #806010;
}
.btn-action:focus,
.btn-action.focus {
  color: #fff;
  background-color: #886611;
  border-color: #806010;
}
.btn-action:hover {
  color: #fff;
  background-color: #886611;
  border-color: #806010;

}
.btn-action:active,
.btn-action.active{
  color: #fff;
  background-color: #886611;
  border-color: #806010;
}
.btn-action:active:hover,
.btn-action.active:hover,
.btn-action:active:focus,
.btn-action.active:focus,
.btn-action:active.focus,
.btn-action.active.focus{
  color: #fff;
  background-color: #886611;
  border-color: #806010;
}
.btn-action:active,
.btn-action.active{
  background-image: none;
}
.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled.focus,
.btn-action[disabled].focus,
fieldset[disabled] .btn-action.focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  background-color: #337ab7;
  border-color: #806010;
}

/*BotÃ³n confirmar*/

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active{
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus{
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active{
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/*BotÃ³n de Facebook*/

.btn-facebook {
  color: #fff;
  background-color: #4e69a2;
  border-color: #4e69a2;
}
.btn-facebook:focus,
.btn-facebook.focus {
  color: #fff;
  background-color: #4e69a2;
  border-color: #4e69a2;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #1C3262;
  border-color: #1C3262;
}
.btn-facebook:active,
.btn-facebook.active{
  color: #fff;
  background-color:#4e69a2;
  border-color:#4e69a2;
}
.btn-facebook:active:hover,
.btn-facebook.active:hover,
.btn-facebook:active:focus,
.btn-facebook.active:focus,
.btn-facebook:active.focus,
.btn-facebook.active.focus{
  color: #fff;
  background-color: #4e69a2;
  border-color: #4e69a2;
}
.btn-facebook:active,
.btn-facebook.active{
  background-image: none;
}
.btn-facebook.disabled,
.btn-facebook[disabled],
fieldset[disabled] .btn-facebook,
.btn-facebook.disabled:hover,
.btn-facebook[disabled]:hover,
fieldset[disabled] .btn-facebook:hover,
.btn-facebook.disabled:focus,
.btn-facebook[disabled]:focus,
fieldset[disabled] .btn-facebook:focus,
.btn-facebook.disabled.focus,
.btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook.focus,
.btn-facebook.disabled:active,
.btn-facebook[disabled]:active,
fieldset[disabled] .btn-facebook:active,
.btn-facebook.disabled.active,
.btn-facebook[disabled].active,
fieldset[disabled] .btn-facebook.active {
  background-color: #4e69a2;
  border-color: #4e69a2;
}

/*BotÃ³n twitter*/
.btn-twitter {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}
.btn-twitter:focus,
.btn-twitter.focus {
  color: #fff;
  background-color:#4099FF;
  border-color:#4099FF;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #19579E;
  border-color: #19579E;
}
.btn-twitter:active,
.btn-twitter.active{
  color: #fff;
  background-color:#4099FF;
  border-color:#4099FF;
}
.btn-twitter:active:hover,
.btn-twitter.active:hover,
.btn-twitter:active:focus,
.btn-twitter.active:focus,
.btn-twitter:active.focus,
.btn-twitter.active.focus{
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}
.btn-twitter:active,
.btn-twitter.active{
  background-image: none;
}
.btn-twitter.disabled,
.btn-twitter[disabled],
fieldset[disabled] .btn-twitter,
.btn-twitter.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-twitter:hover,
.btn-twitter.disabled:focus,
.btn-twitter[disabled]:focus,
fieldset[disabled] .btn-googleplus:focus,
.btn-googleplus.disabled.focus,
.btn-googleplus[disabled].focus,
fieldset[disabled] .btn-twitter.focus,
.btn-twitter.disabled:active,
.btn-twitter[disabled]:active,
fieldset[disabled] .btn-twitter:active,
.btn-twitter.disabled.active,
.btn-twitter[disabled].active,
fieldset[disabled] .btn-twitter.active {
  background-color: #4099FF;
  border-color:#4099FF;
}


/*BotÃ³n Google plus*/
.btn-google-plus {
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}
.btn-google-plus:focus,
.btn-google-plus.focus {
  color: #fff;
  background-color:#DB4437;
  border-color:#DB4437;
}
.btn-google-plus:hover {
  color: #fff;
  background-color: #982016;
  border-color: #982016;
}
.btn-google-plus:active,
.btn-google-plus.active{
  color: #fff;
  background-color:#DB4437;
  border-color:#DB4437;
}
.btn-google-plus:active:hover,
.btn-google-plus.active:hover,
.btn-google-plus:active:focus,
.btn-google-plus.active:focus,
.btn-google-plus:active.focus,
.btn-google-plus.active.focus{
  color: #fff;
  background-color: #DB4437;
  border-color: #DB4437;
}
.btn-google-plus:active,
.btn-google-plus.active{
  background-image: none;
}
.btn-google-plus.disabled,
.btn-google-plus[disabled],
fieldset[disabled] .btn-google-plus,
.btn-google-plus.disabled:hover,
.btn-twitter[disabled]:hover,
fieldset[disabled] .btn-google-plus:hover,
.btn-google-plus.disabled:focus,
.btn-google-plus[disabled]:focus,
fieldset[disabled] .btn-google-plus:focus,
.btn-google-plus.disabled.focus,
.btn-google-plus[disabled].focus,
fieldset[disabled] .btn-google-plus.focus,
.btn-google-plus.disabled:active,
.btn-google-plus[disabled]:active,
fieldset[disabled] .btn-google-plus:active,
btn-google-plus.disabled.active,
.btn-google-plus[disabled].active,
fieldset[disabled] .btn-google-plus.active {
  background-color: #DB4437;
  border-color:#DB4437;
}




/*Grupo de botones*/
.btn-group-flex{
    max-width: 400px;
    margin: 1rem auto;
    display: flex;
    justify-content:space-around;
    align-items:center;
}

.onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    margin: 0 auto;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "SI";
    padding-left: 10px;
    background-color: #ceac45; color: #FFFFFF;
    text-align: left;
}
.onoffswitch-inner:after {
    content: "NO";
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 18px; margin: 6px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 11px;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s;
    height: 65%;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}


/*
    
    Cuadros de BÃºsqueda
    ==========================

*/

.search-form{
    width: 300px;
    height: 40px;
    color: #ceac45;
    border: 1px solid #ceac45;
    border-radius: 12px;
    position: relative;
}

.search-form input[type="search"],
.search-form [type="submit"]{
    float: left;
    padding: 0;
    height: 100%;
}

.search-form input[type="search"]{
    width: 85%;
    border: none;
    outline: none;
    text-indent: 14px;
    -webkit-transition: box-shadow .5s;
    transition:box-shadow .5s;
    border-top-left-radius:12px;
    border-bottom-left-radius: 12px;
}

.search-form input[type="search"]:focus{
    box-shadow: #ceac45 0px 0px 10px inset;
}

.search-form input[type="search"]::-webkit-input-placeholder{
    font-style: italic;
    color: #ceac45;
    opacity: 0,6s;
}

.search-form input[type="search"]:-moz-placeholder{
    font-style: italic;
    color: #ceac45;
    opacity: 0,6s;
}


.search-form [type="submit"]{
    width: 15%;
    text-align: center;
    line-height: 40px;
    border: none;
    background-color: #ceac45;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    color: #fff;
    font-size: 1.5rem;
}


/* 
        Formulario
        ==============================
*/


.form{
    width:100%;
    height: 100%;
}

.form .form-section{
    max-height: 85%;
    padding:.5rem 0;
    margin:0 auto;
    border:none;
    position: relative;
    overflow-x: hidden;
    overflow-y:auto;
    text-align: center;
}

.form .form-section .form-legend{
    color: #ceac45;
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 2rem;
}

@media all and (min-width:800px){
    
    .form .form-section .form-section-content{
        display: inline-block;
        max-width: 275px;
        /*se modifica width de 300 a 250px */
        width: 250px;
        margin:15px 0;
        vertical-align: top;
    }
   
    .form .form-section .form-section-content:not(:last-child){
        border-right: 2px solid #ceac45;
    }
}

.form .form-section .form-control-group{
    margin-bottom: 15px;
    overflow: visible;/* clear fix hack*/
    /*modicado height de 45 a 37*/
    height: 37px;
    /*modicado with de 90 a 95*/
    width: 95%;
    max-width: 400px;
    margin: .8rem auto;
    position: relative;
}

.form .form-section .form-control-group-large{
    height: 80px;
}

.form .form-section .form-control-group.left{
    text-align: center;
}

.form .form-section .form-control-group.right{
    text-align: right;
}

.form .form-section  .form-control-group > .form-label,
.form .form-section  .form-control-group > .form-control{
    float: right;
    height: 100%;

}

.form .form-section  .form-control-group.form-control-group-full > .form-label,
.form .form-section  .form-control-group.form-control-group-full > .form-control{
    width: 100%;
}



.form .form-section .form-control-group .form-help{
    color: #fff !important;
    position: absolute;
    border-radius: 100%;
    background-color: #ceac45;
    color: #FFF;
    width: 30px;
    height: 30px;
    opacity: 0.5;
    line-height: 25px;
    text-align: center;
    top: 40%;
    left: 0px;
    margin: 0px;
}

.form .form-section .form-control-group .form-label{
    color: #fff !important;
    width: 15%;
    padding-left: 5px;
    /*padding-top: 1px;*/
    font-weight: 900;
    /*modificado font-size de 1.5 a 1.2*/
    font-size: 1.2rem;
    line-height: 40px;
    text-align: center;
    background-color: #bdc3c7;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 2px solid #BDC3C7;
}

.form .form-section  .form-control-group .form-control{
    width: 80%;
    -webkit-appearance: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.form .form-section  .form-control-group input.form-control,
.form .form-section  .form-control-group input.form-control::-webkit-input-placeholder{
    text-indent: 16px;
}

.form .form-section .form-control-group input.form-control::-webkit-input-placeholder{
    font-style: italic;
}

.form .form-section  .form-control-group .form-control{
    border: 2px solid #bdc3c7;
    color: #34495e;
    padding: 8px 12px;
    box-shadow: none;
    background-color: #fff;
    outline: none;
}

.form .form-section  .form-control-group > *{
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
/* Estilo Textarea*/
.form .form-section  .form-control-textarea{
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 102px;
    margin-bottom: 21px;
    border: 1px solid #ceac45;
    box-shadow: none;
    color: #ceac45;
    padding: 0.8rem 0.5rem;
    -webkit-transition:box-shadow .5s;
    transition:box-shadow .5s;
}

.form .form-section  .form-control-textarea:focus{
    box-shadow:#ceac45 0px 0px 10px inset;
}

.form .form-section  .form-control-group .form-control:hover,
.form .form-section  .form-control-group .form-control:focus,
.form .form-section  .form-control-group .form-control[readonly]{
    border-color: #ceac45;
    color: #ceac45;
}

.form .form-section .form-control-group .form-control:hover ~ label,
.form .form-section .form-control-group .form-control:focus ~ label,
.form .form-section  .form-control-group .form-control[readonly] ~ label{
    background-color: #ceac45;
    border-color: #ceac45;
    text-shadow: #fff 0px 0px 4px;
}

.form .form-section .form-control-group.invalid > *{
    color: #e74c3c;
    border-color: #e74c3c; 
}

.form .form-section .form-control-group.invalid .form-control,
.form .form-section .form-control-group .form-control.invalid{
    color: #e74c3c;
    border-color: #e74c3c; 
}


.form .form-section .form-control-group.invalid .form-control ~ label,
.form .form-section .form-control-group .form-control.invalid ~ label{
    background-color: #e74c3c;
    border-color: #e74c3c;
}


.form-control-setradiobuttons{
    padding: .4rem 0;
    border:1px solid transparent;
    /*añadido */
    text-align: right;
}

.form-control-setradiobuttons > *{
    display: inline-block;
    vertical-align: middle;
}

.form-control-radio {
    line-height: 1.875rem;
    min-width:1rem;
    -moz-user-select: none;
    margin:0 5px;
    position: relative;
    overflow: hidden;
}

.form-control-radio > *{
    display: inline-block;
    vertical-align: middle;
}

.form-control-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0.0625rem;
    height: 0.0625rem;
}

.form-control-radio .check{
    width: 20px;
    height: 20px;
    background-color: #FFF;
    border: 1px solid #999;
    border-radius: 50%;
    padding: 0px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.form-control-radio .check::before {
    position: absolute;
    display: block;
    content: "";
    height: 10px;
    width: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
}

.form-control-radio input[type="radio"] + .check::before {
    border-color: transparent;
    transition: all 0.2s linear 0s;
}

input[type="radio"]:checked + .check::before {
    background-color: #ceac45;  
}

#perros:checked + .check::before {
    background-color: #008B2F; 
}

#gatos:checked + .check::before {
    background-color: #ff2d2f;
}

#ambos:checked + .check::before{
    background-color: #ceac45;  
}


.form-control-radio .caption{
    position: absolute;
    top: 0px;bottom: 0px;
    left: 0px;right: 0px;
}

.form-control-radio img{
    height: 30px;
}

/*Estilos Popovers*/
.form .form-section .form-control-group .popover{
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 120%;
    left:5%;
    z-index:99;
    opacity:0;
    visibility: hidden;
    -webkit-transition:opacity 1s;
    transition:opacity 1s;
}

/*Cuando el input es invÃ¡lido el popover no debe aparecer*/
.form .form-section .form-control-group.invalid .form-control ~ .popover.popover-info,
.form .form-section .form-control-group .form-control.invalid ~ .popover.popover-info{
    display: none;
}

.form-section-content .form-control-group:first-child .popover{
    top: 120%;
}

.form-section-content .form-control-group:first-child .popover::before {
    top: -0.3125rem;
}

.form .form-section .form-control-group:hover  .popover,
.form .form-section .form-control-group .form-control:focus ~ .popover{
    opacity: 1;
    visibility: visible;
}

@media all and (min-width:700px){
    .form .form-section .form-control-group .form-control-setradiobuttons:hover + .popover,
    .form .form-section .form-control-group .form-control:hover ~ .popover{
        opacity: 1;
        visibility: visible;
    }
}

.form .form-section + .form-footer{
    width: 100%;
    padding: 1rem;
}

.form .form-section + .form-footer .suggestion{
    float:left;
}

.form .form-section + .form-footer .form-actions{
    text-align: center;
 }

@media all and (min-width:700px){
    .form .form-section + .form-footer .form-actions{
        float: right;
    }
}

.form .form-section + .form-footer .form-actions *{
    padding:10px;
    line-height: 1.227;
    border-radius: 6px;
    color: #fff;
    background-color: #ceac45;
    border:none;
    outline: none;
    margin:0 5px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
    transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

.form .form-section + .form-footer .form-actions input[disabled]{
    cursor:not-allowed;
    background-color: #34495e;
    border-color: #34495e;
}

.form .form-section + .form-footer .form-actions input:not([disabled]):hover{
    background-color: #0A5959;
    border-color: #0A5959;
    color: #fff;
}





/*
    Encabezado 
    =============================
*/

.portal-header{
    height: 64px;
    max-height: 10%;
    padding: .5rem;
    letter-spacing: -0.25rem;
    background-color: #fff;
    position: relative;
    margin: 0 !important;
}

.portal-header.fixed-to-top{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    max-height: 10%;
    z-index: 99;
}

.portal-header.fixed-to-top + *{
    max-height: 10% !important;
    margin-top: 70px;
}

.portal-header::after{
    content:"";
    position: absolute;
    top: 100%;
    left: 0;right: 0;
    height: 1rem;
    max-height: 10%;
    z-index: 99;
    background:linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0));
}

/*Para cabecera con sombra, se debe aÃ±adir clase .shadow*/
.portal-header.shadow::before,
.portal-header.shadow::after{
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    height:0px;
}

.portal-header.shadow::before{
    top: 0;
    box-shadow: 0 0 4px 3px rgba(0,0,0,.5);
}
.portal-header.shadow::after{
    bottom: 0;
    box-shadow: rgba(0,0,0,.5) 0 0 4px 1px ;
}

.portal-header > *,
.portal-header .logos > *,
.portal-header .actions > *{
    vertical-align: top;
    margin:0 -0.3em 0 0;
    padding: 0;
    height: 100%;
    font-weight: bold;
    letter-spacing: normal;
}

.portal-header > *,
.portal-header .logos > *{
    display: inline;
}

.portal-header .logos div:nth-child(2){
    margin-left: .5rem;
}

.portal-header .actions > *{
    display: inline-block;
}


/*Logos*/
.portal-header .logos{
    overflow: hidden;
}


.portal-header .logos div:first-child{
    max-width: 330px;
    height:100%
}

.portal-header .logos .alternatives{
    height: 100%;
    display:none;
}

@media all and (min-width:325px){
    .portal-header .logos .alternatives{
        display: inline;
    }
 
}

.portal-header .logos .logo{
    display: inline !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition:all .5s;
    height:100%;
    
}

.portal-header .logos .logo > img{
    height: 90% !important;
    width: auto !important;
    display: inline-block !important;
}



@media all and (max-width:500px){
    
    .portal-header{
        max-height: 10%;
        height: 65px;
    }

   
}


.portal-header .logos .logo.hide{
    display: none;
}

.portal-header .logos .logo:hover{
    -webkit-transform: rotateY(15deg);
    -moz-transform: rotateY(15deg);
    transform: rotateY(15deg);
}


/*Menú de acciones*/
.portal-header .actions{
    text-align: right;
    float: right;
    padding-right: 1rem;
}

.portal-header .actions .action {
    height: 100%;
    text-align: center;
    border-radius: 8px;
}


.portal-header .actions .action.active .imgContainer > img{
    box-shadow: rgba(0, 128, 128, 0.76) 0px 0px 3px 3px; 
}

@media all and (min-width:800px){
    
    .portal-header .actions .action{
        position: relative;
    }
    
}

.portal-header .actions .action:not(:last-child){
    margin-right: 5px;
}


.portal-header .dropDownBox{
    top:100%;right: 0;
    width: 100vw;
    z-index: 99;
}

@media all and (min-width:800px){
    
    .portal-header .dropDownBox{
        top: 170%;
    }
}





/*
    Iconos y figuras
    ===========
*/

.figure{
    text-align: center;
    padding: 10px; 
}

.figure figcaption{
    font-size:1rem;
}


@media all and (min-width:800px){
    
    .figure{
        height: 70px;
        padding: 10px; 
    }
    
    .figure figcaption{
        font-size: .9rem;
    }
    
    
}

.figure:hover{
    outline: 1px solid #004080;
    box-shadow: #004080 0px 0px 5px inset;
}

.figure .icon,
.figure figcaption{
    display: block;
    width: auto;
    margin:0 auto;
}


.figure figcaption{
    padding-top: 5px;
    font-weight: bold;
    height: 30%;
}

.icon{
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    
}

.icon.small{
    height: 35px;
}

.icon.rounded{
    border-radius: 50%;
}

/*

    Listas
    =============
    
*/

.list{
    width:100%;
    height: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    letter-spacing: -0.35em;
    position: relative;
    overflow: hidden;
}

.list.list-width-auto{
    width: auto;
}

.list.x-padding{
    padding: 0 25px;
}

.list.y-padding{
    padding: 0% 0;
}


.list.scroll{
    overflow: auto;
}

.list .item{
    letter-spacing: normal;
}

/*VersiÃ³n Horizontal*/
.list.horizontal > .item{
    display: inline-block;
    vertical-align: top;
    height: 100%;
    position: relative;
}

.list.horizontal > .item.padding{
    padding:0rem 0.5rem;
}

.list.horizontal.divisor > .item:not(:last-child)::after{
    content: '';
    position: absolute;
    right: 0;top: 10%;bottom: 10%;
    width: 1px;background-color: #fff;
}


.list.horizontal.separate .item{
    margin-top: 0%;
}

.list.horizontal.separate .item:not(:last-child){
    margin-right: 2%;
    
}



.list .item .link{
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 1.2rem;
    cursor: pointer;
    color: inherit;
    outline: none;
    text-decoration: none;
    transition: 1s;
}

.list .item .link:active{
    box-shadow: #fff 0px 0px 10px inset;
}

.list .item .link:hover,
.list .item .link:active{
    text-shadow: #fff 0px 0px 10px;
}

/*

    Drop Down Boxes
    =================================
    Cajas desplegables.

*/

.dropDownBox{
    position: absolute;
    padding:0;
    min-height: 200px;
    background-color: #fff;
    border-radius: 8px;
    display: none;
    z-index: 70;
}

.dropDownBox.active{
    display: block;
}

.dropDownBox.shadow{
    box-shadow: rgba(0,0,0,.4) 3px 3px 4px 3px;
}

.dropDownBox.border{
    border: 1px solid #D8D8D8;
}



@media all and (min-width:500px){
    
    /*Pico*/

    .dropDownBox.peak::before{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: -19px;
        border-bottom: 20px solid #fff; 
    }

    .dropDownBox.border.peak::before{
        border-bottom-color: #D8D8D8;
    }

    .dropDownBox.peak-upper::before{
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
    }

    .dropDownBox.peak-bottom_right::before{
        border-left: 30px solid transparent;	
    }

    .dropDownBox.peak-left::before{
        left: 3%;
    }

    .dropDownBox.peak-right::before{
        right:0%;
    }
    
    .dropDownBox.x-verysmall{
        width: 350px !important;
    }

    .dropDownBox.x-small{
        width: 400px !important;
    }

    .dropDownBox.x-normal{
        width: 90vw !important;
    }

    
}



/*TÃ­tulo*/

.dropDownBox .dropDownBox_title{
    text-align: left;
    margin: 0;
    padding:10px;
    font-size: 2rem;
    font-weight: bold;
    color: #ceac45;
}

.dropDownBox .dropDownBox_text{
    padding: 0 1.5rem;
}
    
    
    
 

.dropDownBox .list{
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}


.overlay{
    position: fixed;
    top: 0;left: 0;right: 0;bottom: 0;
    z-index: 99;
    background-color: rgba(0,0,0,.4);
}


.overlay-content{
    position: absolute;
    min-width: calc(360px + 3rem);
    border-radius: 8px;
    top: 50%;left: 50%;
    -webkit-transform:translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    box-shadow: #000 5px 5px 10px 2px;
    padding: 1.5rem 2.5%;
    display:-webkit-flex;
    display:flex;
    flex-direction:column;
    
}

.overlay-content > *{
    flex:1 1 auto;
}

.overlay-content.small{
    width:40%;
    height: 50%;
    min-height: 500px;
}

.overlay-content.large{
    width:80%;
    /*modidicado de 90% a auto*/
    height: 88%;
    /*min-height: 700px;*/
}

.overlay-content .overlay-content-nav{
    padding: 0.1rem;
    height: 25px;
}

.overlay-content .overlay-content-nav .title{
    float:left;
    max-width: 80%;
}

.overlay-content .overlay-content-nav > .overlay-close{
    float:right;
    /*modificado de 2.5 a 2*/
    height: 2rem;
}

.overlay-content .overlay-content-nav > .search-form,
.overlay-content .overlay-content-nav > .alert{
    float: right;
}


.overlay-content .overlay-content-body{
    display: -webkit-flex;
    display: flex;
    height: calc(100% - 70px);
    justify-content:space-around;
    align-items:flex-start;
    flex-wrap:wrap;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0.5rem;
    position: relative;
    width: 100%;
   
}

.overlay-loader{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    margin: auto;

}

/*Fichas de Webs*/
.fullwebtab{
    width:80%;
    min-width: 270px;
    height: 330px;
    border-radius: 8px;
    box-shadow:#C0C0C0 0px 0px 5px 1px;
    overflow: hidden;
    margin: .5rem; 
}

@media all and (min-width:600px){
    
    .fullwebtab{
        width: 36%;
    }
}

.fullwebtab .background-photo{
    position: relative;
    border-bottom: 2px solid #ceac45;
    height: 90px;
}

.fullwebtab .front-photo{
    position: absolute;
    /*No tocar estas medidas*/
    width: 80px;height: 80px;
    left: 5%;bottom:-45px;
    outline: #fff 3px solid;
    border-radius: 3px;
    border: 2px solid #ceac45;
    box-shadow:#C0C0C0 0px 0px 5px 3px;
    background-color: #ceac45;
}


.fullwebtab .background-photo,
.fullwebtab .front-photo,
.thumbnailwebtab .front-photo{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}


.fullwebtab .ficha-web-body{
    position: relative;
    height: 70%;
    padding-top: 70px;
}

.fullwebtab .ficha-web-body .ficha-web-options{
    position: absolute;
    top: 0;right: 0;
    margin: .6rem;
}

.fullwebtab .ficha-web-body .ficha-web-options > .btn:not(:first-child){
    margin-left: .5rem;
}

.fullwebtab .ficha-web-body .ficha-web-title{
    clear: right;
    color: #ceac45;
    text-align: center;
    /*text-transform: capitalize;*/
    font-size: 1.1rem;
}


.fullwebtab .ficha-web-body .ficha-web-title{
    padding:.25rem 1rem;
    margin: 0;
}

.fullwebtab .ficha-web-body .ficha-web-slogan{
    display: inline-block;
    padding: .5rem 1rem;
    color: #ceac45;
    margin: 0;
    text-align: center;
    font-weight: normal;
}


.fullwebtab .ficha-web-body .ficha-web-slogan::before {
    content: open-quote;
}

.fullwebtab .ficha-web-body .ficha-web-slogan::after {
    content: close-quote;
}

.fullwebtab .ficha-web-body .ficha-web-info{
    text-align: center;
    padding: .1rem .5rem;
}

.fullwebtab .ficha-web-body .ficha-web-info > li{
    display: inline-block;
    vertical-align: middle;
    color:#ceac45;
    font-size:1.7rem;
    padding: 0 1.5rem;
}

.fullwebtab .ficha-web-body .ficha-web-info > li:not(:first-child){
    border-left: 2px solid #ceac45;
}

.thumbnailwebtab{
    height: 45px;
    -webkit-transition:all .5s;
    transition:all .5s;
    position: relative;
}

.thumbnailwebtab:hover{
    background-color: #ceac45;
}

.thumbnailwebtab:hover a{
    color: #fff;
    text-shadow: #fff 0px 0px 5px;
}

.thumbnailwebtab:not(:last-child){
    margin-bottom: 5px;
}

.thumbnailwebtab > a{
   display: block;
   height: 100%;
   padding: 7px 15px 6px 10px;
}

.thumbnailwebtab > a > *{
    display: inline-block;
    vertical-align: top;
    height: 100%;
}
.thumbnailwebtab .front-photo{
    width: 20%;
    border:#ceac45 1px solid;
    border-radius: 8px;
}

.thumbnailwebtab .webtab-title{
    width: 80%;
    line-height: 32px;
    text-align: left;
    padding-left: 1.5rem;
    letter-spacing: normal;
}

/*
  Profile Card
  ==============
  DESC:Ficha para representar perfil de un usuarios.
*/

.profileCard{
  background-color: #fff;
  position: relative;
  z-index: 99;
  overflow: hidden;
  border-radius: 8px;
  min-width: 400px;
}

/*Foto de Fondo*/
.profileCard .profileCard-bg {
  display: block;
  height: 95px;
  border-bottom: 1px solid #ceac45;
  border-radius: 4px 4px 0 0;
  background-size: 100%;
  background-position: 0 50%;
  -webkit-filter: blur(2px) sepia(1);
   filter: blur(2px) sepia(1);
}

.profileCard .profileCard-content {
  position: relative;
  margin-top: -45px;
  overflow: visible;
}

.profileCard .profileCard-content > .profileCard-avatar,
.profileCard .profileCard-content .profileCard-userFields{
    float: left;

}

.profileCard .profileCard-content > .profileCard-avatar{
    display: none;
}

@media all and (min-width:400px){
    .profileCard .profileCard-content .profileCard-avatar{
        display: block;
        background-color: #fff;
        border-radius: 6px;
        padding: 3px;
        position: relative;
        vertical-align: bottom;
        z-index: 1;
        margin:0 0 20px 15px;
    }

    .profileCard .profileCard-content .profileCard-avatar img {
        border-radius: 5px;
        display: block;
        height: 90px;
        width: auto;
    }
    
    .profileCard .profileCard-content .profileCard-userFields{
        width: auto !important;
    }
}


.profileCard .profileCard-content  .profileCard-actions {
  clear: left;
  height: 50px;
  line-height: 50px;
  background-color: #B7C3BF;
  text-align: center;
}

.profileCard .profileCard-content .profileCard-userFields {
  width:100%;
  color: #ceac45;
  margin-top: 30px;
}

.profileCard .profileCard-name {
  line-height: 1.3;
  margin-top: -2px;
  color: #fff;
  text-align: center;
  margin:-15px 0 1rem 1rem;
  text-shadow: #fff 2px 2px 3px;
  font-size: 1rem !important;
}

.profileCard .profileCard-content .profileCard-webs{
    margin-bottom: 20px;
}

.profileCard .profileCard-content .profileCard-webs .container-webs{
    width:100%;
    max-height: 330px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0 1rem;
    clear:left;
}

@media all and (min-width:500px){
    .profileCard .profileCard-content .profileCard-webs .container-webs{
        width: 95%;
        margin: 0 auto;
    }
}

.profileCard .profileCard-content .profileCard-webs table{
    width:100%;
    table-layout: fixed;
    font-size: .9rem;
    border-collapse: collapse;
    /*margin-left: 50px;*/
}

@media all and (min-width:400px){
    .profileCard .profileCard-content .profileCard-webs table{
        table-layout: auto;
        width: 80%;
        margin: 0 auto;
    }
}

@media all and (min-width:500px){
    .profileCard .profileCard-content .profileCard-webs table{
        border-collapse: separate;
        border-spacing: 5px;
    }
    
}

.profileCard .profileCard-content .profileCard-webs table th{
    font-weight: bold;
    /*text-transform: capitalize;*/
    color: #ceac45;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.profileCard .profileCard-content .profileCard-webs table th.current{
    text-shadow:#ceac45 0px 0px 10px;
    font-size: 1.2rem;
}

.profileCard .profileCard-content .profileCard-webs table th,
.profileCard .profileCard-content .profileCard-webs table tr td{
    text-align: center;
}

.profileCard .profileCard-content .profileCard-webs table tr td{
    padding:0 1rem;
    color: rgb(51, 51, 51) !important;
}

.profileCard .profileCard-content .profileCard-webs table tr td:not(:last-child){
    border-right: 1px solid #ceac45;
}

.profileCard .profileCard-desc{
  font-size: .9rem;
}

.categoryContainer{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 80%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}

.defaultCard{
  width: 30%;
  min-width: 400px;
  margin:0.7rem 0;
  height: 470px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  color: #ceac45;
  background-color: #fff;
  border: 2px solid #ceac45;
}


.defaultCard .defaultCardHeader{
    font-weight: normal;
    overflow: hidden;
    border-bottom: 1px solid #ceac45;
}

.defaultCard .defaultCardHeader > *{
    padding: 1rem 0;
}

.defaultCard .defaultCardHeader h2{
    margin:0;
    font-size: 1.1rem;
    text-align: center;
}

.defaultCard .defaultCardPreview{
    width: 100%;
    padding: 1rem .8rem;
    font-size: 1.2rem;
}

.defaultCard .defaultCardPreview ul{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.defaultCard .defaultCardFooter{
    position: absolute;
    width: 100%;
    bottom: 0;left: 0;
    background-color: #B7C3BF;
    text-align: right;
    padding:.5rem;
}

.container-header{
    margin: 20px auto;
    overflow: hidden;
    text-align: center;
}

.container-header > *{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}


.container-header > *:not(:first-child){
    margin-left: 5px;
}

.container-header .btn{
    margin-right: .5rem;
    margin-bottom: .4rem;
}

.webComponentsContainer{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 0 1rem;
}

#pagesContainer{
    height: calc(100% - 150px);
}

.webComponentsContainer .webComponentCard{
    width:430px;
    height: 300px;
    margin:.5rem 0;
    border-radius: 8px;
    background-color: #fff;
    overflow: hidden;
    border:4px solid;
    position:relative;
}


.webComponentsContainer .webComponentCard.visibilidad0{
    border-color:#B0C4DE;
}

.webComponentsContainer .webComponentCard.visibilidad20{
    border-color:#00BFFF;
}

.webComponentsContainer .webComponentCard.visibilidad10{
    border-color:#FFD700;
}

.webComponentsContainer .webComponentCard.visibilidad15{
    border-color:#ceac45;
}

.webComponentsContainer .webComponentCard .webComponentCardHeader{
    height: 20%;
    font-weight: bold;
    color: #ceac45;
    position: relative;
    border-bottom: 1px solid #ceac45;
    padding:0 .5rem;
}

.webComponentsContainer .webComponentCard .webComponentCardHeader > *{
    margin: 5px
}

.webComponentsContainer .webComponentCard .webComponentCardHeader h2{
    float: left;
    font-size: 1.1rem;
    height: 50px;
    line-height: 50px;
    max-width: 45%;
}

.webComponentsContainer .webComponentCard .webComponentCardHeader .select{
    float: right;
    
}

.webComponentsContainer .webComponentCard .webComponentCardContent{
    width: 100%;
    height: 60%;
    color:#ceac45;
    padding: 1rem;
    text-align: center;
}

.webComponentsContainer .webComponentCard .webComponentCardContent > *{
    margin-top: 1rem;
}

.webComponentsContainer .webComponentCard .webComponentCardFooter{
    height: 20%;
    background-color: #B7C3BF;
    text-align: right;
    padding: .5rem .2rem;
}

.webComponentsContainer .webComponentCard .webComponentCardFooter > *{
    display: inline-block;
    vertical-align: middle;
}

.webComponentsContainer .webComponentCard .webComponentCardFooter .notices{
    color: #ceac45;
    font-size: .9rem;
    padding: .3rem;
}

.webComponentsContainer .webComponentCard .webComponentCardFooter .notices > *{
    vertical-align: middle;
}



/*
  
  Cuadros de Ayuda y Mensajes de ConfirmaciÃ³n
  ===========================================
*/

.help{
  margin:5px 0;
  color: #fff;
  font-weight: bold;
  border-left: 7px solid #ceac45;
  background-color: rgba(0, 128, 128, 0.6);
  width: 0px;
  font-size: 1.1rem;
  max-width: 650px;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding-left: .25rem;
  -webkit-transition:width .7s ease-in ,text-shadow .3s linear .8s;
    transition:width .7s ease-in,text-shadow .3s linear .8s;
}

.help.y-small{
  height: 30px;
  min-height: 30px;
  max-height: 30px;
  line-height: 30px;
}

.help.y-normal{
  height: 60px;
  min-height: 60px;
  max-height: 60px;
  line-height: 60px;
}

.help.y-large{
  height: 90px;
  min-height: 90px;
  max-height: 90px;
  line-height: 90px;
}

/*Cuadro de ayuda activado.*/
.help.active{
    width: 90%;
    text-shadow: #fff 0px 0px 10px;
}

.alert {
    padding: .8rem;
    margin:.6rem auto;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 90%;
}

.alert.align-center{
    text-align: center;
}


.alert-success {
    color: #3C763D;
    background-color: #DFF0D8;
    border-color: #D6E9C6;
}

.alert-danger {
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
}

.alert-warning {
    color: #8A6D3B;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
}

.alert-info {
    color: #31708F;
    background-color: #D9EDF7;
    border-color: #BCE8F1;
}


.suggestion{
    color:#ceac45;
    font-size: .9rem;
    font-weight: bold;
}


.popover {
    display: table;
    width: 7.5rem;
    min-height: 3.5rem !important;
    position: relative;
    color:#fff;
    margin:0;
    /*añadido margin-top*/
    margin-top: 40px;
    padding: .7rem 0;
}

@media all and (min-width:700px){
    
    .popover{
        width: 12.5rem;
    }
    
}

.popover::before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    display: block;
    position: absolute;
    background-color: inherit;
    bottom: -0.3125rem;
    left: 50%;
    transform: rotate(45deg);
}

.popover .popover-content{
    display: table-cell;
    vertical-align: middle;
    padding: 0 .9rem;
}

.popover.popover-info{
    background-color: #ceac45;
    box-shadow: #ceac45 0px 0px 10px;
}

.popover.popover-error{
    background-color: #E74C3C;
    box-shadow: #E74C3C 0px 0px 10px;
}



/* Estilo collapsible*/

.collapsible{
    padding: .5rem;
    max-height:700px;
    overflow: hidden;
    -webkit-transition:max-height .9s;
    transition:max-height .9s;
}

.collapsible.collapsed{
    max-height:0;
    
}


/*
  
  SELECT
  ===========
*/

.select{
  height: 46px;
  padding: 0;
  border-radius: 9px;
  cursor: pointer;
  color: #fff !important;
  border: 2px solid #fff;
  position: relative;
  font-size: 1rem;
}

.select.small{
    width:140px;
}

.select.normal{
    width: 170px;    
}

.select.large{
    width: 200px;
}

.select-choice {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px 39px 10px 15px;
  font-weight: 400;
  line-height: 1.4;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
  transition: border .25s linear,color .25s linear,background-color .25s linear;
}


.select-arrow {
  position: absolute;
  border-top-color: #fff;
  top: 40%;
  right: 20px;
  display: inline-block;
  border-color: #fff transparent;
  border-style: solid;
  border-width: 8px 6px;
  border-bottom-style: none;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}

.select-options{
  position: absolute;
  top: 50px;
  left: 0; right: 0;
  border-radius: 10px;
  overflow: hidden;
  display:none;
  z-index: 90;
  border: 1px solid #fff;
}

.select-options .option{
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  border-bottom: 1px solid #fff;
  -webkit-transition:background-color .3s;
    -moz-transition:background-color .3s;
      transition:background-color .3s;
}

.select-options .option:hover{
  cursor: pointer;
}


/*Skins*/

.select.visibilidad0,
.select.visibilidad0 .select-options{
    background-color: #B0C4DE;
}

.select.visibilidad0 .select-options .option:hover{
    background-color: #A0AAB6;
}

.select.visibilidad20,
.select.visibilidad20 .select-options{
    background-color: #00BFFF;
}

.select.visibilidad20 .select-options .option:hover{
    background-color: #0F9AC8;
}

.select.visibilidad15,
.select.visibilidad15 .select-options{
    background-color: #ceac45;
}

.select.visibilidad15 .select-options .option:hover{
    background-color: #0A4F4F;
}

.select.visibilidad10,
.select.visibilidad10 .select-options{
    background-color: #FFD700;
}

.select.visibilidad10 .select-options .option:hover{
    background-color: #C8AA09;
}

/*
    
    Estilos Notificaciones
    ===========================

*/

.activity-item i {
    float: left;
    margin-top: 3px;
    font-size: 16px;
}

div.activity {
    margin-left: 28px;
}

div.activity-item {
    padding: 7px 12px;
}

#notification-list div.activity-item {
    border-top: 1px solid #f5f5f5;
}

#notification-list div.activity-item a {
    font-weight: 600;
}

div.activity span {
    display: block;
    color: #999;
    font-size: 11px;
    line-height: 16px;
}

#notifications i.fa {
    font-size: 17px;
}

.noty_type_error * {
    font-weight: normal !important;
}

.noty_type_error a {
    font-weight: bold !important;
}

.noty_bar.noty_type_error a, .noty_bar.noty_type_error i {
    color: #fff
}

.noty_bar.noty_type_information a {
    color: #fff;
    font-weight: bold;
}

.noty_type_error div.activity span
{
    color: #fff
}

.noty_type_information div.activity span
{
    color: #fefefe
}

/*Estilos para lista de web*/
.web-list{
    margin: 0;
    width: 100%;
}

.web-list li{
    padding: 1rem .5rem;
    background-color: #ceac45;
    -webkit-transition:all .5s;
    transition:all .5s;
}

.web-list li:not(:last-child){
    border-bottom: 1px solid #fff;
}

.web-list li:hover{
    background-color: #0B4848;
}

.web-list li a{
    display: block;
    color: #fff;
    font-size: 1.3rem;
    -webkit-transition:all .8s;
    transition:all .8s;
}

.web-list li:hover a{
    text-indent: 1rem;
}

/*
    Estilo Preguntas y Respuestas
    =================================
*/

.question-list{
    width: 85%;
    margin: 0 auto;
}

.question-item{
    min-height: 180px;
    padding: 0 .2rem;
    overflow: hidden;
    color: #ceac45;
}

.question-item:not(:last-child){
    border-bottom: 1px solid #ccc;
}

.question-item .question-header .item{
    display: inline-block;
    vertical-align: middle;
    width: 33.33%;
    padding: .6rem;
}

.question-item .question-header .item.hight{
    background-color: #886611;
}


.question-item .question-header .item.hight span{
    color: #fff;
}

.question-item .question-header .item span{
    display: block;
    text-align: center;
    color: #886611;
    
}

.question-item .question-body .question-title,
.question-item .question-body .question-author .question-author-name{
    color: #886611;
    font-weight: bold;
}

/*.question-item .question-body .question-resume{
    color: #ceac45;
}*/

.question-item .question-body .question-body-footer{
    margin: .5rem 0;
}

.question-item .question-body .question-body-footer > *{
    max-width: 300px;
    margin: .9rem auto;
}

@media all and (min-width:750px){
    
    .question-item .question-body .question-body-footer{
        letter-spacing: -0.5rem;
    }
    
    .question-item .question-body .question-body-footer > *{
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        letter-spacing: normal;
    }
    
}

.question-item .question-body .question-body-footer .question-tags{
    padding: .5rem .2rem;
}

.question-item .question-body .question-body-footer .question-tags .question-tag{
    padding: .6rem;
    font-size: .8rem;
    border-radius: 8px;
    text-align: center;
    background-color: #ceac45;
    color: #fff;
    cursor: pointer;
    -webkit-trasition:all .5s;
    transition: all .5s;
}

.question-item .question-body .question-body-footer .question-tags .question-tag:hover{
    background-color: #886611;
}

.question-item .question-body .question-body-footer .question-tags .question-tag:not(:last-child){
    margin-right: .5rem;
}

.question-item .question-body .question-author p{
    margin: 0;
    padding: .2rem .5rem;
}

.question-item .question-body .question-author .question-author-img{
    border-radius: 8px;
    border:1px solid #ceac45;
    float: left;
}


@media all and (min-width:780px){
    
    .question-item > *{
        float: left;
        height: 100%;
    }
    
    .question-item .question-header{
        width: 15%;
    }
    
    .question-item .question-header .item{
        display: block;
        width: 100%;
        height: 33.33%;
        padding: .7rem 0;
    }
    
    .question-item .question-body{
        width: 85%;
        padding: 0 .7rem;
    }
    
}

.card-container{
    max-height: 320px;
    overflow-x: hidden;
    overflow-y: auto;
}

.user-images-container{
    -moz-column-count: 3;
    -moz-column-gap: 5px;
        -webkit-column-count: 3;
        -webkit-column-gap: 5px;
            column-count: 3;
            column-gap: 5px;
}

.user-image{
    display: inline-block;
    -moz-column-break-inside:avoid;
    -webkit-column-break-inside:avoid;
    -column-break-inside:avoid;
    position: relative;
    border-radius: 5px;
    border: 1px solid #ceac45;
    overflow: hidden;
    margin: 5px 1%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    background: -webkit-linear-gradient(-45deg, #1D6774 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #1D6774 0%,#cc6055 100%);
}

.user-image img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.user-image:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}

.user-image figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.user-image figcaption::before,
.user-image figcaption::after {
    pointer-events: none;
}

.user-image figcaption,
.user-image figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.user-image h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

.user-image h2 span {
    font-weight: 800;
}

.user-image h2,
.user-image p {
    margin: 0;
}

.user-image p {
    position: absolute;
    bottom: 0;left: 0;
    margin: 20px;
    padding: 30px;
    letter-spacing: 1px;
    font-size: 68.5%;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

.user-image img,
.user-image p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.user-image:hover h2,
.user-image:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/* Header Perfil */

.header-perfil{
    width: 100%;
    height: 350px;
    max-height: 350px;
    position: relative;
    padding-top: 1px;
    background-color: #ceac45;
}

.header-perfil .header-perfil-bg ,
.header-perfil .header-perfil-content{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
}

.header-perfil .header-perfil-bg{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header-perfil .header-perfil-bg.header-perfil-bg-filter{
    -webkit-filter: blur(4px) sepia(1);
    filter: blur(4px) sepia(1);
}

.header-perfil .header-perfil-content .header-perfil-avatar{
    position: relative;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #ceac45;
    box-shadow: #fff 0px 0px 10px 1px;
    height:100px;width: 100px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ceac45;
}

.header-perfil .header-perfil-content .header-perfil-avatar img{
    width: 100%;height: 100%;
}

.header-perfil .header-perfil-content .user-social-links{
    position: absolute;
    top: 50%;left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.header-perfil .header-perfil-content  .user-social-links .btn{
    margin:.5rem;
}

.header-perfil .header-perfil-content  .user-header-profile-displayname{
    position: absolute;
    bottom: 0;left: 25%;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 4px 4px 5px #000, -4px -4px 5px #000, 4px -4px 5px #000, -4px 4px 5px #000;  
    padding: 1rem .7rem 0;
}

.header-perfil .header-perfil-content .user-header-profile-actions{
    position: absolute;
    top:110%;left: 50%;
    min-width: 500px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 .7rem;
    text-align: center;
}

.header-perfil .header-perfil-content .user-header-profile-actions .btn{
    margin:0.3rem .6rem;
}

.header-perfil.header-perfil-content + *{
    margin-top: 10rem;
}

@media all and (min-width:950px){
    
    .header-perfil .header-perfil-content .header-perfil-avatar{
        position: absolute;
        left: 10%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: calc(100% - 100px);
        height:200px;width: 200px;
    }
    
    .header-perfil .header-perfil-content .user-header-profile-actions{
        top: 105%; right:0;left: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        min-width: 800px;
    }
    
    .header-perfil + *{
        margin-top:7rem;
    }
    
    
}

/* 
    Header Web
*/

.header-web{
    width: 100%;
    height: 350px;
    max-height: 350px;
    position: relative;
    padding-top: 1px;
    background-color: #ceac45;
}

.header-web .header-web-bg ,
.header-web .header-web-content{
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
}

.header-web .header-web-bg{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.header-web .header-web-bg.header-web-bg-filter{
    -webkit-filter: blur(4px) sepia(1);
    filter: blur(4px) sepia(1);
}

.header-web .header-web-content .header-web-avatar{
    position: relative;
    top: 5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 2px solid #ceac45;
    box-shadow: #fff 0px 0px 10px 1px;
    height:100px;
    width: 100px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #ceac45;
}

.header-web .header-web-content .header-web-avatar-movil{
    position: relative;
    top: 10px;
    left: 15%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*border: 2px solid #ceac45;*/
    box-shadow: #fff 0px 0px 10px 1px;
    height:50px;
    max-width:75px;
    width: auto;
    border-radius: 12px;
    /*overflow: hidden;
    //background-color: #ceac45;*/
}

.header-web .header-web-content .header-web-avatar img{
    width: 100%;
    height: 100%;
}

.header-web .header-web-content .header-web-avatar-movil img{
    width: auto;
    height: 100%;
}

.header-web .header-web-content .user-social-links{
    position: absolute;
    top: 50%;left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

.header-web .header-web-content  .user-social-links .btn{
    margin:.5rem;
}

.header-web .header-web-content  .user-header-profile-displayname{
    position: absolute;
    bottom: 0;left: 30%;
    font-size: 2.5rem;
    color: #fff;
    text-shadow: 4px 4px 5px #000, -4px -4px 5px #000, 4px -4px 5px #000, -4px 4px 5px #000;  
    padding: 1rem .7rem 0;
}

.header-web .header-web-content .user-header-profile-actions{
    position: absolute;
    top:110%;left: 50%;
    min-width: 500px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 .7rem;
    text-align: center;
}

.header-web .header-web-content .user-header-profile-actions .btn{
    margin:0.3rem .6rem;
}

.header-web .header-web-content + *{
    margin-top: 10rem;
}

@media all and (min-width:950px){
    
    .header-web .header-web-content .header-web-avatar{
        position: absolute;
        left: 10%;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        top: calc(100% - 100px);
        height:200px;width: 200px;
    }
    
    .header-web .header-web-content .user-header-profile-actions{
        top: 105%; right:0;left: auto;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        min-width: 800px;
    }
    
    .header-web + *{
        margin-top:7rem;
    }
    
    
}



/*

    5 - Animaciones
    ======================

*/


/*
    
    AnimaciÃ³n Show
    **********************

*/

@-webkit-keyframes show {
    0% {top: 105%; -webkit-transform: scale(1); opacity: .3;}
    50% {opacity: .6;}
}

@-moz-keyframes show {
    0% {top: 105%; -moz-transform:scale(1); opacity: .3;}
    50% {opacity: .6;}
}

@keyframes show {
    0% {top: 105%; transform: scale(1); opacity: .3;}
    50% {opacity: .6;}
}

/*
    
    AnimaciÃ³n Follow
    ***********************

*/

@-webkit-keyframes follow {
    0% {-webkit-transform: translateX(0) rotateX(0deg);}
    50% {-webkit-transform: translateX(5px) rotateX(180deg);}
    100% {-webkit-transform: translateX(0) rotateX(360deg);}
}

@-moz-keyframes follow {
    0% {-moz-transform: translateX(0) rotateX(0deg);}
    50% {-moz-transform: translateX(5px) rotateX(180deg);}
    100% {-moz-transform: translateX(0) rotateX(360deg);}
}

@keyframes follow {
    0% {transform: translateX(0) rotateX(0deg);}
    50% {transform: translateX(5px) rotateX(180deg);}
    100% {transform: translateX(0) rotateX(360deg);}
}

.animate{
    animation-duration: 2s;
    animation-iteration-count: 1;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration:1s;
}


@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-duration: 1s;
  animation-duration:1s;
}

#2{
   float:right; 
}


