@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Nunito:400,700);


.requerido {
	color: #F60000;
	font-size: 14px;
}
.space {
    margin-top: 10%;

}

.space-mr-top-3 {
    margin-top: 3%;
}

html,
body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

.small-contenido{
  padding-bottom: 246px !important;
}

.alert p, p.messages{
  font-size: 21px;
}

.f-size15px{
  font-size: 15px;
}
/*=============================================================
                    Estilos Fixed Footer
===============================================================  */
.landing-fixed-footer{
  width: 100%;
  min-height: 246px;
  height: 246px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
/*=============================================================
                    Fin Estilos Fixed Footer
===============================================================  */

/*=============================================================
                    Estilos Login y Registro
===============================================================  */
.title-login, .title-registro, .title-reset {
  color: #777474;
}

.input-login, .input-registro, .input-reset {
  border-radius: 0px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
}

.check-registro{
  width: 20px;
  height: 20px;
  margin: 4px 8px -20px -20px !important;
  cursor: pointer;
}

.checkbox a{
  color: #777474;
  font-size: 18px;
}

.btn-ingresar, .btn-registrar, .btn-restaurar {
  height: 40px;
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  background-color: #FF7300;
  color: #fff;
  font-weight: bold;
}

.btn-sesiones{
  height: 40px;
  width: 100%;
  border-radius: 8px;
  font-size: 18px;
  background-color: #E33500;
  color: #fff;
  font-weight: bold;
}
.btn-sesiones:hover{
  color: #fff;
}

.btn-ingresar:hover, .btn-registrar:hover, .btn-restaurar:hover{
  color: #fff;
  background-color: #EC6C02;
}

.plan-pyme .order-detail-plan-custom{
  background-color: #FF8408;
}

.plan-empresarial .order-detail-plan-custom{
  background-color: #165F84;
}


.order-detail-plan-custom, .order-detail-plan-custom-invert{
  width: 100%;
  height: 70px;
}

.order-detail-plan-custom{
  border-radius: 8px 8px 0px 0px;  
}

.order-detail-plan-custom-invert{
  border-radius: 0px 0px 8px 8px; 
}

/*=============================================================
                    FIN Estilos Login y Registro
===============================================================  */

/*=============================================================
                    Estilos UTILS
===============================================================  */
.fg-success {
    color: #5BEC1F !important;
}

.fg-danger {
    color: #EF4E4E !important;
}

.fg-black {
  color: #333;
}
.bg-light-gray {
  background-color: #E8EAF0 !important;
}
.bg-white{
  background-color: #fff !important;
}
.m-top-10-em{
  margin-top: 10em;
}
.list-group-item a {
  color : #333;
}
/*=============================================================
                    FIN Estilos UTILS
===============================================================  */

/*=============================================================
                    Estilos para script dinamico
===============================================================  */
.code_script{
    background-color: #EEEEEE;
}
.format_script{
    text-align: left;
    word-wrap: break-word;
    white-space: pre-line;
}

/*=============================================================
                    Fin Estilos para script dinamico
===============================================================  */

/*=============================================================
                    Estilos para admin chat
===============================================================  */
.modal-body .mensajes table {
    max-height: 380px;
}

/*=============================================================
                    Fin Estilos para admin chat
===============================================================  */




/*=============================================================
                    Estilos para historial chat
===============================================================  */
#historial_chat #historial table tbody tr:hover {
    cursor: pointer;
    background-color: #F9EEDD;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

#historial_chat #conversacion .well {
    max-height: 500px;
    overflow-y: scroll;
}

#historial_chat .visitante i, .agente i {
    font-size: 20px;
    font-style: italic;
}

#historial_chat .visitante .nomnbre, .agente .nombre {
    font-style: italic;
}

#historial_chat .agente, .visitante {
    padding: 25px 20px 1px 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;

    -webkit-box-shadow: 14px 16px 22px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 14px 16px 22px -10px rgba(0,0,0,0.75);
    box-shadow: 14px 16px 22px -10px rgba(0,0,0,0.75);
}

#historial_chat .visitante {
    background-color: #D8ECDA;
}

#historial_chat .visitante i {
    margin-right: 10px;
}

#historial_chat .agente {
    background-color: #BCE3ED;
}

#historial_chat .agente i {
    font-size: 20px;
    margin-left: 10px;
}

