body, nav, ul, li, a  {margin: 0; padding: 0;}
body {
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
a {text-decoration: none;}
.container {
    /*width: 90%;
    max-width: 900px;
    margin: 10px auto;*/
}
.toggleMenu {
    display:  none;
    /*background: #666;*/
    padding: 7px 1px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#EAE9E8;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#312783;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #EAE9E8;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.centrador{
    max-width: 550px;
    width: 90%;
    position: relative;
    top: 0px;
}

.header2{
    background: #E2418C;
    color: #FFF;
    height: 30px;
    line-height: 30px;
}

.cabeceraGral{
    background: #EAE9E8;
    width: 100%;
    height: 35px;
    position: absolute;
    top: 30px;
    left: 0px;
}

.contGral{
    position: absolute;
    top:80px;
    width: 100%;
    background-color: #FFF;
}

.logoMenu{
    position: absolute;
    top: 2px;
    left: 15px;
}

.redesMenu{
    position: absolute;
    top: 25px;
    right: 15px;
}

.fraseHeader{
    background-image: url("../images/barra_header.png");
    background-size: cover;
    text-align: center;
    /*width: 40%;*/
    color: #FFF;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30%;
    padding-right: 30%;
    font-weight: 900;
}

.txtTels{
    font-size: 12px;
    color: #FFF;
}

.et-info-phone{
    display: table-cell;
}

.whatshead2{
    display: table-cell;
}

.twitterH2{
    display: table-cell;
}

.menu2{
    width: 100%;
    /*border-bottom: 2px solid #D7D6D4;
    background-color: #FFF;*/
}

.menu2F{
    width: 100%;
    /*border-bottom: 2px solid #D7D6D4;
    background-color: #FFF;*/
    position: fixed;
    top: 0px;
    z-index: 1000;
}

.tableMenu2{
    width: 50%;
}

.celdaMenu{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    color: #A2A0A6;
    font-size: 14px;
}

.opcion1{
}

.espacio{
    height: 30px;
}

.subtitulo{
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6E6C6F;
}

.tablest{
    border:none;
}

.contenidoOp{
    /*width: 100%;
    padding-left: 12%;
    padding-right: 8%;*/
    background-color: #EAE9E8;
}

.opVisible{
    width: 33%;
    min-width: 240px;
    /*padding: 20px;*/
    float: left;
    background-color: #EAE9E8;
    margin-top: 15px;
}

.opcion2{
    width: 50%;
    min-width: 240px;
    float: left;
    margin-top: 10px;
}

.opcion3{
    width: 100%;
    float:left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.opInvisible{
    width: 28%;
    min-width: 240px;
    padding: 20px;
    float: left;   
    background-color: #EAE9E8;
}

.footer{
    width: 100%;
    background-color: #EAE9E8;
}

.foo1{
    
}

.foot2t{
    background-color: #FFF;
    padding-top: 10px;
    border-top: 1px solid #AAA9AA;
    font-size: 11px;
}

.foot2c{
    background-color: #FFF;
    font-size: 11px;
}

.foot2b{
    background-color: #FFF;
    padding-bottom: 10px;
    font-size: 11px;
}

.foot3{
    background-color: #E2418C;
    font-size: 10px;
    color: #FFF;
    padding: 10px;
}

.nosotros{
    /*background-image: url("../images/fondo_img.png");*/
    background-size: cover;
    padding: 30px;
    min-height: 400px;
}

.tituloNos1{
    font-weight: 900;
}

.txtNos1{
    text-align: justify;
    background-color: #FFF;
    width: 80%;
    padding: 20px;
    font-size: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
}

.txtNos2{
    text-align: justify;
    background-color: #FFF;
    width: 50%;
    float: center;
    padding: 20px;
    font-size: 12px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 20px -8px rgba(0,0,0,0.75);
}

.contactoform{
    opacity: 0.8;
    border: 1px solid #E2E1DE;
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
}

.politicasCuadro{
    opacity: 0.8;
    border: 1px solid #E2E1DE;
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    height: 500px;
    overflow-y: scroll;
    font-size: 14px;
}

.faqCuadro{
    border: 1px solid #E2E1DE;
    border-radius: 30px;
    background: #FFF;
    padding: 30px;
    height: auto;
    font-size: 14px;
}

.formCot{
    border-radius: 5px;
    border: 1px solid #E2E1DE;
    width: 200px;
    height: 30px;

}

.txtFormCont{
    font-size: 12px;
    color: #636263;
    text-align: left;
}

.boton{
    padding: 10px;
    background-color: #EAE9E8;
    color: #1B7187;
    border: 2px solid #EBEAE7;
    font-size: 18px;
    border-radius: 10px;
}



.cuadro{
    width: 200px;
    height: 200px;
    position: relative;
}

.cuadro:hover{
    cursor: pointer;
}

.letrero{
    height: 200px;
    width: 200px;
    position: absolute;
    top: 60px;
}

.cua{
    height: 200px;
    width: 200px;
    background-color: #000;
    border-radius: 24px;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 200px;
}



.let{
    color: #FFF;
    font-size: 24px;
    font-weight: 900;
}

.lnkFoo{
    text-decoration: none;
    color: #FFF;
}

.lnkM2{
    text-decoration: none;
    color: #A2A0A6;
}


.bloqueArticulo{
    background: #FFF;
}

.tituloArticulo{

}

.tituloArticulo h1{
    padding-left: 50px;
    font-size: 50px;
    font-weight: 600;
    color: #000;
    font-family: "Oswald","Arial Narrow",Arial,sans-serif;
}

.imgArticulo{
    position: relative;
    float:left;
    width: 40%;
    background: #FFF;
}

.preconArticulo{
    color:#6b6b6b;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    padding-left: 70px;
    position: relative;
    float: left;
    width: 60%;
    background: #FFF;
    text-align: justify;
}

.large-1 {
    width: 8.33333%;
}

.column, .columns {
    float: left;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    position: relative;
}

.large-10 {
    width: 83.3333%;
}

.column + .column:last-child, .columns + .column:last-child, .column + .columns:last-child, .columns + .columns:last-child {
    float: right;
}



.nt-cont .nt-stage {
    min-height: 65px;
    padding: 0 20px;
}
.row {
    margin: 0 auto;
    max-width: 75rem;
}

.nt-cont {
    margin-bottom: 20px;
}


h1.note {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 52px;
}
h1, h3, h4 {
    font-family: "Oswald","Arial Narrow",Arial,sans-serif;
    margin: 0.2rem 0 0.5rem;
    font-style: normal;
    text-rendering: optimizelegibility;
}

h2{
    font-size: 16px;
    font-weight: 300;
}

.notaTerminal .subNota {
    color: #6b6b6b;
    line-height: 22px;
    margin: 10px 0 23px;
    max-height: 123px;
    overflow: hidden;
}


.p {
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-weight: 400;
}

.notaTerminal .editorName {
    color: #000;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 30px;
    width: 200px;
}

.notaTerminal .share-note {
    float: left;
}

.share-button {
    height: auto;
    line-height: 0 !important;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sHbul{
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.6;
    list-style-position: outside;
    margin-bottom: 1.25rem;
}

.notaTerminal .share-note ul li {
    float: left;
}



.share-button .share-face-button, .share-face-buttonG, .share-button .share-twitter-button, .share-twitter-buttonG, .share-button .share-google-button, .share-google-buttonG, .share-button .share-pinterest-button, .share-pinterest-buttonG, .share-button .share-plus-button, .share-plus-buttonG, .share-button .share-whats-button, .share-whats-buttonG {
    background-color: #dcdcdc;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 20px auto;
    border-radius: 5px;
    height: 26px;
    margin: 1px;
    padding: 11px 0 15px;
    width: 46px;
}


.share-button .share-face-button {
    background-image: url("https://www.capslimempresa.com/images/face.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px;
    transition: background 0.3s ease-out 0s;
    width: 46px;
}

.share-button .share-twitter-button {
    background-image: url("https://www.capslimempresa.com/images/tw.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px;
    transition: background 0.3s ease-out 0s;
    width: 46px;
}

.share-button .share-google-button {
    background-image: url("http://i.cosmoenespanol.com/etc/designs/editorialTelevisa/mexico/cosmo/mx/images/base/general/socialMedia/google.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px;
    transition: background 0.3s ease-out 0s;
    width: 46px;
}


.share-button .share-pinterest-button {
    background-image: url("http://i.cosmoenespanol.com/etc/designs/editorialTelevisa/mexico/cosmo/mx/images/base/general/socialMedia/pinterest.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px;
    transition: background 0.3s ease-out 0s;
    width: 46px;
}

.notaTerminal .principal {
    margin-bottom: 1rem;
    position: relative;
}



.large-8 {
    width: 60.6667%;
}

.nopadding {
    padding: 0;
}

.large-12 {
    width: 100%;
}


.notaTerminal .paddBanner {
    padding-right: 20px;
}

.mbottom1 {
    margin-bottom: 1rem;
}

.nt-izq {
    float: left;
    padding: 0 20px;
    width: 60%;
}

.notaTerminal p {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 5px;
}

.notaTerminal .text-number {
    color: #ec008c;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
}



.clearfix::after {
    clear: both;
}
.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

.clearfix {
    display: block;
}

.notaTerminal .sm-bottom {
    background-color: #fdfdfd;
    border: 1px solid #f3f3f3;
    color: #000;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 20px;
    margin: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 300px;
}

.notaTerminal .sm-bottom .share-note {
    display: block;
    float: none;
    margin: auto;
    text-align: center;
    width: 200px;
}

.notaTerminal .sm-bottom {
    color: #000;
    font-family: "Roboto Slab",Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}

.notaTerminal .sm-bottom .share-note ul {
    margin: auto;
    text-align: center;
    width: 100%;
}



.sidebar {
    height: auto;
    width: 30%;
}


.nt-der, .sidebar {
    float: left;
}

.sidebar {
    position: sticky;
    top: 15px;
}



.nt-der {
    float: left;
    margin-top: 35px;
    text-align: center;
    width: 100%;
}

.nt-der {
    text-align: center;
}

.nrelR {
    background-color: #000;
    border: 1px solid #f3f3f3;
    height: auto;
    margin: 0 auto;
    width: 300px;
}

.nrelR .heading {
    text-align: center;
}

.nrelR .relBG {
    background-color: #fff;
    float: left;
    width: 100%;
}

.nrelR .relText a {
    padding: 8px;
}
.nrelR .relItem a {
    background-color: #fff;
    border-top: 1px solid #efefef;
    color: #444243;
    display: block;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: color 0.3s ease 0s;
}

.mbottom3 {
    margin-bottom: 3rem;
}
.mtop3 {
    margin-top: 3rem;
}

.row::before, .row::after {
    content: " ";
    display: table;
}

.row::after {
    clear: both;
}

/*.medium-12 {
    width: 100%;
}

.small-12 {
    width: 100%;
}*/

.large-3 {
    width: 25%;
}

.imgNota{
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.notaTerminal .photoFeet-main {
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 14px;
    margin-top: 0;
    text-align: right;
}

button, .button {
    -moz-appearance: none;
    background-color: #008cba;
    border-color: #007095;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Oswald","Arial Narrow",Arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    padding: 1rem 2rem 1.0625rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
}

.cf::before, .cf::after {
    content: " ";
    display: table;
}

.cf::after {
    clear: both;
}


@media screen and (max-width: 1023px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

    .celdaMenu{
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
        color: #A2A0A6;
    }

    .centrador{
        text-align: left;
        width: 100%;
        max-width: 100%;
        z-index: 10;
    }

    .menuEsp{
        display: none;
    }

    .logoMenu{
        left: 75%;
    }

    .redesMenu{
        display: none;
    }

    .fraseHeader{
        background-image: url("../images/barra_header.png");
        background-size: cover;
        text-align: center;
        /*width: 100%;*/
        color: #FFF;
        font-size: 15px;
        padding-top: 30px;
        padding-left: 30px;
        padding-bottom: 30px;
        padding-right: 30px;
    }

    .tableMenu2{
        width: 100% !important;
    }

    .opVisible{
        width: 100%;
        min-width: 240px;
    }

    .opcion2{
        width: 100%;
        min-width: 240px;
    }

    .opInvisible{
        display: none;
    }

    .txtNos2{
        width: 80%;
    }

    .politicasCuadro{
        height: auto;
        font-size: 7px;
        padding: 10px;
        border-radius: 10px;
    }

    .contactoform{
        border-radius: 10px;
        padding: 10px;
    }

    .nosotros{
        padding: 10px;
    }

    .et-info-phone{
        display: none;
    }

    .whatshead2{
        display: table-cell;
        font-size: 12px;
    }

    .twitterH2{
        display: none;
    }

    .telH2{
        font-size: 12px;
    }

    .tituloArticulo{
        padding: 10px;
    }

    .imgArticulo{
        width: 100%;
    }

    .preconArticulo{
        width: 100%;
        padding:10px;
    }

    .nt-cont .nt-stage {
       min-height: 65px;
       padding: 10px;
    }

    .notaTerminal .subNota {
        margin-left: 20px;
        margin-right: 20px;
    }

    .notaTerminal .editorName {
        margin-left: 20px;
        margin-right: 20px;
    }

    .notaTerminal .share-note {
       margin-left: 20px;
       margin-right: 20px;
    }

    .notaTerminal .principal {
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 15px;
    }

    .notaTerminal .large-1 {
        display: none !important;
    }

    .sidebarTablet {
       width: 100% !important;
        /*float: right;*/
        left: 30%;
        right: 0 !important;
        top: 0 !important;
        width: 30% !important;
    }

    .nt-izq {
        
        width: 85%;
    }

    .large-10 {
        width: 85%;
    }

    .large-3 {
       width: 85%;
    }

    .large-8 {
       width: 85%;
    }

}


