body{
    font-family: "Open Sans", sans-serif;
}
header{
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 2px 0px 7px 2px rgba(0, 0, 0, 0.2);
    background-color: #000e17;
}
.menu ul{
    display: flex;
    list-style: none;
    margin: 20px 0px;
    padding: 0px;
    float: right;
}
.menu ul li{
    padding: 10px 20px;
}
.menu ul li a{
    font-size: 15px;
    text-decoration: none;
}
.menu .menu-registro a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
}
.menu .menu-registro a:hover{
    border-bottom: 2px solid #10930ee3;
}
.menu .menu-item {
    background-color: #10930ee3;
}
.menu .menu-item:hover {
    background-color: transparent;
    border: 1px solid #10930ee3;
}
.menu .menu-item:hover a{
    font-weight: 500;
    color: #ffffff;
}
.menu .menu-item a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}
.main-index .titulo p{
    font-size: 55px;
    color: #10930ee3;
    font-weight: bolder;
}
.main-index .titulo p .span_title{
    font-size: 55px;
    color: #7538d2;
    font-weight: bolder;
}
.main-index .titulo span{
    font-size: 22px;
    color: #000000;
}
.main-index .imagen img{
    border-radius: 20px;
}
.main-index .pagos img{
    width: 200px;
}
.main-index .cotizacion{
    border-radius: 20px;
    margin: 20px 0px 0px;
    width: 80%;
}
.main-index .cotizacion ul li button{
    background-color: #efd008 !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    color: #000000 !important;
    font-weight: 700 !important;
}
.main-index .cotizacion .tab-content{
    background-color: #efd008;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.main-index .cotizacion .form-label{
    font-size: 14px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: 600 !important;
}
.main-index .cotizacion label img{
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}


.logo img{
    width: 100px;
}

.contenedor_info{
    background-color: #f2f2f2;
    padding: 30px 0px;
    border-radius: 20px;
    text-align: center;
}
.contenedor_info p{
    margin: 0px;
    font-weight: 600;
}
.contenedor_info a{
    margin: 0px;
    font-weight: 600;
    color: #000000;  
}
.pequena{
    width: 160px;
    margin: 0px 0px 10px 0px;
    border-radius: 20px;
}

.h3_registro{
    font-size: 30px;
    font-weight: bold;
    color: #10930ee3;
}
.form_registro label{
    font-weight: 700;
}























@media only screen and (max-width: 600px) {
    .main-index .titulo p{
        font-size: 34px; 
    }
    .main-index .cotizacion{
        width: 100%;
        margin: 20px 0px 20px;
    }
    .main-index .pagos img{
        width: 140px;
    }
    footer p{
        font-size: 10px;
    }
}