/*
 * Theme Name: bbmundo AMP
 * Theme URI: https://bbmundo.com
 * Author: Alberto Almazan, Samanta Carreño
 * Author URI: https://mmkgroup.com.mx/
 * Description: Theme for the bbmundo site with the AMP integration as a default markup
 * Tags: bebés, mamá, papá, 
 * Version: 4.0
 * Requires at least: 5.0
 * Tested up to: 5.4
 * Requires PHP: 7.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: bbmamp
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 * */

@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");

/**
  * AMP
  */

body {
    -webkit-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -moz-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    -ms-animation: -amp-start 8s steps(1, end) 0s 1 normal both;
    animation: -amp-start 8s steps(1, end) 0s 1 normal both;
}

@-webkit-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-moz-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-ms-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@-o-keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

@keyframes -amp-start {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

body {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

body {
    background-color: #f3f3f3;
    font-family: "Raleway", sans-serif;
    overflow-x: hidden;
}

.bg-black {
    background-color: #000;
}

.home {
    background: #f3f3f3;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Raleway", serif;
}

h1 {
    padding: 0.7em 0;
}

h2 {
    padding: 0.6em 0;
}

h3 {
    padding: 0.5em 0;
}

*:focus {
    outline: 0;
}

img.lazy-loaded{
    /*width: 100%;
    object-fit: contain;
    height: auto;*/
}

.post-article img{
    max-width: 100%;
    height: auto;
}

div#r89-desktop-billboard-low-1-wrapper,
div#r89-mobile-sticky-footer-1-wrapper {
    display: none !important;
}
.div-ad-desktop div{
    max-width: 970px;
    margin: 0 auto;
    text-align: center;
}
.div-ad-desktop-728 div,
.div-ad-desktop-728 img{
    max-width: 728px;
    margin: 0 auto;
    text-align: center;
}
.div-ad-desktop-medium{
    max-width: 728px;
    margin: 0 auto;
    text-align: center;
}
.div-ad div,
.div-ad div img{
    text-align: center !important;
    margin: 0 auto !important;
    height: auto;
    clear: both;
}
aside,
.banner{
    position: relative;
    justify-content: center;
    align-items: center;
}
.banner,
.banner .img_ad,
.banner div,
.banner img,
.banner amp-img,
.banner iframe,
.banner html div,
aside div,
aside img,
aside html div,
aside iframe,
aside iframe html div{
    margin: 0 auto;
    text-align: center;
}

/**
 *********************************************************************************************
 **************************************** HEADER *********************************************
 *********************************************************************************************
  */

/********************** Header  **********************/
.fixed-top{
    position: fixed;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
.container-header-desktop {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    justify-content: space-between;
}
.right-container-desktop {
    display: flex;
}
.form-header {
    position: relative;
    right: 0px;
    max-width: 150px;
    min-width: 250px;
}
.logo{
    margin-right: -100px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0px !important;
}
.form-header .gsc-control-cse {
    background-color: transparent;
    border-color: transparent;
    padding: 12px 0;
}
.form-header .gsc-search-button{
    height: 33px;
}

.openMenuDesktop {
    z-index: 2;
}
.openMenu {
    position: relative;
    z-index: 2;
    height: 46px;
}
.openMenu i {
    position: relative;
    z-index: -1;
    display: flex;
    font-size: 25px;
}
.burger {
    width: 25px;
    float: right;
    height: 15px;
    position: relative;
    border: 0 none;
}
.burger:after,
.burger:before {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
}
.burger:before {
    top: 0;
    box-shadow: 0 6px 0 #000;
}
.burger:after {
    bottom: 0;
}
.menu-label.mainmenuopen .burger:before {
    box-shadow: none;
    transform: rotate(40deg);
}
.menu-label.mainmenuopen .burger:after {
    bottom: 12px;
    transform: rotate(-41deg);
}
#menu-principal-mobile {
    padding: 0;
    margin: 0;
    color: #000;
}
#menu-principal-mobile .sub-menu {
    list-style-type: unset;
    padding: 0;
}
#menu-principal-mobile li:last-child {
    margin-bottom: 15px;
}
.menu > li {
    list-style: none;
    margin-bottom: 2px;
    text-align: center;
}
.menu a {
    text-decoration: none;
    list-style: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
#lista-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#lista-social li {
    margin: 0 7px;
}
#lista-social li a{
    color: #232323 ;
}
.logo .navbar-brand {
    padding: 1% 0 !important;
}
#submit_form {
    overflow: hidden;
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5% 0 0 0;
}
#submit_form input:focus {
    outline: 0;
}
.input-search {
    border: 1px solid #000;
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    height: 34px;
    float: left;
    width: 80%;
    padding-left: 5px;
    border-radius: 0;
    margin-right: -3px;
}
.form-menu button {
    border-left: 0 none;
    border-top: 0 none;
    border-radius: 0 7px 7px 0;
}
.btn-light.openMenu.focus,
.btn-light.openMenu:focus {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

@media (min-width: 768px) {
    .header {
        height: 118px;
        min-height: 60px;
        display: block;
    }
}

@media (max-width: 767px) {
    .header {
        height: 140px;
        min-height: 60px;
        display: block;
        /*margin-bottom: 100px;*/
    }
}

/**
 *********************************************************************************************
 **************************************** MENU ***********************************************
 *********************************************************************************************
  */

/*-----menu----*/

.container-header-desktop {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.right-container-desktop {
    display: flex;
}

.form-header {
    position: relative;
    right: 0px;
    max-width: 150px;
    min-width: 250px;
}
.form-header .gsc-control-cse{
    background-color: transparent;
    border-color: transparent;
    padding: 12px 0;
    max-width: 250px;
}

.openMenuDesktop {
    z-index: 2;
}

.openMenu {
    position: relative;
    z-index: 2;
    height: 46px;
}

.openMenu i {
    position: relative;
    z-index: -1;
    display: flex;
    font-size: 25px;
}

.burger {
    width: 25px;
    float: right;
    height: 15px;
    position: relative;
    border: 0 none;
}

.burger:before,
.burger:after {
    background: #000;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
}

.burger:before {
    top: 0;
    box-shadow: 0 6px 0 #000;
}

.burger:after {
    bottom: 0;
}

/* Efecto de hamburguesa */

.menu-label.mainmenuopen .burger:before {
    box-shadow: none;
    transform: rotate(40deg);
}

.menu-label.mainmenuopen .burger:after {
    bottom: 12px;
    transform: rotate(-41deg);
}

#sidebar {
    /*background: rgba(0, 0, 0, 0.92);*/
    width: 100%;
}

#menu-principal-mobile {
    padding: 0;
    margin: 0;
    color: #000;
}

#menu-principal-mobile .sub-menu{
    list-style-type: unset;
    padding: 0;
}

#menu-principal-mobile li:last-child {
    margin-bottom: 15px;
}

