/*######################### Fuentes ###################################3*/


/*@font-face {
  font-family: 'ITCAvantGardeGothicStdBold';
  src: url('../fonts/itcavantgardestd-bold-webfont.woff');
  font-weight: normal;
  font-style: normal;
  -webkit-text-stroke: 25px;
  -webkit-font-smoothing: none;
}

@font-face {
  font-family: 'ITCAvantGardeGothicStdDemi';
  src: url('../fonts/itcavantgardestd-demi-webfont.woff');
  font-weight: normal;
  font-style: normal;
  -webkit-text-stroke: 25px;
  -webkit-font-smoothing: none;
}

@font-face {
  font-family:'ITCAvantGardeGothicStdBook';
  src: url('../fonts/itcavantgardestd-bk-webfont.woff');
  font-weight: normal;
  font-style: normal;
}



html{
    font-family: 'ITCAvantGardeGothicStdBook';
}*/



/* cmn-fixed, cmn-popup, cmn-banner */
.cmn-fixed, .cmn-banner, .cmn-popup, .cmn-fixed *, .cmn-banner *, .cmn-popup, .cmn-modal, .cmn-modal *, .cmn-inline, .cmn-inline *{
  box-sizing: border-box;
}

/*Inicializamos parrafo para no pisarlo*/

.cmn-fixed p, .cmn-banner p, .cmn-popup p, .cmn-modal p, .cmn-inline p{
    margin: 1em 0;
    font-family: 'ITCAvantGardeGothicStdBook';
}


/** CMN FIXED & Banner**/
.cmn-fixed {
  width:240px;
  border-radius:5px;
}
.cmn-fixed__text{
  text-align: center;
  color: #333;
  font-size: 14px;
  display: block;
  margin-bottom:10px;
}
.cmn-fixed__text--highlight{
  color:#ed8415;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;

}

.cmn-fixed-header, .cmn-popup-header, a.cmn-banner{
  font-family:'ITCAvantGardeGothicStdBook';
  background-color: #ed8415;
  min-height: 50px;
  color:white;
  display:block;
  line-height: 50px;
  padding: 0 15px;
  width: 100%;
  font-weight: bold;
  position:relative;
  font-size: 14px;
}
.cmn-fixed-header, .cmn-popup-header {
  border-radius: 5px 5px 0 0 ;
}
a.cmn-banner{
  border-radius: 5px;
}
.cmn-fixed-body, .cmn-popup-body{
  background-color:white;
  border: 1px solid #d1d1d1;
  width: 100%;
  padding: 15px;
  position:relative;
  border-radius: 0 0 5px 5px;
}

/**** CMN inline ***/
.cmn-inline{
  padding:15px;
  display: inline-block;
}

.cmn-inline-body .cmn-input, .cmn-inline-body .cmn-btn{
  display: inline-block;
  width: 200px;
}
.cmn-inline-body .cmn-input{
  margin-right: 5px;
  margin-bottom:  0;
}

/*** CMN Inline reverse ***/
.cmn-inline.cmn--reverse .cmn-inline-body  .cmn-input{
  margin-right: 0;
  margin-bottom: 0;
}
.cmn-inline.cmn--reverse .cmn-inline-body  .cmn-btn{
  margin-right: 5px;
}

/****** CMN inline short ****/
.cmn-inline.cmn--short .cmn-inline-body .cmn-btn{
  width:auto;
  padding: 0 10px;
  text-align: center;
}

/*** CMN Popup ***/
.cmn-popup {
  max-width: 340px;
    width: 100%;
}
.cmn-popup-body{
  height: 120px;
}
.cmn-popup-btngroup{
  width:220px;
}
.cmn-popup-arrow{
  font-family: 'FontAwesome';
  position:absolute;
  right:15px;
  top:0;
  cursor:pointer;
  color:white;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
}
  .cmn-popup-arrow:before{
  content:'\f078'
  }

  .cmn-popup-arrow:hover{
   transform: scale(1.4);
   -webkit-transform: scale(1.4);
}
  .cmn-popup-arrow:active{
   transform: scale(1);
   -webkit-transform: scale(1);
   transition: none;
  -webkit-transition: none;
}
.cmn-popup-body .cmn-img{
  position:absolute;
  bottom: 0;
  right:-25px;
  width: 150px;
  height: auto;
}

.cmn-popup.cmn-close .cmn-popup-body{
  display:none;
}
.cmn-popup.cmn-close .cmn-popup-arrow:before{
  content:'\f077';
}

a.cmn-banner, .cmn-popup-header .cmn-popup-arrow{
  cursor:pointer;

}

