  
/* colores bluewolf
#3b5796
#273966
#f8fbfe
#d5f8f5
*/
@font-face {
	font-family: Montserrat;
	src:url(Montserrat.ttf)
}

body {
  font-family: "Montserrat";
  font-size: 18px; 
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b5796;
  font-weight: 400; 
  line-height: 1.2em;
}
h1 {
    font-size: 23px;
    font-weight: lighter;
    margin: 8px 0px 0px 0px;
    padding: 25px 0;
}
h2{
  font-size: 1.5em;
}
a,
a:hover,
a:focus {
  color: inherit; 
  text-decoration: none;
  outline: 0 solid transparent;
  
}
.white{
  color: white;
}
.strong{
	color: #273966;
}
.light{
	color: #999;
}

/*--- titulos ----*/
.titulo h1{
  font-size: 2em;
  color: #273966;
}

img {
  height: auto;
  max-width: 100%; 
}
/*--- botones ---*/

.btn:focus,
.encuestainput:focus
{
  box-shadow: none;
}
.encuestainput:focus
{
  border:1px solid #273966;
}
.btn-primary{
	background-color: #3b5796;
	font-size: 18px; 
	color: white;
	border: none;
	width: 200px;
 }
 .btn-primary2{
	background-color: #3b5796;
	font-size: 18px; 
	color: white;
	border: none;
	width: 400px;
 }
  .btn-primary3{
	background-color: #3b5796;
	font-size: 18px; 
	color: white;
	border: none;
	width: 300px;
	height: 80px;
 }
 .btn-primary33{
	background-color: #AFABAB;
	font-size: 18px; 
	color: white;
	border: none;
	width: 300px;
	height: 80px;
 }
.btn-primary:hover,
.btn-primary:focus{
  color: #fff;
  background-color: #273966;
}
.btn-primary2:hover,
.btn-primary2:focus{
  color: #fff;
  background-color: #273966;
}
.btn-primary3:hover,
.btn-primary3:focus{
  color: #fff;
  background-color: #273966;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #273966;
    border: none;
}
.btn-primary2:not(:disabled):not(.disabled).active, .btn-primary2:not(:disabled):not(.disabled):active, .show > .btn-primary2.dropdown-toggle {
    color: #fff;
    background-color: #273966;
    border: none;
}
.btn-primary3:not(:disabled):not(.disabled).active, .btn-primary3:not(:disabled):not(.disabled):active, .show > .btn-primary3.dropdown-toggle {
    color: #fff;
    background-color: #273966;
    border: none;
}
.btn-dashed{
  width: 200px;
  height: 200px;
  border: dashed 4px #273966;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #273966;
  font-size: 18px;
  margin: 1em;
  
}
.btn-dashed .fa {
  display: block;
  width: 48px;
  margin: 30px auto ;
  line-height: 100px;
}
.card .card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.card .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card{
    font-family: "Montserrat"; 
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
    padding: 10px;    
}
.card-title{
  line-height: 40px;
}
.card .card-content .card-title, 
.card-reveal .card-title{
    font-weight: 200;
}
.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    /*top: 0;*/
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}
.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:20px ;
}
.btn-custom{
    background-color: transparent;
    font-size:18px;
}



/* navbar*/

.navbar-light{
  background-color: #fff;
  box-shadow: 5px 10px 18px #888888;
}
.navbar-light li a{
  color: #3b5796;
}
.navbar-icon-top .navbar-nav .nav-link > .fa {
  top: 3px;
  line-height: 12px;
  color: #3b5796;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .active > .nav-link{
  color: #3b5796;
}


@media (min-width: 576px) {
  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}

@media (min-width: 768px) {
  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}

@media (min-width: 992px) {
  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

}

@media (min-width: 1200px) {
  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
    text-align: center;
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
    display: block;
    width: 48px;
    margin: 2px auto 4px auto;
    top: 0;
    line-height: 24px;
  }

  
}

/*-- InicioGenerador --*/
.inicioGenerador{
  width: 100%;
  height: 100vh;
  padding-top: 200px;
}
.inicioGenerador .content h2{
  color: #273966;
  font-weight: 700;
  font-size: 36px;
}
.inicioGenerador .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}
.encuestainput{
  display: block;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
.wrn-btn{
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  height: calc(3rem + 2px) !important;
  border-radius:0;
}
.tabletimg img{
  margin-right: -200px;
  float: right;
  max-width: 180%;
}


/*--- upload---*/

.file-upload {
  margin: 0 auto;
  padding: 0 20px;
}



.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
  background-color: #3b5796;
  margin-bottom: 20px;
  position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #273966;
}

.image-title-wrap {
  padding: 0 5px 5px 5px;
  color: #222;
  font-size: .6em;
}

