/*!
Theme Name: Ministerio de la Juventud
Theme URI: https://them.es/starter
Author: Ministerio de la Juventud
Author URI: https://juventud.gob.do
Description: 
Version: 3.5.5
Requires at least: 5.0
Tested up to: 6.8
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: ministeriodelajuventud
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/build/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	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;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	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. */
}

.navbar-brand img{
	height: auto;
}

body{
	font-family: "Poppins", serif;
}

#wrapper{
	padding-top: 115px;
}

.topline a{
	color: #4875BA;
	text-decoration: underline;
}
.topline{
	background: #203970;
	color: #FFF;
	font-size: 13px;
	font-weight: 400;
}

.header_juventud {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, .05);
    background: #FFF;
}

.header_juventud .btn-menu{
    border: 3px solid #8E8E8F;
    border-radius: 12px;
    width: 34px;
    height: 29px;
}

.header_juventud .btn-menu span{
	display: inline-block;
    width: 3px;
    height: 14px;
    background: #8E8E8F;
    border-radius: 5px;
    margin-left: 6px;
    margin-top: 2px;
}

.header_juventud .btn-menu:hover{
	border-color: #203970;
}

.header_juventud .btn-menu:hover span{
	background: #203970;
}

.login-header{
	background: #1D3B6F;
	font-size: 18px;
	color: #FFF;
	width: 100px;
	line-height: 50px;
	text-align: center;
	font-weight: 400;
	border-radius: 50px;
	text-decoration: none;
	margin-top: 14px;
}

.login-header:hover{
	background: #E62A2D;
}

.menu_col{
	position: fixed;
	left: 0;
	top: 150px;
	height: 100vh;
	width: 200px;
}

.animated-list{
  background: #FFF;
}

/* ANIMATION */

.ease-curve-sidebar {
    animation-timing-function: cubic-bezier(.215,.61,.355,1);
}

.duration-sidebar {
    animation-duration: .64s;
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}

ul.animated-list {
  list-style: none;
  padding: 0;
  margin: 100px 0 0;
}

ul.animated-list li {
  margin: 0;
  opacity: 0;
  transform: translateX(-100%);
  animation: slideIn 0.5s forwards;
}

ul.animated-list li a{
    color: #1D3B6F;
    text-decoration: none;
    display: block;
    line-height: 38px;
    padding: 0 15px;
}

ul.animated-list li a .bi{
    color: #FFF;
}
ul.animated-list li a.active,
ul.animated-list li a.active .bi,
ul.animated-list li a:hover .bi,
ul.animated-list li a:hover{
    color:#E62A2D;
    background: #f9f9f9;
}

/* Secuencia de delays para cada li */
ul.animated-list li:nth-child(1) { animation-delay: 0.2s; }
ul.animated-list li:nth-child(2) { animation-delay: 0.4s; }
ul.animated-list li:nth-child(3) { animation-delay: 0.6s; }
ul.animated-list li:nth-child(4) { animation-delay: 0.8s; }
ul.animated-list li:nth-child(5) { animation-delay: 1s; }
ul.animated-list li:nth-child(6) { animation-delay: 1.2s; }
ul.animated-list li:nth-child(7) { animation-delay: 1.4s; }
ul.animated-list li:nth-child(8) { animation-delay: 1.6s; }
ul.animated-list li:nth-child(9) { animation-delay: 1.8s; }

/* Definición de la animación */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.btn-universal{
    width: 60px;
    height: 60px;
    background: #415EA8;
    color: #FFF;
    font-size: 33px;
    text-align: center;
    border-radius: 100%;
    display: block;
    line-height: 60px;
    position: fixed;
    right: 10px;
    top: 170px;
}

.bot-content{
  width: 100%;
  max-width: 1010px;
  margin: 235px auto  250px;
  padding: 1px;
}

.textcontent{
  border-radius: 30px; 
  border:1px solid #E0E0E0;
  height: 155px;
  overflow: hidden;
}

.bot-content textarea{
  width: 100%;
  max-width: 1010px;
  height: 155px;
  border:0;
  border-radius: 30px;
  padding:15px 10px;
}

.btn-bot:hover{
  background: #1D3B6F;
  color: #fff;
}
.btn-bot{
  width: 50px;
  height: 50px;
  background: #E62A2D;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  border:0;
  padding: 0;
  font-size: 21px;
  right: 15px;
  bottom: 15px;
}

.btn-act:hover{
  background: #1D3B6F;
  color: #FFF;
}

.btn-act{
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border:1px solid #E0E0E0;
  color: #757AA0;
  font-size: 17px;
  border-radius: 50px;
}

.despla{
  color: #8E8E8F;
  font-size: 17px;
  margin-bottom: 30px;
  display: block;
}

.not-p .titulo,
.not-g .titulo{
  font-size: 61px;
  font-weight: 400;
  color: #1D3B6F;
  text-decoration: none;
}


.h-h .titulo:hover,
.not-hh .titulo:hover,
.not-hh .titulo:hover,
.not-tt:hover,
.not-g .seccion:hover,
.not-g .titulo:hover{
  color: #E62A2D;
}

.not-p .seccion,
.not-g .seccion{
  color: #4875BA;
  font-size: 17px;
  text-decoration: none;
}

.not-g,
.not-p{
  margin-bottom: 130px;
}

.not-p .titulo{
  font-size: 29px;
}

.not-p img{
  width: 100%;
}

.not-tt{
  font-size: 30px;
  color: #1D3B6F;
  text-decoration: none;
  margin-bottom: 40px;
}

.h-h .titulo,
.not-hh .titulo{
  font-size: 28px;
  color: #1D3B6F;
  text-decoration: none;
  line-height: 32px;
  text-decoration: none;
  margin-bottom: 20px;
  padding-right: 30px;
}

.h-h .seccion:hover,
.not-hh .seccion:hover{
  color: #1D3B6F;
}

.h-h .seccion,
.not-hh .seccion{
  color: #4875BA;
  font-size: 17px;
  text-decoration: none;
  margin-right: 30px;
}

.not-hh .fecha{
  color: #8E8E8F;
}

.nt-hh-m{
  margin-bottom: 90px;
}

.fd-hh{
  background: url(img/masmn.png) no-repeat center;
  height: 479px;
  color: #FFF;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 60px;
}

.fd-hh h2{
  color: #FFF;
  font-size: 45px;
  margin-top: 200px;
}

.fd-hh .btn-v{
  background: #FFF;
  color: #1D3B6F;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  padding: 0 24px;
  border-radius: 50px;
  margin-top: 40px;
}

.logos_estado img{
  height: 70px;
}

.logos_estado{
  background: ;
}

.footer h4{
  font-size: 14px;
  font-weight: bold;
  color: #1D3A70;
  margin-bottom: 50px;
}

.footer a{
  color: #1D3A70;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
}

.footer a:hover{
  color: #E32431;
}

.copy{
  background: #1E376A;
  color: #FFF;
  font-size: 14px;
}

.copy a{
  color: #FFF;
  display: inline-block;
  margin:0 5px;
}