/* CMN inside img*/

.cmn-fixed-header .cmn-img{
  position:absolute;
  bottom:0;
  height:60px;
  width:auto;
  right:0;
}
a.cmn-banner .cmn-img {
  position:absolute;
  bottom:0;
  height:75px;
  width:auto;
  right:20px;
}

.cmn-btn{
  font-family:'ITCAvantGardeGothicStdBook';
    /*width:100%;*/
  height:30px;
  border-radius:4px;
  padding:0 15px;
  padding-right:15px;
  color:white;
  background-color:#ed8415;
    display:inline-block;
  text-decoration:none;
  line-height: 30px;
  cursor:pointer;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  transition: 0.3s ease-out;
  -webkit-transition: 0.3s ease-out;
    white-space: nowrap;
    text-overflow: ellipsis;
      text-align: center;;
}

.cmn-fixed .cmn-btn, .cmn-popup .cmn-btn{
  display:block;
}
  .cmn-btn:after{
    /*font-family:'FontAwesome';
    content:'\f095';
    line-height: 22px;
    color:white;
    width: 22px;
    height:22px;
    /*border: 1px solid white;*/
    /*border-radius: 50%;
    position:absolute;
    right:15px;
    top:4px;
    text-align:center;*/
  }
  /* icono send */
  .cmn--send:after{
    content:'\f1d8';
    font-size:12px;
  }
  .cmn--pencil:after{
    content:'\f040';
    font-size:12px;
  }


  .cmn-btn:hover, a.cmn-banner:hover{
  background-color:#FFBC41;
  color:white;
  }


a.cmn-banner:active:before, a.cmn-banner:active, .cmn-btn:active{
  background-color: #C36400;
  color:white;
}

.cmn-input, .cmn-textarea{
  font-family:'ITCAvantGardeGothicStdBook';
  width:100%;
  display:block;
  background-color: white;
  border: 1px solid #d1d1d1;
  font-size:12px;
}
.cmn-input {
  height: 30px;
  padding:0 15px;
  text-align: center;
  border-radius: 4px;
}
.cmn-textarea{
  padding:5px 15px;
  border-radius: 4px;
}



/***** CMN Fullwidth *****/
.cmn-fullwidth, .cmn-fullwidth-v2{
  max-width: 750px;
  display: block;
  margin: auto;
  font-size: 0;
}
.cmn-fullwidth .cmn-btn, .cmn-fullwidth-v2 .cmn-btn{
  width: 100%;
}
.cmn-fullwidth .text-container__text{
  text-align: center;
    color: #333;
    font-size: 22px;
    display: block;
}

.cmn-fullwidth-v2 .text-container__text{
  text-align: center;
    color: #333;
    font-size: 22px;
    display: block;
    line-height: 35px;
}

.cmn-fullwidth .text-container__text--small, .cmn-fullwidth-v2 .text-container__text--small{
font-size: 16px;
line-height: 25px;
}

.cmn-fullwidth .text-container__img, .cmn-fullwidth-v2 .text-container__img{
  display: none;
}

/*################ CMN MODAL###################*/
.cmn-modal{
  font-family:'ITCAvantGardeGothicStdBook';
  width: 100%;;
    max-width: 550px;
  font-size:14px;
    /*border-radius: 5px;*/
  box-shadow: 2px 2px 2px #CCCCCC;
  -webkint-box-shadow: 2px 2px 2px #CCCCCC;

  /* activar posicion
  position:fixed;
  top:0; bottom:0; left: 0; right: 0;
  z-index: 999;

  */
}

.cmn-modal-header{
  height: 40px;
  background-color: #ed8415;
  color:white;
    /*border-radius: 5px 5px 0 0;*/
  text-align: center;
  line-height:40px;
  font-weight: bold;
  position:relative;
}
  .cmn-modal-close{
  width:22px;
  height:22px;
  font-family: 'FontAwesome';
  position:absolute;
  right:5px;
  top:0;
  cursor:pointer;
  color:white;
  border-radius: 50%;
  top:9px;
  /*border: 1px solid white;*/
  line-height: 20px;
  transition: 0.2s ease-out;
  -webkit-transition: 0.2s ease-out;
  }
  .cmn-modal-close:before{
  content:'\f00d';
  }
  .cmn-modal-close:hover{
  background-color:#FFBC41;
  }
  .cmn-modal-close:active{
  background-color: #C36400;
  }

.cmn-modal-part1{
  background-color: white;
  color: #999;
  padding:15px;
}

