/*
 Theme Name:   IPSCuba
 Theme URI:    https://www.ipscuba.net
 Description:  Tema a la medida para la agencia de noticias Inter Press Services en Cuba.
 Author:       JYD Solutions
 Author URI:   https://www.jydsolutions.com
 Template:     wp-bootstrap-starter
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  ipscuba
*/


/* =Aquí empieza la personalización del tema
-------------------------------------------------------------- */

.aiowps-site-lockout-box {
	border: 2px solid #ebebeb !important;
    background-color: #007cba !important;
}
.aiowps-site-lockout-msg {
	color: #ebebeb !important;
	font-size: 38px !important;
}

/********************************************
********** GENERAL STYLES *******************
*********************************************/

body {
    background: #ccdce0;
    line-height:1.6;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

body a{
    color: #0061a2;
}

body a:hover{
    color: #0061a1;
    text-decoration: none;
}

img.responsive {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1024px;
    min-width: 300px;
}
div#content.site-content > .container{
    background-color: #ffffff;
}

div.container {
    padding: 0;
}

.navbar{
    padding: 0;
}

.nav-link {
    display: block;
    padding: .5rem 1.115rem;
}

#content.site-content {
    padding-top: 1.9rem;
    padding-bottom: 0rem;
}

.simple_style{
    border: solid 1px #929292;
    background-color: #ffffff;
    height: 30px;
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}


.simple_style_br{
    border: solid 1px #929292;
    border-radius: 3px;
    background-color: #ffffff;
    height: 25px;
    font-family: "Arial";
    font-weight: normal;
    font-size: 12px;
    color: #000000;
}

.center{
    justify-content: center;
    display: flex;
}

.post.hentry {
    margin-bottom: 0rem;
}

.form-group {
    margin-bottom: .2rem;
}

.alignright {
    float: right;
    margin-left: 1.5em;
    display: inline-table;
}

hr.movil-sep{
    display: none;
}

span.subcat{
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    color: #555 !important;
}

.single .entry-meta,
.single .entry-meta .byline span.author.vcard,
.single .entry-meta .posted-on time.entry-date.published, time.entry-date.published.updated{
    color: #808080 !important;
    /*text-transform: uppercase !important;*/
    font-family: Arial;
    font-weight:normal;
    font-size: 12px !important;
}

section .widget_sp_image-description p{
    color: #FFF;
}

section p{
    font-size: 14px;
    color: #4d4d4d;
    font-family: Arial;
    font-weight: normal;
}
td > h1,
td > h2,
td > h3,
td > h4,
td > h5,
td > h6,
td > p{
    padding: 0rem 1rem !important;
}

body.single-post h2,
body.single-post h3,
body.single-post h4,
body.single-post h5,
body.single-post h6 {
    display: inline-block;
}

/*******************************************************
 ****************** HEADER STYLES **********************
 *******************************************************/
header#masthead{
    background-color: #FFF;
    padding: .74rem 0px;
}


header.main {
    background: #FFF;
    position: relative;
    height: 140px;
}

header.main .date-info {
    height: 35px;
    display: flex;
    float: right;
}

header.main .date-info time {
    font-size: 12px;
    margin-top: 10px;
    padding: 0;
}

div.top-info {
    display: flex;
    margin:5px auto;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    margin-bottom: 15px;
}

div.logo{
    float: left;
    display: flex;
    padding-bottom: 10px;
}

header.main .top-info .btn-control{
    display: flex;
    align-items: center;
}

header.main .top-info .social {
    text-align: right;
    font-size: 22px;
    float: right;
}

header.main .top-info .social a {
    color: #4d4d4d;
}

header.main .top-info .social a:hover {
    color: #0061a2;
    text-decoration: none;
}

header.main .top-info .search-container {
    width: 150px;
    margin: 0 10px;
    float: right;
    height: 24px;
}

header.main .top-info .search-container.active{
    width: 250px;
}

