@charset "utf-8";
.cabecera {
    width: 100%;
    height: 0%;
    justify-content: center;
}
.cabecera div {
    width: 100%;
    height: 0%;
}
.cabecera div img {
    width: 100%;
    height: 0%;
    justify-content: center;
}
.menu {
    width: 100%;
    height: 0%;
    justify-content: center;
}
.menu .navbar.navbar-expand-lg.navbar-light.bg-light {
    justify-content: center;
    width: 100%;
    height: 0%;
}
.contenedor_principal {
    width: 100%;
    height: 0%;
}


.contenedor_principal .seccion1 {
    width: 40%;
    height: 0%;
    display: flex;
}
.contenedor_principal .seccion1 img {
    width: 79%;
    height: 0%;
    border-radius: 19px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 29px;
}
.precios {
    width: 100%;
    height: 0%;
    text-align: center;
    color: #090909;
    font-style: normal;
    font-size: large;
    margin-top: 164px;
}






.contenedor_principal .seccion2 {
    width: 40%;
    height: 0%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    clear: both;
}
.contenedor_principal .seccion2 h3 {
    width: 80%;
    margin-left: 31px;
}
.contenedor_principal .parrafo {
    width: 36%;
    height: 0%;
    display: flex;
    margin-left: 30px;
    text-align: justify;
}
.contenedor_principal .seccion2 p {
}
.contenedor_principal .seccion2 p {
    text-align: left;
}
.contenedor_principal .seccion2 p {
}

.piede_pagina {
    width: 100%;
    text-align: center;
    height: 0%;
    border-bottom-color: rgba(240,239,239,1.00);
}
