/*
Sitio web soluciona
desattollado por : Fernando
url: http://emposicionamientodigital.com
*/
	
@media screen {

	#contacto{
		margin-top:170px;
		color:#556060;
		margin-bottom: 120px;
	}
	#contacto h1,#cita h2{
		font-size: 50px;
		color:#556060;
		text-align: center;
		font-weight: 600;
		width: 100%;
	}
	
	#contacto .tit2,#cita .tit2{
		font-weight: 500;
		color:#ba4eba;
		width:100%;
		text-align: center;
		display: block;
		font-size: 28px;
	}
	#contacto .columnas{
		width:100%;
		margin-top:50px;
		display: block;
		float: left;
	}
	#contacto .columnas .col{
		width:50%;
		float:left;
		padding-right: 70px;
	}
	#contacto .columnas .col:nth-child(2){
		padding-left: 45px;
		padding-right: 0px;
	}
	#contacto social{
		width:100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 55px;
	}
	#contacto social figure{
		font-size: 20px;
		width: 100px;
	}
	#contacto social figure img{
		margin: auto;
		display: block;
		margin-bottom: 15px;
	}
	#contacto social a{
		display: block;
		color:#556060;
	}
	
	#contacto social figure figcaption{
		text-align: center;
	}
	#contacto input[type=text],#contacto input[type=email],#contacto input[type=telephone],#contacto textarea{
		width: 100%;
		background-color: transparent;
		border: 2px solid #ffde77;
		border-radius: 10px;
		font-size: 24px;
		padding: 16px;
		margin-bottom: 19px;
		font-family: "houschka-pro";
	}
	#contacto input[type=submit]{
		color:#f5ffff;
		background-color: #ba4eba;
		padding: 16px;
		border:none;
		border-radius: 10px;
		font-size: 24px;
		cursor: pointer;
	}
	#contacto h3{
		font-size: 40px;
		font-weight: 600;
		margin-bottom: 14px;
	}
	#contacto h4{
		font-size: 28px;
		font-weight: 600;
	}
	#contacto p{
		font-size: 24px;
		margin-bottom: 40px;
	}
	.error,#successSend,#errorSend{
		display: none;
		font-size: 20px;
	}
	.error{
		font-size: 20px;
    	color: red;
		margin-bottom: 20px;
    	margin-top: -19px;
	}
	.mostrarerr,.mostrarexito{
		display: block;
	}

	#masalla{
		background-color:#556060;
	}
	#masalla h2{
		color:#ffbe00;
		font-size: 60px;
		font-style: italic;
		font-weight: 600;
		width: 100%;
		text-align: center;
	}
	#masalla p{
		color:#f5ffff;
		font-size: 26px;
		line-height: 45px;
		font-style: italic;
		font-weight: 300;
		text-align: center;
	}
	#masalla .bullet{
		font-size: 34px;
		color:#ffbe00;
		text-align: center;
		font-weight: 600;
	}
	#masalla .fundadores{
		width: 80%;
		display: flex;
		justify-content: space-around;
		margin: auto;
		margin-top: 80px;
		margin-bottom: 110px;
	}
	#masalla figure figcaption .nom{
		font-size: 26px;
		color:#ffbe00;
		text-align: center;
		font-style: normal;
		font-weight: 500;
		line-height: 34px;
	}
	#masalla figure figcaption p{
		font-style: normal;
		font-weight: 500;
		line-height: 34px;
	}
	#masalla figure img{
		margin-bottom: 55px;
	}
	#masalla figcaption img{
		display: block;
		margin: auto;
		margin-top: 39px;
	}
	#cita{
		width: 100%;
		margin:160px 0px;
	}
}

/******************************************************* 1400 ************************************************/

@media screen and (max-width: 1400px) {
	#contacto .columnas .col{
		padding-left: 20px;
	}


} /************** fin 1400 ************************/

/********************************************** 1386 *******************************/

@media screen and (max-width: 1386px) {
	
}/************** fin 1386 ************************/

/********************************************** 1200 *******************************/
@media screen and (max-width: 1280px) {
	
}
/******************************************* 1024 *******************************/
@media screen and (max-width: 1024px) {
	#contacto h4 {
		font-size: 24px;
	}
	#contacto p {
		font-size: 22px;
		margin-bottom: 25px;
	}
	#contacto .columnas .col {
		padding-right: 38px;
		padding-left: 15px;
	}
	#contacto .columnas .col:nth-child(2) {
		padding-left: 40px;
		padding-right: 15px;
	}
	#contacto social figure {
		font-size: 20px;
		width: 90px;
	}
}


/******************************************** 925 ***********************************/
@media screen and (max-width: 925px) {
	

}/************* fin 925 *************/

/******************************************** 900 ***********************************/
@media screen and (max-width: 900px) {
	
}/************* fin 900 *************/

/******************************************** 820 ***********************************/
@media screen and (max-width: 820px) {
	#contacto h2, #cita h2,#masalla h2 {
		font-size: 40px;
	}
	#contacto .columnas .col{
		width: 100%;
	}
	#contacto .columnas .col:nth-child(2){
		margin-top:90px;
	}
	

}/************* fin 820 *************/

/******************************************** 768 *********************************/
@media screen and (max-width: 768px) {
	

}/************* fin 768 *************/


/******************************************** 570 *********************************/
@media screen and (max-width: 570px) {
	#contacto{
		margin-bottom:60px;
	}
	#contacto h1, #cita h2, #masalla h2 {
		font-size: 28px;
	}
	#contacto .tit2, #cita .tit2{
		font-size: 18px;
	}
	#contacto .columnas .col {
		padding-right: 15px;
		padding-left: 15px;
	}
	#contacto social{
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	#contacto social figure {
		font-size: 17px;
		width: 80px;
		margin-bottom: 30px;
	}
	#contacto .columnas .col:nth-child(2) {
		padding-left: 15px;
		padding-right: 15px;
	}
	#contacto input[type=text], #contacto input[type=email], #contacto input[type=telephone]{
		font-size: 20px;
	}
	.fundadores figure:nth-child(1){
		order:2;
	}
	.fundadores figure:nth-child(2){
		order:1;
	}
	.fundadores figure:nth-child(3){
		order:3;
	}
	#cita{
		padding: 0px 20px;
	}
	#cita .tit2{
		font-size: 22px;
	}
}/************* fin 570 *************/	


/************************ media screen responsive 480px **************************/
@media screen and (max-width: 480px) {
	
}


/*********************** media screen responsive 380px ******************************/
@media screen and (max-width: 380px) {

}