/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                   CARACTERISTICAS GENERALES                    //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////
//////     FUENTES  ESPECIALES  Y  NECESARIAS  PARA  ESTA  SECCION
//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@font-face {
    font-family: "Open Sans";
    src: url(../fonts/OpenSans-Regular.ttf) format("truetype");
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  color:#676767;
  font-size: 17px;
  line-height: 26px;
  font-weight: 200;
  background-image: url(http://inspirationhut.net/wp-content/uploads/2013/05/201.png)  fixed;
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family:  'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #f28c3e;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}


hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;

  margin-top: 20px;
  margin-bottom: 30px;
}



/*////////////////////////////////////////////////////////////////////////
///////////////////             SEPARADORES            ///////////////////
////////////////////////////////////////////////////////////////////////*/
.separador { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.h05     { clear: both; width: 100%; height:  5px; }
.h10     { clear: both; width: 100%; height: 10px; }
.h12     { clear: both; width: 100%; height: 12px; }
.h15     { clear: both; width: 100%; height: 15px; }
.h20     { clear: both; width: 100%; height: 20px; }
.h30     { clear: both; width: 100%; height: 30px; }
.h40     { clear: both; width: 100%; height: 40px; }
.h50     { clear: both; width: 100%; height: 50px; }
.h60     { clear: both; width: 100%; height: 60px; }
.h70     { clear: both; width: 100%; height: 70px; }
.h80     { clear: both; width: 100%; height: 80px; }

/*////////////////////////////////////////////////////////////////////////
///////////////////             DIVISORES              ///////////////////
////////////////////////////////////////////////////////////////////////*/
.divisor {
  width: 100%;
  height: 1px;
  border-top: 1px solid #aaa;
}


.float_l { float: left;  }
.float_r { float: right; }
.float_n { float: none;  }





.btn-primary {
  padding: 8px 20px;
  background: #f28c3e;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover,
.btn-primary:focus{
  background: #f28c3e;
  outline: none;
  box-shadow: none;
}

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
  margin-top: 0px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}


.center_no_padding {
  text-align: center;
  padding-bottom: 0px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}




.margin-bottom-40 {
    margin-bottom: 40px;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                       HEADER - CABECERA                        //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#header  {
  top: 0;
  width: 100%;
  z-index: 1000;

  webkit-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.55);
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.55);
}
#header.header_relative  {
  position: relative;
}
#header.header_fixed  {
  position: fixed;
  opacity: 0;
}   


.navbar-inverse .navbar-nav .dropdown-menu > li > form > a {
  padding: 8px 15px;
  color: #fff;
}

.dropdown-menu > li > form >a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}



#part_header:hover, #emp_header:hover {
  background: #f28c3e;
}


#part_footer:hover, #emp_footer:hover {
  color: #f28c3e;
}


.enlace_noticias {
  /* margin-right: 30px; */
  padding: 4px 10px;
  border-radius: 2px;
  color: #FFF;
  font-weight: bold;
  background: #2A2A2A;
}
.enlace_noticias:hover {
  color: #f28c3e;
  background: #fff;
}

.enlace_noticias_menu {
  display: none !important;
}

.redireccion_noticia img {
  width: 100%;
}


.blog_archieve .panel-heading {
    height: 44px;
}


.mes_active a, .mes_active a:hover {
  font-size:16px; 
  color:#000 !important; 
  font-weight:bold;
}


.archivo {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #f28c3e !important;
}


@media (max-width: 768px){
  .enlace_noticias{
    display: none;
  }

  .single_comments {
    margin-bottom: 30px !important;
}
}

@media (max-width: 768px){
  .enlace_noticias_menu{
    display: block!important;
  }
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////                                          ////////////////////////////////////
/////////////////////////////                       CABECERA 1                       /////////////////////////////
////////////////////////////////////                                          ////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top-bar {
  padding: 5px 0 5px;
  background: #96c11f;
  border-bottom: 1px solid #222;
  line-height: 26px;
}
#header .search{
  display: inline-block;
}
.navbar>.container .navbar-brand{
  margin-left: 0;
  margin-top: 1px;
}
.top-number{
  color: #fff;
  color: #96c11f;
}
.top-number p, .top-number p:active, .top-number p:focus, .top-number p:hover {
  margin: 0;
  float: left;
  color: #fff !important;
  font-size: 15px;
}


/*////////////////////////////////////////////////////////////////////////////
////////////////      REDES SOCIALES
////////////////////////////////////////////////////////////////////////////*/
.social{
  text-align: left;
  float: right;
  margin: 0 0 0 80px;
}
.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.social-share li {
  display: inline-block;
}
ul.social-share li a {
  display: inline-block;
  color: #fff;
  background: #f28c3e;
  background: #96c11f;
  background: #96c11f;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 2px;
}
ul.social-share li a:hover {
  background: #fff;
  color: #fff;
}

ul.social-share li a:hover  i {
  color: #f28c3e;
  color: #96c11f;
}


/*////////////////////////////////////////////////////////////////////////////
////////////////      MINI-FORMULARIO  DE  BUSQUEDA
////////////////////////////////////////////////////////////////////////////*/
.search i {
  color: #fff;
  cursor: pointer;
}
input.search-form{
  background-image:  rgb(255,255,255,0.8);
  border: 0 none;
  width: 100px;
  padding: 0 10px;
  color: #666;
  border-radius: 4px;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  outline: none;
}
input.search-form::-webkit-input-placeholder{
  color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
  color: #f28c3e;
}
input.search-form:hover {
  width: 180px;
}



/*////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////                                          //////////////////////////
///////////////////                 LOGIN  OFICINA  VIRTUAL                ///////////////////
//////////////////////////                                          //////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////*/
#header  .box_user_login  {                  /*  display: none;     */
  position: relative;
  top: 0px;
  right: 0px;                               /*   border: 1px solid cyan;   */
  float: right;
  font-size: 15px;      
  margin: 0;
  padding: 0px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  background: transparent;
  z-index: 2;
}
@media  (max-width: 678px)
{
    #header  .box_user_login  {
    margin-top: 5px;
    }
}

/*////////////////////////////////////////////////////////////////////////////
////////////////      BOTON  LOGIN  OFICINA VIRTUAL
////////////////////////////////////////////////////////////////////////////*/
#header  .btn_login  {
  min-width: 145px;
  display: inline-block;
  margin: 0px 0px 0  15px;
  padding: 0px 15px 0;
  color: #fff;
  float: right;
  color: #fff;
  text-align: right;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #96c11f;
  background: none;
}
#header  .mini_box_login:hover  {   text-decoration: underline;  }


@media (max-width: 768px){
  #header .btn_login {
    min-width: 145px;
    display: inline-block;
    margin: 5px 0px 0 15px;
    padding: 0px 15px 0;
    color: #fff;
    float: right;
    color: #fff;
    text-align: right;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #2a2a2a;
  background: none;
  }
}


@media (max-width: 678px){
  #header .btn_login {
    min-width: 145px;
    display: inline-block;
    margin: 0px 0px 0 15px;
    padding: 0px 15px 0;
    color: #fff;
    float: right;
    color: #fff;
    text-align: right;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    background: #2a2a2a;
  background: none;
  }
}
  


/*////////////////////////////////////////////////////////////////////////////
////////////////      NOMBRE CLIENTE
////////////////////////////////////////////////////////////////////////////*/
#header  .nombre_cliente  {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  float: right;
  display: inline-block;
  color: #fff;
  cursor: default;
  z-index: 1000000;
}
@media  (max-width: 350px)
{
    #header  .nombre_cliente  {
        max-width: 95px;
    }
}
@media  (min-width: 351px) and (max-width: 400px)
{
    #header  .nombre_cliente  {
        max-width: 120px;
    }
}
@media (min-width: 401px) and (max-width: 500px)
{
    #header  .nombre_cliente  {
        max-width: 150px;
    }
}
/*//////////////////////////////////////////////////////////////////////////*/




/*////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////                                          //////////////////////////
///////////////////                 BOX  LOGIN  USER + PASS                ///////////////////
//////////////////////////                                          //////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////*/
#box_login  {
  position: absolute;                       display: none;     /*       */
  right: 15px;
  top: 31px;
  max-width: 220px;
  width: 210px;
  padding: 20px 8px 5px;
  font-family: 'Open Sans', sans-serif;                      font-size: 17px;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 8px solid #f28c3e;
  background: rgba(50,50,50,0.9);
  z-index: 10000;
}

@media  (max-width: 678px)
{
    #header  #box_login  {
        top: 36px;
    }
}

#box_login  .box_campo   {
  width: 100%;
  min-height: 28px;
  position: relative;
  float: left;
  margin: 5px auto 0px;
  text-align: left;
}
#box_login  .box_campo   input  {
  width: 80%;                          font-size: 16px;
  margin: 0px auto 0px;
  border: 1px solid #f28c3e;
}