header.main .top-info .search-container .search-form {
    display: flex;
}

header.main .top-info .search-container .search-form .search-field {
    border: solid 1px #929292;
    background: none;
    font-size: 11px;
    height: 24px;
    width: 110px;
    float: left;
}

header.main .top-info .search-container .search-form .search-submit {
    border: none;
    background: none;
    color: #4d4d4d;
    float: right;
    padding: 0px 10px;
}

header.main .top-info .search-container.active .search-form .search-submit,
header.main .top-info .search-container .search-form .search-submit:hover {
    color: #0061a2;
}
header.main .lang {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    background: #4d4d4d; /* Old browsers */
    border: none;
    height: 24px;
    float: right;
    max-width: 100px;
    font-family: "Arial";
}

header.main .lang:hover {
    background: #0061a2;
}
header.main .brand {
    color: #0061a2;
    font-size: 18px;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bolder;
    margin-left: 6px;

}
header.main .navbar-default {
    margin-bottom: 0;
    background: #dfdfdf;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}
header.main ul.navbar-default{
    list-style: none;
    margin: 0;
    padding: 0;
    /*justify-content: center;*/
    /*white-space: unset;*/

}

ul#menu-principal li {
    padding-inline: 8px;
}


header.main .navbar-default li:hover {
    background: #c5c5c5;
    color: #069;

}

header.main .navbar-default li:focus {
    background: #c5c5c5;
    color: #069;

}

header.main .navbar-default li a:focus {
    background: #c5c5c5;
    color: #069;

}

header.main .navbar-default li a:hover {
    background: #c5c5c5;

}
header.main .navbar-default ul li .active {
    background: #c5c5c5;
    color: #069;
}
header.main .navbar-default .active a {
    color: #069;
    cursor: default;
}


header.main .navbar-default a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666666;
}
header.main .navbar-default a:hover {
    color: #069;
    text-decoration: none;
}
header.main .navbar-sections {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #0061a1;
    z-index: 500;
}

header.main ul.navbar-sections li {
    width: 17%;
    text-align: center;
}

header.main  ul.navbar-sections li:hover {
    background: #094564;
}

header.main  ul.navbar-sections li:hover a{
    background: #094564;
}
header.main  ul.navbar-sections li a {
    font-weight: normal;
    color: #ebebeb;
    cursor: pointer;
    font-weight: bold;
}
header.main  ul.navbar-sections li a:hover {
    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
}

header.main .navbar-sections ul li .active {
    /*font-weight: bold;*/
    /*color: #0e2d3d;*/
    /*cursor: default;*/

    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
    background: #094564;
}
header.main  .navbar-sections .active a,
header.main .navbar-sections .current-menu-item a {
    /*font-weight: bold;*/
    /*color: #0e2d3d;*/
    /*cursor: default;*/

    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
    background: #094564;
}

header.main  ul.navbar-sections li:focus a{
    background: #094564;
}
header.main  ul.navbar-sections li a:focus {
    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
    background: #094564;
}
header.main .navbar-sections ul li:focus {
    font-weight: bold;
    color: #ebebeb;
    cursor: pointer;
    background: #094564;
}



.navbar-toggler{
    padding: 0rem .75rem;
    font-size: 1.5rem;
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 97, 162, 1)' stroke-width='2.5' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


button.navbar-toggler.grid-row-1[aria-expanded="true"] .navbar-toggler-icon {
    background-image: url('assets/img/close-line.png');
    z-index: 1000;
    position: relative;
    left: 485px;
    top: -80px;
    cursor: pointer;
    color: #ffffff;
    width: 1rem;
    height: 1rem;
}


/**************************************
****  HEADER STYLES FOR TABLE VIEW ****
***************************************/
div.row.top-info-table {
    display: none;
    padding: 0;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: 35px;
}

header.main .top-info-table .search-container {
    width: 140px;
    float: right;
    height: 24px;
}

