@charset "UTF-8";
/* CSS Document */

html, body {
    height: 100%;
    margin: 0;
}

/* Amigos facebook p_contactos.html*/
#friendsModal a{
  margin: 0 auto;
  text-align: center;
}
.thumbnail /* estas son las funciones del paddin de la imagen y texto que va dentro de ella*/
{
  float:left;
  width: 152px;
  border-top: 1px solid #FC6D00;
  border-right: 2px solid #FC6D00;
  border-bottom: 2px solid #FC6D00;
  border-left: 1px solid #FC6D00;
  margin: 0 15px 15px 0;
  clear: right;
  padding: 5px;
  color:#FC6D00;
  font-family:Arial, Helvetica, sans-serif;
}
.floattirght
{
  border-top: 1px solid #FF9100;
  border-right: 2px solid #FF9100;
  border-bottom: 2px solid #FF9100;
  border-left: 1px solid #FF9100;
  border-color:#FF9100;
}
.thumbnail p
{
  color: #000;
  text-align: center;
}

/*Ajustes a Bootstrap de Muuwho*/
.numEmpleados{
	padding: 0 2em;
    position: relative;
    top: .8em;
	font-size: 2.1em;
}

.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}



@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
  .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/*Terminan Ajustes a Bootstrap de Muuwho*/

/*Ayuda a Visualizar*/
div, img {
    /*border: 1px solid rgba(0,0,0,0.5);*/
}
/*Termina Ayuda a Visualizar*/


/*Estilos para Layout Dinámicos*/
.height100 {height: 100%;}
.height95 {height: 95%;}
.height90 {height: 90%;}
.height85 {height: 85%;}
.height80 {height: 80%;}
.height75 {height: 75%;}
.height70 {height: 70%;}
.height65 {height: 65%;}
.height60 {height: 60%;}
.height55 {height: 55%;}
.height50 {height: 50%;}
.height45 {height: 45%;}
.height40 {height: 40%;}
.height35 {height: 35%;}
.height30 {height: 30%;}
.height25 {height: 25%;}
.height20 {height: 20%;}
.height15 {height: 15%;}
.height10 {height: 10%;}
.height5 {height: 5%;}

.width100 {width: 100%;}

.parentC {display: table;}

.childC {display: table-cell;}

.top {vertical-align: bottom;}

.centro {vertical-align: middle;}

.bottom {vertical-align: top;}

#posicionBarraB{
	position: relative;
	top: 10px;


}

#segunda, #quinta, #septima {height: auto;}

.impacto .top {vertical-align: top;}

.impacto .bottom {vertical-align: bottom;}

.impacto h2 {margin-top: 30px;}

.impacto .boton {margin-bottom: 30px;}
/*Terminan Estilos para Layout Dinámicos*/