.menu>li {
    list-style: none;
    margin-bottom: 2px;
    text-align: center;
}

.menu a {
    text-decoration: none;
    list-style: none;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}

.close-sidebar {
    font-size: 30px;
    padding: 10px;
    color: #000;
}

/* .menu-social {
   text-align: center;
   padding: 5px 0 50px;
 } */

#lista-social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

#lista-social li {
    margin: 0 7px;
}

.logo .navbar-brand{
    padding: 1% 0 !important;
}

#submit_form {
    overflow: hidden;
    width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5% 0 0 0;
}

#submit_form input:focus {
    outline: 0;
}

.input-search {
    border: 1px solid #000;
    background: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
    height: 34px;
    float: left;
    width: 80%;
    padding-left: 5px;
    border-radius: 0;
    margin-right: -3px;
}

.form-menu button {
    border-left: 0 none;
    border-top: 0 none;
    border-radius: 0 7px 7px 0;
}

.btn-light.openMenu.focus,
.btn-light.openMenu:focus {
    color: #212529;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    /* Styles */
    .logo {
        text-align: left;
    }

    .menu-label {
        right: 5%;
        top: 35%;
    }

    .menu-input:checked+.box-menu-open.mainmenuopen {
        z-index: 1100;
        top: 134px;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Styles */
    .logo {
        text-align: center;
    }

    .menu-label {
        right: 5%;
        top: 3%;
    }

    .menu-input:checked+.box-menu-open.mainmenuopen {
        z-index: 1100;
        top: 134px;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .logo {
        text-align: center;
    }

    .menu-label {
        right: 5%;
        top: 5%;
    }

    .menu-input:checked+.box-menu-open.mainmenuopen {
        z-index: 1100;
        top: 11%;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {

    /* Styles */
    .logo {
        text-align: center;
    }

    .menu-label {
        right: 5%;
        top: 30%;
    }

    .menu-input:checked+.box-menu-open.mainmenuopen {
        z-index: 1100;
        top: 13%;
        padding-top: 5%;
    }
}

/**
 *********************************************************************************************
 ***************************************** HOME **********************************************
 *********************************************************************************************
  */

.post-card-home,
.post-card,
.tema-card {
    position: relative;
    height: 100%;
    display: block;
}

.post-card-home .card-body,
.post-card .card-body. {
    position: relative;
}


.post-card a:hover {
    color: inherit;
}

.post-card-home .card-body a,
.post-card .card-body a,
.tema-card .card-body a {
    text-decoration: none;
    color: inherit;
}

.post-card-home .card-img-top {
    object-fit: cover;
    height: 100%;
    object-position: 0%;
}

.post-card-home .card-body .card-title {
    padding: 10px 15px;
    font-size: 0.52rem;
}

.post-card-home .card-body .card-title a,
.post-card .card-body .card-title a {
    text-decoration: none;
    color: inherit;
}

.post-card .card-body .card-title {
    font-size: 18px;
}

.post-card .card-body .card-title i {
    font-size: 1.75rem;
}

.post-media .post-title {
    font-size: 18px;
}

.post-media .post-title a {
    color: inherit;
    text-decoration: none;
}

.post-media .post-content {
    font-size: 15px;
}

.post-media .post-content a {
    color: inherit;
    text-decoration: none;
}

.post-content a {
    color: #007bff;
}

.post-card-content-hover {
    opacity: 0;
}

.card-body .icon-container {
    position: relative;
    width: 100%;
    z-index: 9;
}

.card-body .icon-container .icon {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
}

.icon-container.bg-militar {
    background-color: #1500ff;
    color: #fff;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    /* Styles */
    .post-card-home .card-body .icon-container {
        margin-bottom: 0;
        margin-top: -50px;
    }

    .post-card .card-body .icon-container,
    .tema-card .card-body .icon-container {
        margin-top: -50px;
    }

    .tema-card {
        height: 330px !important;
    }

    .post-card-home .card-img-top {
        height: auto;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Styles */
    .post-card-home .card-body .icon-container {
        margin-bottom: 0;
        margin-top: -40px;
    }

    .post-card .card-body .icon-container,
    .tema-card .card-body .icon-container {
        margin-top: -50px;
    }

    .tema-card {
        height: 330px !important;
    }

    .post-card-home .card-img-top {
        height: auto;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .post-card-home .card-body .icon-container {
        margin-bottom: -50px;
    }

    .post-card .card-body .icon-container,
    .tema-card .card-body .icon-container {
        margin-top: -50px;
    }

    .tema-card {
        height: 330px !important;
    }

    .post-card-home .card-img-top {
        height: auto;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {
    #main-grid {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .post-card-home .card-body .icon-container {
        margin-bottom: -10px;
    }

    .post-card .card-body .icon-container,
    .tema-card .card-body .icon-container {
        margin-top: -50px;
    }

    .tema-card {
        height: 330px !important;
    }

}

/**
 *********************************************************************************************
 **************************************** SINGLE *********************************************
 *********************************************************************************************
  */

.bg-standard {
    background-color: #32b6cc;
}

.bg-image,
.bg-gallery {
    background-color: #004b8e;
}

.bg-video {
    background-color: #e84242;
}

.bg-audio {
    background-color: #f47b20;
}

.bg-quote {
    background-color: #f2c172;
}

.single {
    background-color: #fff;
}

.single .gray {
    background-color: ghostwhite;
}

.single .post .icon-container,
.single .post-especial .icon-container {
    position: absolute;
}

.single .post .icon-container .icon {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 50px;
    height: 50px;
}

.single .post #snippet-box {
    display: none;
}

.single .post .post-article {
    padding: 10px 15px;
}

.single .post .post-article .post-title {
    padding-bottom: 15px;
}

.single .post .post-article #social-share-list .list-group-item {
    padding: 0;
    font-size: 2rem;
    border: 0 none;
    background: none;
}

.single .post .post-article #social-share-list .list-group-item .share-icon .fa-facebook-square {
    background-color: #fff;
    color: #4267b2;
}

.single .post .post-article #social-share-list .list-group-item .share-icon .fa-twitter-square {
    background-color: #fff;
    color: #00acee;
}

.single .post .post-article #social-share-list .list-group-item .share-icon .fa-whatsapp-square {
    background-color: #fff;
    color: #25d366;
}

.single .post .post-article #social-share-list .list-group-item .share-icon .fa-pinterest-square {
    background-color: #fff;
    color: #c8232c;
}

.single .slide-descripcion {
    display: block;
    height: auto;
    max-height: 250px;
    max-width: 450px;
    width: 100%;
    vertical-align: top;
    /*overflow-y: scroll;*/
    border-left: 1em solid transparent;
    border-right: 1em solid transparent;
}

.single .slide-descripcion h3 {
    margin-bottom: 8px;
}

.single .slide-descripcion p {
    margin: 0;
    /*width: 360px;*/
}

.single .amp-social-share {
    float: left;
}

.single .amp-social-share-facebook {
    background-image: url("/wp-content/themes/BBmundo/img/amp/facebook_bco.svg");
}

.single .amp-social-share-twitter {
    background-image: url("/wp-content/themes/BBmundo/img/amp/twitter_bco.svg");
}

.single .amp-social-share-pinterest {
    background-image: url("/wp-content/themes/BBmundo/img/amp/pinterest_bco.svg");
}

.single .amp-social-share-whatsapp {
    background-image: url("/wp-content/themes/BBmundo/img/amp/whats_bco.svg");
}

.single .amp-wp-article-featured-image {
    margin: 0 0 0;
}

.single .amp-wp-article-featured-image amp-img {
    margin: 0 auto;
}

.single .amp-flying-carpet-text-border {
    background: #000;
    color: #fff;
    text-align: center;
}

/*-----mas notas----*/

.single .amp-article-more {
    max-width: 780px;
    margin: auto;
}

.single .more-post {
    padding: 0 0 0 0;
    list-style: none;
    overflow: hidden;
}

.single .more-post li {
    text-align: center;
    background: #f7f7f7;
}

.single .post-content .carousel-container {
    max-width: 550px;
    width: 100%;
}

.single .post-thumbnail p {
    margin: 0;
}

.single .post-excerpt {
    font-style: italic;
}

.single .post-quote .post-content .post-receipt-video {
    max-width: inherit;
    width: 100%;
}

.single .post-quote .post-content .post-receipt-video iframe,
iframe {
    width: 100%;
}

.single .post-quote .post-content .post-receta .post-receta-title,
.bg-cream {
    background-color: #fcdc67;
}

.single .post-quote .post-content .post-receta .post-receta-sugerencias blockquote {
    color: blue;
}

.single .post-quote .post-content .post-receta .post-receta-sugerencias blockquote strong {
    color: #000;
}

.single .relacionado {
    width: 88%;
    margin: 20px 60px 20px 0;
    /*border-top: 1px solid #d4d2d2;
     border-bottom: 1px solid #d4d2d2;*/
    padding: 8px 8px 0;
    font-size: 13px;
    line-height: 20px;
    margin-left: 9%;
    color: #000;
}

.single .relacionado a {
    color: #0594b4;
    text-decoration: none;
    background-color: transparent;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/*-----carousel post-gallery----*/

.carousel-item img {
    object-fit: cover;
    object-position: center;
    min-height: 550px;
    height: auto;
    max-height: 500px;
}

.carousel-item .container-text {
    width: 100%;
    min-height: 220px;
    overflow: hidden;
    margin: 7% 0;
}

.carousel-control-next,
.carousel-control-prev {
    background-color: rgba(0, 0, 0, 0.6);
    top: 25%;
    height: 100px;
    width: 10%;
}

/*css de los logos de red social*/
.tamano {
    font-size: 25px;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {

    /* Styles */
    .single .post .post-article .post-title {
        position: relative;
        padding-top: 10px;
        margin: 0 auto;
    }

    .single .post .icon-container,
    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-top: -50px;
    }

    .single .post .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post .post-article .post-meta,
    .single .post .post-article .post-excerpt {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post-quote .post-content .post-receta .post-receta-sugerencias {
        text-align: center;
        margin: 0 auto;
    }

    .carousel-item img {
        object-fit: contain;
        min-height: auto;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Styles */
    .single .post .post-article .post-title {
        position: relative;
        padding-top: 10px;
        margin: 0 auto;
    }

    .single .post .icon-container,
    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
        width: 100%;
        margin-left: 0;
        margin-top: -50px;
    }

    .single .post .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post .post-article .post-meta,
    .single .post .post-article .post-excerpt {
        margin-left: 0px;
        padding-right: 0;
    }

    .single .post-quote .post-content .post-receta .post-receta-sugerencias {
        text-align: center;
        margin: auto;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .single .post .post-article .post-title {
        position: relative;
    }

    .single .post .icon-container {
        font-size: 24px;
        text-align: center;
        margin-left: -60px;
    }

    .single .post .post-article .post-title {
        margin-left: 25px;
    }

    .single .post .post-article .post-content {
        margin-left: 60px;
        padding-right: 25px;
    }

    .single .post .post-article .post-meta,
    .single .post .post-article .post-excerpt {
        margin-left: 25px;
        padding-right: 25px;
    }

    .single .post-quote .post-content .post-receta .post-receta-sugerencias {
        text-align: left;
        margin-left: -35px;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {

    /* Styles */
    .single .post .post-article .post-title {
        position: static;
    }

    .single .post .icon-container,
    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
        margin-left: -60px;
    }

    .single .post .post-article .post-title {
        margin-left: 25px;
    }

    .single .post .post-article .post-content {
        margin-left: 60px;
        padding-right: 25px;
    }

    .single .post .post-article .post-meta,
    .single .post .post-article .post-excerpt {
        margin-left: 25px;
        padding-right: 25px;
    }

    .single .post-quote .post-content .post-receta .post-receta-sugerencias {
        text-align: left;
        margin-left: -35px;
    }
}

/*
 *********************************************************************************************
 ****************************** ANIMATIONS POST CARD *****************************************
 *********************************************************************************************
 */

.card-excerpt {
    font-size: 10px;
    margin-top: 10px !important;
}

.post-card .card-excerpt,
.post-card .card-date,
.post-card .card-more,
.tema-card .card-more,
.post-card-home .card-excerpt,
.post-card-home .card-more,
.post-card-home .card-date {
    display: none;
}

.post-card:hover,
.post-card-home:hover,
.tema-card:hover {
    overflow: hidden;
}

.post-card:hover,
.tema-card:hover {
    position: relative;
}

.post-card:hover .card-body,
.post-card-home:hover .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, width 0.2s ease;
}

.post-card-home:hover .card-body .card-content {
    margin-top: 20px;
    margin-left: 50px;
    text-align: left !important;
    padding-right: 10px;
}

.post-card:hover .card-body .card-content .card-more,
.post-card-home:hover .card-body .card-content .card-more,
.tema-card:hover .card-body .card-content .card-more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

.post-card:hover .card-body .card-content {
    margin-top: 0;
    margin-left: 20%;
    text-align: left !important;
    padding-right: 10px;
}

.post-card:hover .card-body .card-title,
.post-card-home:hover .card-body .card-title {
    text-align: left !important;
    padding: 0 !important;
    margin-left: 0 !important;
    background: none;
    color: #fff !important;
    padding: 0;
    font-size: 11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-card-home:hover .card-body .card-content .card-title {
    font-size: 1.1rem;
}

.post-card-home:hover .card-body .card-date {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    margin-left: 18%;
    margin-top: 3%;
    padding: 5px 10px;
    text-align: left;
}

.post-card:hover .card-body .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    color: #fff;
}

.post-card-home:hover .card-body .card-content .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
}

.post-card-home.small:hover .card-body .card-content .card-excerpt {
    font-size: 0.9rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-card:hover .icon-container .icon {
    position: static;
    float: left;
}

.post-card-home:hover .icon-container .icon {
    position: static;
    float: left;
}

/* Colors of categories */

.post-card:hover .standard,
.post-card-home:hover .standard {
    background-color: rgba(24, 85, 95, 1);
    /*background-color: rgba(50, 182, 204, 0.5);*/
}

.post-card-desktop-home:hover .standard {
    background-color: rgba(24, 85, 95, 0.8);
    /*background-color: rgba(50, 182, 204, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, width 0.2s ease;
}


.post-card:hover .gallery,
.post-card-home:hover .gallery {
    background-color: rgba(5, 38, 68, 0.8);
    /*background-color: rgba(0, 75, 142, 0.5);*/
}

.post-card:hover .quote,
.post-card-home:hover .quote {
    background-color: rgba(116, 94, 56, 0.8);
}

.post-card:hover .video,
.post-card-home:hover .video {
    background-color: rgba(111, 28, 27, 0.8);
}

.post-card:hover .audio,
.post-card-home:hover .audio {
    background-color: rgba(219, 104, 18, 0.8);
}

.post-card-home .card-body .card-title {
    font-size: 1.4rem;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .post-card:hover .card-body {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
    }

    .post-card-home:hover .standard,
    .post-card-home:hover .standard {
        background-color: rgba(24, 85, 95, 1);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: transform 0.2s ease, width 0.2s ease;
    }

    .post-card-home:hover .card-body .card-title {
        color: #fff;
    }

    .post-card img {
        min-height: 130px;
        object-fit: cover;
    }

    .post-card:hover .card-body .icon-container,
    .post-card-home:hover .card-body .icon-container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .post-card-home,
    .post-card {
        min-height: 345px !important;
        height: auto;
    }
    #post-especial.post-card-home,
    #post-especial.post-card {
        min-height: auto !important;
        height: auto;
    }

    .post-card-home {
        margin-bottom: 20px;
    }

    .post-card {
        margin-bottom: 10px;
    }

    .post-card:hover .card-body .card-excerpt {
        font-size: 0.9rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .post-card:hover .card-img-top,
    .post-card-home:hover .card-img-top {
        height: 100%;
        min-height: 300px;
        width: 100%;
        object-fit: cover;
        transform: scale(1.3);
    }

    .post-card:hover .card-body .card-date {
        display: block;
        color: #fff;
        font-size: 0.8rem;
        font-weight: lighter;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Portrait styles */
    .post-card:hover .card-body {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: transform 0.5s ease, top 0.5s ease, right 0.5s ease,
            left 0.5s ease, bottom 0.5s ease;
    }

    .post-card-home:hover .card-body .card-title {
        color: #fff;
    }

    .post-card:hover .card-body .icon-container,
    .post-card-home:hover .card-body .icon-container {
        margin: 0;
    }

    .post-card-home {
        margin-bottom: 20px;
    }

    .post-card {
        margin-bottom: 10px;
    }

    .post-card:hover .card-body .card-excerpt {
        font-size: 0.8rem;
        font-size: 0.8rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .post-card:hover .card-img-top {
        min-height: 310px;
        max-height: 300px;
        height: 100vw;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card-home:hover .card-img-top {
        height: 100%;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card:hover .card-body .card-date {
        display: block;
        color: #fff;
        font-size: 0.6rem;
        font-weight: lighter;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .post-card:hover .card-body {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: transform 0.5s ease, top 0.5s ease, right 0.5s ease,
            left 0.5s ease, bottom 0.5s ease;
    }

    .post-card-home:hover .card-body .card-title {
        color: #000;
    }

    .post-card:hover .card-body .icon-container,
    .post-card-home:hover .card-body .icon-container {
        margin: 0;
    }

    .post-card-home .card-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .post-card-home .card-body .card-title {
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.6);
        text-align: center;
    }

    .post-card {
        margin-bottom: 10px;
        height: 300px;
    }

    .post-card:hover .card-body .card-excerpt {
        font-size: 0.8rem;
    }

    .post-card-home:hover .card-img-top {
        height: 10vw;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card:hover .card-img-top {
        height: 10vw;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card:hover .card-body .card-date {
        display: block;
        color: #fff;
        font-size: 0.6rem;
        font-weight: lighter;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {
    .post-card-home:hover .card-body .card-title {
        color: #000;
    }

    .post-card:hover .card-body {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: transform 0.5s ease, top 0.5s ease, right 0.5s ease,
            left 0.5s ease, bottom 0.5s ease;
    }

    .post-card-home .card-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
    }

    .post-card-home .card-body .card-title {
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 auto;
        text-align: center;
    }

    .post-card:hover .card-body .icon-container,
    .post-card-home:hover .card-body .icon-container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .home .post-card {
        margin-bottom: 10px;
        height: 300px;
        min-width: 150px;
    }

    .post-card:hover .card-body .card-excerpt {
        font-size: 0.8rem;
    }

    .post-card:hover .card-img-top {
        min-height: 350px;
        height: 100%;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card-home:hover .card-img-top {
        height: 100%;
        width: 100%;
        /*transform: scale(1.3);*/
    }

    .post-card:hover .card-body .card-date {
        display: block;
        color: #fff;
        font-size: 0.6rem;
        font-weight: lighter;
    }
}

/**
 *********************************************************************************************
 ************************************* ESPECIALES ********************************************
 *********************************************************************************************
  */

.single .post-especial .icon-container .icon {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    width: 50px;
    height: 50px;
}

.single .post-especial #snippet-box {
    display: none;
}

.single .post-especial .post-article {
    padding: 10px 15px;
}

.single .post-especial .post-article .post-title {
    padding-bottom: 15px;
}

.single .post-especial .post-article #social-share-list .list-group-item {
    padding: 0;
    font-size: 2rem;
    border: 0 none;
    background: none;
}

.single .post-especial .post-article #social-share-list .list-group-item .share-icon .fa-facebook-square {
    background-color: #fff;
    color: #4267b2;
}

.single .post-especial .post-article #social-share-list .list-group-item .share-icon .fa-twitter-square {
    background-color: #fff;
    color: #00acee;
}

.single .post-especial .post-article #social-share-list .list-group-item .share-icon .fa-whatsapp-square {
    background-color: #fff;
    color: #25d366;
}

.single .post-especial .post-article #social-share-list .list-group-item .share-icon .fa-pinterest-square {
    background-color: #fff;
    color: #c8232c;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

    /* Styles */
    .single .post-especial .post-article .post-title {
        position: relative;
    }

    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
    }

    .single .post-especial .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post-especial .post-article .post-meta,
    .single .post-especial .post-article .post-excerpt {
        margin-left: 0;
        padding-right: 0;
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

    /* Styles */
    .single .post-especial .post-article .post-title {
        position: relative;
    }

    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
    }

    .single .post-especial .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post-especial .post-article .post-meta,
    .single .post-especial .post-article .post-excerpt {
        margin-left: 0;
        padding-right: 0;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
    }

    .single .post-especial .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post-especial .post-article .post-meta,
    .single .post-especial .post-article .post-excerpt {
        margin-left: 0;
        padding-right: 0;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {

    /* Styles */
    .single .post-especial .icon-container {
        font-size: 24px;
        text-align: center;
    }

    .single .post-especial .post-article .post-content {
        margin-left: 0;
        padding-right: 0;
    }

    .single .post-especial .post-article .post-meta,
    .single .post-especial .post-article .post-excerpt {
        margin-left: 0;
        padding-right: 0;
    }
}

/*
 *********************************************************************************************
 ************************************* TEMAS *************************************************
 *********************************************************************************************
 */

.tema-card {
    min-height: 315px;
}

.tema-card a {
    color: inherit;
    text-decoration: none;
}

.tema-card .card-body {
    position: relative;
}

/*
 *********************************************************************************************
 *************************** ANIMATIONS TEMA ESPECIAL ****************************************
 *********************************************************************************************
 */

.tema-card .card-excerpt,
.tema-card .card-date {
    display: none;
}

.tema-card:hover {
    overflow: hidden;
}

.tema-card:hover .card-body,
.tema-card:hover .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, width 0.2s ease;
}

.tema-card:hover .card-body .card-content,
.tema-card:hover .card-body .card-content {
    margin-top: 10px;
    margin-left: 60px;
    text-align: left !important;
    padding-right: 20px;
}

.tema-card:hover .card-body .card-title,
.tema-card:hover .card-body .card-title {
    color: #fff;
    text-align: left !important;
    margin-left: 0 !important;
}

.tema-card:hover .card-body .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    color: #fff;
}

.tema-card:hover .card-body .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    font-size: 15px !important;
    color: #fff;
}

.tema-card:hover .icon-container,
.tema-card:hover .icon-container {
    position: static;
    margin-top: 5px;
}

/* Colors of categories */

.tema-card:hover .standard,
.tema-card:hover .standard {
    background-color: rgba(0, 0, 0, 0.5);
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 576px) {
    .tema-card {
        margin-bottom: 10px;
    }

    .tema-card:hover .card-body .card-excerpt {
        font-size: 1.2rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .tema-card:hover .card-img-top {
        height: 100%;
        width: 100%;
        object-fit: cover;
        /* transform: scale(1.3); */
    }
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .tema-card {
        margin-bottom: 10px;
    }

    .tema-card:hover .card-body .card-excerpt {
        font-size: 1.2rem;
    }

    .tema-card:hover .card-img-top {
        height: 100%;
        width: 100%;
        /*transform: scale(1.3);*/
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    /* Styles */
    .tema-card {
        margin-bottom: 10px;
        height: 300px;
    }

    .tema-card:hover .card-body .card-excerpt {
        font-size: 0.8rem;
    }

    .tema-card:hover .card-img-top {
        height: 320px;
        width: 100%;
        /*transform: scale(1.3);*/
        object-fit: cover;
    }
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1024px) {
    .tema-card:hover .card-body .card-excerpt {
        font-size: 0.8rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .tema-card:hover .card-img-top {
        height: 320px;
        width: 100%;
        /*transform: scale(1.3);*/
        object-fit: cover;
    }
}

/**
 *********************************************************************************************
 ********************************* ARCHIVE/CATEGORY ******************************************
 *********************************************************************************************
 **/

.archive {
    background-color: #fff;
    background: #f3f3f3;
}

/*-----politicas----*/

#myUserConsent {
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 18px;
}

p.divaceptar button {
    background: #000;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 6px 12px;
    line-height: 1;
}

.dismiss-button {
    text-align: right;
    font-size: 20px;
    padding-right: 10px;
    font-weight: bold;
}

/**
  * FOOTER
  *
  */

.body-footer a {
    color: #000;
    text-decoration: none;
}

/*********************************/
/* Colors para post-cards desktop*/
/********************************/
.post-card-desktop:hover .standard,
.post-card-desktop-home:hover .standard {
    background-color: rgba(24, 85, 95, 1);
    /*background-color: rgba(50, 182, 204, 0.5);*/
}

.post-card-desktop:hover .gallery,
.post-card-desktop-home:hover .gallery {
    background-color: rgba(5, 38, 68, 1);
    /*background-color: rgba(0, 75, 142, 0.5);*/
}

.post-card-desktop:hover .quote,
.post-card-desktop-home:hover .quote {
    background-color: rgba(116, 94, 56, 1);
}

.post-card-desktop:hover .video,
.post-card-desktop-home:hover .video {
    background-color: rgba(111, 28, 27, 1);
}

.post-card-desktop-home .card-body .card-title {
    font-size: 1.4rem;
}

/*************************/
/*    hover para desk    */
/************************/
.post-card-desktop .card-excerpt,
.post-card-desktop .card-date,
.post-card-desktop .card-more,
.post-card-desktop-home .card-excerpt,
.post-card-desktop-home .card-more,
.post-card-desktop-home .card-date {
    display: none;
}

.post-card-desktop:hover,
.post-card-desktop-home:hover {
    overflow: hidden;
}

.post-card-desktop:hover {
    position: relative;
}

.post-card-desktop:hover .card-body,
.post-card-desktop-home:hover .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease, width 0.2s ease;
}

.post-card-desktop-home:hover .card-body .card-content {
    margin-top: 20px;
    margin-left: 50px;
    text-align: left !important;
    padding-right: 10px;
}

.post-card-desktop:hover .card-body .card-content .card-more,
.post-card-desktop-home:hover .card-body .card-content .card-more,
.tema-card:hover .card-body .card-content .card-more {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
}

.post-card-desktop:hover .card-body .card-content {
    margin-top: 0;
    margin-left: 20%;
    text-align: left !important;
    padding-right: 10px;
}

.post-card-desktop:hover .card-body .card-title,
.post-card-desktop-home:hover .card-body .card-title {
    text-align: left !important;
    margin-left: 0 !important;
    background: none;
    color: #fff !important;
    padding: 0;
    font-size: 1.2rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.post-card-desktop-home:hover .card-body .card-content .card-title {
    font-size: 1.1rem;
}

.post-card-desktop-home:hover .card-body .card-date {
    display: block;
    color: #fff;
    font-size: 0.8rem;
    margin-top: 20px;
    margin-left: 50px;
    padding: 5px 10px;
    text-align: left;
}

.post-card-desktop:hover .card-body .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    color: #fff;
}

.post-card-desktop-home:hover .card-body .card-content .card-excerpt {
    clear: both;
    display: block;
    text-align: left;
    font-size: 1.1rem;
    color: #fff;
}

.post-card-desktop-home.small:hover .card-body .card-content .card-excerpt {
    font-size: 0.9rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-card-desktop:hover .icon-container .icon {
    position: static;
    float: left;
}

.post-card-desktop-home:hover .icon-container .icon {
    position: static;
    float: left;
}

/* Colors of categories */

.post-card-desktop:hover .standard,
.post-card-desktop-home:hover .standard {
    background-color: rgba(24, 85, 95, 0.8);
    /*background-color: rgba(50, 182, 204, 0.5);*/
}

.post-card-desktop:hover .gallery,
.post-card-desktop-home:hover .gallery {
    background-color: rgba(5, 38, 68, 0.8);
    /*background-color: rgba(0, 75, 142, 0.5);*/
}

.post-card-desktop:hover .quote,
.post-card-desktop-home:hover .quote {
    background-color: rgba(116, 94, 56, 0.8);
}

.post-card-desktop:hover .video,
.post-card-desktop-home:hover .video {
    background-color: rgba(111, 28, 27, 0.8);
}


.post-card-desktop:hover .audio,
.post-card-desktop-home:hover .audio {
    background-color: rgb(219 104 18 / 71%);
}

.post-card-desktop-home .card-body .card-title {
    font-size: 1.4rem;
}

@media only screen and (min-width: 1024px) {
    .post-card-desktop:hover .card-body .card-title {
        color: #000;
    }

    .post-card:hover .card-body {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        transition: transform 0.5s ease, top 0.5s ease, right 0.5s ease,
            left 0.5s ease, bottom 0.5s ease;
    }

    .post-card-desktop-home .card-body {
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: center;
        height: 140px;
    }

    .post-card-desktop-home .card-body .card-title {
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 auto;
        text-align: center;
    }

    .post-card-desktop:hover .card-body .icon-container,
    .card-body .icon-container {
        margin-bottom: 0;
        margin-top: 0;
    }

    .home .post-card-desktop {
        margin-bottom: 10px;
        height: 300px;
    }

    .post-card-desktop:hover .card-body .card-excerpt {
        font-size: 0.8rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .post-card-desktop:hover .card-img-top,
    .tema-card:hover .card-img-top,
    .tema-card:hover .card-img-top {
        display: none;
        /*transform: scale(1.5);*/
    }

    .post-card-desktop:hover .card-body .card-date {
        display: block;
        color: #fff;
        font-size: 0.6rem;
        font-weight: lighter;
    }

    .post-card-desktop {
        height: 330px !important;
    }

    .tema-card {
        height: 330px !important;
    }
}

/**********************/
.inicio {
    background: #000;
    color: #fff;
    font-size: 10px;
}

.categorias {
    border: solid #000;
    color: #000;
    margin: 5px 5px 3px;
    font-size: 13px;
}

.page-item {
    margin-left: 5px;
}

.page-item .page-link {
    color: #000;
    background: #fff;
    border: 2px solid #000;
}

.page-item .page-link:hover,
.page-item.active>.page-link.current {
    background: #000;
    border: 2px solid #000;
    color: #fff;
}

.card-deck {
    padding-left: 15px;
    padding-right: 15px;
}

.buscar {
    background-image: url("images/transparencia.png");
    background-repeat: repeat;
    border: 2px solid #000;
    border-radius: 10px;
}

.buscar .form-control {
    border-style: none;
    margin-left: 5px;
    background-color: transparent;
}

.lupa {
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .lupa:hover {
   background-color: #000;
   color: #fff;
   box-shadow: none;
   border: solid #000;
   border-top-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   border-right-width: 1px;
   border-radius: 50% !important;
 } */

.carusel {
    background: #fff;
    border: solid #6b6b6b;
    color: #6b6b6b;
}

.palabras::placeholder {
    color: #000;
    font-weight: 900;
}

.oscuro {
    background: #000;
    border: solid #000;
    color: #fff;
    margin: 5px 5px 3px;
    font-size: 13px;
}

.seleccion {
    background: #000;
    border: solid #000;
    margin-right: 3px;
    color: #fff;
}

.categorias:hover,
.carusel:hover {
    border: solid #000;
    background: #000;
    color: #fff;
}

.margen {
    height: 70px;
    width: 100%;
    margin: 2px;
}

.numero {
    font-size: 15px;
    padding: auto;
    margin: 0px;
}

.letra {
    font-size: 10px;
    text-decoration: #000;
}

.carousel-prev,
.carousel-next {
    width: 40px;
    height: 40px;
    padding: 20px;
    background-color: transparent;
    border: none;
    outline: none;
}

.carousel-control-prev.custom {
    left: -16px;
}

.carousel-control-next.custom {
    right: -16px;
}

.carousel-inner.custom .carousel-item.active,
.carousel-inner.custom .carousel-item-next,
.carousel-inner.custom .carousel-item-prev {
    display: flex;
    justify-content: space-around;
    grid-gap: 10px;
}

.carousel-control-next.custom,
.carousel-control-prev.custom {
    background-color: transparent;
    top: 0px;
    height: 50px;
    width: auto;
}

.carousel-inner.custom .carousel-item {
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.carousel-control-next.custom i,
.carousel-control-prev.custom i {
    color: black;
    font-size: 40px;
}

/**telefono ***/
.cardmobile {
    margin-bottom: 5%;
    margin-right: 5%;
}

@media only screen and (min-device-width: 300px) and (max-device-width: 320px) {
    .post-card-desktop {
        height: 320px !important;
    }

    .card-deck {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .carousel-prev {
        position: absolute;
        right: 393px;
        top: 158px;
    }

    .carousel-next {
        position: absolute;
        left: 377px;
        top: 158px;
    }

    .letramobile {
        margin-bottom: 10px;
        margin-right: 20px;
    }
}

/**pantallas de huawei
 /* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 360px) and (max-device-width: 740px) and (orientation: portrait) {
    .post-card-desktop {
        height: 320px !important;
    }

    .card-deck {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .margenes {
        left: 30px;
    }

    .carousel-prev {
        position: absolute;
        right: 95%;
        top: 205px;
    }

    .carousel-next {
        position: absolute;
        left: 90%;
        top: 205px;
    }

    .letramobile {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .letra {
        margin-left: 8px !important;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 376px) and (max-device-width: 414px) {
    .post-card-desktop {
        height: 320px !important;
    }

    .card-deck {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
    }

    .carousel-prev {
        position: absolute;
        right: 393px;
        top: 158px;
    }

    .carousel-next {
        position: absolute;
        left: 377px;
        top: 158px;
    }

    .letramobile {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .letra {
        margin-left: 8px !important;
    }
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .text {
        font-size: 9px !important;
    }

    .post-card-desktop {
        height: 330px !important;
        width: 150px !important;
    }

    .carousel-prev {
        position: absolute;
        right: 97%;
        top: 165px;
    }

    .carousel-next {
        position: absolute;
        top: 165px;
        left: auto;
        right: -7px;
    }

    .letramobile {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .cardmobile {
        margin-bottom: 470px !important;
        margin-right: 8px !important;
        font-size: 10px;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .post-card-desktop {
        height: 330px !important;
    }

    .text {
        font-size: 9px !important;
    }

    .carousel-prev {
        position: absolute;
        right: 710px;
        top: 123px;
    }

    .carousel-next {
        position: absolute;
        left: auto;
        top: 115px;
        right: -7px;
    }

    .letramobile {
        margin-bottom: 10px;
        margin-right: 20px;
    }

    .cardmobile {
        margin-bottom: 25%;
        margin-right: 5%;
        font-size: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    .post-card-desktop {
        height: 330px !important;
    }

    .carousel-prev {
        position: absolute;
        right: 98%;
        top: 115px;
    }

    .carousel-next {
        position: absolute;
        left: auto;
        top: 115px;
        right: -7px;
    }
}

.medio {
    margin-top: 31px;
}

.desc {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    border: transparent;
}

.espaciossearch {
    width: 820px !important;
    padding-left: 15px !important;
}

.centrarfooter {
    bottom: 20px;
    display: flex;
    justify-content: center;
}

/************************/
/*Estilos de las tablas*/
/**********************/
.post .post-article .post-content table tbody tr:first-child {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.post .post-article .post-content table tbody tr:first-child td {
    text-align: center !important;
}

.post .post-article .post-content table tbody tr:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #000;
}

.post .post-article .post-content table tbody tr:nth-child(odd) {
    background: #f3f3f3;
}

.post .post-article .post-content table tbody tr td {
    padding: 5% !important;
}

/***Banner de bbmundoacademy***/
#bbmacademy-banner-mobile,
#banner-bbmundoacademy {
    background-color: #da4964;
    color: #fff;
    display: block;
    height: auto;
    width: 100%;
}

#banner-bbmundoacademy > div > a > p{
    margin-bottom: 0 !important;
}

#bbmacademy-banner-mobile a,
#bbmacademy-banner a {
    color: #fff;
    text-decoration: none;
    width: 100%;
}

/* *** Botones busqueda*** */
.lupa-desktop {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .lupa-show {
        display: none;
    }

    .lupa-desktop {
        display: block;
        margin: 0 10px;
    }
}

/* ***Modal box para busqueda*** */

.hide {
    display: none !important;
}

.position {
    z-index: 2478;
}

#modalbox_desktop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.1s ease-in-out;
}

.modalbox-desktop {
    width: 100%;
    height: 100%;
    background-color: rgba(251, 253, 251, 0.9);
    z-index: 200000000000000;
    margin-top: 88px;
    position: fixed;
    text-align: center;
}

.modalbox-desktop-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-top: 50px;
    font-family: sans-serif;
}

#menu-desktop a {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 22px;
}

#menu-desktop ul {
    padding-right: 10px;
    margin-bottom: 10px;
    list-style-type: unset;
}

#menu-desktop ul.sub-menu{
    padding: 0;
}

#burger_modalbox_mobile_id.modalContainer {
    opacity: 0;
}

#burger_modalbox_mobile_id.modalContainer .modalbox_mobile {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modalContainerSearch {
    opacity: 0;
    visibility: hidden;
}

