/*
Theme Name: Snoopy
Theme URI: https://www.aprendamos.org/canemax
Description: Diseño para el sitio de Canemax
Version: 0.4
Author: aprendamos.org
Author URI: https://www.aprendamos.org
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
background-color: #ffffff !important;
font-size:20px !important;
padding: 20px
}

p {
font-size:20px !important;	
}

.alignleft {
float: left;
margin-right: 4px;
}

.alignright {
float: right;
margin-left: 4px;
}

.aligncenter {
margin: auto;
}

.responsive-thumbnail img {
width: 100%;
max-width: 150px;
height: auto;
}

.img-category img {
margin: 0 4px 0 0;
float: left;
width: 80px;
height: auto;
border-color: #000000;
border-style: solid;
border-width: thin;
border-radius: 20px;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
}

.index-category-01, .index-category-01 a, .index-category-01 a:hover {
font-size: 12px;
color: #ffffff;
}

.index-category-02 a, .index-category-02 a:hover {
color: #ffffff;
}

blockquote {
max-width: 100%;
margin: 10px;
padding: 10px;
font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
font-size: 16px;
color: #428bca;
border-left: 4px solid #428bca;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-right: 4px solid #428bca;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}

blockquote::before, blockquote::after {
content: "\201C";
display: block;
font-size: 80px;
left: -230px;
top: -50px;
position: relative;
height: 0;
}

input {
width: 100%;
}

textarea {
width: 100%;
}

/* ***************************** */
/* Pie de Imágenes Personalizado */
/* ***************************** */

.wp-caption {
border: 0px;
text-align: center;
background-color: none;
padding-top: 4px;
margin: 10px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
} 

/* ************** */
/* Menú principal */
/* ************** */
.navbar-custom {
background-color: rgba(255, 255, 255, 0.4);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
}

.navbar-custom.js-scrolling {
background: rgba(255, 255, 255, 1) !important;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2) !important;
}

.navbar-custom a {
font-weight: bold;
}

.navbar-custom.js-scrolling a {
font-weight: normal;
}

.navbar-brand img {
height: 100px;
-webkit-transition: height 0.8s;
-moz-transition: height 0.8s;
-ms-transition: height 0.8s;
-o-transition: height 0.8s;
transition: height 0.8s; 
}

.navbar-brand.js-scrolling img {
height: 60px;
-webkit-transition: height 0.8s;
-moz-transition: height 0.8s;
-ms-transition: height 0.8s;
-o-transition: height 0.8s;
transition: height 0.8s; 
}

.navbar-custom .navbar-brand {
color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-nav .nav-link {
color: rgba(0, 0, 0, 1);
font-size: 16px;
}

.navbar-custom .navbar-nav .nav-link::before {
content: '| ';
}

.navbar-custom .navbar-nav .nav-link:hover, .navbar-custom .navbar-nav .nav-link:focus {
color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-nav .nav-link.disabled {
color: rgba(0, 0, 0, 0.4);
}

.navbar-custom .navbar-nav .show > .nav-link,
.navbar-custom .navbar-nav .nav-link.active {
color: rgba(0, 0, 0, 0.8);
}

.navbar-custom .navbar-toggler {
color: rgba(0, 0, 0, 0.6);
border-color: rgba(0, 0, 0, 0.2);
}

.navbar-custom .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-custom .navbar-text {
color: rgba(0, 0, 0, 0.6);
}

.navbar-custom .navbar-text a,
.navbar-custom .navbar-text a:hover,
.navbar-custom .navbar-text a:focus {
color: rgba(0, 0, 0, 0.8);
}

 /**
 * NAVWALKER BOOTSTRAP 5 
 * Extra levels
 */

.navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
    /* dropdown sub menu positioning */
    margin: 0;
    left: 100%;
}

.dropdown-menu {
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%);
}

.dropdown .dropdown-submenu {
    top: 0;
    left: 100%;
    margin-left: 0.125rem;
}

.navbar .dropdown-item {
    padding: 0.5rem 1.8rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    /* Item that could be selected now */
    background: #7aacde !important;
    color: white !important;
}

.dropdown-item.active,
.dropdown-item:active {
    /* Selected item (ie page now active) */
    background-color: transparent;
    color: #212529;
    font-weight: 600;
}

.nav-item a {
    /* ensure No flashing in links */
    transition: none !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
    /* controversial will open on hover */
    /* display: block; */
    font: inherit;
}

@media (min-width: 992px) {
    /* ONLY DESKTOP - Convert toggle to right > in deeper levels */
    .at_depth_1 .dropdown-toggle::after,
    .at_depth_2 .dropdown-toggle::after,
    .at_depth_3 .dropdown-toggle::after {
        display: inline-block;
        margin-left: 1.5em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid transparent;
        border-bottom: 0;
        border-left: 0.3em solid transparent;
        left: 0;
        /* rotate right */
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -webkit-transform: rotate(-90deg);
        /* Chrome, Safari, Opera */
        transform: rotate(-90deg);
    }
}

@media (max-width: 991.98px) {
    /* Smaller devices remove shadow & border from children */
    .offcanvas .dropdown-menu {
        border: none;
        box-shadow: none;
    }
    /* Smaller devices offcanvas, add indent */
    .depth_1 .dropdown-item {
        margin-left: 10px;
    }
    .depth_2 .dropdown-item {
        margin-left: 15px;
    }
    .depth_3 .dropdown-item {
        margin-left: 20px;
    }
}