.drag-text {
  text-align: center;
  color: white;
}

.drag-text p {
  font-weight: 100;
  text-transform: uppercase;
  padding: 20px;
  margin: 0;
}

.file-upload-image {
  max-height: 150px;
  max-width: 150px;
  margin: auto;
  padding: 2px;
}

.remove-image {
  width: 100%;
  margin: 0;
  border: none;
  padding: 10px;
  border-radius: 4px;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
}

.remove-image:hover {
  background: #d5f8f5;
  color: black;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}


/* form starting stylings ------------------------------- */
.paso2 .group.especial input:required{
  box-shadow: none;
}
.paso2 .group{ 
  position:relative; 
  margin-bottom:45px; 

}
.paso2 input,
.paso2 textarea{
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  border-bottom:1px solid #757575;
  background-color: #f8fbfe;
}
.paso2 input:focus,
.paso2 textarea:focus{ 
  outline:none;
  background-color: rgba(248, 251, 254, 0.8); 
}

/* LABEL ======================================= */
.paso2 .especial label{
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  text-align: center;
}

/* active state */
.paso2 input:focus ~ label, 
.paso2 input:valid ~ label,
.paso2 textarea:focus ~ label,
.paso2 textarea:valid ~ label{
  top:-20px;
  font-size:14px;
  color:#3b5796;
}

/* BOTTOM BARS ================================= */
.paso2 .bar { 
  position:relative; 
  display:block; 
  width:100%; 
}
.paso2 .bar:before, 
.paso2 .bar:after{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#3b5796; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.paso2 .bar:before {
  left:50%;
}
.paso2 .bar:after {
  right:50%; 
}

/* active state */
.paso2 input:focus ~ .bar:before, 
input:focus ~ .bar:after,
.paso2 textarea:focus ~ .bar:before, 
textarea:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.paso2 .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.paso2 input:focus ~ .highlight,
.paso2 textarea:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}