#box_login  button  {
  width: 70%;
  margin: 20px auto 15px;
  position: relative;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  border: 1px solid #f28c3e;
  border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#box_login  button:hover  {
  border: 1px solid #f28c3e;
  background: #fff;
  color: #f28c3e;
}


#box_login  h5  {
  position: relative;
  margin: 0 auto 5px;
  display: block;
  clear: both;
  line-height: 20px;
  color: #fff;
}
#box_login  .signos  {
  color: #f28c3e;
  font-size: 20px;
  font-weight: bold;
  font-style:  oblique;
  clear: none;
}

#box_login  p,
#box_login  span.alternar_formulario    {
  position: relative;
  margin: 0 auto 0px;
  display: block;
  clear: both;
  line-height: 16px;                      font-size: 16px;
  color: #f28c3e;
}
#box_login  span.alternar_formulario:hover  {
  color: #fff;
  cursor: pointer;
}


/*////////////////////////////////////////////////////////////////////////////
////////////////      FORMULARIO  LOGIN  ==>  USER/PASS
////////////////////////////////////////////////////////////////////////////*/
#box_login  form  {

}

/*////////////////////////////////////////////////////////////////////////////
////////////////      BOTON SALIR  ==>  CERRAR SESION
////////////////////////////////////////////////////////////////////////////*/
#box_cerrar_sesion   {
}
#box_cerrar_sesion  img  {
  width: 120px;
  position: relative;
  bottom:  -5px;
}

/*////////////////////////////////////////////////////////////////////////////
////////////////      FORMULARIO  RECU_PASS
////////////////////////////////////////////////////////////////////////////*/
#form_recu_pass  {
  display: none;
}






/*////////////////////////////////////////////////////////////////////////////
////////////////      AVISOS  DE  ERROR  LOGIN
////////////////////////////////////////////////////////////////////////////*/
#box_login  .box_campo   .aviso {
  width: 70%;                           display: none;       /*         */
  position:  absolute;
  bottom: 33px;
  left: 15%;
  line-height: 16px;
  z-index: 9;
}
#box_login  .box_campo   .mensaje  {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  bottom: 9px;
  padding: 10px 5px;
  /*margin-bottom: 20px;*/
  color: #736348;
  font-size: 15px;
  text-align: center;
  -webkit-border-radius: 8px;
  -khtml-border-radius:  8px;
  -moz-border-radius:    8px;
  border-radius:         8px;
  overflow: hidden;
  border: 1px solid #ff9900;
  background: #FFF2DF;
}
#box_login  .box_campo   .flecha  {
  position: absolute;
  margin: 0 auto;
  margin-left: -5px;
  bottom: 0;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 7px solid transparent;
  border-top: 9px solid #ff9b00;
  border-left: 7px solid transparent;
}
#box_login  .box_campo   .cerrar   {
  width: 18px;
  height: 17px;
  position: absolute;
  right: -8px;
  top: -15px;
  background: url(../area-clientes/imagenes/oficina-virtual/cerrar.png)  no-repeat;
  z-index: 11;
  cursor:  pointer;
}
/*////////////////////////////////////////////////////////////////////////////
////////////////      AVISOS  DE  ERROR  LOGIN
////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////
///////////////////                 LOGIN  OFICINA  VIRTUAL                ///////////////////
////////////////////////////////////////////////////////////////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////                       CABECERA 1                       /////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/












/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////                                          ////////////////////////////////////
/////////////////////////////                       CABECERA 2                       /////////////////////////////
////////////////////////////////////                                          ////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.navbar-brand {
  padding: 0;
  margin:0;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #111;
  padding: 0px 0;
  padding-bottom: 0;
}
 .navbar-nav{
  margin: 30px 0 0;
 }

 @media (max-width: 768px)
 {

   .navbar-nav {
    margin: 10px 0 0;
   }

 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 5px 10px;
  margin: 0;
  border-radius: 2px;        font-size: 17px;
  color: #fff;
  line-height: 24px;
  display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover{
  background-color: #f28c3e;
  color: #fff;
}
.navbar-inverse {
  border: none;
}
.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #f28c3e;
  color: #000;
  /*font-weight: bold;*/
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;

  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
}



.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;

}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 1px 0 4px 15px;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #f28c3e;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


@media (max-width: 767px)
{
  .navbar-inverse .navbar-nav .dropdown-menu {
      background-color: rgba(0,0,0,.0);
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #FBAC6E;
  }
}

.navbar-toggle {
    margin-top: 25px;
}












/*______________________________________________________________________________________________________________________________________________________________
|
|
|
|
|       ELEMENTOS  COMUNES  A  TODA  LA  WEB
|
|
|
|_____________________________________________________________________________________________________________________________________________________________*/
.container  {
  width: 90%;
  max-width: 1200px;               /*
  border-left:  1px  dashed #ccc;
  border-right: 1px  dashed #ccc;    */
}
.no_padding,
.container {
  padding: 0;
}
.no_padding_left {
  padding-left: 0;
}
.no_padding_right {
  padding-right: 0;
}
.row  {
  margin: 0;
  padding: 0;
}




/*______________________________________________________________________________________________________
|
|       MINI  BANNER  SUPERIOR  DE  CADA  SECCION
|_____________________________________________________________________________________________________*/
.mini_banner  {
  width: 100%;
  padding: 54px 0;
  position: relative;
  margin-top: 0px;
  border-bottom: 1px solid #D5DEC4;
  background-size: cover !important;
  background: url(http://htmlstream.com/preview/unify-v1.9.1/assets/img/breadcrumbs/img1.jpg) center center  no-repeat;
}


.banner_general {
    background: url(/img/banner_secciones/banner_general.png) center no-repeat;
}



.mini_banner  .container  {
  position: relative;
  padding: 80px 0 30px;
  transition: all 0.8s ease-in-out;
}
.mini_banner  .container:before {
  /*background: #1e1e1e;*/
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
.mini_banner span {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 5px;
  display: inline-block;
}
.mini_banner span, .mini_banner h1 {
  color: #333;
  z-index: 1;
  position: relative;
}
.mini_banner span, .mini_banner h1 {
  color: #333;
  z-index: 1;
  position: relative;
}

@media (max-width: 768px)
{
    .mini_banner  .container {
  padding: 60px 0 20px;
    }
}
/*______________________________________________________________________________________________________
|
|       MINI  BANNER  SUPERIOR  DE  CADA  SECCION
|_____________________________________________________________________________________________________*/








section.bg_transparente  {
  background: transparent;
}
section.bg_blanco  {
  background: #fff;
}
section.bg_gris  {
  background: url(/images/prueba/valores.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

#valores {
    padding: 0;
}

section.bg_gris .opacity-white {
  background: rgba(255, 255, 255, 0.6);
  padding: 70px 0;
}



section#nosotros .container .get-started {
    background: none;
}





















/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                             INICIO                             //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#main-slider {
  position: relative;
  /*max-height: 400px;*/
}
.no-margin {
  margin: 0;
  padding: 0;
}


#main-slider .carousel  {
    height: 100%;
}

#main-slider  .carousel-inner  {
  position: relative;
  height: 100%;


}


#main-slider .carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 100%;
  -webkit-transition: opacity ease-in-out 1500ms;
  -moz-transition: opacity ease-in-out 1500ms;
  -o-transition: opacity ease-in-out 1500ms;
  transition: opacity ease-in-out 1500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 1500ms;
  -moz-transition: opacity ease-in-out 1500ms;
  -o-transition: opacity ease-in-out 1500ms;
  transition: opacity ease-in-out 1500ms;
  z-index: 1;
}

#main-slider .carousel .item  .img_slide  {
  position:  relative;
  width: 100%;
}


#main-slider  .container  {
    height: 100%;
    position: absolute;
}

#main-slider .carousel .slide-margin{
  height: 100%;
  position: relative;
  /*border: 1px solid white;*/
  margin-top: 0px;
}

#main-slider  .col-sm-6  {
  height: 100%;
  position: relative;
}

#main-slider  .carousel  .carousel-content {
  height: 100%;
  position: relative;                     display: none;
  margin-top: 0px;
  /*border: 1px solid pink;*/
}

#main-slider .carousel h2 {
  color: #fff;
}

#main-slider .carousel .btn-slide {
  padding: 8px 20px;
  background: #f28c3e;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}

#main-slider .carousel .slider-img{
  text-align: right;
  position: absolute;              display: none;
}


#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: #f28c3e;
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  height: 40px;
  line-height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}

#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: #000;
}

#main-slider .prev {
  left: 10px;
}

#main-slider .next {
  right: 10px;
}


#main-slider .carousel-indicators  {
  margin: 0 auto;
  position:  absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
}

#main-slider .carousel-indicators li {
  width: 22px;
  height: 22px;
  background-color:  transparent;
  border: 1px solid #f28c3e;
  margin: 0 15px 0;
  position: relative;
  border-radius: 100%;
}
#main-slider .carousel-indicators li:after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color:  transparent;
  border: 1px solid #f28c3e;
  left: 3px;
  top: 3px;
}
#main-slider .carousel-indicators  li.active{
  background-color: #f28c3e;
  border: 1px solid #f28c3e;
  position: relative;
  border-radius: 100%;
}
#main-slider .carousel-indicators  li.active:after {
  position: absolute;
  content: "";
  background: #f28c3e;
  border: 1px solid #f28c3e;
}