header.main .top-info-table .search-container.active{
    width: 250px;
}

header.main .top-info-table .search-container .search-form {
    display: flex;
}

header.main .top-info-table .search-container .search-form .search-field {
    border: solid 1px #929292;
    background: none;
    font-size: 11px;
    height: 24px;
    width: 110px;
    float: left;
}

header.main .top-info-table .search-container .search-form .search-submit {
    border: none;
    background: none;
    color: #4d4d4d;
    float: right;
    padding: 0 0 0 10px;
}

header.main .top-info-table .search-container.active .search-form .search-submit,
header.main .top-info-table .search-container .search-form .search-submit:hover {
    color: #0061a2;
}

header.main .top-info-table .social {
    text-align: right;
    font-size: 22px;
    float: right;
    margin-right: 10px;
    line-height: 1.3;
}

header.main .top-info-table .social a {
    color: #4d4d4d;
}

header.main .top-info-table .social a:hover {
    color: #0061a2;
    text-decoration: none;
}
.navbar-toggler-table{
    font-size: 22px;
    padding: 0;
    line-height: 0rem;
    color:#069 !important;
}

/************************************
*** HEADER STYLES FOR MOVILE VIEW ***
*************************************/

#main-nav-mobile {
    position: absolute;
    top: -93px;
    left: -30px;
    background-color: rgba(48,48,48,0.95);
    padding: 0rem 50px 0rem 0rem;
    z-index: 999;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgb(202,218,222);
    max-width: 576px;
}
#main-nav-mobile > .main-nav-container{
    background-color: #ffffff;
    padding: 1.5rem 1.5rem 2rem 2rem;
}

#main-nav-mobile ul{
    padding-bottom: 60px;
    width: 100%;
}

#main-nav-mobile .search-container {
    width: 100%;
    height: 24px;
    margin-bottom: 1.5rem;
    display: grid;
}

#main-nav-mobile .search-container.active{
    width: 250px;
}

#main-nav-mobile .search-container .search-form {
    display: flex;
    width: 100%;
}

#main-nav-mobile .search-container .search-form .search-field {
    border: solid 1px #929292;
    background: none;
    font-size: 11px;
    height: 24px;
    float: left;
    width: 100%;
}

#main-nav-mobile .search-container .search-form .search-submit {
    border: none;
    background: none;
    color: #4d4d4d;
    float: right;
    padding: 0 0 0 10px;
}

#main-nav-mobile .search-container.active .search-form .search-submit,
#main-nav-mobile .search-container .search-form .search-submit:hover {
    color: #0061a2;
}

#masthead #main-nav-mobile .navbar-nav > li > a{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-stretch: normal;
    font-size: 13px;
    color: #4d4d4d;
}

#masthead #main-nav-mobile .navbar-nav > li > a:hover{
    color: #0061a2;
}

#masthead #main-nav-mobile .navbar-nav > li > a:active{
    color: #0061a2;
}

#main-nav-mobile #copyr,#main-nav-mobile #copyr a{
    font-family: Arial;
    font-weight: normal;
    font-stretch: normal;
    font-size: 11px;
    color: #4d4d4d;
}


header.main .inline-continer {
    display: inline-block;
    width: 100%;
}

header.main .btn-control-movil-rigth {
    float: right;
}

div.row.row-top-info-movil{
    display: none;
    margin-top: 2rem;
}

div.btn-controls-movil{
    display: grid;
    justify-content: space-between;
    align-items: end;
    margin-left: 1.5rem;
}

div.row.row-data-container-title{
    display: none;
    justify-content: center;
    margin-top: 5px;
}
div.row.row-data-container-date{
    display: none;
    justify-content: center;
}
.grid-row-1{
    grid-row: 1;
}

.img-movil{
    height: 40px;
}

.navbar-toggler-icon{
    width: 1.5em;
    height: 1.5em;
    Spadding: 0;
    line-height: 0rem;
}


