body {
    font-size: 12px;
    font-family: Poppins, Arial, sans-serif;
    font-weight: 400;
    font-display: swap;
    color: #828282;
}

h1,
h2,
h3,
h4,
p {

    font-family: Poppins, Arial, sans-serif;

}

p {
    font-size: 14px;
}

nav {
    background-color: white;
    width: 100%;

    position: fixed;
    z-index: 9999;
    display: flex;
    flex-direction: column;
}

.pSuperior {
    width: 100%;

    text-align: center;
    display: flex;
    flex-direction: row;
    padding-left: 100px;
    padding-right: 100px;

}

.pSuperior>div {
    flex: 30%;
    align-items: center;
    flex-direction: row;
}

.pSuperior>div>a {
    color: #828282;
    margin-left: 10px;
}

.pInferior {
    width: 100%;

}

.pmenu {
    width: 100%;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255);
    background: linear-gradient(234deg, rgba(255, 255, 255, 1) 93%, rgba(254, 0, 0, 0.5466561624649859) 97%);
}

.containerMenu {
    display: block;
    width: 100%;

}

.containerMenu ul {

    list-style: none;
    justify-content: space-around;
    display: flex;
}

#menuCell {
    display: none;
}


.containerMenu ul li {
    display: inline-block;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

li a {
    color: #828282;
}

.drowdownA {
    position: relative;
    display: inline-block;
    cursor: pointer;

}

.drowdownA>span {
    font-size: 15px;
}

.drowdownA>i {
    vertical-align: middle;
}

.dropdown-content {
    width: 100%;
    display: none;
    position: absolute;
    background-color: #f9f9f9;


    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;

}

.drowdownA:hover {
    color: red;
}



.container-nemu {
    display: none;
    transition: display 0s linear;
    flex-direction: row;
    padding-left: 50px;
    padding-right: 50px;

}

.divTexto {
    flex: 30%;

    padding: 20px;
    border-right: 1px solid #828282;
    
    margin-top: 30px;
    margin-bottom: 30px;
}

.divOpciones {
    flex: 70%;

    padding: 40px;
}

.col-md-4 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.col-md-4>a {
    color: #828282;
}

.col-md-4>a:hover {
    color: red;
}
.col-md-4 i {
    font-size: 20px;
    margin-right: 5px;
}

.cardPartners {
    margin: 10px;
    padding: 10px;
    -webkit-box-shadow: 0 0.4rem 2rem rgb(0 0 0 / 10%);
    box-shadow: 0 .4rem 2rem rgba(0, 0, 0, .1);
    border-radius: 0.7rem;
    height: 170px;
}

.cardPartners:hover {
    -webkit-box-shadow: 0 0.4rem 2rem rgba(142, 149, 255, 0.432);
    box-shadow: 0 .4rem 2rem rgba(142, 149, 255, 0.432);
}

.cardPartners>a>p {
    text-align: justify;
    font-size: 12px;
    margin-top: 10px;
    color: #828282 ;
}

.tituloSubMenu {
    font-size: 14px;
    font-weight: bold;
}

.col-md-6>p {
    text-align: justify;
}

.desc2 {
    padding-left: 100px;
}

.mb-0>a {
    color: #828282;
}

div>h4 {
    text-align: justify;
    color: #828282;
}

.famargin {
    margin-right: 5px;
}

.slider-text-inner>h2 {
    text-align: justify;
}

@media (max-width: 800px) {
    .containerMenu ul {
        flex-direction: column;
        display: none;
    }

    .comSuperior {
        display: none;
    }

    .comSuperior>i {
        display: none;
    }

    .comSuperior>a {
        display: none;
    }

    .pSuperior {
        padding-left: 0;
        padding-right: 0;
    }

    #menuCell {
        display: flex;
    }

}

/*Barra de contacto*/
.barContacto {
    width: 100%;
    height: 200px;
    background-color: rgba(56, 57, 61, 0.979);
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.barContacto h2 {
    color: white;
    flex-grow: 2;
}

.barContacto div {
    color: white;
    float: right;
    flex-grow: 1;
    text-align: center;
}

.btnContacto {
    background-color: red;
    color: white;
    font-size: 30px;
    border: none;
}

.btnContacto:hover {
    background-color: rgb(116, 0, 0);
}
.btn-redMenu:hover{
    background-color: red;
    color: white;
}
.slider-text-inner h1{
    font-size: 50px;
}
.oracle >img{
    width: 45%;height: 50px;
}
.pricing__title{
    color: #000 ;
}
.pricing__item{
    height: 150px;
}
.animate-box a{
    cursor: pointer;
}
.col-md-8>h2{
 text-align: left;
}
.col-md-4>div{
    text-align: right;
}
.desc>h3{
    text-align: center;
}