/*--- definirSecciones --*/
.definirSecciones{
  background-image: url(../img/bg-bw.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.seccion2{
  text-align: center;
  background-color: #f6f6f6;
}


/*-- modal seccion2---*/
.modal-box2{
  font-family:"Montserrat";
  width: 100%;
}
.modal-box2 .show-modal{
  color:#222;
  background-color:#fff;
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:10px 15px;
  margin:80px auto 0;
  border:none;
  outline:0;
  box-shadow:0 0 10px #555;
  display:block;
}
.modal-box2 .show-modal:focus,
.modal-box2 .show-modal:hover{
  color:#222;
  background-color:#fff;
  border:none;
  outline:0;
  text-decoration:none;
}
.modal-backdrop.in{
  opacity:.1;
}
.modal-box2 .modal{
  top:70px!important;
}
.modal-box2 .modal-dialog{
  width:100%;
  margin:30px auto 10px;
  height: 100%;
}
.modal-box2 .modal-dialog .modal-content{
  border-radius:25px;
  box-shadow:0 0 25px -8px #555;
}
.modal-box2 .modal-dialog .modal-content .close{
  color:#e74c3c;
  background-color:#fff;
  font-size:28px;
  text-shadow:none;
  line-height:33px;
  height:33px;
  width:33px;
  opacity:1;
  border-radius:50%;
  box-shadow:0 0 5px #555;
  position:absolute;
  left:auto;
  right:-5px;
  top:-5px;z-index:1;
  transition:all .3s;
}
.modal-box2 .modal-dialog .modal-content .close span{
  margin:-1px 0 0 0;
  display:block;
}
.modal-box2 .modal-dialog .modal-content .close:hover{
  color:#fff;
  background-color:#e74c3c;
}
.modal-box2 .modal-dialog .modal-content .modal-body{
  padding:50px 20px!important;
}
.modal-box2 .modal-dialog .modal-content .modal-body .title{
  margin:0 0 20px 0;
  font-size:20px;
  color:#222;
  text-transform:capitalize;
  font-weight:600;
  text-align:center;
}
.modal-box2 .modal-dialog .modal-content .modal-body .description{
  color:#999;
  text-align:center;
  margin:0 0 15px;
}
.modal-box2 .modal-dialog .modal-content .modal-body .subscribe{
  color:#fff;
  background-color:#26de81;
  font-size:18px;
  text-transform:uppercase;
  padding:10px 20px;
  margin:0 auto;
  border:0 solid #222;
  border-radius:50px;
  overflow:hidden;
  display:block;
  position:relative;
  z-index:1;
  transition:all .3s;
}
.modal-box2 .modal-dialog .modal-content .modal-body .subscribe:hover{
  background-color:#222;
}
@media only screen and (max-width:768px){
  .modal-dialog{
    width:400px!important;
  }
}
@media only screen and (max-width:576px){
  .modal-dialog{
    width:auto!important;
  }
}


 .customRadio input[type="radio"] {
     position: absolute;
     left: -9999px
 }

 .customRadio input[type="radio"]+label {
     position: relative;
     padding: 3px 0 0 40px;
     cursor: pointer
 }

 .customRadio input[type="radio"]+label:before {
     content: '';
     background: #fff;
     border: 2px solid #3b5796;
     height: 25px;
     width: 25px;
     border-radius: 50%;
     position: absolute;
     top: 0;
     left: 0
 }

 .customRadio input[type="radio"]+label:after {
     content: '';
     background: #3b5796;
     width: 15px;
     height: 15px;
     border-radius: 50%;
     position: absolute;
     top: 5px;
     left: 5px;
     opacity: 0;
     transform: scale(2);
     transition: transform 0.3s linear, opacity 0.3s linear
 }

 .customRadio input[type="radio"]:checked+label:after {
     opacity: 1;
     transform: scale(1)
 }

 .customCheckbox input[type="checkbox"] {
     position: absolute;
     left: -9999px
 }

 .customCheckbox input[type="checkbox"]+label {
     position: relative;
     padding: 3px 0 0 40px;
     cursor: pointer;
     color: rgb(120, 119, 121)
 }

 .customCheckbox input[type="checkbox"]+label:before {
     content: '';
     background: #fff;
     border: 2px solid #ccc;
     border-radius: 3px;
     height: 25px;
     width: 25px;
     position: absolute;
     top: 0;
     left: 0
 }

 .customCheckbox input[type="checkbox"]+label:after {
     content: '';
     border-style: solid;
     border-width: 0 0 2px 2px;
     border-color: transparent transparent #3b5796 #3b5796;
     width: 15px;
     height: 8px;
     position: absolute;
     top: 6px;
     left: 5px;
     opacity: 0;
     transform: scale(2) rotate(-45deg);
     transition: transform 0.3s linear, opacity 0.3s linear
 }

 .customCheckbox input[type="checkbox"]:checked+label:after {
     opacity: 1;
     transform: scale(1) rotate(-45deg);
     color: #3b5796
 }

 
 
 .my_checkbox {
     margin-left: 3%
 }

 .model-content {
     width: 840px;
     width: 100% !important
 }

 

 

 @media only screen and (max-width: 780px) {
     .my_checkbox {
         margin-left: 7%
     }

     
 }

 .container button focus {
     -moz-box-shadow: none !important;
     -webkit-box-shadow: none !important;
     box-shadow: none !important;
     border: none;
     outline-width: 0
 }

 @media only screen and (max-width: 580px) {
     .modal-dialog {
         position: relative
     }

     .my_checkbox {
         margin-left: 6%
     }
 }

 /*-- scala --*/

 .box{
  width: 500px;
  clear: both;
}
.rating{
  position: relative;
  display: flex;
  flex-direction: row-reverse; 
  margin-top: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: linear-gradient(to right, #273A69, #3A5592); /*rojo, amarillo, verder*/
}
.rating input{
  display: none;
}

.rating label{
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: #fff;
  color: #000;
  font-size: 18px;
  border-right: 1px solid #000;
  margin-bottom: 0;
}

.rating input[type="radio"]:hover ~ label,
.rating input[type="radio"]:checked ~ label{
  background: transparent;
}

.box span{
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}
.paso2 .box input:valid ~ label{
  top: 0px;
  color: black;

}
.customRadio .box input[type="radio"] + label{
  padding: 0;
}
.customRadio .box input[type="radio"] + label::before {
    display: none;
}
.customRadio .box input[type="radio"] + label::after{
  display: none;
}
.box2{
  width: 250px;
}
.box2 .rating{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-top: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
  background: linear-gradient(to right, #f00, #ff0, #0f0);
}
.box2 .rating input{
  display: none;
}

.box2 .rating label{
  display: block;
  cursor: pointer;
  width: 50px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  background: #fff;
  color: #000;
  font-size: 20px;
  border-right: 1px solid #000;
  margin-bottom: 0;
}

.box2 .rating input[type="radio"]:hover ~ label,
.box2 .rating input[type="radio"]:checked ~ label{
  background: transparent;
}

.box2 span{
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
}
.paso2 .box2 input:valid ~ label{
  top: 0px;
  color: black;

}
.customRadio .box2 input[type="radio"] + label{
  padding: 0;
}
.customRadio .box2 input[type="radio"] + label::before {
    display: none;
}
.customRadio .box2 input[type="radio"] + label::after{
  display: none;
}

@media (max-width: 768px){
  .inicioGenerador {
    
    padding-top: 50px;
  }
  .nombre-encuesta label{
    left:5px;
  }
}