#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}






#feature {
  padding: 60px 0 20px ;
}

.features{
  padding: 0;
}

.feature-wrap {
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #f28c3e;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #f28c3e;
  color: #fff;
  box-shadow: inset 0 0 0 5px #f28c3e;
  -webkit-box-shadow: inset 0 0 0 5px #f28c3e;
  border: 3px solid #f28c3e;
}




#recent-works{
  padding-bottom: 70px;
}

#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}


.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #f28c3e;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  padding: 20px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}


.recent-work-wrap .overlay .recent-work-inner p {
    font-size: 14px;
}


.recent-work-wrap:hover .overlay {
  opacity: 1;
}





#services {
  background: #000 url(../images/services/bg_services.png);
  background-size: cover;
}

#services .lead,
#services h2{
  color: #fff;
}

.services-wrap {
  padding: 40px 30px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}
.services-wrap h3 {
  font-size: 20px;
  margin: 10px 0;
}

.services-wrap .pull-left {
  margin-right: 20px;
}




#middle {
  background: #f2f2f2;
  background-color: rgba(205, 205, 205, 0.5);
}

.skill h2{
  margin-bottom: 25px;
}

.progress-wrap{
  position: relative;
}

.progress .color1,
.progress .color1 .bar-width{
  background: #2d7da4;
}

.progress .color2,
.progress .color2 .bar-width{
  background: #6aa42f;
}

.progress .color3,
.progress .color3 .bar-width{
  background: #ffcc33;
}

.progress .color4,
.progress .color4 .bar-width{
  background: #db3615;
}

.progress,
.progress-bar {
  height: 15px;
  line-height: 15px;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  text-align: right;
}

.progress{
  position: relative;
}

.progress .bar-width{
  position: absolute;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  top: -30px;
  border-radius: 2px;
  margin-left: -30px;
}

.progress span{
  position: relative;
}

.progress span:before{
  content: " ";
  position: absolute;
  width: auto;
  height: auto;
  border-width: 8px 5px;
  border-style: solid;
  bottom: -15px;
  right: 8px;
}

.progress .color1 span:before{
  border-color: #2d7da4 transparent transparent transparent;
}

.progress .color2 span:before{
  border-color: #6aa42f transparent transparent transparent;
}

.progress .color3 span:before{
  border-color: #ffcc33 transparent transparent transparent;
}

.progress .color4 span:before{
  border-color: #db3615 transparent transparent transparent;
}

.accordion h2{
  margin-bottom: 25px;
}

.panel-default{
  border-color: transparent;
}

.panel-default>.panel-heading,
.panel{
  background-color: #f1f1f1;
  border:0 none;
  box-shadow:none;
}

.panel-default>.panel-heading+.panel-collapse .panel-body{
  background: #fff;
  color: #858586;
}

.panel-body{
  padding: 20px 20px 10px;
}

.panel-group .panel+.panel{
  margin-top: 0;
  border-top: 1px solid #d9d9d9;
}

.panel-group .panel{
  border-radius: 0;
}

.panel-heading{
  border-radius: 0;
}

.panel-title>a{
  color: #4e4e4e;
}

.accordion-inner img{
  border-radius: 4px;
}

.accordion-inner h4{
  margin-top: 0;
}

.panel-heading.active{
  background: #1f1f20;
}

.panel-heading.active .panel-title>a{
  color:#fff;
}

a.accordion-toggle  i{
  width: 45px;
  line-height: 44px;
  font-size: 20px;
  margin-top: -10px;
  text-align: center;
  margin-right: -15px;
  background: #c9c9c9;
}

.panel-heading.active a.accordion-toggle i{
  background: #f28c3e;
  color: #fff;
}

.panel-heading.active a.accordion-toggle.collapsed i{
  background: #f28c3e;
  color: #fff;
}











.nav-tabs>li{
  margin-bottom: 0px;
  border-bottom: 1px solid #e6e6e6;
}
.nav-tabs{
  border-bottom: transparent;
  border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
  background: #f5f5f5;
  color: #666;
  border-radius: 0;
  border: 0 none;
  line-height: 24px;
  margin-right:0;
  padding: 13px 15px;
}
.nav-tabs li:last-child{
  border-bottom: 0 none;
}
.nav-stacked>li+li{
  margin-top: 0;
}
.nav-tabs>li>a:hover{
  background: #1f1f20;
  color:#fff;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  border: 0;
  position: relative;
}
.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
}
















.tab-wrap{
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
}

.tab-content{
  padding: 20px;
}

.tab-content h2{
  margin-top: 0;
}

.tab-content img{
  border-radius: 4px;
}

.testimonial h2{
  margin-top: 0;
}

.testimonial-inner {
  color:#858586;
  font-size: 14px;
}

.testimonial-inner .pull-left{
  border-right: 1px solid #e7e7e7;
  padding-right: 15px;
  position: relative;
}

.testimonial-inner .pull-left:after{
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  margin-top: -5px;
  background: #FFF;
  -webkit-transform: rotate(45deg);
  border: 1px solid #e7e7e7;
  right: -5px;
  border-left: 0 none;
  border-bottom: 0 none;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
/////////////////////////////////////////////                             BANNER INICIO                               //////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.site-center {
	margin: 0 auto;
	max-width: 1200px;
	width: 90%;
}


/*
 * Promo slider
 * ************************
 */

.promoslider {
	height: 0;
	overflow: hidden;
	padding: 32.894736842% 0 0 0;
	position: relative;
}
.promoslider .slides {
	height: 100%;
	list-style: none;
	margin: 0;
	min-width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
}
.promoslider .slides > li {
	float: left;
	height: 100%;
	position: relative;
	width: 100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
}
.promoslider .slides-arrows,
.promoslider.promoslider-small .slides-arrows {
	background: transparent url(../images/promoslider-arrows.png) no-repeat 0 50%;
	background-size: auto 36px;
	border-color: transparent;
	border-style: solid;
	cursor: pointer;
	height: 36px;
	margin: -18px 0 0 0;
	opacity: 0.5;
	position: absolute;
	top: 50%;
	width: 22px;
}
.promoslider .slides-arrows:hover {
	opacity: 1;
}
.promoslider .slides-prev,
.promoslider.promoslider-small .slides-prev {
	background-position: 0 50%;
	border-width: 0 0 0 4px;
	left: 0;
}
.promoslider .slides-next,
.promoslider.promoslider-small .slides-next {
	background-position: 100% 50%;
	border-width: 0 4px 0 0;
	right: 0;
}
.promoslider .slides img {
	width: 100%;
}
.promoslider .slides svg {
	height: 100%;
	width: 100%;
}
.promoslider .slides > li > a {
	color: inherit;
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
}
.promoslider .promo-desktop,
.promoslider .promo-mobile {
	height: 100%;
	width: 100%;
}
.promoslider .promo-desktop {
	display: none;
}
@media (min-width: 550px) {
	.promoslider {
		padding: 26.25% 0 0 0;
	}
	.promoslider-small {
		padding: 32.894736842% 0 0 0;
	}
	.promoslider .slides-arrows {
		background-size: auto 52px;
		height: 80px;
		margin: -40px 0 0 0;
		width: 45px;
	}
	.promoslider .slides-prev {
		border-width: 0 0 0 20px;
	}
	.promoslider .slides-next {
		border-width: 0 20px 0 0;
	}
	.promoslider .promo-desktop {
		display: block;
	}
	.promoslider .promo-mobile {
		display: none;
	}
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
/////////////////////////////////////////////                        VIDEO  BACKGROUND INICIO                         //////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.home-hero {
    color: #fff;
    width: 100%;
    margin: 0px 0 60px 0;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #ed6c05;
    //border-bottom: 5px solid #ed6c05;
}


