@import url(footer.css);
@import url(menu.css);
@import url(tipos.css);
@import url(nuevo.css);


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.contenedor{
    width: 98%;
    margin: auto;
}
#avisoP .contenedor{
	margin-top: 80px;
	
}
#avisoP .contenedor .contenedor{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: 17px;
	font-family: 'brandinglight';
	color: #494949;
	width: 60%;
	align-items: left;
	margin-top: -40px;
}

#inca,#incb,#incc,#incd,#t2,#t3,
#t4,#t5,#t6,#t7,#t8{
    color: #494949;
    font-size: 18px;
    font-family: 'brandingmedium';"
    line-height: 0;
  }

#t1{
	color: #494949;
    font-size: 18px;
    font-family: 'brandingbold';"
    
}
#avisoP .contenedor #div1{
	margin-bottom: 80px;
	align-items: center;
	text-align: center;

}
/******************************/
/******** CONTACTO ************/
/******************************/
/*

#contacto .contenedor{
	margin-top: 80px;
}
#contacto  #div2{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	font-size: 17px;
	font-family: 'brandinglight';
	color: #494949;
	width: 60%;
	align-items: center;
	line-height: 30px;
}
#contacto .c1{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
*/
#contacto #c1{
    display: flex;
    flex-wrap: wrap;
    /*border: 2px solid blue;*/
    justify-content: center;
    
}

#div2{
	font-size: 17px;
	font-family: 'brandinglight';
	color: #494949;
	width: 60%;
	align-items: center;
	line-height: 30px;
}

#div1,#div2{
    padding: 20px;
   /* border: 1px solid black;*/
}
#div1,#div2{
    width: 100%;
    max-width: 500px;
    height: 550px;
}
#gmap{
    width: 100%;
    max-width: 500px;
    height: 100%;
    max-height: 550px;
}
input,textarea{
	font-family: 'brandinglight';
	font-size: 17px;
    width: 100%;
    border-color:transparent;
}

@media (max-width: 479px){
	textarea{
	  /*width: 100%;*/
	  height: 100px;
	}
    #div1{
        display: none;
    }

    #avisoP .contenedor #cont {
        margin-top: -500px;
    }
}

@media (min-width: 480px) and (max-width: 800px){
	textarea{
	  /*width: 120%;*/
	  height: 100px;
	}
    #gmap{
        width: 100%;
    }
    #contacto{
        margin-top: -110px;
    }
    #div1{
        width: 100%;
        max-width: 700px;
        height: 100%;
        max-height: 350px;
    }
    #div2{
        width: 80%;
        max-width: 500px;
        height: 550px;
    }
    #gmap{
        width: 100%;
        max-width: 700px;
        height: 100%;
        max-height: 350px;
    }
}

@media (min-width: 801px) and (max-width: 1200px){
    #div1,#gmap{
        width: 100%;
        max-width: 820px;
        height: 220px;
        max-height: 450px;
        margin-top: -50px;
    }
    
    #avisoP .contenedor #cont {
        margin-top: -200px;
    }
}
@media (min-width: 1201px){
	textarea{
	  /*width: 170%;*/
	  height: 100px;
	}
    #contacto #c1{
        width: 1100px;
        margin-top: -100px;
    }
   #avisoP .contenedor #cont {
        margin-top: -530px;
    }
      
}  