#modalbox_mobile_id.modalContainerSearch {
    opacity: 0;
    visibility: hidden;
}

#modalbox_mobile_id.modalContainerSearch .modalbox_mobile {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modalbox_mobile {
    width: 100vw;
    min-height: 100vh;
    background-color: rgba(252, 253, 252, 0.9);
    opacity: 0.9;
    z-index: 200000000000000;
    margin-top: 118px;
    position: fixed;
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.modalbox_mobile_center {
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modalbox_mobile_center_burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modalbox_mobile_content {
    opacity: 1;
}

.social-mobile {
    position: fixed;
    bottom: 0;
    left: 20%;
    right: 20%;
}

.buttonModalClose_burger {
    position: fixed;
    margin-top: 85px;
    margin-left: 10px;
    background: transparent;
    z-index: 99999999;
    border-style: none;
    outline: none;
    outline-style: none;
}

.buttonModalClose {
    position: fixed;
    top: 0;
    right: 0;
    margin-top: 85px;
    margin-right: 20px;
    background: transparent;
    z-index: 99999999;
    border-style: none;
    outline: none;
    outline-style: none;
}

button:focus {
    outline: 0;
}

.buttonModalClose i,
.buttonModalClose_burger i {
    font-size: 30px;
}

.formMobile {
    display: block !important;
}

.done_modalbox_mobile {
    padding: 10px 45px;
    border-radius: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #000;
    color: #fff;
    border: none;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    outline-style: none;
    width: 100%;
    font-weight: bold;
}

#modalbox {
    z-index: 10000;
}