#home-video {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.home-hero .site-center {
	position: relative;
	z-index: 2;
}
.home-hero .home-hero-title {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: none;
}
.home-hero .home-hero-subtitle {
	display: none;
	margin: 0;
	text-align: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.home-hero .home-hero-subtitle a {
	color: #fff;
	font-weight: bold;
	transition: color 0.1s linear;
}
.home-hero .home-hero-subtitle a:hover {
	color: #ed6c05;
}
.home-hero-tarifas {
	display: none;
}

.home-hero-tarifa:hover {
	background: #000;
}

@media (min-width: 450px) {
	.home-hero {
		padding: 6em 0;
	}
	.home-hero .home-hero-title {
		font-size: 2.5em;
	}
}
@media (min-width: 550px) {
	.home-hero {
		margin: 0 0 3.5em 0;
		padding: 9em 0;
	}
}

@media (min-width: 600px) {
	.home-hero {
		background-image: none;
		padding: 0;
	}

	#home-video {
		display: block;
		width: 100%;
	}
	.home-hero .home-hero-title {
		font-size: 3.2em;
		padding: 150px 0 0 0;
	}
	.home-hero .home-hero-subtitle {
		font-size: 1.3em;
		display: block;
		padding: 0 0 150px 0;
	}

}
@media (min-width: 768px) {
	.home-hero .home-hero-title {
		font-size: 4.3em;
		padding: 1em 0 0 0;
	}
	.home-hero .home-hero-subtitle {
		font-size: 1.6em;
		padding: 0;
	}
	.home-hero-tarifas {
		display: block;
		padding: 4em 0 2em 0;
	}
	.home-hero-tarifa {
		background: rgba(0,0,0,0.4);
		border-left: 7px solid #5bc4e3;
		display: block;
		margin: 0 auto;
		padding: 15px 10px 25px 25px;
		text-decoration: none;
		width: 90%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-moz-transition: background 0.2s linear;
		-webkit-transition: background 0.2s linear;
		transition: background 0.2s linear;
	}
	.home-hero-tarifa div {
		position: relative;
		padding-top: 43.591%;
	}
	.home-hero-tarifa img {
		height: auto;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}
}
@media (min-width: 1050px) {
	.home-hero {
		margin: 0 0 5em 0;
	}
	.home-hero .home-hero-title {
		font-size: 4.5em;
		padding: 1.5em 0 0 0;
	}
	.home-hero .home-hero-subtitle {
		font-size: 1.875em;
	}
}
@media (min-width: 1200px) {
	.home-hero .home-hero-title {
		font-size: 5.15em;
	}
	.home-hero-tarifas {
		padding: 3.5em 0 4em 0;
	}
	.home-hero-tarifa {
		width: 80%;
	}
}


@media (min-width: 1200px) and (min-height: 500px){

	.home-hero-tarifas {
		padding: 1em 0 4em 0;
	}

}


@media (min-width: 1200px) and (min-height: 800px){

	.home-hero-tarifas {
		padding: 9.5em 0 4em 0;
	}

}

@media (min-width: 1200px) and (min-height: 900px){

	.home-hero-tarifas {
		padding: 11.5em 0 4em 0;
	}

}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                         VIDEO  PROMOCION                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#partner {
  background: url(../images/partners/partner_bg.jpg) center center no-repeat  fixed;
  background: #000 url(../images/services/bg_services.png)   center center no-repeat  fixed;
  background-size: cover;
  /*
  background: rgba(254,158,36,0.7);
  background: rgba(0,0,0,0.7);
  */
  padding-bottom: 0;
}

#partner {
  color: #fff;
  text-align: center;
}

#partner h2,
#partner h3 {
  color: #fff;
}

.partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.partners ul li{
  display: inline-block;
  float: left;
  width: 20%;
}

#conatcat-info{
  background: #fff url(../images/contact.png) no-repeat 90% 0;
  padding: 51px 0;
}


.contact-info i{
  width: 60px;
  height: 60px;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  background: #000;
  text-align: center;
  border-radius: 10px;
}

.contact-info h2{
  margin-top: 0;
  color: #000;
}

.contact-info{
  color:#000;
}


@media (max-width: 768px){

  #partner .video-item iframe {
    width: 480px;
    height: 270px;
  }

  #conatcat-info{
      background: #fff;
      padding: 51px 0;
    }

}


@media (max-width: 550px){

  #partner .video-item iframe {
    width: 300px;
    height: 169px;
  }

}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                            ABOUT  US                           //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#about-us  {
}

.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}

.about-us h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -35px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #f28c3e;
}

#carousel-slider a i {
  border: 1px solid #f28c3e;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color: #f28c3e;
}

#carousel-slider a i:hover {
  background:#f28c3e;
  color: #fff;
  border: 1px solid #f28c3e;
}

#carousel-slider
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:-25px
}

#carousel-slider .carousel-control.right i {
  right: -25px;
}

#carousel-slider
.carousel-control.left,
#carousel-slider
.carousel-control.right {
  background: none;
}




/*/////////////////////////////////////////////////////////////////////
/////////////////////////                       ///////////////////////
/////////////////////////////////////////////////////////////////////*/
#nosotros  {
  padding-top: 40px;
}


.get-started {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 20px;
  padding: 20px 15px 30px;
  background: rgba(215,215,215,0.5);
}

.get-started h2 {
  padding-top: 30px;
  margin-bottom: 20px;
  color: #333;
}

.get-started p {
  color: #333;
}


/*
.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#f28c3e;
  width: 220px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #f28c3e transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  z-index: -99999;
}

.request h4:before {
  border-color: #f28c3e transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -18px;
  content: "";
  height: 0;
  left: -1px;
  position: absolute;
  z-index: -99999;
}
*/



#nosotros   .plan-action {
  height: 0px;
}


#nosotros .plan-action .btn-primary {
    position: relative;
    padding: 15px 100px;
    color: #fff;
    margin-top: 13px;
    cursor: default;
    border-radius: 2px;
}







#valores  h2    {
  line-height: 36px;
}
#valores h2 span {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin: 0px -6px 0 0;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #f28c3e;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#valores  h3    {
  font-size: 15px;
  font-weight: 600;
  color: #676666;
}









.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill,
.html-skill,
.css-skill,
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}


.single-profile-top,
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
  background: rgba(255,255,255,0.7);
}

.single-profile-top,
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}










/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                            SERVICIOS                           //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.services {
  padding: 0;
}

.clients-area {
  padding: 60px;
}