/*Estilos de Colores*/
.blanco { color: #fff; }

.negro { color: #000; }

.gris { color: #999; }

.naranja { color: #fc6d00; }

.fondoBlanco { background-color: #fff; }

.fondoNaranja { background-color: #fc6d00; }

.fondoImagen {
    background-size: cover;
    background-color: transparent;
    background-position: center center;
}
/*Terminan Estilos de Colores*/

/*Estilos de Texto*/
p, .boton {
    font-size: 16px;
    line-height: 1.35em;
}

h1, h2, h6 {
    line-height: 1.35em;
    font-weight: 500;
}

h1 {font-size: 19px;}

h2 {font-size: 23px;}

h6 {font-size: 18px;}

.informativo h2 {
    margin-bottom: 32px;
    margin-top: 32px;
}

.fondoImagen h1, .fondoImagen h2 {
    text-shadow: 0px 1px 5px rgba(0,0,0,0.6);
}

.justificadoCentro {
    text-align: justify;
    text-align-last: center;
    -moz-text-align-last: center;
}

::selection {
    color: #fff;
    background: #fc6d00;
}

::-moz-selection {
    color: #fff;
    background: #fc6d00;
}

.fondoNaranja ::selection {
    color: #fc6d00;
    background: #fff;
}

.fondoNaranja ::-moz-selection {
    color: #fc6d00;
    background: #fff;
}
/*Terminan Estilos de Texto*/

/*Botones*/
.boton {
    text-align: center;
    padding: 12px 0;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    border: 0 solid;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
}

.fondoImagen .boton {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.4);
    text-shadow: 0px 1px 5px rgba(0,0,0,0.90);
    padding: 0 0;
}

.boton .interior {
    box-shadow: inset 0px 1px 5px rgba(0,0,0,0.4);
    padding: 12px 0;
}

.fondoImagen .boton, .fondoNaranja .boton {
    border-width: 3px;
    border-color: #fff;
    color: #fff;
}

.fondoImagen .boton:hover, .fondoNaranja .boton:hover {
    background-color: rgba(255,255,255,0.2);
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.fondoBlanco .boton {
    color: #fff;
    background-color: #fc6d00;
    border-bottom: 4px solid #cc5700;
}

.informativo .boton {
    margin-bottom: 30px;
}

.fondoBlanco .boton:hover {
    background-color: #e66300;
    border-bottom: 4px solid #e66300;
}


.informativo .boton {
    margin-top: 4%;
    margin-top: 2vh;
}

a {
    text-decoration: none;
    color: inherit;
}
/*Termian Botones*/

/*Animacones*/
.animated {
    -webkit-animation-duration: 0s;
    animation-duration: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.aniReady {
    visibility:visible;
}

.delay250 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

.delay500 {
    -webkit-animation-delay: 0;
    -moz-animation-delay: 0;
    -ms-animation-delay: 0;
    -o-animation-delay: 0;
    animation-delay: 0;
}

/*Termina Animaciones*/

/*Primera*/
#inicio {
    background-image: url(../img/bg_index_1.jpg);
}

#inicio .logo {
    background-image: url(../img/bg_index_sombra-logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

/*#inicio img {
    width: 100%;
    height: auto;
}*/
/*Termina Primera*/

/*Segunda*/
#segunda .pasos {
    width: 40%;
    margin-left: 30%;
    height: auto;
}

#segunda p {
    text-align: center;
}

#segunda .linea {
    position: relative;
}

.linea img {
    margin-left: 21.5%;
    width: 56%;
    position: absolute;
    margin-top: 6%;
}

#segunda p {
    margin-top: 10px;
}

.lineaVertical {
    background: url(../img/img_index_linea-solida-vertical.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    height: 40px;
    margin: 6px 0;
}

/*Termina Segunda*/

/*Tercera*/
#tercera {
    background-image: url(../img/bg_index_2.jpg);
}
/*Termina Tercera*/

/*Cuarta*/

/* .registro h6:first-child {
    margin-top: 32px;
} */

.social {
    margin-bottom: 30px;
}
.socialButtons {
    margin-bottom: none;
}
.social h6 {
    margin-bottom: 24px;
}

.social2 {
    margin-bottom: 10px;
	margin-top: 40px;
}

.opcion {
    font-size: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
}

#iniciaSesion {
    margin-bottom: 40px;
}

/* #registro .field {
    width: 100%;
    padding: 6px 6px 3px 6px;
    border:none;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333;
    cursor: text;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    min-height: 26px;
} */

/* #registro .field::-webkit-input-placeholder {
    color: rgba(0,0,0,0.4);
} */

/* #registro .field:-moz-placeholder { 
    color: rgba(0,0,0,0.4);
} */

/* #registro .field::-moz-placeholder {
    color: rgba(0,0,0,0.4);
} */

/* #registro .field:-ms-input-placeholder {
    color: rgba(0,0,0,0.4);
} */

/* #registro .field:focus, #registro .field:active {
    color: #333;
} */

.enviar {
    text-align: center;
    color:#fff;
    font-size: 16px;
    text-align: center;
    text-decoration:none;
    margin-top: 8px;
    width: 100%;
    padding: 8px 0;
    border: 3px solid #fff;
    background-color: transparent;
    -webkit-transition: all 350ms ease-out;
    -moz-transition: all 350ms ease-out;
    -ms-transition: all 350ms ease-out;
    -o-transition: all 350ms ease-out;
    transition: all 350ms ease-out;
}

.enviar:hover {
    background-color: rgba(255,255,255,0.2);
    text-shadow: 0px 1px 5px rgba(0,0,0,0.5);
}

.social .boton {
    border: 0px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    margin-top: 16px;
}

.social .boton i {
    position: absolute;
    left: 24px;
    margin-top: 4px;
}

 #boton_general{
	width: 230px;
	height: 50px;
	background-color: #fc6d00;
    border-bottom: none ;
    border-radius: 0;
}

#boton_general:hover{
	background-color: #FF7811;
    border-bottom: 4px solid #e66300;
}

.social .facebook {
    background-color: #3c579e;
    border-bottom: 4px solid #293b6b ;
}

