@charset "utf-8";
/* Contacts */
.pAbout p{
	text-indent: 0px!important;
}
.emailMF{
	font-family: Gotham_Medium;
    color: #626262;
    margin-top: 20px!important;
}

.tittleLocal{
	font-family: Gotham_Black;
    color: #989898;
    margin-top: 7vh!important;
	font-size: 1.2em;
}

.textLocal{
	font-family: Gotham_Medium;
    color: #626262;
    margin-top: 6px!important;
    margin-bottom: 7vh!important;
}
@media (min-width: 1701px){
	
.textLocal{
	font-size: .85em;
	color: #848484
	}
	.tittleLocal{
		font-size: 1.5em;
		margin-bottom: 10px!important
	}
}
@media (max-width: 945px){
	.endCont{
	padding-right: 1.5vw!important;
}
}
@media (max-width: 1250px){
	
.textLocal{
	font-size: .7em;
    letter-spacing: 0px;
	line-height: 17px
}
}
.localCont{
	display: -webkit-inline-box;
}

.endCont{
	padding-right: 2.5vw;
}

#lastEnd{
	border-right: #989898 solid 1px
}

#sendUs{
	text-align: center;
	margin: 0 5vw;
	width: 20vw;
}
#sendUs .tittleLocal{
	line-height: 23px
}

@media (min-width: 1273px){
#sendUs .tittleLocal{
	margin-top: 10vh!important;
	}
}

#clickSend{
    font-family: Gotham_Medium;
    color: #969696;
    border: solid 1px #989898;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    position: relative;
    margin-top: 25px;
    z-index: 5;
    background-color: transparent;
}
#clickHere{
	font-family: Gotham_Medium;
	color: #969696;
	border: solid 1px #989898;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    left: 50%;
    position: relative;
    margin-top: 25px;
    transform: translateX(-50%);
	z-index: 5;
	background-color: transparent
}
#clickHere::before, #clickSend::before{
    content: "";
    background-color: #eaff00;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    left: 50%;
    position: absolute;
    margin-top: 25px;
    transform: translateX(-50%);
    top: -100%;
    transition: all .5s;
    opacity: 0;
    z-index: -10;
}
#clickHere::after, #clickSend::after{
    content: "";
    border: solid 1px #989898;
    width: 120px;
    height: 29px;
    border-radius: 20px;
    left: 50%;
    position: absolute;
    margin-top: 23px;
    transform: translateX(-50%);
    top: -89%;
    transition: all .5s;
}
#clickHere:hover::before, #clickSend:hover::before{
    transform: translateX(-48%) translateY(3px);
	opacity: 1
}
	.emailCont label{
	font-family: Gotham_Medium;
	color: #7b7b7b
}
.emailCont textarea{
    max-height: 100px;
}
.itemSocial svg .st0 {
	stroke: #595959
}
.itemSocial svg .st1 {
	fill: #595959
}
.social{
	margin-bottom: 10vh!important;
}

.overlayEmail.active {
	opacity: 1;
	pointer-events:auto
}

.overlayEmail{
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 3;
	opacity: 0;
	pointer-events: none;
	transition: all .5s
}

.emailCont{
	top:45%!important;
    width: 75vh;
 	max-width: 90vw;
    background-color: #FFF;
    border: solid #989898 1.5px;
    border-radius: 60px;
    box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	height: 0px;
	transition: all .5s;
	overflow: hidden!important;
}

.overlayEmail.active .emailCont{
    height: 69vh;
}

.emailCont h3{
	font-family: Gotham_Black;
	color: #989898;
	margin-top: 2vh;
    padding: 0px 25px;
    font-size: 1.37em;
}
@media (min-width: 600px) {
.emailCont h1{
    font-size: 3.37em;
}
}

.exit{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    bottom: 5vh;
	z-index: 3
}

.exit::after{
	content: "";
	width: 40px;
    height: 40px;
    background-image: url(../IMAGES/exit.svg);
    background-size: 17px;
    border: solid 2px #949494;
	background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
	z-index: 3;
	transition: all 0.5s
}

.exit::before{
	content: "";
	width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
	background-color: #eaff00;
	z-index: 1;
	left: 0px;
	top: 0px;
	opacity: 0;
	transition: all 0.5s
}
.exit:hover::before{

	left: 3px;
	top: 3px;
	opacity: 1
}
.exit:hover::after{
	background-color: transparent;

}

* {
    box-sizing: border-box;
}



/* form starting stylings ------------------------------- */
.group label{
	margin-left: 20px
}