/***********************************************
 ********** STYLES OF DAY TO DAY ***************
 ***********************************************/

#daytoday{
    width: 100%;
    height: 80px;
    background: #0e2d3d;
    display: contents;
}

#daytoday .content-title {
    display: flex;
    width: 100%;
    height: auto;
    background: #0e2d3d;
    color: #ebebeb;
}

#daytoday .content-title .space{
    width: 5%;
}

#daytoday .content-title .title{
    width: 95%;
    padding: 5px 0px;
}

#daytoday .content-title .title span{
    font-size: 12px;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#daytoday .content-title .title .fa, .fas{
    font-weight: 500;
}

#daytoday .content-carousel{
    display: flex;
    width: 100%;
    height: 50px;
    background: #0e2d3d;
}

#daytoday .content-carousel .content-carousel-control{
    width: 5%;
    align-items: center;
    justify-items: center;
    color: #ebebeb;
    display: grid;
}

#daytoday .content-carousel .content-carousel-control a{
    color: #ebebeb;
}

#daytoday .content-carousel .content-carousel-body{
    width: 90%;
    color: #ebebeb;
}

.carousel-item p{
    font-size: 12px;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ebebeb;
    line-height: 1.5;
    text-align: justify;
}

#daytoday .emptypost{
    background:#0e2d3d ;
    text-align: center;
    padding: 5px 10px;
}

#daytoday .emptypost p{
    font-size: 12px;
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFF;
    justify-content: space-between;
}
/****************************************
 * *************** CONTENT **************
 ****************************************/

.content-body{
    background: #FFF;
}

.full-width > img{
    width: 100%;
}

.medium-size-width > img{
    max-width: 150px;
    max-height: 100px;
}
div.pdr{
    padding-right: 0rem;
}
div.content-box1{
    padding: 1.6rem 0 0 1.2rem;
}

div.content-box2y3{
    padding: 0 1.2rem 0 1.2rem;
}
div.content-box4{
    padding: 0 1.2rem 1.2rem 1.2rem;
}
div.content-box5{
    padding: 0 0 1.2rem 1.2rem;
}
h2.entry-title{
    border-bottom:0px ;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 0px;
    margin-bottom: 1.2rem;
}
h3.entry-title{
    border-bottom:0px ;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 0px;
    margin-bottom: 5px;
}
div.entry-meta{
    margin-bottom: 1rem;
}
span.author.vcard, span.author.vcard a{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d !important;
    text-decoration: none !important;
}

span.author.vcard:hover, span.author.vcard a:hover{
    color: #0061a1!important;
}

time.entry-date.published, time.entry-date.published.updated,time.published{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    /*text-transform: uppercase;*/
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.lg-img{
    height: 400px;
    width: 100%;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.md-img{
    height: 180px;
    width: 100%;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image.sm-img{
    height: 100px;
    width: 150px;
}
div.entry-content{
    margin: 1em 0 0;
    font-family: Arial;
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
    color: #4d4d4d;
}
div.line-botton{
    border-bottom: 1.5px solid #bdbebe;
    width: 98%;
    margin: 1rem 0 1.2rem 1.2rem;
}
div.col-xs-12.col-sm-12.col-md-6.col-lg-6.line-right{
    border-right: 1.5px solid #bdbebe;
}

div.col-xs-12.col-sm-12.col-md-6.col-lg-6.line-right:last-child{
    border-right: none;
}
h6.title-box{
    margin-left: 1.2rem;
    margin-bottom: 1rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
}
h6 i{
    margin-right: 5px;
}
h4.entry-title{
    border-bottom: 0px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #4d4d4d;
    padding-bottom: 0px;
    margin-bottom: .7rem;
}
div.content-box4{
    padding: 0 1.2rem 1.2rem 1.2rem;
}
div.box-end{
    width: 100%;
    height: 50px;
}

#desktop-box1{
    display: flex;
}

#desktop-box2y3{
    display: flex;
}

#desktop-box4{
    display: flex;
}

