/*
Theme Name: NEWSLETTER Child
Theme URI: https://newsletter.nudistainvestor.com/
Template: kadence
Author: Desberdin
Author URI: https://desberdin.com/
Description: AC CUP Child is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 0.0.7.1658323748
Updated: 2023-03-03 15:29:08
*/

/* MENU
01 - ESTILOS NAVEGADOR
02 - ESTILOS GENERALES
03 - HOME
04 - CONTACTO
*/



/* 
01 - ESTILOS NAVEGADOR
*/

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 17px;
    border: 3px solid #fff;
}

::-moz-selection {
    background: #269DC9;
    color: #fff;
}

::-webkit-::selection {
    background: #269DC9;
    color: #fff;
}

::-moz-selection {
    background: #269DC9;
    color: #fff;
}

::selection {
    background: #269DC9;
    color: #fff;
}

::-webkit-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbd5e0;
    opacity: 1;
    /* Firefox */
}

::-moz-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbd5e0;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbd5e0;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbd5e0;
    opacity: 1;
    /* Firefox */
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cbd5e0;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #cbd5e0;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #cbd5e0;
}

/* LAZYLOAD HACK */

img[data-lazy-src] {
    opacity: 0;
}

img.lazyloaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -o-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}


/* 
02 - ESTILOS GENERALES
*/
.max320 {
    max-width: 340px;
}
.max420 {
    max-width: 420px;
}
.max600 {
    max-width: 600px;
}

.max800 {
    max-width: 800px;
    margin: auto;
}

.max945 {
    max-width: 945px;
}

.max1260 {
    max-width: 1260px;
}

.centrar {
margin-left: auto;
margin-right: auto;
}

.height150 img {
    display: block !important;
    height: 100px !important;
    width: auto !important;
}

.margen0 figure {
    margin: 0 !important;
}