.group {
    position: relative;
	margin: 1vh 4%;
	text-align: left;
    width: 42%;
}

input, textarea {
    font-size: 18px;
    padding: 5px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #7F7F7F;
    background: transparent;
}

    input:focus {
        outline: none;
    }
	textarea:focus {
        outline: none;
    }

/* LABEL ======================================= */
label {
    color: #2B2B2B;
    font-size: 18px;
    font-weight: normal;
  /*  position: absolute; 
    pointer-events: none;*/
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


/* active state */
input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #6f6f6f;
}
/* active state */
textarea:focus ~ label, textarea:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #2B2B2B;
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #2B2B2B;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }



/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* active state */
textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #2B2B2B;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #2B2B2B;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #2B2B2B;
    }

    to {
        width: 0;
        background: transparent;
    }
}


#panel {
      
   border-radius: 4px;
    top: 50px;margin-bottom: 100px
}
textarea {
    resize: none;
    overflow: hidden;
    height: 37px;
}

@media (max-height: 820px){
	.overlayEmail.active .emailCont{
		height: 75vh!important;
		width: 90vh;
	}
	.emailCont h1{
		    font-size: 2.5em;

	}
	.emailCont h3{
		    font-size: 1em;

	}
	.emailCont label{
		    font-size: 1em;

	}
	.emailCont form .group{
		margin: 0vh 4%;
	}
	.emailCont{
    border-radius: 40px;
	overflow-y: scroll;
	}

}

@media (max-height: 380px){
	.overlayEmail.active .emailCont{
		width: 90vw!important;
	}
}

@media (min-width:324px) and (max-width: 449px){

	.emailCont h1{
		    font-size: 1.5em!important;
	}
	.emailCont {
			top: 44%!important;
	overflow-y: scroll;
	}
	.group label{
			font-size: .85em!important;
			margin-bottom: 10px;
	}
	.group input{
			font-size: .85em!important;
	}
	#clickSend{
			margin-top: 10px;
	}
	textare{
			max-height: 50px!important;
		overflow-y: scroll!important
	}
	.overlayEmail{
		z-index: 9999999999999999999999999999999999999999999999999999999999999999
	}
}

@media (max-width: 325px){

	.emailCont h1{
		    font-size: 1.5em!important;
	}
	.emailCont {
			top: 44%!important;
	overflow-y: scroll;
	}
	.group label{
			font-size: .85em!important;
			margin: 0;
	}
	.group input{
			font-size: .85em!important;
	}
	#clickSend{
			margin-top: 10px;
	}
	textare{
			max-height: 50px!important;
		overflow-y: scroll!important
	}
	.overlayEmail{
		z-index: 9999999999999999999999999999999999999999999999999999999999999999
	}
}


.tabLocal{
    text-align: center;
    border: solid 1px #989898;
    width: 62vw;
    padding: 5px;
    border-radius: 18px;
    height: 36px;
    color: #969696;
    font-family: Gotham_Black;
    letter-spacing: 0.7px;
	margin: 3.5vh 0px;
	transition: all .5s;

}

.tabsCont{
	margin: 1vh 50%;
    margin-top: 43vh;
    transform: translateX(-50%) translateY(-50%);
	transition: all .5s;
}

.sendMobiCont{
	text-align: center;
    position: absolute;
    width: 100%;
    transform: translateY(-50%);
    margin-top: 67vh;
}

.tittleLocalMobi{
	font-family: Gotham_Black;
    color: #989898;
	margin-bottom: 9px;
    font-size: 1.2em;	
}

.sendMobiCont img{
	width: 52px;
}
.social{
	margin-bottom: 7vh!important;
}
.emailCont h1{
    padding: 0px 15px;
}
.tabLocal{
	overflow: hidden
}
.tabLocal.active {
    width: 80vw;
    height: 43vh;
	padding-top: 11vh
}

.tabLocal p {
   margin-top: 10px;
   display: none
}
.tabLocal.active p {
   margin-top: 10px;
   display: block
}


.tabsCont.active {
    margin-top: 50vh!important;
}

.tabLocal.active {
    width: 80vw;
    height: 43vh;
}


.someTab{
	transition: all .3s
}
.unable{
	width: 0!important;
	height: 0!important;
	opacity: 0!important;
	overflow: hidden!important;
	font-size: 0!important;
	border: 0!important;
	margin: 0!important;
	padding: 0!important;
}
.exit2{
	width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    margin-top: 84vh;
    z-index: 3;
	transition: all .3s
}
.hide{
	pointer-events: none
}