#desktop-box5{
    display: flex;
}

#desktop-box6y7{
    display: flex;
}

/************************************
******** Espacio-Thumbnail **********
*************************************/
.espacio-thumbnail {
    color: #4d4d4d;
    margin-bottom: 15px;
}

.espacio-thumbnail .media-heading {
    font: bold 16px "Open Sans", sans-serif;
    text-transform: uppercase;
}

.espacio-thumbnail .media-heading a {
    color: #4d4d4d;
}

.espacio-thumbnail .thumbnail {
    background: #EFEFEF;
}

.espacio-thumbnail .media-body {
    font-size: 13px;
}

/*********************************
******** Widget espacios *********
*********************************/
.w-espacios .items {
    padding: 10px 20px 0;
}

.w-espacios .items .espacio-thumbnail {
    border-bottom: 1px solid #CCC;
}

.w-espacios .items .espacio-thumbnail:last-child {
    border-bottom: none;
}

/*************************
******** Headline widgets *********
**************************/

.content .w-image-headline .summary {
    margin-top: 15px;
}


.content .w-image-headlines,
.content .w-text-headlines {
    border-left: 1px solid #CCC;
    margin-top: 10px;
}

.content .w-image-headlines div:first-child {
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}
/************************************************
 ***** CONTENT STYLE FOR MOVILE VIEW ************
 ************************************************/
#movil-box1{
    display: none;
}

#movil-box2y3{
    display: none;
    padding: 0.5rem 1.7rem;
}

#movil-box2{
    margin-bottom: 2.5rem;
    flex-wrap: nowrap;
}

#movil-box3{
    flex-wrap: nowrap;
}

#movil-box4{
    display: none;
}

#movil-box5{
    display: none;
}

#movil-box6y7{
    display: none;
    padding: 0.5rem 1.7rem;
}

#movil-box6{
    margin-bottom: 2.5rem;
    flex-wrap: nowrap;
}

#movil-box7{
    flex-wrap: nowrap;
}

.content-box4  ul{
    list-style-image: url('assets/img/arrow_marker.png');
    padding-left: 1.5rem;
}

.content-box4  ul li{
    margin-bottom: 1.5rem;
}

.content-box5  ul{
    list-style-image: url('assets/img/arrow_marker.png');
    padding-left: 1.5rem;
}

.content-box5  ul li{
    margin-bottom: 1.5rem;
}

.reset-mtop{
    margin: 0rem 1.2rem 1.2rem 1.2rem !important;
}

a.btn.simple_style{
    color: #0061a1;
}


/***************************************
 *************** FOOTER ****************
 ***************************************/


footer#colophon.site-footer.navbar-light{
    width: 100%;
    height: auto;
    background-color: #ccdce0;
}
.footer-row-container{
    display: flex;
    justify-content:space-between;
    color: #666666;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
}
.footer-row-container a:hover{
    color: #4d4d4d;
    font-weight: bold;
}
div.footer-first-row{
    margin-top: 1rem;
}
div.footer-other-row{
    margin-top: .5rem;
}
div.footer-last-row{
    margin-top: .5rem;
    margin-bottom: 2rem;
}
 div.social-footer {
    font-size: 22px;
    color: #4d4d4d;
}
div.social-footer a{
    color: #4d4d4d;
}
div.social-footer a:hover {
    color: #0061a2 !important;
    text-decoration: none !important;
}

.desktop-footer{
    display: flex;
}

.movil-footer{
    display: none;
}
/**
 * RESPONSIVE -------------------------------------------------------------
 */

