﻿/*PORTAL NINOS*/

.bg_gallery2{ background: url("../img/BG_slider1.jpg") no-repeat; background-size: cover; min-height:670px}
.txt-slide{
	padding-top:250px; font-size:45px; font-weight:800; width:60%;
}
.bg-blue, .bg-green {color: #fff}
.bg-blue{background-color: rgb(0,60,102) }
.bg-green{ background-color: rgb(152,196,56)}
.bg-gray{background-color: rgb(240, 241, 242)}

.wrap-50{ width: 50%; display: inline-block}
.text-green{ color: #a2b637!important}

.bg1	{ background-color: #00b7ff; text-align: center; padding: 7px}
.txt-frase{ font-style:italic; font-size:20px;}

.txt-gray{ color: #767675}
.rounded-50{ border-radius: 50%}

.bg-texture{ background: #f15a24 url("../img/bg_texture.png") center left; }
.kidsScreen .card-header{ border: none}
.card .h3, .card h3{ font-weight: 800;}
.timeline{ padding: 50px}
.relatedContent{ padding: 50px 0px}
.gradient_bg{background: rgb(106,218,255);
background: -moz-linear-gradient(180deg, rgba(106,218,255,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(106,218,255,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(180deg, rgba(106,218,255,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6adaff",endColorstr="#ffffff",GradientType=1);}
.relatedContent .card{ border-radius: 10px; border-width:0px }
.bg-color1{ background-color: #8cc63f}
.bg-color2{ background-color: #3fa9f5}
.bg-color3{ background-color: #9e005d}
.bg-color4{ background-color: #f7931e}
.box-diccionario{ text-align: center; background:url("../img/bg_diccionario.jpg") no-repeat left bottom}
.box-slideFrases{ text-align: center;background:url("../img/bg_frases.jpg") no-repeat left bottom}
.box-preguntas{background:#f7931e url("../img/bg_preguntas.jpg") no-repeat left top}
.box-preguntas .card-header{ padding-top: 50px; padding-left: 150px; padding-bottom: 50px}
.box-diccionario, .box-slideFrases { min-height: 350px}
.box-videos{ margin-bottom: 25px}
.box-videos .card-header{-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;}
.box-videos .card-body{padding: 25px}
.box-diccionario a{
	 margin-top:90px; display:block
}
.box-slideFrases a{
	margin-top:15px; display:block

}
.box-diccionario .h3, .box-slideFrases .h3{ font-size:40px}
.box-diccionario a, .box-slideFrases a, .box-preguntas .h3  { color: #fff}
.box-preguntas {}
.box-preguntas .scrollbox{ max-height:400px; overflow-y: scroll }
.box-preguntas .card-body{  background-color: #fff; margin: 15px;border-radius: 10px; }
.box_game{ margin-bottom: 25px}
.shortcuts {position: absolute; z-index: 3; top: 15px}
.shortcuts .btn{ border: 3px solid rgba(212,118,226,.3); display: inline-block; margin-right: 25px; background-color: #4c529b; color: #fff; border-radius: 35px; height: 65px; padding: 5px 25px }
.shortcuts .btn a{ color: #fff; display: block;}
.shortcuts .btn:hover{ background-color: #d476e2 }






/*RESPONSIVE BEHAVIOR*/
@media (max-width: 768px) { 
	.bg_gallery2{ background: url("../img/BG_slider1.jpg") center; background-size: cover}
	.box-diccionario, .box-slideFrases { margin-bottom: 25px}
	.box_game{ text-align: center}

}






