/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@media all and (max-width: 767px){
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px !important;
    }
	.page-id-7 .fondo .using-image{
		background-position: 66% 100% !important;
	}
	.fondo h1{
		font-size: 12vw !important;
	}
	.fondo h2{
		font-size: 7vw !important;
        margin-bottom: 23px !important;
	}
	circle[Attributes Style] {
		cx: 60;
		cy: 60;
		r: 60;
		fill: rgb(49, 143, 255);
		margin-left:8px !important
	}
	.nectar-split-heading.font_size_tablet_16px * {
       font-size: inherit !important;
       max-width: 100% !important;
    }
	.nosotros h6{
		margin-bottom: 33px !important;
	}
	.eslogan h2{
		text-align: center !important;
    	font-weight: bold;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 60px !important;
		line-height: 70px !important;
    	margin-top: 15px !important;
	}
	.eslogan p{
		text-align: center !important;
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 20px !important;
    	font-weight: 600 !important;
	}
	.eslogan .nectar-cta{
		margin-right: 25% !important;
    	margin-left: 10px !important;
	}
	.eslogan .using-image {
		background-position: 42% 100% !important;
	}
	.fondo .using-image{
		background-position: 81% 100% !important;
	}
	#ajax-content-wrap .nectar-inherit-h3{
		font-size:21px !important;
	}
	.toggles--minimal-shadow .toggle > .toggle-title a {
		padding: 30px 32px 30px 0 !important;
		transition: color 0.15s ease;
	}
	body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a{
		font-size: 23px !important;
    	line-height: 26px !important;
	}
	
}

@media all and (max-width: 767px) and (orientation: landscape){
	
}


@media all and (min-width: 768px) and (max-width: 1024px){
	
	body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 40px !important;
    }
	.page-id-7 .fondo .using-image{
		background-position: 81% 100% !important;
	}
	.fondo h1{
		font-size: 12vw !important;
	}
	.fondo h2{
		font-size: 7vw !important;
        margin-bottom: 23px !important;
	}
	.footer-caja .dos, .footer-caja .tres{
		width:45% !important;
	}
	.eslogan p{
		
    	font-weight: 600 !important;
	}
	.fondo .using-image{
		background-position: 81% 100% !important;
	}
	#ajax-content-wrap .nectar-inherit-h3{
		font-size:21px !important;
	}
	.toggles--minimal-shadow .toggle > .toggle-title a {
		padding: 30px 32px 30px 0 !important;
		transition: color 0.15s ease;
	}
		body #slide-out-widget-area .inner-wrap > .inner .off-canvas-menu-container li > a{
		font-size: 33px !important;
    	line-height: 41px !important;
	}
}


@media all and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
	 .fondo h1 {
        font-size: 5vw !important;
    }
	.fondo h2 {
        font-size: 3vw !important;
        margin-bottom: 23px !important;
    }
	.footer-caja .dos, .footer-caja .tres{
		width:33% !important;
	}
}


