@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
body {               
font-family: 'Open Sans', sans-serif;
color:#707070;
}
.encabezado{
background:#21bf73;
height: 300px;
text-align: center;
 }
.contenido, .qcontainer{
    width: 90%;
    margin-top:-210px;
    background:#f5f5f5;
    border:1px solid #efefef;
    border-radius:8px;
    position: relative;
    box-shadow: -2px 2px 8px rgba(0,0,0,0.10);
}
.sliders{
    margin-top:40px;
    width: 65%;
}

.carousel-inner{
    border-radius: 4px;
    margin-bottom: 10px;
    filter: drop-shadow(-2px 2px 8px rgba(0,0,0,0.22));
}
.qcontainer{
    height:450px;
    overflow: scroll;
    overflow-x: hidden;
}
.toptitle{
    padding-top:10px;
    position: sticky;
    position: -webkit-sticky;
    top:0px;
    background:#f5f5f5;
    z-index:100;
}
.fixedtitle{
    position: sticky;
    position: -webkit-sticky;
    top:46px;
    background:#f5f5f5;
    z-index:99;
}
.codigobar{
    position: absolute;
    bottom:5px;
    right:5px;
}
label{
    margin:0;
}
 .logocontainer{
     display:flex;
     justify-content:center;
     align-items: center;
     margin:-65px auto 0 auto;
 }
 .logocircle{
     background-color:#f5f5f5;
     display:flex;
     justify-content: center;
     align-items: center;
     width:120px;
     height: 120px;
     text-align:center;
     vertical-align: middle;
     border-radius: 50%;
 }
 .logo{
     width: 90px;
     height: auto;
 }
.labelcontrol{
    line-height: 1rem;
    margin:10px 0 0 0;
    padding:8px;
    text-align: left;
    font-size:1rem;
}
.pix-lateral{
    width:100%;
    height: auto;
    padding:10px;
    border-radius:20px;
}
.radiocontrol{
    margin:8px 0 8px -20px;
}
input[type="radio"]{
height: 16px;
width: 16px;
}
input[type="text"],input[type="tel"],input[type="email"]{
    border:0;
    border:1.5px solid #ebebeb;
    background: #fff;
    box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.04);
    border-radius: 4px;
}
#txtNombres,#txtApellidos,#txtCity{
    text-transform: capitalize;
}
.listabox{
    border:1.5px solid #ebebeb;
    box-shadow: -1px 1px 6px 0px rgba(0,0,0,0.04);
    border-radius: 4px;
}
.form-group{
    margin-bottom: 0.6rem!important;
}
.form-control{
    height: 38px;
    font-size: 0.85rem;
    font-weight: 500;
}
.btnghost{
    border:2px solid #21bf73;
    border-radius: 4px;
    color:#21bf73;
    width:25%;
    height: 40px;
    transition: all 250ms ease-in-out;
    letter-spacing: 0.30px;
}
.btnghost:hover{
    background: #21bf73;
    border-radius:4px;
    color:#fff;
}
.btnattempagain{
    border:2px solid #fff;
    border-radius:4px;
    color:#fff;
    width: 30%;
    height: 40px;
    transition: all 250ms ease-in-out;
    letter-spacing: 0.30px;
}
.btnattempagain:hover{
    background:#fff;
    border-radius:4px;
    color:#f53b57;
    font-weight: bold;
}
.btnhome{
    width:35%;
    font-weight: bold;
}
.btnsep{
    margin-top:10px;
    margin-left:7px;
}
.radiogroup{
    text-align: center;
}
.radiogroup > div > span{
    font-size: 2rem;
    margin-left:-8px;
}
.innerquestions{
    width: 90%;
}
.progresscont{
    padding: 6px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.1);  
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progressinner{
    position: relative;
    height: 12px;
    border-radius: 30px;
    background-image: 
    linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;  
}
.progressinner > span{
    position: absolute;
    top:-2px;
    left:110%;
    font-size:12px;
    font-weight: bold;
}
.progress-moved .progressinner {
  background-color: #ffc048;  
}
.qtarjeta{
    background:rgba(255,255,255,0.4);
    padding: 8px;
    margin-bottom:8px;
    border-radius:4px;
}
.qtitle{
 margin-bottom:5px;
}
.trashcontainer{
    justify-content: center;
    align-items: center;
}
.trash{
    align-content: center;
    font-size:2rem;
    text-align:center;
    margin-bottom: 0;
}
.btnform{
    margin-bottom: 15px;
}
.navegacion{
margin:15px 0 0 0;
}
.btnnav{
    list-style-type: none; 
}
.btnnav > li{
    display:inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    border:2px solid #21bf73;
    border-radius: 50%;
    color:#21bf73;
    padding-top:4px;
    transition: all 250ms ease-in-out;
}
.btnnav > li.active{
    background: #21bf73;
    color: #fff;
}
.msuccess{
    width: 80%;
    margin:50px auto 0;
    color:#fff;
    text-align: center;
}
.msuccess h4{
    line-height: 2rem;
}
.codigo{
    font-size:2rem;
    font-weight: bold;
}
.iconresult{
    font-size:5rem;
}
@media only screen and (max-width: 360px) {
    .fixedtitle{
        display:none;
    }
    .radiogroup{
        margin-bottom: 10px;
    }
    .like{
        position: relative;
    }
    .like:before{
        position: absolute;
        top: -8px;
        left:-25px;
        font-family: FontAwesome;
        content:"\f087";
        display:inline-block;
        font-size: 1.25rem;
        color:blue;
    }
    .nolike:before{
        position: absolute;
        top: -5px;
        left:10px;
        font-family: FontAwesome;
        content:"\f088";
        display:inline-block;
        font-size: 1.25rem;
        color:red;
    }
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 5px 0 3px;
  padding: 8px 0 8px 5px;
  list-style-type: none;
  font-size: 0.8em;
  line-height: 0.9em;
  opacity: 0;
  color: #ff3f34;
  border-left:6px solid #f53b57;
  border-radius:3px;
  background:rgba(255,255,255,0.30);

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity:1;
}

.heder img {
margin-left: 3px;
margin-top: -57px;
margin-bottom: 7px;
width: 60px;
background: white;
float:left;
}
.portada1 img {
width: 85%;
margin-right: auto;
margin-left: auto;
margin-top: 20px;
display:block;
border: 3px  solid #ffbd33 ;
}
h1{
font-family: 'Montserrat', sans-serif;
color: white;
text-align:center;
margin-right:  80px;
}
h6 {
font-family: 'Open Sans', sans-serif;
color: white;
text-align:center;
margin:auto;
font-size: 16px;}
.foot {
background: #1a1a1a;
font-family: 'Open Sans', sans-serif;
margin:auto;
font-size: 20px;
}
.form{
width: 760px;
margin-top: 12px;
justify-content: center;
min-height: 10vh;
background: white;
}

#contenedor{      
display: flex;
justify-content: center;
}

.botones-s-a{
    width: 30%;
}

#imagenp{
    width: 1197px;
    height: 450px;
}