/*=============================================================
                    Fin Estilos para historial chat
===============================================================  */
header div ul li a .container-height{
    height: 70px;
}

/*=============================================================
                    Estilos Navbar
===============================================================  */
.pin-logo{
  position: absolute;
  margin-left:auto;
  margin-right:auto;
  left:0;
  right:0;
  z-index: 9999;
  margin-top: 70px;
  margin-left: 280px;
}

.fonts-size{
  font-family: 'Open Sans', sans-serif;
  color:#fff;
  font-size: 15px;
  font-style: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.fa-size-style{
  width: 40px;
  height: 40px;
  border-radius: 50% 50%;
  border:2px dotted #fff;
  text-align: center;
  padding: 3px 3px;
  margin-right: 9px;
}

.fa-size-style:hover  {
    color:#CCC;
   border:2px dotted #CCC;
   border-radius: 50% 50%;
   
}
.border-div{
    border-right:1px dotted #ccc;
}

 


.nav-fixed-top{
position:fixed;
position: relative;
z-index: 1001;
}
.brand-back {
    
  background: #fff;
  float: left;
  height: auto;
  border-bottom-right-radius:40px;
  border-bottom-left-radius:18px;
  padding: 18px 29px;
  box-shadow:  0px 1px  10px #777;
  
}

.navbar-inverse li a:hover{
    color:#ccc;
}
/* RESPONSIVE CSS MENU*/
/*--------------------*/
@media (max-width: 767px) {
  @media (min-width: 767px) {
    .fa-size-style{
      height: initial; 
      border:none; 
      padding:0; 
      font-size: 20px;
    }
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 15px;
    border-bottom-right-radius:1px;
    border-bottom-left-radius:1px;
  }
  .brand-back {
      
    background: rgba(255,255,255,.9);
    padding: 18px 23px;
  }
}
@media (min-width: 768px){
   .padding-dropdown-toggle{
    padding-top: 20px;
} 
}
/*=============================================================
                    Fin Estilos Navbar
===============================================================  */
/*=============================================================
                    Estilos Carousel
===============================================================  */
.shadow-carousel{
    box-shadow: 0px 3px 7px #555;
    background: #f2f2f2;
}
.font-title-carousel{
    
    width: 550px;
    font-size: 32px;
    color:#fff;
    font-family: 'Oxygen';
    font-weight: 300;
   letter-spacing: 1pt; 
    background: rgba(0,0,0, .6);
    border: 1px solid #fff;
    border-top-right-radius:20px;
    border-bottom-left-radius:20px;
    box-shadow: 0px 1px 4px #999;
    padding:8px; 
    margin:auto;
    margin-bottom: 40px;
}

.btn-view-info{
    border: 1px solid #ccc;
    padding: 3px;
    width: 100px;
    margin-left: 280px;
    background: rgba(0,0,0, .3);
    font-size: 12px;
}
/*=============================================================
                    Fin Estilos Carousel
===============================================================  */
/*=============================================================
                    Estilos Section inicio
===============================================================  */
.barra-titulo{
  background: #00abff;
  padding: 30px 10px;
  max-width: 920px;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
    
}

.title-services{
  color:#fff;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  font-size: 27px;
}
.section-services{
  background: #fff;
  height: auto;
  padding-bottom: 80px;
  border-bottom:4px solid #FF8400;
  padding: 0px 20px;
}
.services-padding-top{
  padding-top:30px;
  padding-bottom: 30px;
}
.text-heading{
    padding-top: 40px;
    
}
.circle-marc{
    margin: auto;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    border:5px dotted #999;
    padding-top: 7px;
    overflow: hidden;
    transition: all .8s ease-in-out;

}

.font-title-services{
   font-family: 'Oxygen', sans-serif;
   font-weight: 600;
   font-size: 25px;
   color:#999;

}
.text-back{
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    letter-spacing: .5pt;
    color:#888;
    font-size: 16px;
    border-top:1px dotted #ccc;
    text-align: center;
    box-shadow: 0px 3px 8px #B9CED8;
    text-rendering: optimizelegibility;
    /*font-family: "Futura","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    line-height: 25px;
}
.text-back-color{
    background:rgba(218,227,231,1);
    padding-left:19px;
    padding-right:19px;
    padding-bottom: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius:20px;
    border-top-right-radius: 20px;
    border-top-left-radius:20px;
}
.divider-text{
    border-top:1px dotted #999;
}
.text-back-ini{
    padding-top: 10px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
   letter-spacing: 1pt;
    color:#fff;
    background: #D01100;
    padding:8px;
    font-size: 22px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    max-width: 700px;
    margin: auto;
}
/* RESPONSIVE CSS SECCION INICIO*/
/*--------------------*/
@media (max-width: 767px){
    .barra-titulo{
    /*margin-top: 105px;*/
    margin-top: 71px;
    padding: 25px 10px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    transition: all 1s ease-in-out;
  }
}

@media (min-width: 768px){
    .services-padding-top{
        padding-top:70px;
        padding-bottom: 100px;
        transition: all 1s ease-in-out;
    }
    .section-text-padding{
    padding-right: 30px;
    padding-left: 30px;
    transition: all 1s ease-in-out;
    }
    
}  
  @media (max-width: 767px){

    .text-heading{
    padding-top: 50px;
    transition: all 1s ease-in-out;
    }
    .tag-content{
       padding-top:30px; 
       transition: all 1s ease-in-out;
    }
  } 
  .figure-align{
position: absolute;
   margin-left:auto;
margin-right:auto;
left:0;
right:0;
  } 
    .figure-align-bottom {
position: absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
margin-top: -19px;
  } 
/*=============================================================
                    Fin Estilos Section inicio
===============================================================  */

/*=============================================================
               Estilos Section Como funciona e Instala
===============================================================  */
.seccion-comofunciona{
height: 650px;
background: #f2f2f2;
padding-top: 50px;

}
.como-funciona{
  background: #2B3247;
  height: 450px;
border-right: 3px solid #fff;
  transition: all .35s ease-in-out;
  
}

.como-instala{
  background: #FF7300;
  height: 450px;
  border-left: 3px solid #fff;
  transition: all .35s ease-in-out;
}

.ico-comofunciona{
    margin:auto;
    display: block;
    text-align: center;
    color:#fff;
    padding-top: 50px;
    transition: all .35s ease-in-out;
    
}
.ico-comofunciona p{
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    font-weight: bold;
    font-size: 36px;
    margin-top:20px;
    transition: all .4s ease-in-out;
}
.ico-comofunciona2 h3{
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 28px;
    margin-top:20px;
    margin:auto;
    display: block;
    text-align: center;
    color:#f5f5f5;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    transition: all .4s ease-in-out;
}
.title-client3{
font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    font-weight: normal;
    font-size: 30px;
    margin-top:20px;
    margin:auto;
    display: block;
    text-align: center;
    color:#888;
    padding-bottom: 35px;
}
.ico-back-comofunciona  img{
  margin:auto;
  display: block;
  
  
  border-radius:50% 50%;
  background: rgba(0,0,0,.1);
  
  transition: all .4s ease-in-out;
}
.ico-back-comofunciona  img:hover{
  background: rgba(255,255,255,.3);
  border-radius:50% 50%;
  width: 118px;
  height: 118px;
  
}

/* RESPONSIVE CSS COMO FUNCIONA*/
/*--------------------*/
@media (max-width: 767px){

  .seccion-comofunciona{
height: auto;
background: #f2f2f2;
padding-top: 115px;

}
  .como-funciona{
  background: #2a2e3a;
  height: 450px;
border-right: 3px solid #fff;
  transition: all 1s ease-in-out;
  
}

.como-instala{
  background: #FF7300;
  height: 450px;
  border-left: 3px solid #fff;
  transition: all 1s ease-in-out;
}
}

/*=============================================================
               Fin Estilos Section Como funciona e Instala
===============================================================  */

/*=============================================================
                    Estilos Section Call to Action
===============================================================  */
.img-static{
  background-image:url(../images/app_back_01.jpg);
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: 0px -250px;

}
.section-calltoaction{

border-top:4px solid #FF8400;
background: rgba(0,0,0,.6);
height: 550px;
/*background-image: url(../images/chat_red.png);*/
background-size: 50%;
border-bottom: 6px solid #FF8400;
}
.red_clientes img{
      position: relative;
      margin:auto;
      display: block;
      padding-left: 120px;
}

   .section-calltoaction{
background-size: 100%;

} 
.end-call-toaction{
   
background-size: 100%;
height: 80px;
}

.calltoaction-padding-top{
  padding-top:20px;
      
}
.set-align{
  margin-top: 20px;
}
.barra-bg{
    background: #00abff;
    padding: 10px 5px;
    max-width: 920px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color:#fff;
    margin: auto;
    font-family: 'Oxygen', sans-serif;
   font-weight: 400;
   font-size: 25px;
   text-align: center;
   
}
.text-call{
    background: rgba(255,255,255,.4);
    padding: 4px;
    max-width: 770px;
    margin: auto;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}
.seccion-boton-calltoaction{
/*background: rgba(255,255,255,1);
background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(199,199,199,1) 80%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(199,199,199,.9)));
background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(199,199,199,1) 80%);
background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(199,199,199,1) 80%);
background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 20%, rgba(199,199,199,1) 80%);
background: radial-gradient(ellipse at center, rgba(255,255,255,1) 20%, rgba(199,199,199,1) 80%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c7c7c7', GradientType=1 );*/
height: 160px;
}

.boton-padding-top{
    margin-bottom: -100px;
    
}
.boton-probar-chat{
        position: relative;
        margin:auto;
        display: block;
        z-index: 999;
        margin-top: -40px;
        width: 250px;
        height: 68px;
        text-align: center;
        background: #FF8400;
        border-radius: 30px 30px 30px 30px;
        color: #fff;
        font-size: 36px;
       font-family: 'Nunito', sans-serif;
        font-weight: 600;
        padding: 7px;
        border: 6px solid #fff;
        box-shadow: 0px 3px 8px #222;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
        transition: all .4s ease-in-out;
}

.manito{
position: absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
z-index: 999;
margin-top: 72px;
margin-left: 224px;
}

.boton-probar-chat:hover{
    
    color: #fff;
    background: #FF4000;
}
.end-call-toaction{
    height: 140px;
    background:#C6D6DF;
    border-top: 3px solid #fff;
    background-image: url(../images/chat_red02.png), url(../images/app_back.png);
    background-repeat: repeat-x;
    background-size: 110% auto;
    background-position: -83px;
    border-top: 2px solid #00C917;
  }
.scrollToTop {
    position: relative;
    margin:auto;
    display: block;
    background: #00abff ;
    border-radius: 50%;
    padding-top: 10px;
    margin-top: 115px;
    font-size: 25px;
    color: #00d999;
    z-index: 999;
    text-align: center;
    text-decoration: none;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 6px #999;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
}
/* RESPONSIVE CSS CALL TO ACTION*/
/*--------------------*/
@media (max-width: 767px){
  .img-static{
    background-size: 200% auto;
    background-position: -150px 100px;
    background-repeat: no-repeat;
  }
  .end-call-toaction{
    background-size: 150% auto;
    background-position: -83px;
  }
  .boton-probar-chat{
        padding: 10px;
        border-radius: 25px 25px 25px 25px;
        font-size: 21px;
        transition: all .4s ease-in-out;
}
.set-align{
  margin-top: 20px;
}
.red_clientes img{
 
  padding-left: 0px;

}
.boton-probar-chat{
        
        font-size: 36px;
       font-family: 'Nunito', sans-serif;
        font-weight: 400;
        padding: 6px;
      width: 240px;
        height: 66px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
        transition: all .4s ease-in-out;
}


}
/*=============================================================
                    Fin Estilos Section Call to Action
===============================================================  */
/*=============================================================
                     Estilos Section Clientes
===============================================================  */
.back-clientes{
  display: block;
  margin: auto;
  background: #fff;
  margin-bottom: 25px;
}
.clientes-logos img{
margin-left: 10px;
margin-right: 10px;
margin-bottom: 40px;
cursor: pointer;
}
.img-gray{
  filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */
transition: all .4s ease-in-out;
}
.img-gray:hover{
  filter: url('#grayscale'); /* Versión SVG para IE10, Chrome 17, FF3.5, Safari 5.2 and Opera 11.6 */
-webkit-filter: grayscale(0%);
-moz-filter: grayscale(0%);
-ms-filter: grayscale(0%);
-o-filter: grayscale(0%);
filter: grayscale(0%); /* Para cuando es estándar funcione en todos */
filter: Gray(); /* IE4-8 and 9 */
}
.back-logos-clientes{
   display: block;
   margin: auto;
    margin-top: 60px;
    margin-bottom: 20px;
}
.title-client{
    text-align: center;
    color:#666;
    font-family: 'Oxygen', sans-serif;
    font-weight: lighter;
   font-size: 35px;
   border-bottom:1px dotted #999;
   padding-bottom: 10px;
}
.title-client2{
  margin-top: 75px;
    text-align: center;
    color:#666;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
   font-size: 31px;
   
   padding-bottom: 10px;
}



/*=============================================================
                    Fin Estilos Section Clientes
===============================================================  */
/*=============================================================
                    Estilos Footer
===============================================================  */
.footer-color{
    background: #E8EAF0; 
    color:#fff; 
    box-shadow:0px 3px 7px #999;
    border-top:2px solid #FACC2E;
    position: relative;
  
}
.footer-side-right{
    height: 170px;
    border-left:1px dotted #888;

}
.footer-container{
     height: 190px;
     margin-top: 15px;
}
.footer-color-var{
    background: #E4E4E4; 
    color:#888; 
}
.logo-footer{
    padding-top: 10px;
    margin: auto;
    display: line-block;
}
.copy{
    font-size: 15px;
    color:#444;
}


.list-link  {
    list-style: none;
    padding-top: 10px;
}
.text-list-footer ul li a{
font-family: 'Oxygen';
    font-weight: 300;;
    color:#777;
    font-size:13px;
    line-height: 25px;
    text-decoration: none;
}
 .text-list-footer ul li a:hover{
     color:#999;
     transition: all .35s ease-in-out;
}

.btn-outline-face{
    margin-top: 10px;
    border:2px dotted  #fff;
    font-size: 20px;
    color: #fff;
    background: #3a5795;
    transition: all .4s ease-in-out;
}

.btn-outline-gl{
    margin-top: 10px;
    border:2px dotted  #fff;
    font-size: 20px;
    color: #fff;
    background: #E33500;
    transition: all .4s ease-in-out;
}

.btn-outline-tw{
    margin-top: 10px;
    border:2px dotted  #fff;
    font-size: 20px;
    color: #fff;
    background: #55acee;
    transition: all .4s ease-in-out;
}

.btn-outline-yt{
    margin-top: 10px;
    border:2px dotted  #fff;
    font-size: 20px;
    color: #fff;
    background: #b31217;
    transition: all .4s ease-in-out;
}
.btn-outline-face:hover,
.btn-outline-face:focus,
.btn-outline-face:active,
.btn-outline-face.active {
    border: dotted 2px #fff;
    color: #3a5795;
    background: #fff;
}
.btn-outline-gl:hover,
.btn-outline-gl:focus,
.btn-outline-gl:active,
.btn-outline-gl.active {
    border: dotted 2px #fff;
    color: #E33500;
    background: #fff;
}
.btn-outline-tw:hover,
.btn-outline-tw:focus,
.btn-outline-tw:active,
.btn-outline-tw.active {
    border: dotted 2px #fff;
    color: #55acee;
    background: #fff;
}
.btn-outline-yt:hover,
.btn-outline-yt:focus,
.btn-outline-yt:active,
.btn-outline-yt.active {
    border: dotted 2px #fff;
    color: #b31217;
    background: #fff;
}
.btn-social {
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 2px dotted #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 24px;
    line-height: 45px;
    padding-bottom: 20px;
    
}
.btn-list-padding li {
    padding:19px 18px;
}
@media (max-width: 767px){
  .btn-list-padding li {
    padding:0px 10px;
    transition: all 1s ease-in-out;
  }
  .btn-social {
      
  }
}

@media (max-width: 768px){
    .footer-side-right{
    border-top:1px dotted #888;
    border-left:none;
    transition: all 1s ease-in-out;
}
}
/*=============================================================
                    Fin Estilos Footer
===============================================================  */

/*=============================================================
                    ESTILOS SECCION PLANES
===============================================================  */

/*========= SECCION PLANES ============ */
.planes-option .options{
  width: 100%;
  height: 50px;
  position: fixed;
  z-index: 1000;
  top: 72px;
}

.planes-option .options ul{
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0px;
}

.planes-option .options ul li{
  width: 25%;
  margin-right: -3px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.planes-option .options ul li h3{
  margin-top: 10px;
}

.planes-option .options ul li h3 a{
  text-decoration: none;
}

.planes-option .options ul li h3 a:hover{
  color: #FFE6CD;
}

.planes-option .options .normal {
  background-color: #FF8408;
}
.planes-option .options .tres-meses{
  background-color: #2CE92C;
}
.planes-option .options .siete-meses{
  background-color: #00ABFF;
}
.planes-option .options .doce-meses{
  background-color: #F05A28;
}

.margin-pricing-top {
max-width: 950px;
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;

}
.back-planes{
  background: #FCFAF5;
  border-bottom: 5px solid #FF8408;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, .4);
}
.precios-fondo1{
  background: #2B3349; /*#2DBAFF*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.precios-fondo2{
  background: #2B3349; /*#FF8408*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.precios-fondo3{
  background:  #2B3349 ;/*#176D97*/
  padding-top: 10px;
  padding-bottom: 10px;
}
.db-pricing {
  
    margin-bottom: 70px;
    text-align: center;
    border-radius:60px 60px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    transition: all .3s ease-in-out;
}

.db-pricing:hover {
    margin-top: 10px;
    -moz-transition: margin-top 0.3s ease 0s;
    -ms-transition: margin-top 0.3s ease 0s;
    transition: margin-top 0.3s ease 0s;
    
}

.db-pricing ul {
    list-style: none;
    margin: 0px;
    text-align: center;
    padding-left: 0px;

}

.db-pricing ul li {
    border-bottom: 2px  dotted #D8D8D8;
    padding-top: 20px;
    padding-bottom: 15px;
    cursor: pointer;
    color:#666;
    font-size: 15px;
    font-family: 'Oxygen';
    font-weight: 400;
    font-weight: bold;
    
    
}


.time-plan{
    font-family: 'Oxygen';
    font-weight: 400;
    font-weight: normal;
    font-size:20px ;
  color:#fff;
}


.db-pricing .pricing-footer a i {
    top: 3px;
}

.back-pal-1{
  background-color: #2ce92c;
  border-radius:60px 60px 0px 0px; 

}
.back-pal-2{
  background-color: #FF8408; 
  border-radius:60px 60px 0px 0px;
}
.back-pal-3{
  background-color: #00abff; 
  border-radius:60px 60px 0px 0px;
}
.titulos-precios {
  
  font-family: 'Oxygen';
  font-weight: 600;
  font-size: 32px;
  color: #f9f9f9;
  text-align: center;
 
  padding-bottom: 10px;

}
.precios {
  
  font-family: 'Oxygen';
  font-weight: bold;
  font-size: 45px;
  color: #f9f9f9;
  text-align: center;

}
.precios span{

  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #f9f9f9;
}

.price-bottom{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.btn-registro{
  position: absolute;
  margin:  auto;
  display: block;
  z-index: 999;
  position:relative;
  border:3px solid #fff;
  margin-top: -25px;
  width: 135px;
  height: 38px;
  text-align: center;
  background: #FF7300;
  border-radius: 15px;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
  transition: all .3s ease-in-out;
}
.btn-registro:hover{
  
  
  background: #F84F00;
  color:#fff;
  
}
.icons img{
  display: block;
  margin: auto;
  padding-top: 10px;

}
.pleca1{
  position: absolute;
  margin:auto;
  display: block;
  z-index: 999;
  margin-left:-45px;
  margin-top: 163px;
}
.pleca2{
  position: absolute;
  margin:auto;
  display: block;
  z-index: 999;
  margin-left: 306px;
  margin-top: -340px;
}

@media (min-width: 768px){
.scale {
    transform: scale(1.1);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .4);
    z-index: 1101;
  }
}

@media (max-width: 767px){

  .db-pricing {
      
      transition: all .3s ease-in-out;
  }
  .btn-registro{
     transition: all .3s ease-in-out;
  }
  .margin-pricing-top {
      margin-right: 0px;
      padding-bottom: 100px;
      transition: all .3s ease-in-out;
  }
}
.click-registrate{
position: absolute;
margin-left:auto;
margin-right:auto;
left:0;
right:0;
z-index: 1101;
margin-top: 0px;
margin-left: 211px;
}
@media (max-width: 920px){
  
  .btn-registro{
     
     transition: all .3s ease-in-out;
  }
}
@media (max-width: 420px){
  
  .btn-registro{
    display: block;
margin:auto;
     
     transition: all .3s ease-in-out;
  }

 } 
 @media (max-width: 767px){
    .btn-registro{
    display: block;
margin:auto;
     transition: all .3s ease-in-out;
  }
  .click-registrate{
margin-top: 0px;
margin-left: 600px;
}
 } 
/*========= SECCION COMPARATIVA DE FUNCIONES ============ */
.img-static2{
  background-image:url(../images/back_planes.jpg);
  background-attachment: fixed;
  height: 400px;
  background-size: 100% auto;
  background-position: 0px -400px;
  transition: all .3s ease-in-out;

}
.separador_planes{
  background: rgba(0,0,0,.5);
height: 400px;
transition: all .3s ease-in-out;
}
.txt-ini h3{
    margin-top: 150px;
    text-align: center;
    font-family: 'Oxygen';
    font-weight: normal;
    font-size: 42px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.txt-sub h3{
    margin-top: -10px;
    text-align: center;
    font-family: 'Oxygen';
    font-weight: bold;
    font-size: 46px;
    color: #fff;
    padding-left: 380px;
    transition: all .3s ease-in-out;
}
 tbody{
  box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); 
}
tfoot tr td{
  height: 52px;
}

.table-aside  {
    border-right: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #f6f6f6;
    padding: 15px;
    color: #888;
    text-align: left;
    font-family: 'Oxygen';
    font-weight: bold;
    width: 350px;
    font-size: 15px;
}
.compare-table  {
    border-right: 3px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background: #f2f2f2;
    padding: 15px;
    text-align: center;
    width: 200px;
    font-size: 16px;
    color:#888;
}

.table-align{
  width: 100%;
  margin-top:70px;
  height: auto;
  margin-bottom: 120px;
}

.color-active-gratis {
  height:55px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #2DBAFF;
  color: #fff;
  text-align: center;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 21px;
}
.color-active-pymes {
  height:60px;
  width: 225px;
  margin-bottom:0px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #FF8408;
  color: #fff;
  text-align: center;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size: 22px;
}
.color-active-empresarial {
  height:55px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #176D97;
  color: #fff;
  text-align: center;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 21px;
}
.title-table h3{
  padding-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  color:#888;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 38px;
  }
  .table-hover tr:hover td {
    background: rgba(255, 132, 8, .2);
  }
 
  .btn-registro-table{
  display: block;
  margin: auto;
  margin-top: -6px;
  border:3px solid #fff;
  width: 140px;
  height: 42px;
  text-align: center;
  background: #FF7300;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  padding: 4px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .4);
  transition: all .3s ease-in-out;
}
.btn-registro-table:hover{
  background: #F84F00;
  color:#fff;
  
}

@media (min-width: 640px){
  .table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}

}
@media (max-width: 767px){
  .img-static2{
  background-image:url(../images/back_planes.jpg);
  
  height: 200px;
  background-size: 110% auto;
  background-position: 0px -400px;
transition: all .3s ease-in-out;
}
.separador_planes{
  background: rgba(0,0,0,.5);
height: 200px;
}

.btn-registro-table{
  display: block;
  margin: auto;
  margin-top: -6px;
  padding: 4px;
  transition: all .3s ease-in-out;
}

.txt-ini h3{
    margin-top: 50px;
    
    font-size: 30px;
    
}
.txt-sub h3{
    margin-top: -10px;
    font-size: 30px;
    padding-left: 0px;
}
}
/*=============================================================
                    fin estilos para los planes
===============================================================  */

/*=============================================================
                    Estilos soporte
===============================================================  */
.banner-soporte{
    background-image: url('../images/banner_soporte.jpg') !important;
    background-attachment: fixed;
    height: 400px;
    background-size: contain;
    background-position: 0px -9rem;
    transition: all .3s ease-in-out;
    background-repeat: no-repeat;
  }

  .banner-soporte .separador_planes{
    height: 100%;
  }

  @media (max-width: 1040px) {
    .banner-soporte{
      height: 360px;
      background-size: cover;
      background-position: 50%;
      background-attachment: inherit;
    }
  }

  @media (max-width: 767px){
    .banner-soporte .txt-ini h3 {
      margin-top: 90px;
    }
  }

  .notifiacion_exitosa{
    border-left: 4px solid #3c763d;
    color: #58595B;
    background-color: #F4FDF0;
  }
  
  .notifiacion_error{
    border-left: 4px solid #E4073A;
    color: #58595B;
    background-color: #FDF7F7;
  }

  .notifiacion_warning{
    border-left: 4px solid #FF7300;
    color: #58595B;
    background-color: #FDF7F7;
  }

  .soporte .title{
    color: #FF7300;
    font-weight: inherit;
  }  

  .soporte .tutoriales{
    width: 100%;
    list-style: none;
  }

  .soporte .tutoriales li a{
    color: #58595B;
    font-size: 20px;
    line-height: 30px;
  }
/*=============================================================
                    Fin Estilos soporte
===============================================================  */

/*=============================================================
                    Estilos Preguntas Frecuentes
===============================================================  */

.back_funcion{
  background: #f2f2f2;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, .4);
}
.head_txt h2{
  text-align: center;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size:41px;
  color: #888;
  margin-top: 160px;
  margin-bottom: 60px;
}
.head_txt2 h2{
  text-align: center;
  font-family: 'Oxygen';
  font-weight: bold;
  font-size:41px;
  color: #888;
  margin-top: 120px;
  margin-bottom: 80px;
}
.pas{
  display: inline-block;
  margin:auto;

}

.padding_pas{
  margin-top: 35px;
  margin-bottom: 5px;
}
 .back_pas h3{
  max-width: 960px;
  display: block;
  margin: auto;
  background: #888;
  font-family: 'Oxygen';
  font-weight: normal;
  font-size: 23px;
  color: #fff;
  text-align: center;
  line-height: 38px;
  padding: 16px;
  border-radius: 35px;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, .4);
  transition: all .3s ease-in-out;

}

.num_pas{
  position: absolute;
  display: block;
  z-index: 999;
  margin-left:-40px;
  margin-top: -35px;
}
.sombra_padding{
  margin-top: 50px;
  margin-bottom: 80px;
}
div.informacion ul{
  padding-top:10px;
  padding-bottom: 10px;
  display: block;
  margin:auto;
  list-style: none;
  background: #f3f3f3;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
  color:#555;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.separador_funcion{
  border-bottom: 5px solid #FF8408;
  height: 200px;
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.separador_bottom{
  height: 200px;
}
/*=============================================================
                   Fin Estilos Preguntas Frecuentes
===============================================================  */

/*=============================================================
                   Custom header media query
===============================================================  */

@media screen and (max-width: 767px) {
  
  
  .planes-option .options ul li h3 {
    font-size: 15px;
  }

  .logo {
    border-bottom-right-radius: 30px !important;
    border-bottom-left-radius: 0px !important;
    padding: 6px;
  }

  .logo img {
    width: 90%;
  }

  #bs-example-navbar-collapse-1 {
    background-color: rgba(80, 100, 120, 0.7);
    top: 71px;
    width: 100%;
    position: absolute;
    margin: 0px;
    border-top: inherit !important;
  }

  .navbar-inverse {
    border-radius: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 854px) {

  .nav-inline {
    width: 55%;
    font-size: 10px;
    margin-top: 10px;
  }

  .nav-inline > li > a {
    padding: 10px;
  }

  .nav-inline .fa-size-style {
    height: 33px;
    width: 33px;
  }
}

@media (min-width: 768px) {
  .carousel-section {
    margin-top: 72px;
  }
}

/*@media (min-width: 768px) and (max-width: 808px) {
  
  .nav-inline {
    position: absolute;
    top: 6px;
    left: 220px;
  }

  .navbar-brand.brand-back {
    margin-left: 0px !important;
  }

  .nav-inline .fa-size-style {
    width: 25px;
    height: 25px;
  }

  .nav-inline > li > a {
      padding: 10px 4px;
  }
}*/

/**/
@media (min-width: 768px) and (max-width: 1100px) {

  /*.navbar-brand.brand-back {
    margin-left: 0px !important;
  }

  .nav-inline {
    position: absolute;
    top: 15px;
    left: 220px;
  }

  .nav-inline .fa-size-style {
    width: 25px;
    height: 25px;
  }

  .nav-inline > li > a {
      padding: 10px 4px;
  }
  
  /*.navbar-toggle {
      position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom: 8px;
  }

  .container-fluid > .navbar-header {
    margin-right: -36px;
    margin-left: -15px;
    width: 100%;
  }

  .navbar-inverse {
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px;
      box-shadow: 0px 2px 6px #BCBCBC;
  }

  .navbar-toggle {
      display: block;
  }

  .navbar-collapse.collapse {
      display: none !important;
  }

  .navbar-collapse.in {
      overflow-y: auto;
  }
  .collapse.in {
      display: block !important;
  }*/
}

/*=============================================================
                   Fin Custom header media query
===============================================================  */