/*
Theme Name: Mupol
Theme URI: https://www.AI64.com/themes/Mupol/
Author: AI64
Author URI: https://www.AI64.com/
Description:Mupol Wordpress theme
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: Mupol
Text Domain: AI64
*/

/*27 origien Color1,2,3,4,Neutrals,colorfonts y fuentes*/
:root {
    --ycolor1:rgb(1,30,65);/*$ycolor1(1,30,65)*/;
    --ycolor1rgba0:rgba(1,30,65,0);/*$ycolor1(1,30,65)*/;
    --ycolor1rgba1:rgba(1,30,65,0.3);/*$ycolor1(1,30,65)*/;
    --ycolor1rgba2:rgba(1,30,65,0.8);/*$ycolor1(1,30,65)*/;
    --ycolor1rgba3:rgba(1,30,65,1);/*$ycolor1(1,30,65)*/;
    --ycolor1t:rgb(1,30,65);/*$ycolor1t(1,30,65)*/;
    --ycolor1s:rgb(1,30,65);/*$ycolor1s(1,30,65)*/;
    --ycolor2:rgb(176,22,48);/*$ycolor2(176,22,48)*/;
    --ycolor2t:rgb(176,22,48);/*$ycolor2t(176,22,48)*/;
    --ycolor2s:rgb(176,22,48);/*$ycolor2s(176,22,48)*/;
    --ycolor3:rgb(247,190,0);/*$ycolor3(247,190,0)*/;
    --ycolor3t:rgb(247,190,0);/*$ycolor3t(247,190,0)*/;
    --ycolor3s:rgb(247,190,0);/*$ycolor3s(247,190,0)*/;
    --ycolor4:rgb(#162342);/*$ycolor4(#162342)*/;
    --ycolor4t:rgb(255,255,0);/*$ycolor4t(255,255,0)*/;
    --ycolor4s:rgb(255,255,0);/*$ycolor4s(255,255,0)*/;

    --ycolorneutral:#f5f5f5;/*$ycolorneutral(#f5f5f5)*/;
    --ycolorneutralts:#f0f0f0;/*$ycolorneutralts(#f0f0f0)*/;
    --ycolorneutralsep:#b2b2b2;/*$ycolorneutralsep(#b2b2b2)*/;
    --ycolorneutralinv:#0a0a0a;/*$ycolorneutralinv(#0a0a0a)*/;
    --ycolorneutralinvts:#222222;/*$ycolorneutralinvts(#222222)*/;
    --ycolorneutralinvsep:#333333;/*$ycolorneutralinvsep(#333333)*/;

    --ycolorfont:#011e41;/*$ycolorfont(#011e41)*/;
    --ycolorfontts:#011e41;/*$ycolorfontts(#011e41)*/;
    --ycolorfontinv:#ffffff;/*$ycolorfontinv(#ffffff)*/;
    --ycolorfontinvts:#dfdedb;/*$ycolorfontinvts(#dfdedb)*/;

    --ylh:30px;/*$ylineHeight(30px)*/;
    --ylh0p25:calc(0.25*var(--ylh));
    --ylh0p5:calc(0.5*var(--ylh));
    --ylh1p5:calc(1.5*var(--ylh));
    --ylh2:calc(2*var(--ylh));
    --ylh4:calc(4*var(--ylh));
    --ymargin0p5:calc(0.5*var(--ylh));
    --ymargin0p25:calc(0.25*var(--ylh));
    --ymargin:var(--ylh);
    --ymargin6:calc(6*var(--ylh));
    --ymargin4:calc(4*var(--ylh));
    --ymargin2:calc(2*var(--ylh));
    --ysectionheight:calc(22*var(--ylh));
    --ypagewidth:1280px;/*$ypagewidth(1280px)*/;

    --yblogpagewidth:1280px;/*$yblogpagewidth(1280px)*/;
    --yblogwidth:768px;/*$yblogwidth(768px)*/;
    --ysidebarwidth:300px;/*$ysidebarwidth(300px)*/;


    /*yfontload no se incluye*/
    --yfontfamily1:'Roboto', sans-serif;/*$yfontfamily1('Roboto', sans-serif)*/;
    --yfontfamily2:'Roboto', sans-serif;/*$yfontfamily2('Roboto', sans-serif)*/;
    --yfontfamily3:'Roboto', sans-serif;/*$yfontfamily3('Roboto', sans-serif)*/;
    --yfontfamily4:'Roboto', sans-serif;/*$yfontfamily4('Roboto', sans-serif)*/;
    --yfontheader:var(--yfontfamily2);
    --yfontsubheader:var(--yfontfamily2);
    --yfonttext:var(--yfontfamily1);
    --yfontmenu:var(--yfontfamily1);
    --yfontdash:var(--yfontfamily2);
    --yfontsoft:var(--yfontfamily2);



    --yfontsizebase:16px;/*$yfontSizeBase(16px)*/;
    --yfontmenuheadersize:var(--yfontsizebase);
    --yfontmenufootersize:var(--yfontsizebase);

    /*Gutenberg*/
    --ywfontsizebase:16px;/*$ywfontSizeBase(16)*/;
    --ywfontsizelarge:20px;/*$ywfontSizeLarge(20)*/;
    --ywfontsizesmall:12px;/*$ywfontSizeSmall(12)*/;



}


/**
 * 0.0 - Reset and Wordpress Requirements
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 Añadido cosas
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*font-size: 62.5%;*/
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote,
q {
    hyphens: none;
    quotes: none;
}

a:focus {
    outline: 2px solid #c1c1c1;
}

a:hover,
a:active {
    outline: 0;
}

a img {
    border: 0;
}

mark{
    background:#FFF;
}

figure{
    margin:0;
}


/*WORDPRRSS REQUIREMENTS*/
/* =WordPress Core
-------------------------------------------------------------- */
.wp-caption {
    background-color: rgb(255,255,255);
    border: 1px solid rgb(240,240,240);
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: rgb(241,241,241);
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*WORDPRESS REQUIREMENTES GALLERY*/
.gallery { margin: 0 auto 18px; 
           width:90%;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    background-color:rgba(0,79,102,0.3);
    box-shadow: 13px 10px 24px -5px rgba(0,0,0,0.73);    
}

.gallery img {
    box-shadow: 0 0 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2;
}
.gallery img:hover {
    background: white;
}
.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px;
}

.justify-text {
    text-align: justify;
}


.cf:before,
.cf:after {
    content: " ";
    display: table; 
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

.fc{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;   
}
.fcv{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.ckg2sgs{

}

.justify {text-align:justify;}


.ymargin{
    margin-top:calc(var(--ylh));
    margin-bottom:calc(var(--ylh));
}
.ymargin-0{
    margin-top:calc(var(--ylh));
    margin-bottom:0;
}
.ymargin2{
    margin-top:calc(2*var(--ylh));
    margin-bottom:calc(2*var(--ylh));
}
.ymargin2-0{
    margin-top:calc(2*var(--ylh));
    margin-bottom:0;
}
.ymargin0-2{
    margin-top:0;
    margin-bottom:calc(2*var(--ylh));
}
.ymargin2-4{
    margin-top:calc(2*var(--ylh));
    margin-bottom:calc(4*var(--ylh));
}

.ymargin4{
    margin-top:calc(4*var(--ylh));
    margin-bottom:calc(4*var(--ylh));
}
.ymargin4-2{
    margin-top:calc(4*var(--ylh));
    margin-bottom:calc(2*var(--ylh));
}
.ymargin4-0{
    margin-top:calc(4*var(--ylh));
    margin-bottom:0;
}
.ymargin6{
    margin-top:calc(6*var(--ylh));
    margin-bottom:calc(6*var(--ylh));
}

@media (max-width: 700px) {
    .ymargin{
        margin-top:calc(var(--ylh));
        margin-bottom:calc(var(--ylh));
    }
    .ymargin-0{
        margin-top:calc(var(--ylh));
        margin-bottom:0;
    }
    .ymargin2{
        margin-top:calc(1.5*var(--ylh));
        margin-bottom:calc(1.5*var(--ylh));
    }
    .ymargin2-0{
        margin-top:calc(1.5*var(--ylh));
        margin-bottom:0;
    }
    .ymargin0-2{
        margin-top:0;
        margin-bottom:calc(1.5*var(--ylh));
    }
    .ymargin2-4{
        margin-top:calc(1.5*var(--ylh));
        margin-bottom:calc(3*var(--ylh));
    }

    .ymargin4{
        margin-top:calc(3*var(--ylh));
        margin-bottom:calc(3*var(--ylh));
    }
    .ymargin4-2{
        margin-top:calc(3*var(--ylh));
        margin-bottom:calc(1.5*var(--ylh));
    }
    .ymargin4-0{
        margin-top:calc(3*var(--ylh));
        margin-bottom:0;
    }
    .ymargin6{
        margin-top:calc(4*var(--ylh));
        margin-bottom:calc(4*var(--ylh));
    }
}


.ypadding{
    padding-top:calc(var(--ylh));
    padding-bottom:calc(var(--ylh));
}
.ypadding-0{
    padding-top:calc(var(--ylh));
    padding-bottom:0;
}
.ypadding2{
    padding-top:calc(2*var(--ylh));
    padding-bottom:calc(2*var(--ylh));
}
.ypadding2-0{
    padding-top:calc(2*var(--ylh));
    padding-bottom:0;
}
.ypadding0-2{
    padding-top:0;
    padding-bottom:calc(2*var(--ylh));
}
.ypadding2-4{
    padding-top:calc(2*var(--ylh));
    padding-bottom:calc(4*var(--ylh));
}

.ypadding4{
    padding-top:calc(4*var(--ylh));
    padding-bottom:calc(4*var(--ylh));
}
.ypadding4-2{
    padding-top:calc(4*var(--ylh));
    padding-bottom:calc(2*var(--ylh));
}
.ypadding4-0{
    padding-top:calc(4*var(--ylh));
    padding-bottom:0;
}
.ypadding6{
    padding-top:calc(6*var(--ylh));
    padding-bottom:calc(6*var(--ylh));
}

@media (max-width: 700px) {
    .ypadding{
        padding-top:calc(var(--ylh));
        padding-bottom:calc(var(--ylh));
    }
    .ypadding-0{
        padding-top:calc(var(--ylh));
        padding-bottom:0;
    }
    .ypadding2{
        padding-top:calc(1.5*var(--ylh));
        padding-bottom:calc(1.5*var(--ylh));
    }
    .ypadding2-0{
        padding-top:calc(1.5*var(--ylh));
        padding-bottom:0;
    }
    .ypadding0-2{
        padding-top:0;
        padding-bottom:calc(1.5*var(--ylh));
    }
    .ypadding2-4{
        padding-top:calc(1.5*var(--ylh));
        padding-bottom:calc(3*var(--ylh));
    }

    .ypadding4{
        padding-top:calc(3*var(--ylh));
        padding-bottom:calc(3*var(--ylh));
    }
    .ypadding4-2{
        padding-top:calc(3*var(--ylh));
        padding-bottom:calc(1.5*var(--ylh));
    }
    .ypadding4-0{
        padding-top:calc(3*var(--ylh));
        padding-bottom:0;
    }
    .ypadding6{
        padding-top:calc(4*var(--ylh));
        padding-bottom:calc(4*var(--ylh));
    }
}


.ysectionheight {
    height: var(--ysectionheight);
}

.ypagewidth {
    width: var(--ypagewidth);
}



body{
    font-family:  var(--yfonttext);
    background-color: var(--ycolorneutral);
    color:var(--ycolorfont);
    font-weight:normal;
}

table, td, th {
    border: 1px solid #ddd;
    text-align: left;
}

table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 15px;
}


/*Paginacion*/
 nav.pagination{
    width:100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

 nav.pagination .nav-links {
    margin:40px auto;
}

 nav.pagination .nav-links ul {
    margin: 0;
    padding: 0;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width:100%;
}

 nav.pagination .nav-links ul li {
    display: inline-block;
    list-style: none;
    margin:0 5px;
    padding:0;
}


 nav.pagination .nav-links ul li a,nav.pagination .nav-links ul li span.current {
    display: inline-block;
    padding: 10px 22px;
    margin: 4px 2px;
    background: var(--ycolor1);
    color:var(--ycolorneutral);
    text-decoration: none;
    border: 1px solid var(--ycolor1);
    border-radius: 16px;
    cursor: pointer;
    font-size: 16px;
    line-height: 23px;
}

 nav.pagination .nav-links ul li a:hover {
    background: var(--ycolorneutral);
    color:var(--ycolor1);
}

 nav.pagination .nav-links ul li span.current {
    background: var(--ycolorneutral);
    color:var(--ycolor1);
}

@media screen and (max-width:700px) {
     nav.pagination .nav-links ul li a,nav.pagination .nav-links ul li span.current {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 23px;
    }
}
/*h1,h2,h3,h4,h5,h6,p,strong,em,a,a:hover,blockquote,figcaption,code fm,fs,lh,ol,ul,li fs,lh,msup,minf,padsup, padinf
textalign para p en movil
pad left para li en ysp*/
/*curriculumgolden https://grtcalculator.com/*/
/*header no tieenn margen superior porque casi siempre son header */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--yfontheader);
}

p {
    font-family: var(--yfonttext);
}

html {
    font-size: var(--yfontsizebase);
    line-height: var(--ylh);
}
/*https://type-scale.com/ movil major third, rest perfect fit */
/*Definimos yfh1, yh1, h1 tamaño, lh*/
/*Definimos yfh1, ysp yh1 margen padding superior inferior lh*/
/*Movil, ipad y ordenador*/
@media (max-width: 700px) {

    .yh1,h1 {
        font-size: 39px;
        line-height: calc(2*var(--ylh));
    }

    .yh2, h2 {
        font-size: 31px;
        line-height: calc(1.5*var(--ylh));
    }

    .yh3, h3 {
        font-size: 25px;
        line-height: calc(var(--ylh));
    }

    .yh4,h4 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yh5,h5 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yh6, h6 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yps {
        font-size: 14px;
        line-height: var(--ylh);
    }

    .ypm,p {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .ypl{
        font-size: 18px;
        line-height: var(--ylh);
    }

    .ysp h1, h1.ysp {
        margin-top: 0;
        margin-bottom: var(--ylh2);
    }

    .ysp h2, h2.ysp{
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp h3, h3.ysp,.ysp h4, h4.ysp {
        margin-top: 0;
        margin-bottom: var(--ylh0p5);
    }

    .ysp h5, h5.ysp,.ysp h6, h6.ysp{
        margin-top: 0;
        margin-bottom: var(--ylh0p5);
    }

    .ysp .yps, .yps.ysp,
    .ysp .ypm, .ypm.ysp,
    .ysp .ypl , .ypl .ysp,
    .ysp p, p.ysp {
        padding: 0 0 var(--ylh0p5);
        text-align: justify;
    }

    blockquote {
        font-size: 18px;
        line-height: var(--ylh);
    }

    figcaption {
        font-size: 14px;
        line-height: var(--ylh);
    }
}

@media (min-width: 701px) and (max-width: 1279px) {
    .yh1, h1 {
        font-size: 54px;
        line-height: calc(3*var(--ylh));
    }

    .yh2,h2 {
        font-size: 42px;
        line-height: calc(2*var(--ylh));
    }

    .yh3,h3 {
        font-size: 26px;
        line-height: calc(1.5*var(--ylh));
    }

    .yh4,h4 {
        font-size: 20px;
        line-height: calc(1.5*var(--ylh));
    }

    .yh5,h5 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yh6,h6 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yps {
        font-size: 14px;
        line-height: var(--ylh);
    }

    .ypm,p {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .ypl {
        font-size: 18px;
        line-height: var(--ylh);
    }

    .ysp h1, h1.ysp  {
        margin-top: 0;
        margin-bottom: var(--ylh2);
    }

    .ysp h2, h2.ysp  {
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp h3, h3.ysp , .ysp h4, h4.ysp  {
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp h5, h5.ysp , .ysp h6, h6.ysp {
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp .yps, .yps.ysp,
    .ysp .ypm, .ypm.ysp,
    .ysp .ypl , .ypl .ysp,
    .ysp p, p.ysp {
        padding: 0 0 var(--ylh0p5);
    }

    blockquote {
        font-size: 18px;
        line-height: var(--ylh);
    }

    figcaption {
        font-size: 14px;
        line-height: var(--ylh);
    }
}

@media (min-width: 1280px) {

    .yh1,h1 {
        font-size: 54px;
        line-height: calc(3*var(--ylh));
    }

    .yh2,h2 {
        font-size: 42px;
        line-height: calc(2*var(--ylh));
    }

    .yh3,h3 {
        font-size: 26px;
        line-height: calc(1.5*var(--ylh));
    }

    .yh4,h4 {
        font-size: 20px;
        line-height: var(--ylh);
    }

    .yh5,h5 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yh6,h6 {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .yps {
        font-size: 14px;
        line-height: var(--ylh);
    }

    .ypm,p {
        font-size: 16px;
        line-height: var(--ylh);
    }

    .ypl {
        font-size: 18px;
        line-height: var(--ylh);
    }

    .ysp h1, h1.ysp {
        margin-top: 0;
        margin-bottom: var(--ylh2);
    }

    .ysp h2, h2.ysp {
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp h3, h3.ysp ,.ysp h4, h4.ysp  {
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp h5, h5.ysp  ,.ysp h6,h6.ysp{
        margin-top: 0;
        margin-bottom: var(--ylh);
    }

    .ysp .yps, .yps.ysp,
    .ysp .ypm, .ypm.ysp,
    .ysp .ypl , .ypl .ysp,
    .ysp p, p.ysp{
        padding: 0 0 var(--ylh0p5);
    }

    blockquote {
        font-size: 18px;
        line-height: var(--ylh);
    }

    figcaption {
        font-size: 14px;
        line-height: var(--ylh);
    }
}

strong {
    font-weight: bold;
    color: var(--ycolor1);
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
    color: var(--ycolor1);
    transition: color 0.2s ease-in-out;
}

a:hover {
    color: var(--ycolor2);
    font-weight: bolder;
}
code {
    font-family: monospace;
}



.ysp ul,ul.ysp{
    list-style: disc;
}

.ysp ol,ol.ysp{
    list-style: decimal;
}
.ysp ul,ul.ysp,.ysp ol,ol.ysp{
    padding:0 0 var(--ylh0p5) var(--ylh);

}

.ysp ul li, .ysp ol li,ul li.ysp,ol li.ysp,ul.ysp li,ol.ysp li{
    padding: 0 0 var(--ylh0p25);
}

@media (max-width: 700px){
    .ysp ul li, .ysp ol li,ul li.ysp,ol li.ysp{
        text-align: justify;
    }
}



/*no indentar primera*/


/*no margen en p
p {
    margin: 0 auto;
}*/

/*" no esta en el bloque
blockquote p {
    hanging-punctuation: first;
}

blockquote p {
    text-indent: -0.5em;
}
*/




/*Definir espacios zona de escritura*/

@media (max-width: 700px) {
     .yblog .entry-content .single-content>*,
     .yblog header>*
     {
         width:100%;
         max-width: var(--yblogwidth);
         margin-left: auto;
         margin-right: auto;
         padding-left: var(--ylh0p5);
         padding-right: var(--ylh0p5);
     }
    .yblog .entry-content .single-content pre,
    .yblog .entry-content .single-content figure,
    .yblog .entry-content .single-content div.wp-block-file{
        padding-top: var(--ylh0p5);
        padding-bottom: var(--ylh0p5);
    }
}
@media (min-width: 701px) and (max-width: 1279px) {
    .yblog .entry-content .single-content>*,
    .yblog header>*{
        width:100%;
        max-width: calc(756px - var(--ylh));
        margin-left: auto;
        margin-right: auto;
    }
    .yblog .entry-content .single-content pre,
    .yblog .entry-content .single-content figure,
    .yblog .entry-content .single-content div.wp-block-file{
        padding-top: var(--ylh0p5);
        padding-bottom: var(--ylh0p5);
    }
}
@media (min-width: 1280px) {
    .yblog .entry-content .single-content>*,
    .yblog header>*{
        width:100%;
        max-width: calc(756px - var(--ylh));
        margin-left: auto;
        margin-right: auto;
    }
    .yblog .entry-content .single-content pre,
    .yblog .entry-content .single-content figure,
    .yblog .entry-content .single-content div.wp-block-file{
        padding-top: var(--ylh0p5);
        padding-bottom: var(--ylh0p5);
    }
}






/*Definir espacios de textos*/


@media (max-width: 700px) {
    .yblog .entry-content .single-content h1 {
        margin-top: var(--ylh);
        padding-left: var(--ylh0p5);
        padding-right: var(--ylh0p5);
    }
    .yblog .entry-content .single-content h1,.yblog .entry-content .single-content h2,.yblog .entry-content .single-content h3,.yblog .entry-content .single-content h4,.yblog .entry-content .single-content h5,.yblog .entry-content .single-content h6,.yblog .entry-content .single-content p,
    .yblog .entry-content .single-content blockquote, .yblog .entry-content .single-content ul, .yblog .entry-content .single-content ol
    {

    }
    .yblog .entry-content .single-content ul, .yblog .entry-content .single-content ol
    {
        padding-left: var(--ylh1p5);
        padding-right: var(--ylh1p5);
    }
}

@media (min-width: 701px) and (max-width: 1279px) {
    .yblog .entry-content .single-content h1 {
        margin-top: calc(2*var(--ylh));
    }
    .yblog .entry-content .single-content h1,.yblog .entry-content .single-content h2,.yblog .entry-content .single-content h3,.yblog .entry-content .single-content h4,.yblog .entry-content .single-content h5,.yblog .entry-content .single-content h6,.yblog .entry-content .single-content p,
    .yblog .entry-content .single-content blockquote,.yblog .entry-content .single-content ul, .yblog .entry-content .single-content ol
    {

    }
}

@media (min-width: 1280px) {
    .yblog .entry-content .single-content h1 {
        margin-top: calc(4*var(--ylh));
    }
    .yblog .entry-content .single-content h1,.yblog .entry-content .single-content h2,.yblog .entry-content .single-content h3,.yblog .entry-content .single-content h4,.yblog .entry-content .single-content h5,.yblog .entry-content .single-content h6,.yblog .entry-content .single-content p,
    .yblog .entry-content .single-content blockquote,.yblog .entry-content .single-content ul, .yblog .entry-content .single-content ol
    {

    }

}






/*Definir espacios y efectos de textos especiales. Blockquote, figcaption, cite, code*/

div.yblog .entry-content .single-content blockquote {
    padding-left: var(--ylh);
    border-left-style: solid;
    border-left-width: 4px;
    border-color:var(--ycolor1);
}
div.yblog .entry-content .single-content figcaption{
    font-weight:lighter;
    color: var(--yfcp);
    margin:var(--ylh0p5) var(--ylh0p5) var(--ylh);
}

div.yblog .entry-content .single-content cite{
    font-size:14px;
    var(--ylh)
}

div.yblog .entry-content .single-content code{
    font-weight:lighter;
}












/*
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<
            DETALLES GUTEMBERG
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx<
*/




/*Blocqkquote en plan centrado*/
div.yblog .entry-content .single-content figure.wp-block-pullquote {
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: var(--ycolor1);
    padding: 2em;
}

div.yblog .entry-content .single-content figure.wp-block-pullquote blockquote {
    border-left-style: none;
    text-align:center;
    margin:1em;
    padding:0;
}

div.yblog .entry-content .single-content figure.wp-block-pullquote blockquote p{
    display: block;
    margin-bottom:1em;
    padding:0;
}

div.yblog .entry-content .single-content figcaption {
    display: table-caption;
    caption-side: bottom;
    text-align: center;
}
div.yblog .entry-content .single-content .wp-block-image figure,div.yblog .entry-content .single-content figure.wp-block-image{
    display: table;
}


div.yblog .entry-content .single-content .wp-block-image img{
    display: block;
    max-width: 100%;
    width:100%;
    height:auto;
}



/*Gutenberg clases*/
div.yblog .entry-content .single-content .has-small-font-size{
    font-size: var(--ywfontsizesmall);
}

div.yblog .entry-content .single-content .has-large-font-size {
    font-size: var(--ywfontsizelarge);
}

div.yblog .entry-content .single-content .has-color-1-color {
    color: var(--ycolor1);
}
div.yblog .entry-content .single-content .has-color-1-background-color {
    background-color: var(--ycolor1);
}
div.yblog .entry-content .single-content .has-color-1-a-color {
    color: var(--ycolor1t);
}
div.yblog .entry-content .single-content .has-color-1-a-background-color {
    background-color: var(--ycolor1t);
}
div.yblog .entry-content .single-content .has-color-1-b-color {
    color: var(--ycolor1s);
}
div.yblog .entry-content .single-content .has-color-1-b-background-color {
    background-color: var(--ycolor1s);
}

div.yblog .entry-content .single-content .has-color-2-color {
    color: var(--ycolor2);
}
div.yblog .entry-content .single-content .has-color-2-background-color {
    background-color: var(--ycolor2);
}
div.yblog .entry-content .single-content .has-color-2-a-color {
    color: var(--ycolor2s);
}
div.yblog .entry-content .single-content .has-color-2-a-background-color {
    background-color: var(--ycolor2s);
}
div.yblog .entry-content .single-content .has-color-3-color {
    color: var(--ycolor3);
}
div.yblog .entry-content .single-content .has-color-3-background-color {
    background-color: var(--ycolor3);
}
div.yblog .entry-content .single-content .has-color-4-color {
    color: var(--ycolor4);
}
div.yblog .entry-content .single-content .has-color-4-background-color {
    background-color: var(--ycolor4);
}
div.yblog .entry-content .single-content .has-color-neutral-color {
    color: var(--ycolorneutral);
}
div.yblog .entry-content .single-content .has-color-neutral-background-color {
    background-color: var(--ycolorneutral);
}
div.yblog .entry-content .single-content .has-color-neutralinverso-color {
    color: var(--ycolorneutralinv);
}
div.yblog .entry-content .single-content .has-color-neutralinverso-background-color {
    background-color: var(--ycolorneutralinv);
}

div.yblog .entry-content .single-content .has-text-align-right {
    text-align: right;
}

div.yblog .entry-content .single-content .has-text-align-center {
    text-align: center;
}

div.yblog .entry-content .single-content .has-text-align-left {
    text-align: left;
}

div.yblog .entry-content .single-content .alignleft {
    float: left;
    padding:10px 10px 10px 0
}
div.yblog .entry-content .single-content .alignnone {
   float:none;
}
div.yblog .entry-content .single-content .alignright {
    float: right;
    padding:10px 0 10px 10px
}
div.yblog .entry-content .single-content .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

@media screen and (max-width:767px) {
    div.yblog .entry-content .single-content .alignright, div.yblog .entry-content .single-content .alignleft  {
        float:none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

div.yblog .entry-content .single-content .alignfull {
    max-width: 100vw;
    width: 100vw;
}

div.yblog .entry-content .single-content .alignwide {
    max-width: var(--yblogpagewidth);
    width: 100%;
}

div.yblog .entry-content .single-content .is-style-circle-mask img {
    clip-path: circle(30% at center);
}

div.yblog .entry-content .single-content .has-background-dim{
    position:relative;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
    overflow: hidden;
    height:100%;
    width:100%;
    background-size: cover;
    min-height: 430px;
}

div.yblog .entry-content .single-content .has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1;
}
div.yblog .entry-content .single-content .has-background-dim-10:before {
    opacity: .1;
}
div.yblog .entry-content .single-content .has-background-dim-20:before {
    opacity: .2;
}
div.yblog .entry-content .single-content .has-background-dim-30:before {
    opacity: .3;
}
div.yblog .entry-content .single-content .has-background-dim-40:before {
    opacity: .4;
}
div.yblog .entry-content .single-content .has-background-dim-50:before {
    opacity: .5;
}
div.yblog .entry-content .single-content .has-background-dim-60:before {
    opacity: .6;
}
div.yblog .entry-content .single-content .has-background-dim-70:before {
    opacity: .7;
}
div.yblog .entry-content .single-content .has-background-dim-80:before {
    opacity: .8;
}
div.yblog .entry-content .single-content .has-background-dim-90:before {
    opacity: .9;
}
div.yblog .entry-content .single-content .has-background-dim-100:before {
    opacity: 1;
}

div.yblog .entry-content .single-content .wp-block-media-text{
    display:grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}


div.yblog .entry-content .single-content .wp-block-media-text .wp-block-media-text__media {
    width:100%;
    grid-row: 1;
    grid-column: 1;
}
div.yblog .entry-content .single-content .wp-block-media-text .wp-block-media-text__media  img{
    max-width: 100%;
    height: auto;
}

div.yblog .entry-content .single-content .wp-block-media-text .wp-block-media-text__content {
    width:100%;
    grid-row: 1;
    grid-column: 2;
    align-self: center;
}
div.yblog .entry-content .single-content .wp-block-audio{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

div.yblog .entry-content .single-content audio {
    width:100%;
    min-width: 300px;
}


div.yblog .entry-content .single-content figure.wp-block-embed-youtube{

}

div.yblog .entry-content .single-content figure.wp-block-embed-youtube>div>iframe{
    aspect-ratio: 16 / 9;
    width:100%;
    height:100%;
}

div.yblog .entry-content .single-content figure.wp-block-table{
    width: 100%;
    overflow-x: auto;
}


div.yblog .entry-content .single-content figure.wp-block-table tr:nth-child(odd){
    background-color: var(--ycolorneutralsep);
}

div.yblog .entry-content .single-content figure.wp-block-table tr:nth-child(1) {
    background-color: var(--ycolor1);
    color:var(--ycolorneutral);
}

div.yblog .entry-content .single-content figure.wp-block-table.is-style-stripes td{
    border:0;
}



div.yblog .entry-content .single-content figure.wp-block-gallery ul{
    list-style: none;
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
}

div.yblog .entry-content .single-content figure.wp-block-gallery.columns-3 ul li.blocks-gallery-item{
    width:calc(100% / 3);

}

div.yblog .entry-content .single-content figure.wp-block-gallery ul img {
    display: block;
    width: 100%;
    max-width: 100%;
}

div.yblog .entry-content .single-content div.wp-block-columns{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
}

div.yblog .entry-content .single-content div.wp-block-columns div.wp-block-column{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
    flex-direction: column;
    flex-basis: 30%;
}

.ybutton{
    background-color: var(--ycolor1);
    border: 1px solid var(--ycolorneutralts);
    border-radius: 16px;
    color:var(--ycolorneutralts);
    padding: 5px 32px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.5rem;
}

.ybutton:hover{
    color:var(--ycolor2);
}


.yefinv .ybutton,.yefinv.ybutton{
    background-color: var(--ycolorneutralts);
    border: 1px solid var(--ycolor1);
    color:var(--ycolor1);
}

.yefinv .ybutton:hover,.yefinv.ybutton:hover{
    color:var(--ycolor1);
}

.yphoto .ybutton{
    font-size: 18px;
    padding: 10px 16px;
    background-color: var(--ycolor1);
    border: 1px solid var(--ycolorneutralts);
    color:var(--ycolorneutralts);
}
.yphoto .ybutton:hover {
    background-color: var(--ycolorneutralts);
    border: 2px solid var(--ycolorneutralts);
    color:var(--ycolor1);
}.yefsep{
    background-color: var(--ycolorneutralsep);
}
.yefsephalf{
    background: linear-gradient(180deg, var(--ycolorneutralsep) 60%,var(--ycolorneutral) 60%);
}
/*yinv*/
.yefinv .yheader,.yefinv .ysubheader,.yefinv .yh1,.yefinv .yh2,.yefinv .yh3,.yefinv .yh4,.yefinv .yh5,.yefinv .yh6,.yefinv p{
    color:var(--ycolorneutral);
}
.yefinv{
    background-color: var(--ycolorneutralinv);
}
/*ycolor1 en este caso usa Neutral*/
.yefcolor1 .yheader,.yefcolor1 .ysubheader,.yefcolor1 .yh1,.yefcolor1 .yh2,.yefcolor1 .yh3,.yefcolor1 .yh4,.yefcolor1 .yh5,.yefcolor1 .yh6,.yefcolor1 p{
    color:var(--ycolorneutral);
}
.yefcolor1 a{
    color:var(--ycolorneutralts);
}
.yefcolor1{
    background-color: var(--ycolor1);
}
/*ycolor2 en este caso usa Neutral*/
.yefcolor2 .yheader,.yefcolor2 .ysubheader,.yefcolor2 .yh1,.yefcolor2 .yh2,.yefcolor2 .yh3,.yefcolor2 .yh4,.yefcolor2 .yh5,.yefcolor2 .yh6,.yefcolor2 p{
    color:var(--ycolorneutral);
}
.yefcolor2 a{
    color:var(--ycolorneutralts);
}
.yefcolor2{
    background-color: var(--ycolor2);
}
/*ybgn*/
.yefbgneutral{
    background-color: var(--ycolorneutral);
}
/*ybni*/
.yefbgneutralinv{
    background-color: var(--ycolorneutralinv);
}
/*yop*/
.yeftransparent{
    opacity: 0.6;
}

.yefmenuabs, body:not(.single):not(.page) .yefMenuwebabs{
    background: transparent;
    position:absolute;
}


div.y_menu_superior3{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    z-index:100;
    width:100%;
    background-color: var(--ybg0);
    min-height: 45px;
}

div.y_menu_superior3 div.datoscontacto p{
    padding:0 5px;
}
div.y_menu_superior3 div.redes a{
    display: block;
    height: 24px;
}

div.y_menu_superior3 div.redes svg{
    fill:var(--ycolorfont);
    margin: 0 5px;
}

div.y_menu_superior3  div.menu-top-class-container ul.menu-top-class a,div.y_menu_superior3 p{
    line-height: 50px;
    color:var(--ycolorfont);
    font-family: var(--yfontheader);
    font-size: 80%;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

div.y_menu_superior3 div.menu-top-class-container ul.menu-top-class{
    display: flex;
    justify-content:space-around;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
    list-style-type: none;
    z-index: 100;
}

div.y_menu_superior3 div.menu-top-class-container ul.menu-top-class a{
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 0 10px;
    transition:color 0.4s;
}

/*Cosas especificas solo de los de segundo nivel*/
div.y_menu_superior3 div.menu-top-class-container ul.menu-top-class li.menu-item-has-children{
    position:relative;
}

div.y_menu_superior3 div.menu-top-class-container ul.menu-top-class>li ul.sub-menu {
    display:none;
    position: absolute;
    min-width:300px;
    border:1px solid;
    border-color:var(--ycolorneutralinv) ;
    border-radius: 5px;
    background-color: var(--ycolorneutral);
    z-index: 1000;
}

div.y_menu_superior3 div.menu-top-class-container li.menu-item-has-children:hover>ul.sub-menu {
    display: block;
}





@media screen and (max-width:1023px) {
    div.y_menu_superior3 div.datoscontacto p.email{
        display: none;
    }
}

@media screen and (max-width:767px)
{
    div.y_menu_superior3 div.redes{
        margin: 5px;
    }
    div.y_menu_superior3  div.menu-top-class-container ul.menu-top-class a,div.y_menu_superior3 p{
        line-height: 24px;
    }
    div.y_menu_superior3 div.datoscontacto{
        display: none;
    }
    div.y_menu_superior3 div.menu-top-class-container li.menu-item-has-children:hover>ul.sub-menu {
        display: none;
    }
}

.y_menu_1medio2 ul,.y_menu_1medio2 li{
    padding:0;
}

@media screen and (max-width:1299px)
{
    .y_menu_1medio2{
        width:100%;
        position:relative;
        z-index: 1000;
        background-color: var(--ycolorneutral);
        padding-top:20px;
        padding-bottom:20px;
    }

    .y_menu_1medio2 div.buttonlogo{
        display: flex;
        justify-content:center;
        align-items: center;
        flex-wrap:nowrap;
        align-content: center;
        width:100%;
        padding-left:10px;
        padding-right:10px;
        position: relative;
    }

    .y_menu_1medio2 div.buttonlogo div.buttonMenu{
        position:absolute;
        top:50%;
        transform: translateY(-50%);
        left:20px;
    }
    .y_menu_1medio2 div.buttonlogo div.buttonMenu div.menuguion{
        color:var(--ycolorneutralinv);
        font-size: 40px;
    }

    .y_menu_1medio2 div.buttonlogo a.logo{
        width:80%;
    }

    .y_menu_1medio2 div.buttonlogo a.logo img{
        display: block;
        height:auto;
        max-width: 100%;
        margin:0 auto;
    }

    .y_menu_1medio2 .primary-menu-class{
        background-color:var(--ycolorneutral);
        border:1px var(--ycolorneutralinvts) solid;
        border-radius: 5px;
        width:360px;
        transition: 0.5s;
        position:absolute;
        left: -360px;
        z-index: 1000;
    }

    /*Codigo del menu cuando aparece*/
    .y_menu_1medio2 .primary-menu-class.show{
        left:0;
    }

    .y_menu_1medio2 .primary-menu-class a{
        display: block;
        text-align: left;
        padding: 0 30px;
        line-height: 50px;
        color:var(--ycolorneutralinvts);
        font-family: var(--yfontheader);
        border-top:1px var(--ycolorneutralinvts) solid;
        font-size: var(--yfontmenuheadersize);
    }

    .y_menu_1medio2 .primary-menu-class>li:first-child a{
        border-top:none;
    }

    .y_menu_1medio2 .primary-menu-class ul.sub-menu a{
        padding-left: 60px;
    }

    .y_menu_1medio2 .primary-menu-class ul.sub-menu ul.sub-menu a{
        padding-left: 80px;
    }

}
@media screen and (min-width:1300px) {
    /*Estructura basica que se muestra o no*/
    .y_menu_1medio2{
        display: flex;
        justify-content:space-around;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        z-index:100;
        width:100%;
        background-color: var(--ybg0);
    }

    .y_menu_1medio2 div.buttonlogo div.buttonMenu{
        display:none;
    }

    .y_menu_1medio2 div.buttonlogo a.logo img{
        max-width:100%;
        height:auto;
        display: block;
    }

    .y_menu_1medio2 ul.primary-menu-class {
        display: flex;
        justify-content:flex-start;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
        list-style-type: none;
        z-index:100;

    }
    /*Decoracion. Hover se trata abajo*/
    .y_menu_1medio2 .primary-menu-class a{
        display: block;
        padding: 0 20px;
        text-align: center;
        text-decoration: none;
        line-height: 3;
        color:var(--ycolorfont);
        font-family: var(--yfontheader);
        font-size: var(--yfontmenuheadersize);
        transition:color 0.4s;
        font-weight: 500;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    /*Cosas especificas solo de los de segundo nivel*/
    .y_menu_1medio2 .primary-menu-class li.menu-item-has-children{
        position:relative;
    }

    .y_menu_1medio2 .primary-menu-class>li ul.sub-menu {
        display:none;
        position: absolute;
        min-width:300px;
        border:1px solid;
        border-color:var(--ycolorneutralinv) ;
        border-radius: 5px;
        background-color: var(--ycolorneutral);
        z-index: 1000;
    }

    .y_menu_1medio2 .primary-menu-class>li ul.sub-menu ul.sub-menu
    {
        right:290px;
        top: calc(0.5*var(--yfontsizebase));
    }

    .y_menu_1medio2 .primary-menu-class li.menu-item-has-children:hover>ul.sub-menu {
        display: block;
    }

    .y_menu_1medio2 .primary-menu-class>li>ul>li{
        padding-top:calc(0.5*var(--yfontmenuheadersize));
        padding-bottom:calc(0.5*var(--yfontmenuheadersize));
    }

    .y_menu_1medio2 .primary-menu-class>li>ul>li>a {
        width:100%;
        line-height:30px;
        text-align: left;
    }

    /*Cosas especificas del ultimo elemento*/
    .y_menu_1medio2 .primary-menu-class>li:last-child.menu-item-has-children>ul.sub-menu{
        right:0;
    }

    .y_menu_1medio2 .primary-menu-class ul.sub-menu ul.sub-menu a{
        text-align: right;
    }




    /*Efectos linea de abajo para enlaces y cambio color hover*/
    .y_menu_1medio2 .primary-menu-class>li>a {
        position: relative;
    }

    .y_menu_1medio2 .primary-menu-class>li:not(.menu-item-has-children)>a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: var(--ycolor1);
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
    }

    .y_menu_1medio2 .primary-menu-class>li:not(.menu-item-has-children)>a:hover::before {
        visibility: visible;
        transform: scaleX(1);
    }

    .y_menu_1medio2 .primary-menu-class li.menu-item-has-children a:hover{
        color:var(--ycolor1);
    }
}

/*Comunes*/
div.y_footers_1 p, div.y_footers_1 a{
    font-family: var(--yfontheader);
    color:var(--ycolorfont);
    font-size: var(--yfontmenufootersize);
    line-height: 1.5;
}
/*Superior*/

div.y_footers_1 div.superior{
    padding:50px 0;
    background-color: var(--ycolorneutral);
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: center;
}
div.y_footers_1 div.superior>div{
    width:30%;
    max-width: 400px;
    overflow: hidden;
}
/*Superior:datos*/
div.y_footers_1 div.superior div.datos{
    text-align: right;
}
/*Superior:redes*/
div.y_footers_1 div.superior div.redes{
    text-align: center;
}
div.y_footers_1 div.superior div.redes a.ybutton{
    margin:10px 0;
}

div.y_footers_1 div.redes div.iconos
{
    margin:10px 0;
}
div.y_footers_1 div.redes div.iconos svg{
    fill:var(--ycolorfont);
    margin: 0 5px;
}
/*Superior:Menu*/
div.y_footers_1 div.menu li{
    text-align: left;
}
div.y_footers_1 div.menu a{
    color:var(--ycolorfont);
    font-family: var(--yfontheader);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
div.y_footers_1 div.menu ul.menu-footer-class li{
    margin-bottom: 5px;
}

div.y_footers_1 div.menu ul.menu-footer-class>li{
    margin: 30px 0;
}
div.y_footers_1 div.menu ul.menu-footer-class>li:first-child{
    margin-top:0;
}
div.y_footers_1 div.menu ul.sub-menu a{
    font-weight: 400;
    text-transform: none;
    line-height: 20px;
}
/*Superior:Responsive*/
@media screen and (max-width:1279px){
    div.y_footers_1 div.superior div.datos{
        text-align: center;
    }

}
@media screen and (max-width:767px){
    div.y_footers_1 div.superior>div{
        max-width: 340px;
        width:100%;
        padding:30px 10px;
    }
    div.y_footers_1 div.menu li{
        text-align: center;
    }
}
/*Inferior*/
div.y_footers_1 div.inferior{
    background-color: var(--ycolorneutralts);
    padding:20px 0;
    display: flex;
    justify-content:space-around;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
}



.y_perso_mupol_bannercalculadora{
    overflow:hidden;
}


.y_perso_mupol_bannercalculadora .yheader{
    text-align: center;
}

.y_perso_mupol_bannercalculadora .texto{
    padding:var(--ylh);
    max-width:1280px
}

.y_perso_mupol_bannercalculadora .texto *{
    text-align: center;
    font-size:28px;

}

.y_perso_mupol_bannercalculadora .texto div{
    margin:var(--ylh) 0;
}

.y_perso_mupol_bannercalculadora .botonresaltado{
    background-color: var(--ycolor1);
    border: 1px solid var(--ycolorneutralts);
    border-radius: 16px;
    color: var(--ycolorneutralts);
    padding: 13px 39px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
}
.y_hero_montable .y_hero_montablecontenido{
    width:100%;
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
}
.y_hero_montable .y_hero_montablecontenido .ytext{
    margin:calc(3*var(--ylh)) 0;
    max-width:768px;
    padding:var(--ylh);
    background: rgba(0,0,0,0.5);
}

.y_hero_montable .y_hero_montablecontenido .ytext *{
    color:var(--ycolorfontinv);
    font-weight: bold;
    letter-spacing:2px ;
}
.y_hero_montable .y_hero_montablecontenido .ybuttoncontainer{
    text-align: right;
}

.y_hero_montable+div {
    margin-top: -120px;
}

.y_hero_montable .y_hero_montablecontenido{
    min-height:600px;
}

@media screen and (max-width:1200px) {
    .y_hero_montable, .y_hero_montable .y_hero_montablecontenido .ybuttoncontainer{
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .y_hero_montable .y_hero_montablecontenido .ytext{
        margin: 0;
        text-align: center;
    }
    .y_hero_montable+div {
        margin: 0;
    }
    .y_hero_montable .y_hero_montablecontenido{
        align-items:center;
        align-content: center;
    }
    .y_hero_montable .y_hero_montablecontenido .ybuttoncontainer{
        text-align: center;
    }
    .y_hero_montable+div {
        margin-top: -5vh;
    }

    .y_hero_montable .y_hero_montablecontenido{
        min-height:60vh;
    }
}










.y_blurp_texto_texto1{
    overflow:hidden;
}


.y_blurp_texto_texto1 .yheader{
    text-align: center;
}

.y_blurp_texto_texto1 .texto .html{
    padding:var(--ylh);

}

.y_blurp_texto_texto1 .texto .html *{
    text-align: center;

}



.y_cta_halfhalf{
    width:100%;
    /*max-width: var(--ypagewidth);
    padding:0 var(--ymargin);*/
}
.y_cta_halfhalf .y_cta_halfhalfcontenido{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
}
.y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto{
    width:50%;
    max-width: 550px;
}

.y_cta_halfhalf .y_cta_halfhalfcontenido .yimagen{
    width:50%;
    max-width: 550px;
}

.y_cta_halfhalf .y_cta_halfhalfcontenido .yimagen img{
    max-width:100%;
    max-height:100%;
    display:block;
    width:100%;
}

.y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto .ytext{
    padding:0 var(--ymargin);
}
.y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto .ybuttoncontainer{
    text-align: right;
}

@media screen and (max-width:1024px) and (min-width:768px)  {
    .y_cta_halfhalf .y_cta_halfhalfcontenido .yimagen{
        width:100%;
        text-align: center;
    }
    .y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto {
        width: 100%;
        max-width: 650px;
    }

 }
@media screen and (max-width:765px) {
    .y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto,.y_cta_halfhalf .y_cta_halfhalfcontenido .yimagen{
        width:100%;
        text-align: center;
    }
    .y_cta_halfhalf .y_cta_halfhalfcontenido .ycontenidotexto .ytext{
        padding: var(--ymargin2) var(--ymargin);
    }
}
.y_header_clasica .ycontenidotexto{
    max-width: var(--ypagewidth);
    margin:auto;
}

.y_header_clasica .ycontenidotexto .ytext{
    text-align: center;
    text-transform: uppercase;
}

.y_header_clasica hr{
    border: 2px solid;
    border-color: var(--ycolor1);
    width:100px;
    margin:var(--ylh) auto;
}

@media screen and (max-width:700px){
    .y_header_clasica hr{
        margin:var(--ylh0p5) auto;
    }

}
.y_toogle_hhtml{
}

.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto{
    display: flex;
    justify-content:center;
    align-items:center;
    flex-wrap: wrap;
    align-content: center;
    margin:auto;
    max-width: var(--ypagewidth);
}

.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext{
    padding: var(--ylh0p5) var(--ylh);
    max-width:900px;
    width:100%;
    margin: 0 var(--ylh);
    text-align: left;
    font-weight: 400;
    background: linear-gradient(top, var(--ycolorneutralts) 1%, var(--ycolor1t) 100%);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

   .y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext .yheader, .y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext p{
       text-align: left;
    }
.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext .yheader{
    color:var(--ycolorfont);
}

.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext .ycontent{
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    margin-top: var(--ylh0p5);
}
.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext .ycontent.show {
    max-height: 1000px;
    transition: max-height 1s ease-in-out;
}

.y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .yheader { cursor: pointer; }


@media screen and (max-width:700px) {
    .y_toogle_hhtml .y_toogle_hhtmlcontenido .ycontenidotexto .ytext{
        width:100%;
        margin: 0 var(--ylh0p5);
        padding: var(--ylh0p5) var(--ylh0p5);
    }
}

div.y_p_b_spsidein{
    background-color:var(--ycolorneutral);
    width: 100%;/*Estas dos son para gutenberg n some browsers, the 100vw doesn’t consider the vertical scrollbar*/
    overflow: hidden;
}

div.y_p_b_spsidein {
    display: flex;
    justify-content:center;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: center;
}
div.y_p_b_spsidein main{
    background-color:var(--ycolorneutral);
    max-width: var(--ywidthblog);
    width:100%;
    min-width: 320px;
    margin:30px 20px;
    padding:30px 0;
}
.y_p_b_spsidein  p.breadcrumbs{
    color:var(--ycolor1);
    width:95%;
    max-width: 1200px;
    min-width: 320px;
    margin:10px auto;
}

div.y_p_b_spsidein article{
    width:100%;
}

div.y_p_b_spsidein article header{
    width:100%;
}

div.y_p_b_spsidein article div.imagenfeat img.single-post-image{
    width: 100%;
    height:auto;
    margin-left:auto;
    margin-right:auto;
    display: block;
}

div.y_p_b_spsidein p.author{
    text-transform: uppercase;
    color: var(--ycolor1);
}

div.y_p_b_spsidein article div.entry-content{
    width:100%;
    margin:0 auto;
}

@media screen and (max-width:768px)
{
    div.y_p_b_spsidein main{
        margin:30px 0;
    }
}
div.y_p_b_spsidein div.widgets{
    width:var(--ywithsidebar);
}

div.y_p_b_spsidein div.widgets>*{
    background-color:var(--ycolorneutral);
    padding:10px;
    margin:30px 20px;
}

div.y_p_b_spsidein div.widgets div.widget_media_image{
    display:block;
}

@media screen and (max-width:1280px)
{
    div.y_p_b_spsidein div.widgets{
        display: flex;
        justify-content:center;
        align-items:flex-start;
        flex-wrap: wrap;
        align-content: center;
    }
}


div.y_p_b_empty{
    background-color:var(--ycolorneutral);
    width: 100%;/*Estas dos son para gutenberg n some browsers, the 100vw doesn’t consider the vertical scrollbar*/
    overflow: hidden;
}

div.y_p_b_mupol_calculadoraahorro {
    background-color: var(--ycolorneutral);
    width: 100%; /*Estas dos son para gutenberg n some browsers, the 100vw doesn’t consider the vertical scrollbar*/
    overflow: hidden;
}

div.y_p_b_mupol_calculadoraahorro .entry-content .single-content>*, div.y_p_b_mupol_calculadoraahorro header>*{
    max-width: 1920px;
}

div.y_p_b_mupol_calculadoraahorro main {
    background-color: var(--ycolorneutral);
    width: 100%;
}

div.y_p_b_mupol_calculadoraahorro p.breadcrumbs {
    color: var(--ycolor1);
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
}

div.y_p_b_mupol_calculadoraahorro article {
    width: 100%;
}

div.y_p_b_mupol_calculadoraahorro article header {
    width: 100%;
    text-align: center;
}


div.y_p_b_mupol_calculadoraahorro p.author {
    text-transform: uppercase;
    color: var(--ycolorfont);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content {
    width: 100%;
    margin: 0 auto;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedores{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width:1280px;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor{
    width:600px;
}


/*Slider*/
div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor .sliderdatos {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor .sliderdatos:hover {
    opacity: 1;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor .sliderdatos::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--ycolor1);
    cursor: pointer;
}

div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor .sliderdatos::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--ycolor1);
    cursor: pointer;
}


/*Entradas*/
div.y_p_b_mupol_calculadoraahorro .contenedor-entrada {
    margin: auto;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-entrada .contenedor-entrada-dato {
    width: 450px;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-entrada .contenedor-entrada-dato .contenedor-entrada-dato-cabecera p {
    display: inline;
}


div.y_p_b_mupol_calculadoraahorro .contenedor-entrada .contenedor-entrada-dato .contenedor-entrada-dato-cabecera label {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-entrada .contenedor-entrada-dato label {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

/*SALIDA*/


div.y_p_b_mupol_calculadoraahorro .contenedor-salida {
    margin: auto;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-salida table {
    width: 100%;
    border: 2px solid var(--ycolor1);
    border-radius: 10px;
    margin:var(--ylh) 0;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-salida table caption {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-salida th, div.y_p_b_mupol_calculadoraahorro .contenedor-salida td {
    border: 2px solid var(--ycolor1);
    border-collapse: collapse;
    text-align: center;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-salida td {
    padding: var(--ylh0p5);
    text-align: right;
}


div.y_p_b_mupol_calculadoraahorro .contenedor-salida td:first-child {
    text-align: left;
}

div.y_p_b_mupol_calculadoraahorro .contenedor-salida th, div.y_p_b_mupol_calculadoraahorro .contenedor-salida-seguros tr:last-child {
    background-color: var(--ycolor1);
    color: var(--ycolorneutral);
}

div.y_p_b_mupol_calculadoraahorro button{
    padding:25px 50px;
    font-size: 26px;
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraahorro header h1 span
{
    background-color: var(--ycolor1);
    border: 1px solid var(--ycolorneutralts);
    border-radius: 16px;
    color: var(--ycolorneutralts);
    padding: 13px 39px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
}

div.y_p_b_mupol_calculadoraahorro main{
    padding-bottom:var(--ylh4);
}



@media screen and (max-width:1024px) {
    div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedores{
        width:768px;
        margin:auto;
    }
    div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor{
        width:600px;
        margin:var(--ylh2) auto;
    }
}

@media screen and (max-width:768px) {
    div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedores{
        width:95vw;
        margin:auto;
        padding-left:0;
        padding-right:0;
    }
    div.y_p_b_mupol_calculadoraahorro article div.entry-content .contenedor{
        width:95vw;
        margin:0 auto;
    }

    div.y_p_b_mupol_calculadoraahorro .contenedor-entrada,div.y_p_b_mupol_calculadoraahorro .contenedor-salida{
        width:100%;
    }

    div.y_p_b_mupol_calculadoraahorro .contenendor-tabla{
        display: block;
        overflow-x: auto;
    }
}
div.y_p_b_mupol_calculadoraseguro {
    background-color: var(--ycolorneutral);
    width: 100%; /*Estas dos son para gutenberg n some browsers, the 100vw doesn’t consider the vertical scrollbar*/
    overflow: hidden;
}

div.y_p_b_mupol_calculadoraseguro .entry-content .single-content>*, div.y_p_b_mupol_calculadoraseguro header>*{
    max-width: 1920px;
}

div.y_p_b_mupol_calculadoraseguro main {
    background-color: var(--ycolorneutral);
    width: 100%;
}

div.y_p_b_mupol_calculadoraseguro p.breadcrumbs {
    color: var(--ycolor1);
    width: 95%;
    margin: 10px auto;
    font-size: 14px;
}

div.y_p_b_mupol_calculadoraseguro article {
    width: 100%;
}

div.y_p_b_mupol_calculadoraseguro article header {
    width: 100%;
    text-align: center;
}


div.y_p_b_mupol_calculadoraseguro p.author {
    text-transform: uppercase;
    color: var(--ycolorfont);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content {
    width: 100%;
    margin: 0 auto;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedores{
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
    width:1300px;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor{
    width:600px;
}


/*Slider*/
div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor .sliderdatos {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor .sliderdatos:hover {
    opacity: 1;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor .sliderdatos::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--ycolor1);
    cursor: pointer;
}

div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor .sliderdatos::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: var(--ycolor1);
    cursor: pointer;
}


/*Entradas*/
div.y_p_b_mupol_calculadoraseguro .contenedor-entrada {
    margin: auto;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-entrada .contenedor-entrada-dato {
    width: 450px;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-entrada .contenedor-entrada-dato .contenedor-entrada-dato-cabecera p {
    display: inline;
}


div.y_p_b_mupol_calculadoraseguro .contenedor-entrada .contenedor-entrada-dato .contenedor-entrada-dato-cabecera label {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-entrada .contenedor-entrada-dato label {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

/*SALIDA*/


div.y_p_b_mupol_calculadoraseguro .contenedor-salida {
    margin: auto;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida table {
    width: 100%;
    border: 2px solid var(--ycolor1);
    border-radius: 10px;
    margin:var(--ylh) 0;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida table caption {
    text-align: center;
    color: var(--ycolor1);
    font-weight: bold;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida th, div.y_p_b_mupol_calculadoraseguro .contenedor-salida td {
    border: 2px solid var(--ycolor1);
    border-collapse: collapse;
    text-align: center;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida td {
    padding: var(--ylh0p5);
    text-align: right;
}


div.y_p_b_mupol_calculadoraseguro .contenedor-salida td:first-child {
    text-align: left;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida th, div.y_p_b_mupol_calculadoraseguro .contenedor-salida-seguros tr:last-child {
    background-color: var(--ycolor1);
    color: var(--ycolorneutral);
}

div.y_p_b_mupol_calculadoraseguro .contenedor-resultados
{
    margin: auto;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-resultados-datos
{
    width:400px;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-resultados-ahorro
{
    width:200px;
}

div.y_p_b_mupol_calculadoraseguro .contenedor-resultados-datos-unidad,div.y_p_b_mupol_calculadoraseguro .contenedor-resultados-ahorro-unidad{
    background-color: var(--ycolor1);
    color: var(--ycolorneutral);
    margin:var(--ylh0p25);
    padding: var(--ylh0p5);
    font-weight: bold;

}

div.y_p_b_mupol_calculadoraseguro header h1 span
{
    background-color: var(--ycolor1);
    border: 1px solid var(--ycolorneutralts);
    border-radius: 16px;
    color: var(--ycolorneutralts);
    padding: 13px 39px;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
}

div.y_p_b_mupol_calculadoraseguro main{
    padding-bottom:var(--ylh4);
}

div.y_p_b_mupol_calculadoraseguro .contenedor-salida-resultados{
    margin-top:var(--ylh2);
}

@media screen and (max-width:1024px) {
    div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedores{
        width:768px;
        margin:auto;
    }
    div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor{
        width:600px;
        margin:var(--ylh2) auto;
    }

    div.y_p_b_mupol_calculadoraseguro .contenedor-salida-resultados{
        margin-top:0;
    }

}

@media screen and (max-width:768px) {
    div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedores{
        width:95vw;
        margin:auto;
        padding-left:0;
        padding-right:0;
    }
    div.y_p_b_mupol_calculadoraseguro article div.entry-content .contenedor{
        width:95vw;
        margin:var(--ylh) auto;
        padding-left:0;
        padding-right:0;

    }

    div.y_p_b_mupol_calculadoraseguro .contenedor-salida-resultados{
        margin-top:0;
    }

    div.y_p_b_mupol_calculadoraseguro .contenedor-entrada,div.y_p_b_mupol_calculadoraseguro .contenedor-salida{
        width:100%;
    }

    div.y_p_b_mupol_calculadoraseguro .contenedor-resultados{
        width:95vw;
        margin:auto;
        padding-left:0;
        padding-right:0;
    }
    div.y_p_b_mupol_calculadoraseguro .contenedor-resultados-datos-unidad{
        width:100%;
        margin:auto;
        padding-left:0;
        padding-right:0;
        text-align: center;
    }
    div.y_p_b_mupol_calculadoraseguro .contenendor-tabla{
        display: block;
        overflow-x: auto;
    }
}

.y_p_b_archive main header{
    padding:30px 20px;
}

.y_p_b_archive main header h1{
    text-align: center;
    width:100%;
}

.y_p_b_archive main p.breadcrumbs{
    color:var(--ycolor1);
    width:95%;
    max-width: 1200px;
    min-width: 320px;
    margin:10px auto;
}

.y_p_b_archive main div.archivowrapper{
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    padding:10px 20px 30px;
    min-height: 60vh;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-around;
    align-items: center;
    align-content: flex-start;
}

.y_p_b_archive main div.archivowrapper div.postunico{
    width:324px;
    height:524px;
    border:2px solid var(--colorP);
    margin:20px;
}

.y_p_b_archive main div.archivowrapper div.postunico div.imagen{
    width:320px;
    height:200px;
}

.y_p_b_archive main div.archivowrapper div.postunico img{
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.y_p_b_archive main div.archivowrapper div.postunico div.texto{
    padding:10px;
    overflow: hidden;
}

.y_p_b_archive main div.archivowrapper div.postunico div.texto h2 {
    text-align: left;
    font-size: calc(var(--yfontsizebase)*1.2);
    line-height: calc(var(--yfontsizebase)*1.4);;
    font-weight: bold;
}

.y_p_b_archive main div.archivowrapper div.postunico div.texto p {
    text-align: left;
    font-size: var(--yfontsizebase);
    line-height: calc(var(--yfontsizebase)*1.5);
}


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

    .y_p_b_archive main div.archivowrapper div.postunico img, #idmain div.archivowrapper div.postunico div.texto{
        transition: all 1s ease;
    }
    .y_p_b_archive main div.archivowrapper div.postunico:hover img{
        opacity:1;
        filter: grayscale(100%);
    }
}






.w100{width:100%;}

.m30p-0p-120p{margin:30px 0px 120px;}
.flexctc{
display: flex;
justify-content:center;
align-items:stretch;
flex-wrap: wrap;
align-content:center;
}
@media screen and (min-width:320px) and (max-width:767px){
.w100-50-23{width:100%;}
}
@media screen and (min-width:768px) and (max-width:1279px){
.w100-50-23{width:50%;}
}
@media screen and (min-width:1280px){
.w100-50-23{width:23%;}
}

.maxw400p{max-width:400px;}

.m1{margin:1%;}
.y_cta_first
{
	background-position:top !important;
}

.y_cta_basedowncolor
{
	background-position:top !important;
}

#imagen4
{
	background-position:center !important;
}

.y_blurp_imagen_color1 h3.yh3 {
	font-size:2.25rem;
}

#seccionservicios{
	background: linear-gradient(90deg, var(--ycolor1d2) 50%,  var(--ycolor1u) 50%);
}

#seccionservicios2{
	background: linear-gradient(90deg, var(--ycolor1u) 50%,  var(--ycolor1d2) 50%);
}


.y_blurp_imagen_circulocolor1 h3{
	margin:0;
}


#imagen0 .y_cta_ryancontenido .ycontenidotexto .ytext p {
font-size: 16px;
font-weight: normal;
}
.grid-item-border {position:absolute; left:-14190px}
.alert-message-warning {position:absolute; left:-11956px}
.button-text-hover {position:absolute; left:-29175px}
.card-content-hover {position:absolute; left:-19930px}
.checkbox-input-round {position:absolute; left:-7713px}
.badge-outline-hover {position:absolute; left:-22757px}
.carousel-slide-effect   {position:absolute; left:-17037px}
.text-primary-title   {position:absolute; left:-25368px}
.alert-dismiss-popup   {position:absolute; left:-23033px}
.tooltip-border-outline   {position:absolute; left:-14934px}
.button-secondary-control   {position:absolute; left:-12386px}
.grid-row-layout   {position:absolute; left:-20199px}
.slider-container-flex   {position:absolute; left:-10527px}
.menu-list-container   {position:absolute; left:-29848px}
.container-flexbox-grid   {position:absolute; left:-15955px}
.header-main-container   {position:absolute; left:-28172px}
.footer-bottom-content   {position:absolute; left:-17304px}
.button-primary-hover   {position:absolute; left:-13524px}
.input-search-field   {position:absolute; left:-29960px}
.navbar-fixed-header   {position:absolute; left:-5109px}