.modalbox {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
}

.modal_box {
    z-index: 99;
    border-radius: 4px;
    box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14),
        0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
    font-family: Roboto, sans-serif;
    position: absolute;
    padding: 3px;
    top: 15%;
    transition: all 0.3s ease-in-out;
    width: 20%;
    background-color: #fff;
    background-size: 40px 40px;
}

.modalbox .close_modalbox {
    line-height: 20px;
    text-align: center;
    padding: 0;
    font-size: 30px;
    position: absolute;
    top: 23px;
    background: 0 0;
    border: none;
    right: 23px;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.modalbox .close_modalbox:focus,
.modalbox .done_modalbox:focus {
    outline: none;
}

.done_modalbox {
    padding: 10px 45px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #000;
    color: #fff;
    border: none;
    margin-top: 15px;
    margin-right: 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    outline-style: none;
}

.txt-r {
    text-align: center;
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

/* *** Rediseños 2021 *** */

@media only screen and (max-width: 1023px) {
    .navbar {
        height: 70px;
    }
}

@media only screen and (min-width: 250px) and (max-width: 450px) {
    .container-fluid {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.ad-center-gallery {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed-container-img-gallery {
    position: relative;
    width: 550px;
    height: 400px;
}

.fixed-container-img-gallery amp-img.contain img {
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .fixed-container-img-gallery {
        width: auto;
    }
}

@media only screen and (min-width: 768px) {
    #row-d-main .card-title {
        font-size: 1rem;
    }
}

/* BREADCRUMB */

@media (max-width: 767px) {
    .breadcrumb-container {
        /* margin-left: 15px;
    margin-top: 40%; */
        margin: 15px 0;
        position: relative;
    }

    .breadcrumb-container a {
        background-color: #fff;
        color: #000;
        border-style: solid none solid solid;
        border-color: #c9c9c9;
        border-width: 1px;
        padding: 5px 15px 5px 19px;
        position: relative;
        margin-right: 7px;
        margin-bottom: 7px;
        display: inline-block;
        font-size: 12px;
    }

    .breadcrumb-container>span>span>a:after {
        content: " ";
        position: absolute;
        right: -11px;
        top: 4px;
        z-index: 2;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        background-color: #000;
    }

    .breadcrumb-container a:after {
        content: " ";
        position: absolute;
        right: -10px;
        top: 4px;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;*/
        z-index: 2;
        display: block;
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 20px;
        height: 20px;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    .breadcrumb-container a:before {
        content: " ";
        position: absolute;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f3f3f3;*/
        left: -12px;
        top: 4px;
        z-index: 1;
        width: 21px;
        height: 21px;
        transform: rotate(-45deg);
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        background-color: #f3f3f3;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .breadcrumb-container {
        /* margin-left: 25%;
    margin-top: 10%; */
        margin: 15px 0;
        position: relative;
    }

    .breadcrumb-container a {
        background-color: #fff;
        color: #000;
        border-style: solid none solid solid;
        border-color: #c9c9c9;
        border-width: 1px;
        padding: 5px 15px 5px 19px;
        position: relative;
        margin-right: 7px;
        font-size: 12px;
    }

    .breadcrumb-container>span>span>a:after {
        content: " ";
        position: absolute;
        right: -12px;
        top: 5px;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #000;*/
        z-index: 2;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 21px;
        height: 21px;
        transform: rotate(-45deg);
        background-color: #000;
    }

    .breadcrumb-container a:after {
        content: " ";
        position: absolute;
        right: -11px;
        top: 4px;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;*/
        z-index: 2;
        display: block;
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 22px;
        height: 22px;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    .breadcrumb-container a:before {
        content: " ";
        position: absolute;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f3f3f3;*/
        left: -12px;
        top: 4px;
        z-index: 1;
        width: 21px;
        height: 21px;
        transform: rotate(-45deg);
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        background-color: #f3f3f3;
    }
}

@media (min-width: 1024px) {
    .breadcrumb-container {
        /* margin-left: 40%;
    margin-top: 5%; */
        margin: 15px 0;
        position: relative;
    }

    .breadcrumb-container a {
        background-color: #fff;
        color: #000;
        border-style: solid none solid solid;
        border-color: #c9c9c9;
        border-width: 1px;
        padding: 5px 15px 5px 19px;
        position: relative;
        margin-right: 7px;
        font-size: 12px;
    }

    .breadcrumb-container>span>span>a:after {
        content: " ";
        position: absolute;
        right: -10px;
        top: 3px;
        z-index: 2;
        border-right: 1px solid #000;
        border-bottom: 1px solid #000;
        width: 18px;
        height: 18px;
        transform: rotate(-45deg);
        background-color: #000;
    }

    .breadcrumb-container a:after {
        content: " ";
        position: absolute;
        right: -9px;
        top: 3px;
        /*border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;*/
        z-index: 2;
        display: block;
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        width: 18px;
        height: 18px;
        transform: rotate(-45deg);
        background-color: #fff;
    }

    .breadcrumb-container a:before {
        content: " ";
        position: absolute;
        left: -10px;
        top: 3px;
        z-index: 1;
        width: 18px;
        height: 18px;
        transform: rotate(-45deg);
        border-right: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        background-color: #f3f3f3;
    }
}

.breadcrumb-container>span>span>a {
    background-color: #000;
    color: #fff;
    border-style: solid;
    border-color: #000;
    padding: 5px 15px;
}

.breadcrumb-container>span>span>a:before {
    border: 0 none;
    position: static;
    display: none;
}

.breadcrumb-container a:hover {
    text-decoration: none;
}

.breadcrumb_last {
    display: none;
    background-color: #fff;
    color: #000;
    border-style: solid;
    border-color: #c9c9c9;
    border-width: 1px;
    padding: 5px 8px 5px 19px;
    position: relative;
}

.breadcrumb_last:before {
    display: none;
    content: " ";
    position: absolute;
    /*border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f3f3f3;*/
    left: -12px;
    top: 4px;
    z-index: 1;
    width: 21px;
    height: 21px;
    transform: rotate(-45deg);
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    background-color: #f3f3f3;
}

.single .breadcrumb_last {
    display: none;
    background-color: #f9f9f9;
}

.single .breadcrumb_last:before {
    display: none;
    border-left: 15px solid #fff;
}

/**
 *********************************************************************************************
 ********************************* SHARE SOCIALS ******************************************
 *********************************************************************************************
 **/
.share-social ul {
    padding: 0px;
}

.share-social a:hover {
    text-decoration: none;
}

.socials-icons {
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.socials-icons[type="facebook"] {
    background-color: #32529f;
}

.socials-icons[type="twitter"] {
    background-color: #1da1f2;
}

.socials-icons[type="whatsapp"] {
    background-color: #25d366;
}

.socials-icons[type="pinterest"] {
    background-color: #e60023;
}

.linkFullTouch,
.post-card:hover .linkFullTouch {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}



#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Playfair Display', serif;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu {
    margin-top: 5px;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: inline-block;
    padding: 5px 10px;
}
#mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: calc(14px + (16 - 14) * (100vw - 300px) / (1800 - 300));
}
@media(max-width: 991px){
    .container, .container-md, .container-sm {
        max-width: 820px;
    }
}
@media (max-width: 970px){
    #vueApp{
        margin-top: 0px;
    }
    .header {
        height: 110px;
    }
    .firstHeader{
        display: none;
    }
    #submit-form{
        top: 64px;
    }
    #mega-menu-wrap-top-menu .mega-menu-toggle + #mega-menu-top-menu {
        top: 64px;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
        text-transform: uppercase;
        font-size: 15px;
        padding: 0;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
        padding: 15px 15px 15px 15px;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item {
        border-bottom: 1px solid #404040;
        padding: 7px 5px;
    }
    #mega-menu-wrap-top-menu #mega-menu-top-menu > li.mega-menu-item > a.mega-menu-link:hover {
        border-bottom: 2px solid transparent;
    }
    #searchBtnResponsive{
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(138deg) brightness(103%) contrast(101%);
        width: 22px;
        margin: 0 10px 0 0;
    }
    #mega-menu-wrap-top-menu .mega-menu-toggle {
        line-height: normal;
        height: 40px;
    }
    #submit-form{
        position: fixed;
        bottom: auto;
        display: block;
        left: 0;
        right: -500%;
        width: 100% !important;
        margin: 0px auto;
        height: auto;
        max-width: 100%;
        background: #e0e0e0;
        padding: 0 5%;
        transition: all 0.5s;
    }
    #mega-menu-wrap-top-menu .mega-menu-toggle + #mega-menu-top-menu {
        padding-bottom: 50%;
    }
}

@media (max-width: 613px){
    #submit-form{
        position: fixed;
        top: 88px;
    }

    #mega-menu-wrap-top-menu .mega-menu-toggle + #mega-menu-top-menu {
        top: 88px;
    }
}