body{
	font-family: 'Lato', sans-serif;
}
.iconomas{
    background-color: #fff;
    padding: 7px;
    border-radius: 50%;
    font-size: 18px;
    border: 2px solid #a0aeb4;
    text-align: center;
    float: right;
    color: #a0aeb4;
}

.iconomenos{
    background-color: #bf761d;
    padding: 7px;
    border-radius: 50%;
    font-size: 18px;
    border: 2px solid #bf761d;
    text-align: center;
    float: right;
    color: #ffffff;
    /* font-weight: 800; */
}

.iconos{
    height: 45px;
    margin-right: 15px;
}



@media (min-width: 7001px) and (max-width: 8000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 10%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 5%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 42px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 34px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 32px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }

}
@media (min-width: 6001px) and (max-width: 7000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 10%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 5%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 42px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 34px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 32px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 5001px) and (max-width: 6000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 10%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 5%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 38px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 32px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 4501px) and (max-width: 5000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 10%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 5%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 38px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 32px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 30px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 4001px) and (max-width: 4500px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 10%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 5%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 34px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 26px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 3601px) and (max-width: 4000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 34px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 26px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 24px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 3301px) and (max-width: 3600px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 30px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 24px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 3001px) and (max-width: 3300px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 30px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 24px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 22px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 2601px) and (max-width: 3000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 28px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 22px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 2501px) and (max-width: 2600px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 25px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 20px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 2201px) and (max-width: 2500px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 12%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 6%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 25px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 20px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 2001px) and (max-width: 2200px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 15%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 8%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 25px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 20px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 1920px) and (max-width: 2000px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 15%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 8%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 22px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #71858f;
        font-size: 23px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
        padding-left: 5%;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 15px;
        padding-left: 5%;
        color: #71858f;
        width: 90%;
        text-align: justify;
        display: inline-block;
    }
    .textrespuesta_bold{
       font-size: 15px;
        color: #71858f;
        text-align: justify;
        font-weight: bold;
        
        display: inline-block;
    }

    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        /* border-radius: 8px; */
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        /* color: #555; */
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 550px;
    }

}
@media (min-width: 1601px) and (max-width: 1919px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 15%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 8%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 20px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 19px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }
    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }
    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .radio{
        display: none;
    }
    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }
    .accordion1 .radio:checked + label + .content{
        max-height: 350px;
    }
}
@media (min-width: 1401px) and (max-width: 1600px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 20%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 10%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 19px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 18px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 350px;

    }
}
@media (min-width: 1201px) and (max-width: 1400px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 20%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 10%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 19px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 16px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 350px;

    }
}
@media (min-width: 1101px) and (max-width: 1200px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 20%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 10%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 18px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 15px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 350px;

    }
}
@media (min-width: 1000px) and (max-width: 1100px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 20%;
    }
    .divlabel{
        float: left;
        width: 29%;
        margin-top: 10%;
    }
    .divlinea{
        float: right;
        width: 20%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 18px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 22px;
        font-weight: bold; 
        /* margin-left: 3%; */
        padding: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 65%;
        margin-left: 17.5%;
        margin-right: 17.5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 900px) and (max-width: 999px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 25%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 12%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 20px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 22px;
        font-weight: bold; 
        margin-left: 3%;
        margin-top: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -1%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 800px) and (max-width: 899px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 25%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 12%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 18px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 22px;
        font-weight: bold; 
        margin-left: 3%;
        margin-top: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 18px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -1%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 700px) and (max-width: 799px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 25%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 12%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 18px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 20px;
        font-weight: bold; 
        margin-left: 3%;
        margin-top: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -1%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 600px) and (max-width: 699px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 30%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 15%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 15px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 20px;
        font-weight: bold; 
        margin-left: 3%;
        margin-top: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -1%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 500px) and (max-width: 599px){
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 30%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 15%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 15px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 18px;
        font-weight: bold; 
        margin-left: 3%;
        margin-top: 10px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -1%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
    .iconomas{
        background-color: #fff;
        padding: 5px;
        border-radius: 50%;
        font-size: 14px;
        border: 2px solid #a0aeb4;
        text-align: center;
        float: right;
        color: #a0aeb4;
    }
    
    .iconomenos{
        background-color: #bf761d;
        padding: 5px;
        border-radius: 50%;
        font-size: 14px;
        border: 2px solid #bf761d;
        text-align: center;
        float: right;
        color: #ffffff;
        /* font-weight: 800; */
    }
}
@media (min-width: 400px) and (max-width: 499px){
    .iconomas{
        background-color: #fff;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #a0aeb4;
        text-align: center;
        float: right;
        color: #a0aeb4;
    }
    
    .iconomenos{
        background-color: #bf761d;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #bf761d;
        text-align: center;
        float: right;
        color: #ffffff;
        /* font-weight: 800; */
    }
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 30%;
    }
    .divlabel{
        float: center;
        width: 53%;
        margin-top: 15%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 12px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .container{
        width: 80%;
        margin-top: 5%;
    }
    .borde{
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        padding: 5px;
        margin-top: 5px;
        background-color: #ffffff;
    }
    .textpregunta{
        color: #143544;
        font-size: 12px;
        font-weight: bold; 
        margin-left: 3%;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -2%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 300px) and (max-width: 399px){
    .iconomas{
        background-color: #fff;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #a0aeb4;
        text-align: center;
        float: right;
        color: #a0aeb4;
    }
    
    .iconomenos{
        background-color: #bf761d;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #bf761d;
        text-align: center;
        float: right;
        color: #ffffff;
        /* font-weight: 800; */
    }
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 30%;
    }
    .divlabel{
        float: center;
        width: 60%;
        margin-top: 15%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 12px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        /* float: right; */
    }
    .textpregunta{
        color: #143544;
        font-size: 12px;
        font-weight: bold; 
        margin-left: 3%;
        padding: 5px;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .accordion1{
        margin: 60px auto;
        width: 90%;
        margin-left: -5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }
}
@media (min-width: 0px) and (max-width: 299px){
    .iconomas{
        background-color: #fff;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #a0aeb4;
        text-align: center;
        float: right;
        color: #a0aeb4;
    }
    
    .iconomenos{
        background-color: #bf761d;
        padding: 4px;
        border-radius: 50%;
        font-size: 11px;
        border: 2px solid #bf761d;
        text-align: center;
        float: right;
        color: #ffffff;
        /* font-weight: 800; */
    }
    .divinicial{
        width: 80%;
        display: flex;
        margin-left: 10%;
        margin-top: 3%;
        height: auto;
    }
    .iconofaq{
        width: 100%;
    }
    .divicono{
        float: right;
        width: 30%;
    }
    .divlabel{
        float: center;
        width: 60%;
        margin-top: 15%;
    }
    .divlinea{
        float: right;
        width: 30%;
        margin-top: 10%;
    }
    .imglinea{
        width: 100%;
        margin-top: 5%;
    }
    .label_font{
        font-size: 10px;
        color: #000000; 
        font-weight: bold;
        vertical-align: middle;
        float: right;
    }

    .textpregunta{
        color: #143544;
        font-size: 10px;
        font-weight: bold; 
        margin-left: 3%;
    }
    .textpregunta:hover{
        color: #bf761d;
    }
    .textrespuesta{
        font-size: 8px;
        padding: 5px;
    }

    .accordion1{
    margin: 60px auto;
    width: 90%;
    margin-left: -5%;
    }

    .accordion1 li{
        list-style: none;
        width: 100%;
        margin: 7px;
        padding: 2.5px;
        border-radius: 8px;
        background: #ffffff;
        -webkit-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        -moz-box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
        box-shadow: 10px 10px 11px -6px rgba(0,0,0,0.26);
    }

    .accordion1 li label{
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .radio{
        display: none;
    }

    .accordion1 .content{
        color: #555;
        /* line-height: 12px; */
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s, padding 0.5s;
    }

    .accordion1 .radio:checked + label + .content{
        max-height: 800px;

    }

}