.cmn-modal-part1-leftgroup{
  display:table-cell;
  vertical-align: top;
}
  .cmn-modal-part1-leftgroup .cmn-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #e6e6e6;
     background-image: url('http://www.euskaltel.com/webektest/imgs/home_principal/ico_llamar.png');
     background-size: cover;
     display: block;
     background-position: center;

  }
.cmn-modal-part1-rightgroup{
  display: table-cell;
  padding:0 15px;
  vertical-align:top;
  width:100%;

}

.cmn-modal-part2 {
  border-top: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #999;
  padding:15px;
}

.cmn-modal-part2 p{
  text-align:center;
}

/*** Agrupar dos botones***/
.cmn-modal-btngroup {
  width:100%;
}
  .cmn-modal-btngroup-block{
    width:48%;
    display:inline-block;
    text-align:center;
  }
    .cmn-modal-btngroup-block .cmn-btn, .cmn-modal-btngroup-block .cmn-input{
      width:80%;
      margin:auto;
    }
.cmn-modal-btnsingle {
  width:50%;
  display:block;
  margin:auto;
  text-align:center;
}

.cmn-modal-footer{
  background-color: #e6e6e6;
    /*border-radius: 0 0 5px 5px;*/
  padding:10px;
}

/* modal elements */

.cmn-modal-question{
  font-weight: bold;
  color: #ed8415;
  text-align:center;

}
.cmn-modal-btn {
  border-radius: 4px;
  background-color:white;
  border:1px solid #cdcdcd;
  color: #ed8415;
  height: 30px;
  display:block;
  text-align:center;
  width:150px;
  line-height: 30px;
  cursor:pointer;
  margin:auto;
}
.cmn-modal-btn:active, .cmn-modal-btn.active{
  background-color: #eee;
  color:#999;
}

.cmn-modal .cmn-link{
  color: #ed8415;
  font-weight: bold;
}

/* Error clases */
.cmn-modal-question-error{
  color: #b94a48;
}

.cmn-modal-btn-error{
  border: 1px solid #b94a48;
}



/* CMN call icons */

.cmn-face{
  width: 80px;
  height: 80px;
  display:block;
  border-radius:50%;
  margin:auto;
}

.cmn-face--calling{
    animation:pulse 0.8s infinite alternate;
     -webkit-animation:pulse 0.8s infinite alternate;
}

.cmn-face--error{
   animation:pulse-red 0.8s infinite alternate;
     -webkit-animation:pulse-red 0.8s infinite alternate;
}

.cmn-modal-icongroup{
  padding-top:15px;
  padding-bottom:15px;
  display:table;
  margin:auto;
  width:80%;
}
.cmn-modal-icongroup__block{
  display:table-cell;
  width:33%;
  text-align:center;
  vertical-align: middle;
  padding: 0 10px;
}


#cmn-emergente

{
  right:0px;
  position:fixed;
  display: none;
  width:311px;
  bottom: 0px;
  left: auto;
  z-index: 999 !important;
}



/********* MODAL MEDIA QUERIES *************/


@media only screen and (max-width: 520px) {
    .cmn-modal-part1-leftgroup {
       display:none;
    }
    .cmn-modal-btn {
        width: 100%;
    }
    .cmn-modal-part1 {
        padding:0;
        padding-bottom: 15px;
    }
    .cmn-modal-part1-rightgroup {
        display:block;
    }
    .cmn-face{
        width: 100%;
        height: auto;
    }
    .cmn-modal-icongroup{
        width: 100%;
    }
    .cmn-modal-btnsingle{
        width: 100%;
    }
    .cmn-modal-btnsingle img{
        width: 60%;
        height: auto;
    }
    .cmn-modal p {
        text-align: center;
    }
    .cmn-modal-close {
        right:5px;
    }
    .cmn-modal-header{
        height:auto;
        min-height: 40px;
        padding-right:25px;
    }
    .cmn-modal-btngroup-block {
        display:block;
        width: 100%;
        margin-bottom: 10px;
    }
}

/*** CMN POPUP / BANNER ***/
@media only screen and (max-width: 339px) {
    .cmn-popup-body .cmn-img {
        display:none;
    }
    .cmn-popup-btngroup {
        width: 100%;
    }

}

/**** CMN BANNER ***/
@media only screen and (max-width: 450px) {
    .cmn-banner img{
        display:none;
    }

}

