*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Roboto, sans-serif;
    /* font-family: Lato, sans-serif; */
    font-size: 16px;
    color: #121f3d;*{
    margin: 0;
    padding: 0;
}
body{
    font-family: Roboto, sans-serif;
    /* font-family: Lato, sans-serif; */
    font-size: 16px;
    color: #121f3d;
}


/*--- header---- */
.menucentrar {
    margin-left: auto;
}

.menu {
    position: relative;
   /* background: #121f3d; */
   background-color: transparent;
   background-image: radial-gradient(circle at 76.98% 76.98%, rgb(30, 199, 30) 0, rgb(30, 199, 30) 50%, rgb(30, 199, 30) 100%);
   top: 0px;
    z-index: 999999;
    width: 100%;
    
}
nav ul li a:hover {
    color: rgb(30, 67, 92);
    text-decoration: none;
    background-color: #0ab10a;
    border-radius: 5px;
   
    
    
}
.pacifico {
    font-family: 'Pacifico', cursive;
    color: #F5F5F5;
    text-align: left;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, .2);
    font-size: 25px;
   margin: auto;
   
}
.bg-title {
    
    display: flex;
    /* alineacion vertical */
    align-items: center;
     /* alineacion horizontal */
    justify-content: center;
    background: rgb(30, 199, 30);
    color: #fff;
    height: auto;
    border-radius: 4px 4px 4px 4px;
    /* text-shadow: 0px 4px 3px rgba(0, 0, 0, .2);   */
    
}


/* post */
/* -- POST -- */

.main {
    margin-top: 5px;
    margin-bottom: 20px;
}

.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid#05d405;
}

.post-title a {
    color: #333;
    text-decoration: none;
}
.post-content{
    text-justify: auto;
}

.img-post {
    margin-right: 10px;
    /* margin-left: 10px; */
    width: 50%;
}


.post .thumb img {
    width: 100%;
}

.post .contenedor-botones {
    width: 100%;
}
 /* footer */
.bg-color-footer{
    /* background: #09274b; */
     background: #0c1633;
    color: #fff;
}
.bg-color-footer-copy{
    /* background: #09274b; */
     background: #03091e;
    color: #fff;
}
footer ul li a{
    color: #FFFFFF;
}
footer ul li a i{
color: #5bc500;
/* border: solid coral; */
}
footer  a {
    color:#31e959 ;
}
.tamañowhatsapp {
    font-size: 20px;
    background: #5bc500;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
}
.siguenosfooter {
    font-size: 50px;
    /* color: #FFFFFF; */
    text-decoration-color: #CCFF90;
    margin-top: 10px;
}




/* -- Media Querie -- */

@media screen and (max-width: 768px) {
    .post .thumb {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}
}


/*--- header---- */
.menucentrar {
    margin-left: auto;
}

.menu {
    position: relative;
   /* background: #121f3d; */
   background-color: transparent;
   background-image: radial-gradient(circle at 76.98% 76.98%, rgb(30, 199, 30) 0, rgb(30, 199, 30) 50%, rgb(30, 199, 30) 100%);
   top: 0px;
    z-index: 999999;
    width: 100%;
    
}
nav ul li a:hover {
    color: rgb(30, 67, 92);
    text-decoration: none;
    background-color: #0ab10a;
    border-radius: 5px;
   
    
    
}
.pacifico {
    font-family: 'Pacifico', cursive;
    color: #F5F5F5;
    text-align: left;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, .2);
    font-size: 25px;
   margin: auto;
   
}
.bg-title {
    
    display: flex;
    /* alineacion vertical */
    align-items: center;
     /* alineacion horizontal */
    justify-content: center;
    background: rgb(30, 199, 30);
    color: #fff;
    height: auto;
    border-radius: 4px 4px 4px 4px;
    /* text-shadow: 0px 4px 3px rgba(0, 0, 0, .2);   */
    
}


/* post */
/* -- POST -- */

.main {
    margin-top: 5px;
    margin-bottom: 20px;
}

.post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid#05d405;
}

.post-title a {
    color: #333;
    text-decoration: none;
}
.post-content{
    text-justify: auto;
}

.img-post {
    margin-right: 10px;
    /* margin-left: 10px; */
    width: 50%;
}


.post .thumb img {
    width: 100%;
}

.post .contenedor-botones {
    width: 100%;
}
 /* footer */
.bg-color-footer{
    /* background: #09274b; */
     background: #0c1633;
    color: #fff;
}
.bg-color-footer-copy{
    /* background: #09274b; */
     background: #03091e;
    color: #fff;
}
footer ul li a{
    color: #FFFFFF;
}
footer ul li a i{
color: #5bc500;
/* border: solid coral; */
}
footer  a {
    color:#31e959 ;
}
.tama���owhatsapp {
    font-size: 20px;
    background: #5bc500;
    border-radius: 10px 10px 10px 10px;
    padding: 10px;
}
.siguenosfooter {
    font-size: 50px;
    /* color: #FFFFFF; */
    text-decoration-color: #CCFF90;
    margin-top: 10px;
}




/* -- Media Querie -- */

@media screen and (max-width: 768px) {
    .post .thumb {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
}