/*
Theme Name: riosp
Theme URI: http://www.conicet.gov.ar
Author: WEB-Conicet
Author URI: http://www.conicet.gov.ar
Description: Tema para la p&aacute;¡gina del riosp Digital
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: riosp
*/
 
/* =Reset defa  ult browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------*/


/*----------------GENERALES--------------------------------*/

body.custom-background {
    background-color: #F9F9F9!important;
    background-image: none!important;
}
.site-content{
	min-height:678px;
}

img{
	border:0px;
}

a, a:active, a:hover, a:visited, a:focus{
	text-decoration:none;
}

#primary #contenido ul,
#primary #contenido ol{
	margin-left: 20px;
}

.no-show{
	display:none!important;
}

.transparent{
    opacity:0.9;
    filter: alpha(opacity=90);	
}


::-webkit-input-placeholder {
   color: #7d7d7d;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7d7d7d;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7d7d7d; 
}

:-ms-input-placeholder {  
   color: #7d7d7d;  
}

.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}

/**iconos de poncho mas grandes**/
.social-share [class*=icono-arg] {
    font-size: 1.3rem;
}

/*----------------#GENERALES --------------------------------*/
.w-100{
	width:100%;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle!important;
}

.float-unset{ float:unset!important; }

.py-0{
	padding-top:0px;
	padding-bottom:0px;
}

.text-uppercase{
	text-transform: uppercase!important;
}

.text-capitalize{
	text-transform: capitalize;
}

.jumbotron h1{
	font-size: 2rem !important;
}

.wp-video{
	margin: 0 auto;
	margin-bottom:1rem;
}

.pl-m5 {
    padding-left: .5rem;
}

/*----------------BODY--------------------------------*/
#body-en *{
	-webkit-box-sizing: unset;
    -box-sizing: unset;
    box-sizing: unset;
}
.px-0{
	padding-right:0px!important;
	padding-left:0px!important;
}
/*----------------#BODY--------------------------------*/

h2.section-title a {
	color:#767676;
}
       

/**-----Media print------**/
@media print{
	header,footer{
		display:none;
}
}
/**-----Media print------**/

.v-align {
    display: flex;
    align-items: center;
}

.valign-center {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
}

.mb-1{
	margin-bottom: 1rem;
}
.mb-2{
	margin-bottom: 2rem;
}

.mt-1{
	margin-top: 1rem;
}
.mt-2{
	margin-top: 2rem;
}

.float-left{
	float:left;
}
.float-right{
	float:right;
}

.panel-botones .panel-body:hover i,
.panel-botones .panel-body:focus i,
.panel-botones .panel-body:visited i{
	color:#fff!important;
}

.my-2{
	margin-top:2rem;
	margin-bottom:2rem;
}
.mb-2{
	margin-bottom:2rem;
}

@media (max-width: 991px){
	.box_video iframe {
		width: 100%;
    	height: auto;
	}
}

@media (max-width: 979px) and (min-width: 320px) {
	.v-align{
	 display:inline-flex;
	}
}