/*
Theme Name: Novos
Theme URI: https://novos.themezinho.net/
Author: themezinho
Author URI: https://themeforest.net/user/themezinho
Description: Digital IT Solutions Theme 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Novos
Tags: blog, custom-logo, custom-menu, editor-style, featured-images, sticky-post, theme-options
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
img{height: auto; max-width: 100%;}
iframe{ width: 100%; max-width: 100%;}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
main{overflow:hidden;}
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 50px;
}

.alignright {
	float:right; margin-left:50px; margin-top: 10px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.screen-reader-text{
    display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.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-caption {
	display: block;
}

.bypostauthor{
	display: block;
}

section.icon-content-block{
	overflow: visible;
}

.wp-block-cover, .wp-block-cover-image {
	height:auto; 
}
.blog-post .post-content .more-link{
	display: inline-block;
}

.navbar .logo a	img{
	height: 65px;
}

.footer figure img{
	height: 65px;
}

.black{
	font-weight:bold;
}

.side-text-box p.black{
	font-weight:bold;
}

.side-text-box p.justify{
	text-align:justify;
}

.grades-full-width,.grades-mid-width{
	display:none;		
}

.custom-studio10-title .section-title{
	margin-top:20px;
	margin-bottom: 0px;
}

.custom-studio10-title .section-title img{
	display:none;
}

.pestanias-studio div.vc_tta-panel-body{
	background-color:white !important;
}

.side-text-box p {
   padding-right: 0px !important;
  
}

.text-box p {
   font-weight:300;
   text-align:justify;
}


.set-custom-margin-title-studio10 .section-title{
	margin-bottom:40px;
}

.set-custom-margin-title-studio10 p{
	text-align:justify;
	font-weight:300;
}

.text-box-independiente-studio10 p{
	text-align:center;
}

.blog .page-header{
	height:unset;
}

/* Escritorio extra grande */
@media only screen and (min-width: 1200px){
	.grades-mid-width{
		display:none !important;
	}
	.grades-full-width{
		display:block !important;
	}
	
	.text-box-left-padding .wpb_wrapper{
		padding-left:20px;
	}
	
	.text-box-right-padding .wpb_wrapper{
		padding-right:20px;
	}

}
/* Escritorio grande */
@media only screen and (min-width: 992px)  and (max-width: 1199px){
	.grades-full-width{
		display:none !important;
	}
	.grades-mid-width{
		display:block !important;
	}
	.text-box-left-padding .wpb_wrapper{
		padding-left:20px;
	}

	.text-box-right-padding .wpb_wrapper{
		padding-right:20px;
	}
}

/* Escritorio pequeño / tablet */
@media only screen and (min-width: 768px) and (max-width: 991px){
	.grades-mid-width{
		display:none !important;
	}
	.grades-full-width{
		display:block !important;		
	}

	
}

/* Tablets y phablets */
@media only screen and (min-width: 576px) and (max-width: 767px){
	.grades-mid-width{
		display:block !important;
	}
	.grades-full-width{
		display:none !important;		
	}

}

/* Teléfonos */
@media only screen and (max-width: 575px){
/* smartphones, iPhone, portrait 480x320 phones */ 
	.navbar .logo a	img{
		height: 50px;
	}	
	.grades-mid-width{
		display:none !important;
	}
	.grades-full-width{
		display:block !important;		
	}
	
	.grades-full-width .vc-hoverbox-block{
		background-repeat:no-repeat !important;
		background-size:contain !important;
	}
	
	.side-text-box {
    	text-align: justify;
  	}
	
	
	.pestanias-studio>div.vc_tta-panel-body{
		border-color:white !important;
		background-color:white !important;
	}
	
	.side-text-box p {
	   padding-right: 0px !important;
	   padding-left:0px !important;
	}
	.text-box-left-padding .wpb_wrapper{
		padding-left:0px;
	}
	
	.text-box-right-padding .wpb_wrapper{
		padding-right:0px;
	}

}
   
   