.clients-comments {
    background-image: url("../images/image_bg.png");
    background-position: center 118px;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.clients-comments img {
  background:#DDDDDD;
  border: 1px solid #DDDDDD;
  height: 182px;
  padding: 3px;
  width: 182px;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.clients-comments h3 {
  margin-top: 55px;
  font-weight: 300;
  padding: 0 40px;
}

.clients-comments h4 {
  font-weight: 300;
  margin-top: 15px;
}


.clients-comments  h4  span {
  font-weight: 700;
  font-style: oblique;
}

.footer {
  background: none repeat scroll 0 0 #2E2E2E;
  border-top: 5px solid #f28c3e;
  height: 84px;
  margin-top: 110px;
}

.footer_left {
  padding: 10px;
}

.text-left {
  color: #FFFFFF;
  font-size: 12px;
  margin-top: 15px;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                            PORTFOLIO                           //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

#portfolio  .center  {
  padding-bottom: 15px;
}

.portfolio-items,
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 10px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a.btn {
 padding: 6px 30px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #f28c3e;
  border: 1px solid #f28c3e;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                      TABLAS  DE  PRECIOS                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pricing-page   {
  padding-bottom: 5px;
}


.pricing_heading {
  margin-top: 120px
}

.pricing_heading h2,
.pricing_heading p {
  color:#4e4e4e;
}

.pricing-page  .center {
  padding-bottom: 15px;
}


/*///////////////////////////////////////////////////////////////////////////////
///////////////////               BANNER TARIFAS              ///////////////////
///////////////////////////////////////////////////////////////////////////////*/
.banner_tarifas  {
  margin: 0 0 30px 0;
}


.titulo_calculador {
  font-size: 22px;
  color: #787878;
   font-weight: bold;
  line-height: 24px;
}

.pricing-area div.info_iva  {
  font-size: 14px;
  font-weight: normal;
  color: #888;
}


.pricing-area h1 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}

.pricing-area span {
  font-weight: 700;
  font-size: 18px;
}

.pricing-area h3,
.pricing-area span  {
  color: #fff;
}

.plan {
  position: relative;
  margin-bottom: 70px;
}

.pricing-area ul {
  background:#FAFAFA;
  padding: 0;
  margin: 0;
}

.pricing-area ul li {
  list-style: none;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

.pricing-area ul li:nth-child(even){
  background:#ededed
}
.pricing-area ul li.subtitulo {
  background:#999;
  color: #fff;
  font-weight: bold;
}


.pricing-area .plan img,
.pricing-area .plan img {
  position: absolute;
  right: 15px;
  top: 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three {
  padding:17px 0;
  border-radius:2px 2px 0 0;
}
.pricing-area  .heading  {
  padding:17px 0;
  border-radius:2px 2px 0 0;
}

.pricing-area .heading-one,
.pricing-area .heading-two,
.pricing-area .heading-three,
.pricing-area .heading-four,
.pricing-area .heading-five,
.pricing-area .heading-six,
.pricing-area .heading-seven {
  /*  margin-left: -10px  */
}




.pricing-area .bg{
 background: #fafafa
}

.pricing-area .heading-one h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-two h3:before {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .heading-three h3:before {
  border-color: #d4880f transparent transparent;
}

.pricing-area .heading-four h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-five h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area .heading-six h3:before {
  border-color: #bf4539 transparent transparent;
}

.pricing-area .heading-seven h3:before {
  border-color: #424242 transparent transparent;
}

.pricing-area h3:before {
  border-color: #D4880F transparent transparent;
  border-radius: 5px 0 0 0px;
  border-style: solid;
  border-width: 12px;
  content: "";
  height: 0;
  left: 4px;
  position: absolute;
  top: 78px;
  width: 0;
  z-index: -999;
}

.small-pricing h3:after {
  height:94px;
}

.small-pricing h3:before {
  top: 74px;
}

.plan-action {
  height: 40px;
}

.pricing-area .plan-action .btn-primary {
  position: relative;
  padding: 6px 20px;
  color: #fff
;
  margin-top: 10px;
}

.pricing-area .plan-action .btn-primary:before {
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  left: -9px;
  position: absolute;
  width: 0;
  z-index: -1;
}

.pricing-area .plan-action .btn-primary:after {
  border-radius: 0 0 0 0;
  border-style: solid;
  border-width: 12px;
  bottom: -12px;
  content: "";
  height: 0;
  position: absolute;
  right: -9px;
  width: 0;
  z-index: -1;
}

/*
.pricing-area .price-two .plan-action .btn-primary:before,
.pricing-area .price-two .plan-action .btn-primary:after {
  border-color: #1f8c4d transparent transparent;
}

.pricing-area .price-three .plan-action .btn-primary:before,
.pricing-area .price-three .plan-action .btn-primary:after {
  border-color: #d4880f transparent transparent;
}

.pricing-area .price-four .plan-action .btn-primary:before,
.pricing-area .price-four .plan-action .btn-primary:after,
.pricing-area .price-five .plan-action .btn-primary:before,
.pricing-area .price-five .plan-action .btn-primary:after,
.pricing-area .price-seven .plan-action .btn-primary:before,
.pricing-area .price-seven .plan-action .btn-primary:after  {
  border-color: #424242 transparent transparent;
  right: -9px;
}

.pricing-area .price-six .plan-action .btn-primary:before,
.pricing-area .price-six .plan-action .btn-primary:after {
  border-color: #bf4539 transparent transparent;
  right: -9px;
}
*/





/*///////////////////////////////////////////////////////////////////////////////
////////////////     COLORES  BOX  TARIFAS  /  BOTON  +INFO      ////////////////
///////////////////////////////////////////////////////////////////////////////*/
.pricing-area  .blanca          .heading,
.pricing-area  .blanca          .btn-primary  { background: #888888; }

.pricing-area  .amarilla        .heading,
.pricing-area  .amarilla        .btn-primary  { background: #FFCC0B; }

.pricing-area  .naranja_mini    .heading,
.pricing-area  .naranja_mini    .btn-primary  { background: #f9a828; }

.pricing-area  .naranja         .heading,
.pricing-area  .naranja         .btn-primary  { background: #FF913D; }

.pricing-area  .azul            .heading,
.pricing-area  .azul            .btn-primary  { background: #5b9bd5; }

.pricing-area  .roja            .heading,
.pricing-area  .roja            .btn-primary  { background: #f8071e; }

.pricing-area  .transparente    .heading,
.pricing-area  .transparente    .btn-primary  { background: #d5e5f5; }

.pricing-area  .negra           .heading,
.pricing-area  .negra           .btn-primary  { background: #111111; }

.pricing-area  .verde           .heading,
.pricing-area  .verde           .btn-primary  { background: #96c11f; }

.pricing-area  .violeta         .heading,
.pricing-area  .violeta         .btn-primary  { background:  #841e85 }

.pricing-area  .blueplus        .heading,
.pricing-area  .blueplus        .btn-primary  { background: #45ccf4; }

.pricing-area  .gris            .heading,
.pricing-area  .gris            .btn-primary  { background: #333; }


/*///////////////////////////////////////////////////////////////////////////////
////////////////      COLORES  BEFORE / AFTER  BOTON  +INFO      ////////////////
///////////////////////////////////////////////////////////////////////////////*/
.blanca         .btn-primary:before,
.blanca         .btn-primary:after {  border-color: #666666 transparent transparent;    }

.amarilla       .btn-primary:before,
.amarilla       .btn-primary:after {  border-color: #E6AD01 transparent transparent;    }

.naranja_mini   .btn-primary:before,
.naranja_mini   .btn-primary:after {  border-color: #d3932d transparent transparent;    }

.naranja        .btn-primary:before,
.naranja        .btn-primary:after {  border-color: #dc8116 transparent transparent;    }

.azul           .btn-primary:before,
.azul           .btn-primary:after {  border-color: #5b8bb7 transparent transparent;    }

.roja           .btn-primary:before,
.roja           .btn-primary:after {  border-color: #d31325 transparent transparent;    }

.transparente   .btn-primary:before,
.transparente   .btn-primary:after {  border-color: #c1ccd7 transparent transparent;    }

.negra          .btn-primary:before,
.negra          .btn-primary:after {  border-color: #000000 transparent transparent;    }

.verde          .btn-primary:before,
.verde          .btn-primary:after {  border-color: #78A00A transparent transparent;    }

.violeta        .btn-primary:before,
.violeta        .btn-primary:after {  border-color: #69156a transparent transparent;    }

.blueplus       .btn-primary:before,
.blueplus       .btn-primary:after {  border-color: #45ccf4 transparent transparent;    }

.gris       .btn-primary:before,
.gris       .btn-primary:after {  border-color: #333 transparent transparent;    }




/*///////////////////////////////////////////////////////////////////////////////
///////////////////            BONOS  ADICIONALES             ///////////////////
///////////////////////////////////////////////////////////////////////////////*/
#list-bonos  {
  padding: 40px 0 60px;
}
#list-bonos  .center {
  padding: 15px 0;
}

.recent-work-wrap  {
  box-shadow: 2px 2px 12px 0px #aaa;
}


.lista_paises  {
   margin: 20px 0 0;
   font-size: 10px;
   color: #777;
   line-height: 16px;
   text-align: justify;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                      TABLAS  DE  PRECIOS                       //////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/













/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                             HOSTING                            //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.p_style {
  font-size: 20px;
  padding-bottom: 20px;
}


.list_style {
  list-style: none;
  font-size: 14px;
  padding-bottom: 20px;
}

.punto {
  color: #f28c3e;
  font-size: 25px;
}


.list_hosting {
  line-height: 30px;
}


.condiciones_style {
  text-align: center;
  font-size: 12px;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                           SMARTPHONES                          //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#smartphones  {
}

#smartphones h2,
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}
#smartphones p {
  color:#4e4e4e;
}



.smartphones-list h4 {
  margin-top: 0;
  text-transform: uppercase;
}
.smartphones-list h5 {
  font-weight: 300;
}
ul.social_icons,
ul.etiquetas {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.etiquetas li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


#smartphones .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}

ul.social_icons .fa-facebook:hover,
ul.social_icons .fa-twitter:hover,
ul.social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg);
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}
ul.social_icons .fa-facebook    {   background: #0182c4;    }
ul.social_icons .fa-twitter     {   background: #20B8FF;    }
ul.social_icons .fa-google-plus {   background: #D34836;    }


.smartphones-list-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}
.smartphones-list-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}
.smartphones-list-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}
.smartphones-list-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}
.smartphones-list-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}
.smartphones-list-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.smartphones-list-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }
.smartphones-list-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}
.smartphones-list-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;
}
.smartphones-list-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}
.smartphones-list-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.smartphones-list-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}
.smartphones-list-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }
.smartphones-list-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}
.smartphones-list-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}
.smartphones-list-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}
.smartphones-list .single-profile-top:before,
.smartphones-list .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.smartphones-list .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}
.smartphones-list .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}
.smartphones-list .single-profile-bottom:before,
.smartphones-list .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}
.smartphones-list .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}
.smartphones-list .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.smartphones-list  .box_smartphone {
  cursor: pointer;
}
.smartphones-list  .box_smartphone   .capa_semitransparente {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,164,13,1);
  background: rgba(255,255,255,1);
  cursor: pointer;
}

.smartphones-list  .box_smartphone:hover   .capa_semitransparente  {
  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
}



.smartphones-list  .box_smartphone  .capa_semitransparente{
    position: fixed;                              /*     display: none;        */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(190,190,190,0.85);
    opacity: 0;
    filter: alpha(opacity=0);
}
.smartphones-list  .box_smartphone   .capa_semitransparente:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.smartphones-list  .box_smartphone:hover   .capa_semitransparente  img  {
    width: 71px;
    max-height : 71px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.8;
    filter: alpha(opacity=80);
   background: url(../images/smartphones/ver.png)   no-repeat  center center;
}
.smartphones-list  .box_smartphone   .capa_semitransparente:hover {
    box-shadow: 1px 1px 10px 0 #ffa40d;
    background: rgba(255,255,255,0.5);
    opacity: 1;
    filter: alpha(opacity=100);
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#bloque_popup {
    position: fixed;                                display: none;      /*          */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.65);
    z-index: 100000;
}
#bloque_popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#smartphone_popup  {
    width : 75%;
    max-height : 80%;
    display: inline-block;
    vertical-align: middle;

    padding: 50px;
    padding-bottom: 40px;

  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
    overflow-y: auto;
    background: rgba(255,255,255,1);
    z-index: 100001;
}

/*////////////////////////////      IMAGEN  POPUP    ////////////////////////////////*/
#smartphone_popup  img  {
 width:50%;
 float: left;               /* border: 1px solid #ccc;*/
}

/*////////////////////////////       INFO POPUP      ////////////////////////////////*/
#smartphone_popup  #box_info  {
  width: 50%;
  float: left;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(140, 140, 140, 0.01);
}
#smartphone_popup  #box_info   h4  {
 text-align: center;
 font-size: 20px;
 color: #555;
 margin: 10px 0 15px;
}
#smartphone_popup  #box_info   h4  span  { color: #888; }

#smartphone_popup  #box_info   ul.etiquetas  {  margin: 10px 0 20px;  }

#smartphone_popup  #box_info   h3  {
 text-align: center;
 font-size: 20px;
 color: #777;
 margin: 10px 0 20px;
 font-size: 16px;
}
#smartphone_popup  #box_info   h3  span
{
  font-size: 19px;
  margin-right: 4px;
  padding: 2px 7px;
  color: #fff;
  border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: rgba(255, 175, 26, 0.95);
}
#smartphone_popup  #box_info   ul.social_icons
{
  font-size: 19px;
  margin: 15px 0 25px 0;
  padding: 0;
}
#smartphone_popup  #box_info  p
{
  color: #666;
  text-align: left;
  line-height: 25px;
}



/*///////////////////////////////////////////////////////////////////////////////////////////
////////////////         POPUP RESPONSIVO PARA TELEFONOS Y TABLETS           ////////////////
///////////////////////////////////////////////////////////////////////////////////////////*/

@media  (max-width: 1200px) {
    #smartphone_popup  {    width : 85%;    max-height : 85%;   }
}

@media  (max-width: 768px) {
    #smartphone_popup               {   width: 85%;     max-height : 85%;  }
    #smartphone_popup  img          {   width:100%;                        }
    #smartphone_popup  #box_info    {   width:100%;                        }
}

@media (min-width: 768px) and (max-width: 1200px) {
    #smartphone_popup  #box_info            {   padding: 10px;    }
    #smartphone_popup  #box_info   h4       {   font-size: 16px;    color: #555;    margin: 5px 0 5px;      }
    #smartphone_popup  #box_info   h4  span {   color: #888; }
    #smartphone_popup  #box_info   ul.etiquetas  {  margin: 5px 0 10px;  }
    #smartphone_popup  #box_info   h3       {   font-size: 15px;    color: #777;    margin: 10px 0 10px;    }
    #smartphone_popup  #box_info   h3  span {   font-size: 19px;                    padding: 1px 4px;       }
    #smartphone_popup  #box_info   p        {   line-height: 20px;    }
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                           SMARTPHONES                          //////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/











/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                        AYUDA - FAQ / APN                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#faq  {
  padding-bottom: 50px;
}






/*//////////////////////////////////////////////////////////////////////////////
///////////////////        APN - DESCARGAR MANUALES          ///////////////////
//////////////////////////////////////////////////////////////////////////////*/
#apn  .center  {
  padding-bottom: 10px;
}
#apn  .media-body  {
  margin-top: 17px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                        AYUDA - FAQ / APN                       //////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/