/**** fullwidth mediaqueries***/
@media only screen and (min-width: 700px) {
    .cmn-fullwidth .text-container, .cmn-fullwidth .input-container , .cmn-fullwidth-v2 .text-container, .cmn-fullwidth-v2 .input-container{
        width:40%;
        display: inline-block;
        position: relative;
    }
    .cmn-fullwidth .img-container,.cmn-fullwidth-v2 .img-container{
       width:20%;
        display: inline-block;
        vertical-align: bottom;
        position: relative;
    }

  .cmn-fullwidth .text-container, .cmn-fullwidth .input-container{
     vertical-align: bottom;
  }

      .cmn-fullwidth-v2 .text-container, .cmn-fullwidth-v2 .input-container{
    vertical-align: middle;
  }
}

@media only screen and (max-width: 699px) {
  .cmn-fullwidth, .cmn-fullwidth-v2{
    max-width: 350px;
  }

  .cmn-fullwidth .img-container, .cmn-fullwidth-v2 .img-container{
    display: none;
  }
  .cmn-fullwidth .text-container, .cmn-fullwidth-v2 .text-container{
    margin-bottom: 10px;
    position: relative;
  }
  .cmn-fullwidth .text-container__text{
    font-size: 18px;
    width:70%;
    display: inline-block;
  }
  .cmn-fullwidth-v2 .text-container__text{
    font-size: 22px;
    width:70%;
    display: inline-block;
  }
  .cmn-fullwidth .text-container__text--small, .cmn-fullwidth-v2 .text-container__text--small{
  font-size: 16px;
  line-height: 25px;
  }


  .cmn-fullwidth .text-container__img, .cmn-fullwidth-v2 .text-container__img{
        display: inline-block;
        width: 38%;
        position: absolute;
        bottom: -10px;
        right: -10px;
  }


}


/*################# HELPERS ########################*/

.margin-bottom-10 {
  margin-bottom: 10px;
}

.cmn--disabled {
  opacity:0.4;
  pointer-events:none;
}

/*###################### FA ICONS ############################3333*/

.fa--red{
  color: red;
}

.fa--green{
  color: green;
}

.fa--idle{
    animation:idle 0.8s infinite alternate;
      -webkit-animation:idle 0.8s infinite alternate;
}

.fa.margin-left{
  margin-left: 10px;
}

/*######################### ANIMATIONS ###############################3333*/


.animation-fill {

  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ed8415;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.animation-fill:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border:1px solid #ed8415;
  color:#ed8415;
  background: white;
  border-radius: 5px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.animation-fill:hover, .animation-fill:focus{
  color: #ed8415;
}
.animation-fill:active{
  color:white;
}

.animation-fill:hover:before, .animation-fill:focus:before, .animation-fill:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*#################SPINNER#####################3333333*/
.spinner {
  margin: 0px auto;
  width: 100px;
  text-align: center;
}

.spinner > div {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
          animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}

.spinner--orange > div {
  background: #FF9A27;
}
.spinner--blue > div {
  background: #67BCDE;
}



.spinner .spinner__item1 {
  -webkit-animation-delay: -0.60s;
          animation-delay: -0.60s;
}

.spinner .spinner__item2 {
  -webkit-animation-delay: -0.40s;
          animation-delay: -0.40s;
}

.spinner .spinner__item3 {
  -webkit-animation-delay: -0.20s;
          animation-delay: -0.20s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 1;
  }
}

/************** GLOW ANIMATION******************/


@keyframes pulse {
  from { box-shadow:0px 0px 5px 1px #ADEEFF; }
  to { box-shadow:0px 0px  20px 10px #ADEEFF; }
}
@-webkit-keyframes pulse {
  from { box-shadow:0px 0px 5px 1px #ADEEFF; }
  to { box-shadow:0px 0px  20px 10px #ADEEFF; }
}

@keyframes pulse-red {
  from { box-shadow:0px 0px 5px 1px #FFADAD; }
  to { box-shadow:0px 0px  20px 10px #FFADAD; }
}
@-webkit-keyframes pulse-red {
  from { box-shadow:0px 0px 5px 1px #FFADAD; }
  to { box-shadow:0px 0px  20px 10px #FFADAD; }
}

@keyframes idle{
  from {transform: scale(1); }
  to {transform: scale(1.3);}
}

@-webkit-keyframes idle{
  from {-webkit-transform: scale(1); }
  to {-webkit-transform: scale(1.3);}
}

/************* Forward icon animation ****************/
.icon-forward  .fa{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.1s ease-out;
   -webkit-transition: transform 0.1s ease-out;

 /* -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;*/
}

.icon-forward:hover .fa, .icon-forward:focus .fa, .icon-forward:active .fa {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/*********** BOOTSTRAP ALERT *****************/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    margin-right: 9px;
}

.alert-danger {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}