@media (min-width: 1063px) and (max-width: 1280px) {
    .nav-link {
        padding: .5rem 1.17rem;
    }
}
/*Para resoluciones de ipad y tables*/
@media (max-width: 1063px) {
    header.main .navbar-default{
        display: none;
    }

    header.main .navbar-sections{
        display: none;
    }

    header.main .top-info .search-container {
        display: none;
    }

    header.main .top-info .social {
        display: none;
    }

    div.row.top-info-table {
        display: flex;
    }
    #content.site-content{
        padding: 0rem 3rem;
    }
    header#masthead{
        /*padding: .74rem 1rem;*/
        padding: 0rem 3rem;
        box-shadow: 0 0.5rem 1rem rgba(0,0,0,.2), inset 0 -1px 0 rgba(0,0,0,.1);
        z-index: 99;
    }
    footer#colophon{
        padding: 0rem 3rem;
    }
}

@media (max-width: 910px){
    .is-menu-wrapper {
        display: none !important;
    }
}
/* Se realizan ajustes del diseño agregando un padding en el borde derecho */
@media (max-width: 992px){
	table{
		width:100% !important; 
	}
    div.content-box1 {
        padding: 1.6rem 1.2rem 0 1.2rem;
    }
    div.pdr{
        padding-right: 0.2rem;
    }
    div.content-box5 {
        padding: 0 1rem 1.2rem 1.2rem;
    }
    div.line-botton{
        width: 96%;
        margin: 1rem 1.2rem 1.2rem 1.2rem;
    }
}

/* Punto donde se oculta el sidebar */
@media (max-width: 991px){
    aside#secondary{
        display: none;
    }
}

/*Para resoluciones de telefonos moviles*/
@media (max-width: 767px) {

    hr.movil-sep{
        display: block;
    }

    /*Responsive for header*/
    div.row.row-date-full-view{
        display: none;
    }
    div.row.row-top-info-full-view {
        display: none;
    }
    div.row.top-info-table{
        display: none;
    }
    #daytoday{
        display: none;
    }
    div.row.row-top-info-movil{
        display: block;
    }
    div.row.row-data-container-title{
        display: grid;
    }
    div.row.row-data-container-date{
        display: grid;
    }
    time{
        font-family: Arial;
        font-size: 12px;
        font-stretch:normal;
        font-weight: normal;
    }
    header#masthead{
        padding: 0;
    }
    header.main{
        height: 120px;
    }

    #main-nav-mobile {
        top: -26px;
        left: 15px;
        max-width: 375px;
    }

    button.navbar-toggler.grid-row-1[aria-expanded="true"] .navbar-toggler-icon {
        left: 310px;
        top: -35px;
    }
    header.main .brand{
        font-size: 15px;
        font-weight: inherit;
        margin: 0px;
    }
    header.main .lang {
        margin-right: 1.2rem;
    }
    #content.site-content{
        padding: 0rem 2rem;
    }

    /*Responsive for content*/

    h2.entry-title{
        font-size: 16px;
    }
    h3.entry-title{
        font-size: 13px;
    }

    h6.title-box{
        font-size: 13px;
        color: #4d4d4d;
    }
    h4.entry-title{
        font-size: 16px;
    }
    div.line-botton{
        width: 95%;
    }
    #desktop-box1{
        display: none;
    }
    #movil-box1{
        display: flex;
    }
   #desktop-box2y3{
        display: none;
    }

    #movil-box2y3{
        display: flex;
    }

    #desktop-box4{
        display: none;
    }

    #movil-box4{
        display: flex;
    }

    div.content-box4 {
        padding: 0 1.2rem;
    }

    #desktop-box5{
        display: none;
    }

    #movil-box5{
        display: flex;
    }

    div.content-box5 {
        padding: 0 1.2rem;
    }

    #desktop-box6y7{
         display: none;
     }

    #movil-box6y7{
        display: flex;
    }
    #movil-box6y7 h6.title-box{
        margin-left: 0rem;
    }

    footer#colophon{
        padding: 0 2rem;
    }

    .desktop-footer{
        display: none;
    }

    .movil-footer{
        display: flex;
    }
}