/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                       MAPA DISTRIBUIDORES                      //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.distribuidores   {
  padding-bottom: 100px;
}
.distribuidores  .center {
  padding-bottom: 0px;
}



#mapa_distribuidores  {
  padding: 0;
  margin: 40px 0 0 0;                                              /*   border: 1px solid red;    */
  max-height: inherit;
  position: relative;
  /*background: url('../images/distribuidores/mapa_spain_distribuidores.png') top center no-repeat;
  background-size:   contain;*/
}
#mapa_distribuidores  img  {
  margin: 0;
  padding: 0;
}
img.mapa[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
#mapa_distribuidores  .iconos_provincia {
  cursor: pointer;
}

           



#mapa_provincia {
  position: relative;
  padding: 0;
}

#mapa_provincia  .marco_provincia {
  width: 100%;
  margin: 0 auto;
  position:  absolute;
  top: 0%;
  left: 0%;
}

#mapa_provincia  #box_iconos_distribuidores  {
  width: 100%;
  position:  relative;
  top: 0%;
  left: 0%;
}
#mapa_provincia  #box_iconos_distribuidores  h4 {
  display: none;
  position: absolute;
  width: 99%;
  top: 2px;
  left: 3px;
  text-align: center;
  padding: 10px 0;
  margin: 0px 0 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  color: #1E5634;
  font-size: 18px;
  background: rgba(112, 203, 147, 0.29);
}
#mapa_provincia  #box_iconos_distribuidores  .imagen_provincia {
  width: 100%;
  margin: 0 auto;
  position:  relative;
  top: 0%;
  left: 0%;
}
#mapa_provincia  #box_iconos_distribuidores    .iconos_distribuidor  {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: 0 !important;
  padding: 0;
  display: none;
  cursor: pointer;
  opacity: 0.7;
  border-radius: 5px;
  background: url('../images/distribuidores/icono_distribuidor.png') no-repeat center center  ;

  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;

  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
#mapa_provincia  .iconos_distribuidor:hover,
#mapa_provincia  .iconos_distribuidor.activo  {
  opacity: 1;
  box-shadow:  1px 1px 2px 1px #ED9B00 ;
  z-index: 10000;

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#mapa_provincia  #icono_distribuidor-1  {      left: 32%;           top: 56.5%;     }   /* Elche  -  TP informatica  */
#mapa_provincia  #icono_distribuidor-2  {      left: 33.5%;         top: 58%;       }   /* Elche  -  Punto Tecno  */
#mapa_provincia  #icono_distribuidor-3  {      left: 24.5%;         top: 41%;       }   /* Elda  -  Piso Siete  */
#mapa_provincia  #icono_distribuidor-4  {      left: 26%;           top: 39.3%;     }   /* Petrer  -  FotoJoven  */
#mapa_provincia  #icono_distribuidor-5  {      left: 66.5%;         top: 32.5%;     }   /* Benidorm  -  MLD Internet - Televisión  */
#mapa_provincia  #icono_distribuidor-6  {      left: 25.8%;         top: 49%;       }   /* Novelda  -  Datono  */
#mapa_provincia  #icono_distribuidor-7  {      left: 26.4%;         top: 52%;       }   /* Aspe  -  Datono  */
#mapa_provincia  #icono_distribuidor-8  {      left: 90.4%;         top: 47.5%;     }   /* Caudete  -  App Informatica  */



#box_info_distribuidor  {
  width: 534px;
  height: 151px;
  margin: 0 auto;                                         /*   border: 1px solid red;    */
  padding: 25px 20px 0;
  position: relative;                   display: none;

  background: url('../images/distribuidores/box_info_distribuidor.png') no-repeat top center  ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#box_info_distribuidor  h4,
#box_info_distribuidor  p  {
  text-align: left;
  color: #666;
  font-size: 18px;
}
#box_info_distribuidor  p  {
  line-height: 17px;
  margin: 3px 0;
  font-size: 14px;
}
#box_info_distribuidor  p  span  {
  font-weight: bold;
}
#box_info_distribuidor  img  {
   width: 45%;
   position: absolute;
   right: 3%;
   top: 40%;
}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                      MAPA DISTRIBUIDORES                       //////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/









/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                       HAZTE DISTRIBUIDOR                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.hazte_distribuidor   {
  padding-bottom: 100px;
}
.hazte_distribuidor  .center {
  padding-bottom: 31px;
}


.hazte_distribuidor  .form-group.col-sm-8  {
  float: left;
  margin-left: 0;
  padding-left: 0;
}

.hazte_distribuidor  .form-group.col-sm-4  {
  float: right;
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  padding-right: 0;
}


/*//////////////////////////////////////////////////////////////////////////////
//////////////            FORMULARIO  DE  CONTACTO            //////////////////
//////////////////////////////////////////////////////////////////////////////*/
#form-hazte-distribuidor   #aceptar_terminos  {
  width: 19px;
  height: 19px;
  margin: 1px 6px 0px 2px;
  float: left;
  border: none;
  outline: none;
}
#form-hazte-distribuidor  .form-group  a.politica_privacidad:hover {
  text-decoration: underline;
  color: #ff900;
}

/*//////////////////////////////////////////////////////////////////////////////
///////////     AVISO EMERGENTE DE MAILING CORRECTO / ERROR      ///////////////
//////////////////////////////////////////////////////////////////////////////*/
#box_msg_mail  {
  position: fixed;
  width: 100%;
  height: 200px;
  top: 50%;                          display: none;
  margin-top: -100px;
  left: 0;
  box-shadow: 0px 1px 6px -1px #000;
  z-index: 100;
}
#box_msg_mail.correct  {
  background: rgba(187,228,149,0.85);
}
#box_msg_mail.error  {
  background: rgba(197,26,69,0.85);
}
#box_msg_mail  span  {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  clear: both;
  text-align: center;
}
#box_msg_mail  span.aviso_1  {
  height: 40px;
  line-height: 40px;
  margin-top: 60px;
  font-size: 20px;
  font-weight: bold;
}
#box_msg_mail.correct   span.aviso_1  {  color: #222;  }
#box_msg_mail.error     span.aviso_1  {  color: #fff;  }

