@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'OwenPro-SemiBold';
    src: url("../fonts/Owen Pro/OwenPro-SemiBold.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OwenPro-Medium';
    src: url("../fonts/Owen Pro/OwenPro-Medium.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OwenPro-Regular';
    src: url("../fonts/Owen Pro/OwenPro-Regular.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OwenPro-Light';
    src: url("../fonts/Owen Pro/OwenPro-Light.otf") format('opentype'); 
    font-weight: normal;
    font-style: normal;
}

:root {
    --aqua: #00A0AF;
	--verde: #8DBB00;
	--negro: #000000;
	--gris: #1F242D;
	--owenPro-600: 'OwenPro-SemiBold';
	--owenPro-500: 'OwenPro-Medium';
	--owenPro-400: 'OwenPro-Regular';
	--owenPro-300: 'OwenPro-Light';
	--primaryBoxShadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
    --secondaryBoxShadow: 0px -10px 15px rgba(0, 0, 0, 0.1);
}

.container__contactanos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: 1fr;
    column-gap: 5%;
	padding: 0 7%;
	min-height: 100vh;
	margin-bottom: 8rem;
}

.contactanos__image { 
	grid-area: 1 / 1 / 2 / 3; 
	position: relative;
}
.contactanos__form {
	grid-area: 1 / 3 / 2 / 6;
	padding-top: 15px;
}
.contactanos__image img{
    width: 100%;
    z-index: -1;
    position: absolute;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.contactanos__form h1{
	font-family: var(--owenPro-600);
	font-size: 1.875rem;
}
.contactanos__form p{
	font-family: var(--owenPro-300);
	font-size: 1.188rem;
	text-align: justify;
}
.contactanos__form h2{
	font-family: var(--owenPro-400);
	font-size: 1.25rem;
	text-align: justify;
	margin: 2rem 0;
}
.form-contactanos label{
	font-family: var(--owenPro-400);
	font-size: 1.188rem;
	margin-bottom: 8px;
}

.form-contactanos {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 48%;
}
.form-group-text{
  display: flex;
  flex-direction: column;
  width: 99%;
}
input {
  font-size: 1rem;
  width: 100%;
  padding: 0 10px;
  height: 40px;
}
.form-group-text textarea {
  resize: vertical;
  height: 90px;
  padding: 5px 10px;
  font-family: var(--owenPro-300);
}
.form-group input, textarea{
  border-radius: 8px;
  border: 1.5px solid #CAD1E1;
  background-color: #F6F7FA;
  box-shadow: 0px 1px 3px 0px #00000066;
  font-family: var(--owenPro-300);
}
.form-contactanos .btn-form{
  margin-top: 2rem;
  width: 48%;
  background-color: var(--gris);
  color: #FFFFFF;
  font-family: var(--owenPro-400);
  font-size: 1.25rem;
  margin-left: auto;
  height: 45px;
}
.contactanos__image-texto{
    bottom: 0;
    position: absolute;
	margin-left: 5%;
}
.contactanos__image h1{
  font-size: 7.5rem;
  font-family: var(--owenPro-600);
  margin-bottom: 0;
  line-height: 7rem;
  background: linear-gradient(90deg, #FFFFFF, #FFFFFF, #00FBD6, #02A3BE);
-webkit-text-fill-color:
	transparent;
	-webkit-background-clip: text;
}
.contactanos__image p{
  margin-top: 0;
  font-family: var(--owenPro-400);
  font-size: 1rem;
  color: #FFFFFF;
  margin-left: 8px;
}
@media screen and (max-width: 1458px){
.contactanos__image p {
    width: 30%;
}
.container__contactanos {
	grid-template-rows: repeat(1, minmax(870px, auto));
}
}
@media screen and (max-width: 1015px){
.contactanos__image h1 {
    font-size: 4.5rem;
	line-height: 4rem;
	}
.contactanos__form p {
    font-size: 1rem;
}
.container__contactanos {
	grid-template-rows: repeat(1, minmax(140vh, auto));
}
.contactanos__image img {
    height: 140vh;
}
.form-group {
    width: 47%;
}
.form-contactanos {
    gap: 12px;
}
.form-group-text {
    width: 97%;
}
}
@media screen and (max-width: 870px){
.container__contactanos {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-template-rows: repeat(5, auto);
	height: auto;
	padding: 0;
}

.contactanos__form { 
	grid-area: 1 / 1 / 4 / 6; 
	padding: 0 7%;
	}
.contactanos__image { 
	grid-area: 4 / 1 / 6 / 6; 
	padding: 5% 0;
	}	
.contactanos__image img {
    width: 100%;
    z-index: 0;
    position: relative;
    height: auto;
    object-fit: cover;
    object-position: right;
}
.form-contactanos .btn-form{
	margin: 3rem 0;
	width: 97%;
	}
.contactanos__image-texto {
    bottom: -15%;
    position: static;
    margin: auto;
	text-align: center;
	padding: 0 5%;
}
.contactanos__image h1 {
    font-size: 3.5rem;
    margin-bottom: 0;
    line-height: 3rem;
    background: linear-gradient(90deg, #00FBD6, #02A3BE);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.contactanos__image p {
    width: 100%;
    color: var(--aqua);
	margin-top: .5rem;
  }
.form-contactanos label {
    font-size: 1rem;
}
.form-group-text {
    width: 98%;
}
}
@media screen and (max-width: 390px){
 .contactanos__image h1 {
     font-size: 2.5rem;
     line-height: 2rem;
    }
}