/*
	Theme Name: Instituto Prueger 2021
	Version: 0.3
	Author: Martin Césare
	Author URI: http://martincesare.com

*/


*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

.clear:before, .clear:after { content:''; display:table; }
.clear:after { clear:both; }
.clear { *zoom:1; }

::selection { background:#2e2e2e ; color:#FFF; text-shadow:none; }
::-webkit-selection { background:#2e2e2e ; color:#FFF; text-shadow:none; }
::-moz-selection { background:#2e2e2e ; color:#FFF; text-shadow:none; }


html { font-size: 62.5%; } /* html element 62.5% font-size for REM use */


body {
	font: 300 14px/1.4 Roboto, Arial, sans-serif;
	color: #555;
	line-height: 26px;
    background: #2e2e2e url(images/bg-2.png) 0 0 repeat;
}


img { 
	max-width:100%; 
	height: auto; 
	vertical-align:bottom; 
}


.img-shadow { 
	padding: 3px;
	color: #d9d9d9;
	background: white;
	transition: box-shadow 1s ease;
	box-shadow: -6px -6px 0 0 CurrentColor, 6px 6px 0 0 CurrentColor; 
	display: block;
	margin: 35px auto !important;
}

/*.img-shadow:hover {	color: #3F9A83; }*/

a, a:visited { color:#BF3331; text-decoration: none; }

a:hover { color: #BF3331; }

a:focus { outline:0; }

a:hover, a:active { outline:0; }

input:focus { outline:0; border: 1px solid #BF3331; }

blockquote {
	width: 100%;
	margin: 40px auto;
	padding: 15px 75px;
	text-align: center;
	color: #fff;
	font-style: italic;
	background-color: #3F9A83;
	box-shadow: -6px -6px 0 0 #ccc, 6px 6px 0 0 #ccc; 
}

h1, h2, h3, h4, h5, h6 { 
    display: block;
    color: #333; 
    font-weight: 700; 
    margin: 20px 0px 10px;
    font-family: 'Roboto Slab', serif;
}

h1 { 
	font-size: 240%; 
	margin-bottom: 70px; 
	line-height: 40px;
}

h1 > span {
	font-size: 60%;
	font-weight: 400;
}

.container {
    position: relative;
    margin: 0px auto 30px;
    width: 95%;
    max-width: 1400px;
    height: 100%;
    background-color: #fff;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}

.header {
	position: relative;
	width: 100%;
	height: 270px; /* original 276px */
	background: #2e2e2e url(images/header-bg-1400.png) left bottom no-repeat;
	float: left;
	display: block;
	z-index: 2; /* agregado por el banner */
}

.header-logo {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	margin-left: 3%;
	margin-top: 15px;
	display: inline;
}

img.logo {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.header-intro {
	position: relative;
	margin: 90px 5% 0 2%;
	font-size: 140%;
	color: #fff;
	float: right;
}


.header-navigation {
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 120%;
	z-index: 2;
	background-color: #3F9A83; /* #1E1E1E */
	border-bottom: 5px solid #333;
}

.header-navigation ul {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
}

.header-navigation ul li {
	float: left;
	display: inline;
	margin: 0;
	padding: 12px 10px;
}


.header-navigation a, .header-navigation a:visited { 
	color:#fff; 
	text-decoration:none; 
	padding: 7px 10px; 
	box-sizing: border-box;
	border: 1px solid transparent;
}

.header-navigation a:hover { 
	color:#fff; 
	text-decoration: none; 
/*	background-color: #34806c;
	border: 1px solid #317866; */
}


.header-navigation li a {
  text-decoration: none;
  position: relative;
  display: block;
  overflow: hidden;
  transition: 0.7s all;
}

.header-navigation li a:before {
  content: '';
  width: 45%;
  position: absolute;
  border-bottom: 4px solid #70C5AE;
  bottom: 5px;
  right: 350px;
  transition: 0.7s all;
}

.header-navigation li a:hover:before {
  right: 10px;
}



.facebook-link { width: 20px; height: auto; vertical-align: middle; margin-right: 15px; }

.menu-centro-capacitacion { 
	background-color: #333; /* #A12B2A */
	color: #333;
	font-weight: bolder;	
	position: relative;
} 


.menu-centro-capacitacion:hover { 
	background-color: #000; 
} 

.menu-centro-capacitacion a, .menu-centro-capacitacion a:visited { font-family: 'Arial', sans-serif; } 


.slider-1280 { display: block; }

.slider-800 { display: none; }


.main {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0 20px;
}

.content {
	position: relative;
	float: left;
    margin: 50px 2.5% 50px 5%;
    padding: 40px 20px 0 0;
    width: 60%;
    height: auto;
    min-height: 450px;
    font-size: 115%;
}

.content a, .content a:visited { 
	color:#BF3331; 
	border-bottom: 2px dotted #BF3331; 
	font-weight: bold;
}

.content a:hover { color: #BF3331; border-bottom: 2px solid #BF3331; }


.content-404 {
    margin: 100px auto;
    width: 80%;
}

.sidebar {
	position: relative;
	float: right; 
	width: 20%;
	max-width: 256px; 
	margin: 50px 5% 80px 2.5%;
	padding-top: 20px;
}


.boton-inscripcion {
	padding: 10px 0px;
	font-size: 14px;
	text-transform: none;
	background-color: #252525;
}

.boton-inscripcion a, .boton-inscripcion a:visited  {
	color: #BF3331;
	font-weight: bold;
}




.social-box {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 25px 0;
}

.social-logo {
	fill: #BE3231;
	margin: 0;
	padding: 20px 0;
	width: 49%;
	text-align: center;
}

.facebook { fill: #316BE4; }

.facebook:hover { fill: #fff; background-color: #316BE4; }

.instagram { fill: #D0295D; }

.instagram:hover { fill: #fff; background-color: #D0295D; }


.banner-box {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.ANCHO { display: none; }

.VERTICAL { display: inline-block; }

.sidebar-banner-1 { background-color: #0B35A3; }

.sidebar-banner-1:hover { background-color: #003ad0; }

.sidebar-banner-2 { background-color: #1d1d1d; }

.sidebar-banner-2:hover { background-color: #75AADB; }

.sidebar-banner-3 { padding: 5px 0px 40px; background-color: #333; }

.sidebar-banner-3:hover { background-color: #707070; }

.T1 {font-size: 24px; text-align: left; display: block; color: white; font-weight: bold; padding: 30px 20px 20px; text-shadow: 1px 1px 5px #333; }

.T2 {font-size: 21px; text-align: left; display: inline; color: gold; }

.T3 {font-size: 16px; text-align: center; display: block; margin-top: 5px; margin-bottom: -40px; background-color: gold; color: #111; padding: 10px; }





/* Banner Inscripción */

ul#banner-inscripcion {	
	width: 100%; /* 224px */
	height: auto;
	margin: 0 0 20px;
	padding: 0px;
}

ul#banner-inscripcion li {
	display: block;
	padding: 0;
	background-color: #77BD31; /* #BF3331 rojo prueger */
	clear: both;
}

ul#banner-inscripcion li:hover { background-color: #252525; } /* #3284bf */

ul#banner-inscripcion li a { color: #fff; display: block; text-decoration: none; }
ul#banner-inscripcion li a:hover { text-decoration: none; }

ul#banner-inscripcion .T1 {font-size: 30px; text-align:left; display: block; font-weight: bold; padding: 30px 20px 20px; line-height: 110%; }

ul#banner-inscripcion .T2 {font-size: 24px; text-align:left; display: inline; color: #252525; font-weight: bold; }

ul#banner-inscripcion:hover .T1 {color: #77BD31; }

ul#banner-inscripcion:hover .T2 {color: #fff; }

ul#banner-inscripcion:hover .T3 {background-color: #77BD31; }

ul#banner-inscripcion .T3 {font-size: 16px; text-align:left; display: block; margin-top: 5px; background-color: #252525; color: #fff; padding: 10px; }

.banner-img img.banner-800 { display: none; }







/* Banner Convenios */

ul#boton-convenios {	
width: 100%; /* 224px */
height: auto;
margin: 0 0 20px;
padding: 0px;
}

ul#boton-convenios li {
display: block;
padding: 0;
background-color: #ddd;
clear: both;
}

ul#boton-convenios li:hover { background-color: #333; }

ul#boton-convenios li a { color: rgba(0,0,0,0.8); display: block; text-decoration: none; }
ul#boton-convenios li a:hover { text-decoration: none; }

ul#boton-convenios li a .T1 { padding: 5px; }

ul#boton-convenios li a .T1 img { width: 96%; margin: 2%; padding: 0px; }

ul#boton-convenios li a .T3 { font-size: 16px; text-align:left; display: block; margin-top: 0px; background-color: #639121; color: #fff; padding: 10px; }


.footer {
	position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    clear: both;
    display: block;
    color: #ccc;
    background-color: #2e2e2e;
}

.footer-img {
	margin: 10px 20px;
}


/* ***************** CONTENIDO ************** */


/* DOCENTES */ 


.docente {
	float: left;
	width: 50%;
	height: 250px;
}

.docente img {
	margin-right: 40px;
	border: 5px solid #fff;
	-webkit-box-shadow:  0px 0px 4px 0px #ccc;
	-moz-box-shadow:  0px 0px 4px 0px #ccc;
	box-shadow:  0px 0px 4px 0px #ccc;
}

.docente img:hover {
	border: 5px solid #982827;
	transition: border 2s;
}

.docente ul { margin-left: 20px; }



/* CASOS */

.grid-casos {
	position: relative;
	margin: 0 auto;
	padding: 0em 0 5em;
	list-style: none;
	text-align: center;
}

.grid-casos figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 2%;
	width: 46%;
	height: auto;
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid-casos figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-casos figure figcaption {
	padding: 2em;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 1.5em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-casos figure figcaption::before,
.grid-casos figure figcaption::after {
	pointer-events: none;
}

.grid-casos figure figcaption,
.grid-casos figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */

/*.grid-casos figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 100em;
	opacity: 0;
}*/

.grid-casos figure h2 {
/*	word-spacing: -0.15em;*/
	font-weight: 300;
	color: #fff;
}

.grid-casos figure h2 span {
	font-weight: 800;
}

.grid-casos figure h2,
.grid-casos figure p {
	margin: 0;
}

.grid-casos figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.35;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.7);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}






/* **************** EFECTO SOMBRA ****************** */


.container-sombra {
  	position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(70, 70, 70, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(70, 70, 70, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(70, 70, 70, 0.1) inset;
}

.container-sombra:before, .container-sombra:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
} 
 
.container-sombra:after {
	right:60px; /* valor original 10px pero genera scrollbar horizontal */ 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
}



/* **************** RESPONSIVE VIDEO ************** */

.ResponsiveVideo {
	position: relative;
	padding-bottom: 56.25%; /* 16:9= 56.25% pero genera barras laterales */
	padding-top: 25px;
	height: 0;
}

.ResponsiveVideo iframe {
	position: absolute;
	top: 0;
	left: 5%;
	width: 90%;
	height: 90%;
}


/* **************** Botón en Especialidades ******************* */

a.boton-general, a.boton-general:visited {
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 100%;
    font-weight: 500;
    padding: 0.8em 1em;
    color: #444;
    background-color: #E6E6E6;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 15px;
}


a.boton-general::-moz-focus-inner { padding: 0; border: 0; } /* Elimina el inner focus border  en Firefox*/

a.boton-general:hover,
a.boton-general:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
}

a.boton-general:focus { outline: 0; }


a.boton-general i { padding-left: 10px; }


a.boton-general-rojo, a.boton-general-rojo:visited {
    background-color: #70C5AE;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #3F9A83;
}

a.boton-general-rojo:hover {
	background-color: #2d4f46;
    color: #70C5AE;
    border: 1px solid #2d4f46;
}


a.boton-general-verde, a.boton-general-verde:visited {
    background-color: #3F9A83;
    color: #fff;
    border: 1px solid #2e705f;
}

a.boton-general-verde:hover {
    background-color: #2e705f;
    color: #fff;
    border: 1px solid #2e705f;
}



/* **************** WORDPRESS CORE **************** */
   
.alignnone { margin:5px 0px 20px 0px; }

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

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

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

.aligncenter { display: block; margin: 15px auto; }

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

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

a:hover img.alignnone { opacity: .5; } 

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

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

.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}


/* ************************** CONTACT FORM 7 ************************** */ 

.wpcf7-form { 
position: relative;
width: 100%;
margin: 40px auto;
}

/*.wpcf7-form p { width: 90%; margin-left: 5%; }*/

input.wpcf7-text, textarea.wpcf7-textarea {
position: relative;
width: 100%; /* el problema!!!! */
padding: 10px 2%; 
margin: 0px 0% 0px 0%;
color: #333;
border: 1px #D9D9D9 solid;
background: #fff;
/*border-radius:3px;*/
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
-webkit-appearance: none;
}

textarea.wpcf7-textarea { height: 200px; }

input.wpcf7-text:focus, textarea:focus { 
background-color: #fff;
border: 1px #3F9A83 solid;
-webkit-transition: all .7s ease-in-out;
-moz-transition: all .7s ease-in-out;
-o-transition: all .7s ease-in-out;
-ms-transition: all .7s ease-in-out;
transition: all .7s ease-in-out;
}

.wpcf7-submit {
	width: 100%;
    display: inline-block;
    zoom: 1;
    line-height: normal;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    -webkit-user-drag: none;
    user-select: none;
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 100%;
    font-weight: 500;
    padding: 20px;
    color: #fff;
    background-color: #3F9A83;
    text-decoration: none;
    border-radius: 3px;
    margin-bottom: 15px;
    border: 1px solid #2e705f;
}

.wpcf7-submit:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000',GradientType=0);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0,0,0, 0.05)), to(rgba(0,0,0, 0.10)));
    background-image: -webkit-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: -moz-linear-gradient(top, rgba(0,0,0, 0.05) 0%, rgba(0,0,0, 0.10));
    background-image: -o-linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));
    background-image: linear-gradient(transparent, rgba(0,0,0, 0.05) 40%, rgba(0,0,0, 0.10));

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

div.wpcf7-mail-sent-ok {
position: relative;
top: 10px !important;
left: 0px !important;
color: #fff !important;
background: #78ba68;
font-size: 12px;
border: 1px solid #78ba68 !important;
display: inline-block !important;
}

div.wpcf7-validation-errors {
position: relative;
top: 10px !important;
left: 0px !important;
color: #fff !important;
background: #D02F2F;
font-size: 12px;
border: 1px solid #D02F2F !important;
display: inline-block !important;
}

div.wpcf7 img.ajax-loader { margin: 15px 20px !important; width: 20px !important; height: 20px !important; }




/* ************ Media Queries Banners ************** */



@media screen and (max-width:800px) {


    .banner-img img.banner-800 { display: block; }

    .banner-img img.banner-1280 { display: none; }

	.slider-800 { display: block; }

    .slider-1280 { display: none; }


}



/* ********** Media Queries Generales********** */


@media screen and (max-width:1240px) {

	.container { width: 100%; margin-bottom: 0px; border:  none; }

	.sidebar { width: 23%; max-width: 1240px; }

	.container-sombra:after { display: none; }

	.T1 { font-size: 22px; }

}



@media screen and (max-width:980px) {

	.header-intro {	font-size: 120%; }

	.content { margin: 50px 5% 0px; padding: 0; width: 90%;	}

	.sidebar { width: 90%; margin: 50px 5% 0px; }

	.banner-box { width: 49%; display: inline-block; }

	.sidebar-banner-3 { width: 99%; }

}


@media screen and (max-width:900px) {

	.header-intro { text-align: right; width: 45%;	}

	.header {
		height: 260px; 
		background: #2e2e2e url(images/header-bg-1400.png) -35px top no-repeat;
	}

}


@media screen and (max-width:600px) {

	.header-intro { display: none;	}

	.header { background: #2e2e2e url(images/header-bg-1400.png) -10px top no-repeat; }

	.header-logo { margin-left: 7%; }

	.banner-box { width: 99%; }

	.ANCHO { display: inline-block; }

	.VERTICAL { display: none; }

}


/* ********************* FIN CSS ****************** */