#box_msg_mail  span.aviso_2  {
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
#box_msg_mail.correct   span.aviso_2  {  color: #777;  }
#box_msg_mail.error     span.aviso_2  {  color: #222;  }
/*//////////////////////////////////////////////////////////////////////////////
///////////     AVISO EMERGENTE DE MAILING CORRECTO / ERROR      ///////////////
//////////////////////////////////////////////////////////////////////////////*/



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                       HAZTE DISTRIBUIDOR                       //////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
















/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                               BLOG                             //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.carousel-arrow a i {
  top: 54%; 
  opacity: 0.95;
  background: #000;
  margin-top: -18px;
  padding: 2px 12px;
  position: absolute;
}


.carousel-arrow a i.fa-angle-left {
  left: 0;
}

.carousel-arrow a i.fa-angle-right {
  right: 0;
}

.boton_leer {
  text-align: right;
}


.paginacion {
  text-align: center;
}


.titulo_noticia {
  font-size: 23px;
}

.titulo_noticia_h2 {
  margin-top: 0px !important;
}

.titulo_noticia_pequeno {
  font-size: 17px;
}


.fecha_noticia {
color: #f28c3e;
font-weight: bold;
}


.widget {
  margin-bottom: 60px;
  padding-left: 0;
}

.single_comments {
  margin-bottom: 20px;
}

.single_comments img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.single_comments p {
  margin-bottom: 0;
}

.widget .entry-meta span {
  display: inline-block;
  margin-right: 10px;
}

.widget h3 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog_category{
  list-style:none;
  margin:0;
  padding:0;
}

.blog_category li{
  float:none;
  margin-bottom:20px;
}

.blog_category li a {
  background:#f5f5f5;
  border-radius: 4px;
  color: #888;
  display: inline-block;
  padding: 5px 15px;
}

.blog_category li a:hover{
  background:#f28c3e;
  color: #fff;
}

 .badge:before {
  border-color: transparent transparent transparent #f28c3e;
  border-style: solid;
  border-width: 10px;
  bottom: -8px;
  content: "";
  height: 0;
  left: 5px;
  position: absolute;
  z-index: -99999;
}

.badge {
  background-color: #f28c3e;
  border-radius: 5px;
  color: #fff;
  padding: 8px;
  position: relative;
  left: 60px;
  top: -18px;
  font-weight: normal;
}

.blog_archieve {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding-left: 30px;
}

.blog_archieve li {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
}

.blog_archieve li:first-child {
  padding-top: 0;
}

ul.gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.gallery li {
  display: block;
  width: 60px;
  padding: 0;
  margin: 0 4px 4px 0;
  float: left;
}

ul.faq {
  list-style: none;
  margin: 0;
}

ul.faq li {
  margin-top: 30px;
}

ul.faq li:first-child {
  margin-top: 0;
}

ul.faq li span.number {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #34495e;
  color: #fff;
  font-size: 24px;
}

ul.faq li > div {
  margin-left: 70px;
}

ul.faq li > div h3 {
  margin-top: 0;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-item {
  border-radius: 0;
  overflow: hidden;
  margin: 0px  0;
}

.blog .blog-item .img-blog {
  border-radius: 5px;
  /*margin-bottom: 45px;*/
}

.blog .blog-item .blog-content {
  padding-bottom: 25px;
}

.blog .blog-item .blog-content h2 {
  margin-top: 0;
  font-size: 30px;
}

.readmore{
  margin-top: 0;
}

.blog .blog-item .blog-content h3 {
  color: #858586;
  margin-bottom: 30px;
  /* font-weight: 300 */}

.blog .blog-item .blog-content h4 {
  font-size: 14px;
}

.post-tags {

}

.blog .blog-item .entry-meta {
  border-radius: 5px;
  overflow: hidden;
}

.blog .blog-item .entry-meta > span {
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: block;
  font-size: 12px;
  overflow: hidden;
  padding: 5px;
  text-align: left;
}

#publish_date {
  background: #f28c3e;
  border-bottom: 5px solid #4e4e4e;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.blog .blog-item .entry-meta > span {
  color: #ccc;
}

.blog .blog-item .entry-meta > span a {
  font-size: 12px;
  margin-left: 3px;
  font-weight: 300;
  color: #888;
}

ul.pagination > li > a {
  border: 1px solid #F1F1F1;
  margin-right:5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 5px 14px;
}

ul.pagination > li > a i{
  margin-left:5px;
  margin-right:5px;
}

ul.pagination > li.active > a,
ul.pagination > li:hover > a {
  background-color: #f28c3e !important;
  border-color: #f28c3e !important;
  color: #fff;
}

.search_box {
  background-image: url("../images/search_icon.png");
  background-position: 314px 15px;
  background-repeat: no-repeat;
  border-color: #DEDEDE;
  height: 48px;
  outline: medium none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow:none;
  outline: 0 none;
}


ul.tag-cloud,
ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tag-cloud li{
    display: inline-block;
    margin-bottom: 3px;
}

.tag-cloud li a {
  background: #f5f5f5;
  color: #888;
  border: 0;
  border-radius: 4px;
  padding: 8px 15px;
}

.tag-cloud li a:hover{
  background:#f28c3e;
  color: #fff;
}

.sidebar-gallery li{
  display: inline-block;
  margin: 0 10px 10px 0;
}

.sidebar-gallery li a {
  border-radius: 4px;
  display: inline-block;
}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                        BLOG  -  ARTICULO                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.reply_section {
  background: #f5f5f5;
  border-radius: 5px;
}

.post_reply {
  margin-left: 10px;
  margin-top: 45px;
}

.post_reply img {
  width: 85px;
  height: 85px;
  border: 5px solid #D5D8DD;
}

.post_reply ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-top: 5px;
}

.post_reply ul li{
  float:left;
}

.post_reply ul li a {
  display: block;
}

.post_reply ul li a i {
  border: 1px solid #DDDDDD;
  border-radius: 39px;
  color: #FFFFFF;
  font-size: 20px;
  height: 30px;
  margin-right: 3px;
  padding-top: 7px;
  text-align: center;
  width: 30px;
}

.post_reply ul li a i.fa-facebook {
  background: #0182C4;
}

.post_reply ul li a i.fa-twitter {
  background: none repeat scroll 0 0 #3FC1FE;
}

.post_reply ul li a i.fa-google-plus{
 background: none repeat scroll 0 0 #D34836;
}

.post_reply ul li a i:hover{
  opacity:.5;
}

.post_reply_content {
  margin: 30px;
}

.post_reply_content h1 a:hover{
  color:#FFC800;
}

.post_reply_content h4 {
  margin-bottom: 50px;
}

.reply_section .media-body{
  display:inherit;
}

.comment_section .media-body{
  display:inherit;
}

#comments_title{
   color:#4e4e4e;
   font-weight:700px;
   font-size:20px;
   margin-top:60px;
   margin-bottom:40px;
}
.comment_section {
  margin-top: 30px;
  position: relative;
}

.post_comments img {
  width: 85px;
  height: 85px;
  margin-top: 35px;
}

.post_reply_comments {
  background:#f5f5f5;
  border-radius: 4px;
  padding: 30px;
}

.post_reply_comments:before {
  border-color: transparent #F0F0F0 transparent transparent;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 75px;
  position: absolute;
  top: 20px;
}

.post_reply_comments h3,
.post_reply_content h3{
  margin-top: 0;
}

.post_reply_comments h1 a:hover{
  color:#f28c3e;
}

.post_reply_comments h4{
  color:#c4c4c5;
  font-weight:400;
}

.post_reply_comments p {
  padding-bottom: 30px;
}

.post_reply_comments a {
  bottom: 15px;
  position: absolute;
  right: 30px;
  background: #f28c3e;
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
}

.post_reply_comments a:before {
  border-color: #f28c3e transparent transparent;
  border-style: solid;
  border-width: 16px;
  bottom: -11px;
  content: "";
  height: 0;
  left: -12px;
  position: absolute;
  z-index: 99999;
}

.post_reply_comments h2 a{

}

.message_heading {
  margin-bottom: 50px;
  margin-top: 60px;
}



             









/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                           ERROR  404                           //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#error  {
  padding: 200px 0 300px;
}

#error .btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success:hover {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
  color: #4E4E4E;
}

#error h1{
  color: #4e4e4e;
  text-transform: uppercase;
}





/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                          SHORT-CODES                           //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.shortcode-item {
  padding-bottom: 0;
}
/*
.shortcode-item h2 {
  color: #4E4E4E;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: 600
}
*/




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                     CONDICIONES  LEGALES                       //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#condiciones_legales  {
  padding-bottom: 50px;
}

