/*Header y navbar*/
.navbar-header{
    padding-top: 7px;
    padding-bottom: 7px;
    height: 10%;
}
.header-title{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: large;
    color: #FF5820;
    text-align: center;
    margin: 10px;
    margin-left: 20px;
    margin-right: 20px;
}
.cerrarsesion{
    text-decoration:none;
}
.cerrarsesion:hover{
    color:#007A50;
}
.logo{
    width: 135px;
    height: auto;
}
.icons{
    width: 35px;
    height: auto;
    margin-left: 3px;
}
@media screen and (max-width: 980px) {
    .icons{
        display: none;
    }
    .btn-send-index{
        margin-bottom:15px;
    }
}
/*Body Contenido*/
.title-table{
    font-family: 'Poppins', sans-serif;
    color: #FF5820;
    font-weight: bold;
    font-size: larger;
}
.body-title{
    font-family: 'Poppins', sans-serif;
    color: #FF5820;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.body-text{
    text-align: justify;
    font-size: 18px;
    font-weight: 500;
    color: black;
    line-height: 110%;
}
.img-fluid{
    margin-bottom: 3%;
}
.contenido{
    width: 65%;
    margin-left: 17.5%;
    margin-right: 17.5%;
}
.contenido2{
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    margin-bottom: 3%;
}
.contenidoTableRegister{
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
    margin-top: 5%;
}
@media screen and (max-width: 980px) {
    .contenido, .contenido2{
        width: 98%;
        margin-top: 3%;
        margin-left: 1%;
        margin-right: 1%;
    }
}
.btn-send{
    background-color: #FF5820;
    color:#FFF;
    border: none;
    border-radius: 15px;
}
.btn-send:hover{
    background-color: #007953;
    color:#FFF;
    border: none;
    border-radius: 15px;
    transition: 0.5s;
}
.btn-send-index{
    background-color: #FF5820;
    color:#FFF;
    border: none;
    border-radius: 15px;
    width:90%;
}
.btn-send-index:hover{
    background-color: #007953;
    color:#FFF;
    border: none;
    border-radius: 15px;
    transition: 0.5s;
}
.lbl, .frm-option{
    color:#007953;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
}

.checks{
    background-color: #ECECEC;
    width: 95%;
    height:50px;
    margin-bottom: 5%;
}
.form-check1{
    background-color: #F3F3F3;
    width: 95%;
    margin-bottom: 5%;
    height:50px;
}
.form-check-input:checked{
    background-color: #007953;
    border-color: #007953;
}
span{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}
.about{
    font-family: 'Poppins', sans-serif;
    color: #FF5820;
    text-align: center;
    font-weight: bold;
}
.captcha{
    text-align:center;
}

/*Product Option*/
.product-option{
    width: 95%;
    height: auto;
}
.link{
    color:#007953 !important;
}

/*Footer*/
.icons-ft{
    width: 45px;
    height: auto;
    margin-left: 2px;
}

.p-3{
    margin-top: -40px;
}

.form-control{
    border:2.5px solid #007953;
    border-radius: 15px;
    font-size: 16px;
}
.form-control:focus{
    outline:none;
}
.color-footer{
    background-color: transparent !important;
}