@charset "utf-8";

@font-face {
  font-family: 'Jaldi', sans-serif;
  src: url('https://fonts.googleapis.com/css2?family=Jaldi&display=swap');}
@font-face {
font-family: 'Nunito Sans', sans-serif;
src: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,700;1,400&display=swap" rel="stylesheet')};

@font-face {
font-family: 'Nunito Sans', sans-serif;
scr: url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');}

.breadcrumb{
	margin-left: 15px;
	padding-bottom: 14px;
	padding-top: 10px;}

.breadcrumb li a{
	text-decoration: none;
}

.breadcrumb li{
	float: left;
	padding: 5px;
	font-family: 'Nunito Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #007b5f;}

.bread{
	font-size: 1em;}
	
#inscribete{
    text-align: center;
    text-decoration-line: none;
    
}

#inscribete a{
    text-decoration-line: none;
    color: #007b5f;
}

#inscribete a:hover{
	color: #ff5d62;
}

#primeraLinea img{
	width: 80%;}
	

#primeraLinea{
	width: 100%;
}

#catalogo img{
	width: 98%;
	position: relative;
	left: 10%;}

#catalogo{
	display: block;
	margin-left: auto;
	margin-right: auto;}

#taller{
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 20%;
}


#text{
	padding-top: 35px;}


.somos{
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #007b5f;
	font-weight: bold;
	margin-top: 45px;
	line-height: 20px;}

.somos1{
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #007b5f;
	font-weight: lighter;
	margin-top: 0;
	line-height: 21px;}

.titulos{
	text-align: left;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	margin-top: 0;
	line-height: 21px;}

#icono_titulo img{
	width: 20%;
	margin-top: -35px;}

#icono_titulo{text-align: right;}

.somos2{
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #007b5f;
	font-weight: lighter;
	line-height: 21px;}

.somos2 a{
	text-decoration-line: none;
	color: #007b5f;
	}

.somos2 a:hover{
	color: #ff5d62;
	}

#primeraLinea{
	text-align: center;} 

.boton{
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	margin: 10px auto;}

.nombre{
	padding-top: 20px;}

.pagar{width: 18%;}


input{
	margin: auto !important;
	display: block;
	background-color: transparent;}

.siguenos{
	float: right;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	margin: 45px 70px 0;
	color: #154734;}

.ldelgada{
	font-weight: lighter;
	font-family: 'Nunito Sans', sans-serif;
	color: #154734;}

.paypal{
	margin: auto;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	margin-bottom: 10px;}

.paypalb{
	text-align: center;
	padding-bottom: 25px;}

.paypal img{
	width: 16%;}

.paypalh{font-family: 'Nunito Sans', sans-serif;
font-size: 0.90em;
font-style: normal;
color: #007b5f;
background-color: rgba(255, 255, 255, .5);
border-radius: 5px;
border: 0 solid green;
margin-top: 10px;}

.somosPay{
	margin: auto;
	text-align: center;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 1.1em;
	font-style: normal;
	color: #007b5f;
	font-weight: bold;
	margin-bottom: 10px;}
		
	
.wrapper{ 
	width: 85%;
	margin: auto;
	}

.back{
	background-image: url('../img/backgrounds/BackTalleres.png');
	background-size: cover;
	background-attachment: fixed;
	background-color: #f9d0a0;}


/*--efectos--*/

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffb12a;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: 0.3s;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    transform: scale(1.1);}

		
		
/*Elementos responsivos*/

@media screen and (max-width: 1200px){

	.titulos0,
	.titulos1{margin-right: 45px;}
}

@media screen and (max-width: 1000px){

	.wrapper{ 
		width: 95%;}
}

@media screen and (max-width: 890px){

	.submenu{ 
		margin-left: 40px;}
}

@media screen and (max-width: 800px){

	#primeraLinea img {width: 95%;}

	.titulos {margin-top: -10px;}

	.pagar {width: 23%;}

}

@media screen and (max-width: 800px){

	#icono_titulo{width: 100%;}

	#icono_titulo img {
    	width: 15%;
    	margin: auto;
    	display: block;
    	margin: auto;}

    #titulo{width: 100%;}

    .titulos{text-align: center;}

    #primeraLinea img {width: 45%;}

    #taller{width: 100%;}

    #catalogo{width: 100%;}

    #catalogo img {
    	width: 45%;
    	margin: auto;
		display: block;
		left: 0;}

	.somos2 {margin-bottom: -40px;}
}

@media screen and (max-width: 781px){
	
	.menuPie2 ul{text-align: center;}
}  	
  
@media screen and (max-width: 768px){

	.submenu{ 
		margin-left: 10px;}

	.wrapper{ 
		width: 96%;}
}	

@media screen and (max-width: 650px){

	#primeraLinea img {width: 50%;}

    #catalogo img {
    	width: 50%;}

    .pagar {width: 25%;}

    #icono_titulo img {
    	width: 17%;

}

@media screen and (max-width: 580px){

	#primeraLinea img {width: 55%;}

    #catalogo img {
    	width: 55%;}

    .pagar {width: 28%;}

    #icono_titulo img {
    	width: 18%;}
}

@media screen and (max-width: 570px){

	.wrapper{ width: 100%;}

	#primeraLinea{
		width: 95%;
		margin: auto;}

}

@media screen and (max-width: 500px){

	.breadcrumb {
    	padding-bottom: 14px;
    	padding-top: 43px;
    	margin-left: 0;
}

    #primeraLinea img {width: 70%;}

    #catalogo img {
    	width: 70%;}

    .pagar {width: 35%;}

    #icono_titulo img {
    	width: 19%;}
}

@media screen and (max-width: 400px){

	.pagar {width: 40%;}

}

@media screen and (max-width: 350px){

	#icono_titulo img {width: 22%;}

	.breadcrumb {padding-top: 70px;}
}

	




	
	