.social .facebook:hover {
    background-color: #324984 ;
    border-bottom: 4px solid #324984;
}

.social .twitter {
    background-color: #27bde8;
    border-bottom: 4px solid #1e93b5;
}

.social .twitter:hover {
    background-color: #23a8ce;
    border-bottom: 4px solid #23a8ce;
}

.social .linkedin {
    background-color: #116699;
    border-bottom: 4px solid #0b4466;
}

.social .linkedin:hover {
    background-color: #0e5580;
    border-bottom: 4px solid #0e5580;
}

.social .gplus {
    background-color: #df4a32;
    border-bottom: 4px solid #ac3927;
}

.social .gplus:hover {
    background-color: #c5422c;
    border-bottom: 4px solid #c5422c;
}
/*Termina Cuarta*/

/*Quinta*/
#quinta img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
/*Termina Quinta*/

/*Sexta*/
#sexta {
    background-image: url(../img/bg_index_3.jpg);
    background-position: left center;
}
/*Termina Sexta*/

/*Septima*/
#septima img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
/*Termina Septima*/

/*Octava*/
#octava {
    background-image: url(../bg_index_4.jpg);
}
/*Termina octava*/

/*Footer*/
#footer .row {
    margin-top: 16px;
    margin-bottom: 16px;
}

#footer img {
    max-width: 200px;
    height: auto;
    padding: 0px 8px;
    margin-bottom: 8px;
}

#footer .menor {
    font-size: 12px;
    padding: 0px 8px;
}

#footer a {
    color: inherit;
    margin-right: 8px;
}

#footer a:hover {
    text-decoration: underline;
}




/*Empiezan los media Queries*/

@media (min-width: 768px) {

    /*Estilos para Layout Dinámicos*/
    #segunda, #quinta, #septima {height: 100%;}

    .impacto h2 {margin-top: 50px;}

    .impacto .boton {margin-bottom: 50px;}
    /*Termina Estilos para Layout Dinámicos*/

    /*Estilos de Texto*/
    p, .boton {
        font-size: 21px;
    }

    h1, h2 {
        font-size: 36px;
    }

    h6 {font-size: 24px;}

    .informativo h2 {
        margin-bottom: 16px;
        margin-top: 0px;
    }
    /*Terminan Estilos de Texto*/

    /*Cuarta*/
    .degradado {
        position: absolute;
        height: 100%;
        width: 50%;
        background: -webkit-linear-gradient(#fc6d00 20%, #cc5700);
        background: -moz-linear-gradient(#fc6d00 20%, #cc5700);
        background: -o-linear-gradient(#fc6d00 20%, #cc5700);
        background: linear-gradient(#fc6d00 20%, #cc5700);
    }

    /* #registro h6:first-child {
        margin-top: 0px;
    } */

    .opcion {
        font-size: 36px;
        margin-top: 160px;
        margin-bottom: 0px;
    }


    .social {
        margin-top: 0px;
    }
    /*Termina Cuarta*/

    /*Footer*/
    #footer img {
        width: 100%;
        margin-bottom: 0px;
    }

    #footer .menor {
        padding: 4px 24px 0 24px;
    }
    /*Termina Footer*/
}




@media (min-width: 992px) {

    /*Estilos para Layout Dinámicos*/
    .impacto .top {vertical-align: bottom;}

    .impacto .bottom {vertical-align: top;}
    /*Termina Estilos para Layout Dinámicos*/

    /*Estilos de Texto*/
    .impacto h2 {
        margin-bottom: 16px;
    }
    /*Terminan Estilos de Texto*/

    /*Fondos*/
    #inicio, #tercera, #sexta, #octava {
        background-image: none;
    }

    .fondoParallax {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: -1;
    }

    /*Termina Fondos*/

    /*Inicio*/
    /*#inicio img {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
        height: auto;
    }*/
    /*Termina Inicio*/
}

@media (min-width: 1025px) {
    .boton {
        -webkit-animation-duration: 2s !important;
        -moz-animation-duration: 2s !important;
        -ms-animation-duration: 2s !important;
        -o-animation-duration: 2s !important;
        animation-duration: 2s !important;
    }

    /*Animaciones*/
    .animated {
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
    }

    .aniReady {
        visibility:hidden;
    }

    .delay250 {
        -webkit-animation-delay: 250ms;
        -moz-animation-delay: 250ms;
        -ms-animation-delay: 250ms;
        -o-animation-delay: 250ms;
        animation-delay: 250ms;
    }

    .delay500 {
        -webkit-animation-delay: 500ms;
        -moz-animation-delay: 500ms;
        -ms-animation-delay: 500ms;
        -o-animation-delay: 500ms;
        animation-delay: 500ms;
    }
    /*Termina Animacione*/
}




@media (min-width: 1200px) {
    /*Estilos de Texto*/
    p, .boton {
        font-size: 1.5em;
    }

    h1, h2 {
        font-size: 43px;
    }
    /*Terminan Estilos de Texto*/

    /*Inicio*/
    /*#inicio img {
        width: 100%;
        padding-left: 10%;
        padding-right: 10%;
        height: auto;
    }*/
    /*Termina Inicio*/
}

.fondoModalH {
    width: 100%;
    padding: 10px;
    font-family: 'muuwho';
    font-size: 65px;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    background-color: #fc6d00;
    text-decoration: none;
    font-weight: 100;
    margin-bottom: 15px;

}

.radio{
	float: left
}
    option{
      float: left;
    }

#apagado1,#apagado2,#apagado3{
	width: 170px;
    height: 55px;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	padding: 2PX;

}
#apagado2,#apagado3{
	font-size: 12px;

}
.btnNGerarquico{
	width: 23%;
    vertical-align: top;
    background-color: #ff6d00;
    display: inline-block;
    border: 0 solid;
    border-bottom: 4px solid #cc5700;
    cursor: pointer;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 10px;
    height: 36px;
    text-decoration: none;
    border-radius: 0;
}
.btnNGerarquico:focus{
	background-color: #DB1515;
	border-bottom: 4px solid #A40002;
	cursor: pointer;
	color: #ffffff;

}