#condiciones_legales  .row  {
  text-align: justify;
}







/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                       VOLVER A ARRIBA                          //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

#go_to_top {
  width: 30px;
  height: 30px;
  position: fixed;
  right: 19px !important;
  bottom: 15px !important;
  border-radius: 3px !important;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  cursor: pointer;
  background: #f28c3e;
  z-index: 99;
}
#go_to_top:after {
  top: 3px;
  left: 8.5px;
  content: "\f106";
  position: absolute;
  text-align: center;
  font-family: FontAwesome;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}










/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
//////////////////////////////////////////////////                             FOOTER                             //////////////////////////////////////////////////
//////////////////////////////////////////////////                                                                //////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#bottom {
  background: #f5f5f5;
  border-top: 7px solid #96C11F;
  font-size: 14px;
  background: #2E2E2E;
  padding: 40px 0;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #888;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  padding: 4px 10px;
  color: #fff;
  line-height: 28px;
  font-size: 16px;
}

#bottom ul li a:hover {
  color: #96c11f;
}

#bottom ul li.active  a  {
  background:  #96c11f;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.color-blue {
    background: #00C5E5 !important;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
  padding-top: 30px;
  padding-bottom:  0px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #f28c3e;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}


#footer .center {
  text-align: center;
  margin-top: -100px;
  padding-bottom: 50px;
}



/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////               BARRA DE COOKIES              //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#barra_cookies  {
 width:100%;                        height: 100px;                   /*  height: 0px;    visibility: hidden;    */
 display: none;                     position:  fixed;
 margin:  0px;                      bottom: 0;
 z-index: 99999;
 background: url(../imagenes/general/aviso_cookies.png);
 background: rgba(255, 144, 0, 0.95);
 box-shadow: -1px 0px 10px 3px  #666;
}
#datos_barra_cookies  {
  width:950px;                      height: 54px;
  margin:  0 auto;                  padding: 0px 0 0 0;
  position:relative;                top: 20px;
  line-height: 20px;                text-align:left;                   /*     border: 1px solid red;        */
  font-family:verdana;              font-size:13px;
}
#datos_barra_cookies  div.aviso  {
  width: 820px;                     position: absolute;
  left: 0px;                        top: 0px;
  color: #333;                      font-size: 13px;
  display: block;
}
#datos_barra_cookies  #aceptar_cookies  {
  position: absolute;                                           /*     border: 1px solid yellow;     */
  right: 5px;
  top: 15px;
  display: block;
}
#datos_barra_cookies  #aceptar_cookies   a.boton_aceptar  {
  float: right;
  margin: 0;                        padding: 4px 8px;
  font-size: 12px;                  font-weight: normal;
  text-decoration:none;             color: #333;
  background: #fff;                 cursor: pointer;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#datos_barra_cookies  #aceptar_cookies   a.boton_aceptar:hover  {
  color: #fff;                    background: #333;
}
#datos_barra_cookies  #aceptar_cookies   a.enlace_aceptar  {
 float: right;
 margin: 5px 0px 0 0;               padding: 0 0 0 8px;
 color: #c40083;
 background: url(../imagenes/general/enlace_cookies.jpg) no-repeat  0px 8px;
}




/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////               BARRA DE COOKIES              //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#barra_cookies  {
 width:100%;                        height: auto;                   /*  height: 0px;    visibility: hidden;    */
 display: none;                     position:  fixed !important;
 margin:  0px;                      bottom: 0;
 z-index: 99999;                    padding: 20px;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f28c3e+0,878787+100&amp;0.95+0,0.96+100 
background: -moz-linear-gradient(left,  rgba(255,144,0,0.95) 0%, rgba(135,135,135,0.96) 100%); /* FF3.6+ 
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,144,0,0.95)), color-stop(100%,rgba(135,135,135,0.96))); /* Chrome,Safari4+
background: -webkit-linear-gradient(left,  rgba(255,144,0,0.95) 0%,rgba(135,135,135,0.96) 100%); /* Chrome10+,Safari5.1+
background: -o-linear-gradient(left,  rgba(255,144,0,0.95) 0%,rgba(135,135,135,0.96) 100%); /* Opera 11.10+
background: -ms-linear-gradient(left,  rgba(255,144,0,0.95) 0%,rgba(135,135,135,0.96) 100%); /* IE10+ 
background: linear-gradient(to right,  rgba(255,144,0,0.95) 0%,rgba(135,135,135,0.96) 100%); /* W3C 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ff9000', endColorstr='#f5878787',GradientType=1 ); /* IE6-9 */

background: #333;


-webkit-box-shadow: 0px -7px 17px 0px rgba(50, 50, 50, 0.83);
-moz-box-shadow:    0px -7px 17px 0px rgba(50, 50, 50, 0.83);
box-shadow:         0px -7px 17px 0px rgba(50, 50, 50, 0.83);


-webkit-box-shadow: 0px -5px 11px 0px rgba(50, 50, 50, 0.76);
-moz-box-shadow:    0px -5px 11px 0px rgba(50, 50, 50, 0.76);
box-shadow:         0px -5px 11px 0px rgba(50, 50, 50, 0.76);

}


#barra_cookies  .aviso_cookie  {
  color: #fff;
}
#barra_cookies  .aviso_cookie  a  {
  color: #f28c3e;
}

#barra_cookies  .btn_cookie  a {
  float: right;
  margin-top: 15px;
}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/













/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
////////////////////////////////////              POPUP  PARA  AVISOS  EN  INDEX              ////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////*/
#popup_promo_inicio.aviso_popup {
    position: fixed;                                   display: none;     /*        */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0,0,0,0.80);
    z-index: 100000;
}
#popup_promo_inicio.aviso_popup:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#popup_promo_inicio   .box_aviso_popup  {
  width : 80%;
  /*max-height : 80%;*/
  display: inline-block;
  vertical-align: middle;
  padding:  0px;

  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow-y: auto;
  background: rgba(255,255,255,1);
  z-index: 100001;
  /*border: 1px solid #fff;*/
  background:   url(../imagenes/oficina-virtual/bg_box_linea.png)  repeat top  left;
}
#popup_promo_inicio   .box_aviso_popup.box_aviso_popup_politica  {
  background: #fff;
}
#popup_promo_inicio   .box_aviso_popup  .box_aviso_popup_contenido  {
  width : 100%;
  height : 100%;
  color: #8e8370;
  padding: 20px;
  position: relative;
  /*border: 1px solid #333;*/
  /*background: #fff;*/
}


@media (max-width: 991px)
{
    #popup_promo_inicio   .box_aviso_popup  {
        width: 85%;
        max-height : 90%;
        padding: 10px;
    }
    #popup_promo_inicio   .box_aviso_popup  .box_aviso_popup_contenido  {
        padding: 10px;
    }
}

#popup_promo_inicio   .box_aviso_popup  .box_aviso_popup_contenido  h6  {
  font-size: 16px;
  margin: 0 auto 20px;
  color: #f28c3e;
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
///////////////////////////////////   FORMULARIO PARA RESETEAR LA CONTRASEÑA POR PRIMERA VEZ   ///////////////////////////////////
//////////////////////////////////////////                                              //////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#popup_promo_inicio   .box_aviso_popup  form {
  width: 80%;
  position: relative;
  margin:  0px auto 0;
  padding: 5px 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #333;
  background: #F5F5F5;
}
@media (max-width: 550px)
{
    #popup_promo_inicio   .box_aviso_popup  form {
        width:100%;
    }
}








/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////                                                                                            /////////////////////////////
/////////////////////////////                                           POPUP                                            /////////////////////////////
/////////////////////////////                                                                                            /////////////////////////////
/////////////////////////////                                     MENSAJES / AVISOS                                      /////////////////////////////
/////////////////////////////                                                                                            /////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.popup_aviso  {
    position: fixed;                            display: none;         /*       */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: transparent;
    z-index: 10000;
}
.popup_aviso:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.popup_aviso  .popup_contenedor  {
  display: inline-block;
  vertical-align: middle;
  padding: 20px  15px;

  border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  overflow-y: auto;
  background: rgba(0,0,0,0.80);
  z-index: 100001;

  float: none;
}
.popup_aviso  .popup_contenedor  .popup_contenido  {
  width : 100%;
  height : 100%;
  color: #fff;
  padding:  0px;
  position: relative;
  background: transparent;
  overflow: hidden;
  font-size: 16px;
  text-align:   center;
}

.popup_aviso  .popup_contenedor  .popup_contenido  .btn_si  {
   float: left;
   margin-left: 20px;
}
.popup_aviso  .popup_contenedor  .popup_contenido  .btn_no  {
   float: right;
   margin-right: 25px;
}



@media (min-width:768px) and (max-width:991px)
{
    .popup_aviso  .popup_contenedor   {
      width: 40%;
    }
    .popup_aviso  .popup_contenedor   .popup_contenido  {
        padding:  0px;
    }
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/