.SeparacionTE{
	color: #666666;
	padding: 0px 3.2em;
	font-size: 12px;
}

.SeparacionNE{
	color: #666666;
	padding: 0px .8em;
	font-size: 11px;
}
/* Empieza para botones croppie*/

#modal {
  z-index: 100;
  background: white;
/*  -moz-box-shadow: 0 0 3px #ccc;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;*/
  text-align: center;
}

.button {
  position: relative;
  background-color: #189094;
  color: white;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #cccccc;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  width: 200px;
  margin-bottom: 10px;
}
.actionCancel, .button.actionCancel {
  background-color: #ddd;
  color: purple;
}
.actionDone, .button.actionDone {
  display: none;
}

input[type="file"], .button input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.cr-slider {
    padding-left: 10em;
}

.wideInput {
    width: auto !important;
}

.inputBorderGray {
    border-color: silver;
}

/*Fix para modales*/
.labelFormControl {
    float: left;
    padding-left: 1em;
}

.ubicacionUsuario .continuar {
    width: 25%;
    font-size: 1em;
}

.businessName{
	margin-left: 4.4em;
}
.businessName2{
	margin-right: 4.4em;
}


.employeeNnumber{
	margin-left: 4em;
	margin-top: 2em;

}

.funder{
	margin-left: 2.5em;
	margin-top: 2em;
}
/* Estilos para botón de Google */
#customBtn {
  display: inline-block;
  background: white;
  color: #444;
  width: 384px;
  border-radius: 5px;
  border: thin solid #888;
  box-shadow: 1px 1px 1px grey;
  white-space: nowrap;
  margin-top: 1em;
}
#customBtn:hover {
  cursor: pointer;
}
span.label {
  font-family: serif;
  font-weight: normal;
}
span.icon {
  background: url('../img/g-normal.png') transparent 5px 50% no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
}
span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 14px;
  font-weight: bold;
  /* Use the Roboto font that is loaded in the <head> */
  font-family: 'Roboto', sans-serif;
}
#myModalRE1{
  color: #666;
  font-size: 12px;
  font-weight: 300 !important;
}

@media only screen and (max-width: 700px) {
    .v-container {
        position: relative;
        padding-bottom: 56.25%; /* proporción 16:9 */
        padding-top: 30px;
        height: 0;
        overflow: hidden;
        margin: 0 1.5em;
    }
    
    .v-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .box-white{
        border:1px solid green;
        width: 100%;
    }

    .boxGetAccount{
        background-color: white;
        color: #fc6d00;
    }

    .inputGetAccount{
        color: #fc6d00;
        border: 3px solid #fc6d00;
    }
}
@media only screen and (min-width: 701px) {
    .v-container {
        display: inline-block
    }

    .v-container iframe {
        width: 48em;
        height: 27em;
    }
}

