* {
    /* margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden; */
    font-family: "Poppins";
}

a{
    color: inherit;
    text-decoration: none;
}

label.error{
    color: var(--turquoise);
    font-size: .8rem;
}

strong{
    font-weight: normal;
    font-family: 'Poppins-SemiBold';
}

#whatsapp-launcher {
    width: 100px;
    position: fixed;
    bottom: 35px;
    left: 35px;
    transform: translateY(-10%);
    animation: floater 1.5s infinite;
    transition: ease 0.5s;
	z-index: 99;
}


/* --------- 1st Section Starts --------- */

main {
    display: flex;
    flex-direction: column;
}

.contacto-1st-section>figure>img {
    width: 100vw;
}

.contacto-1st-section h1 {
    font-size: 5vw;
    font-weight: normal;
    color: white;
    animation: top-to-bottom 4s;
}

.contacto-1st-section>figure>p {
    font-size: 1.5vw;
    position: absolute;
    font-weight: lighter;
    top: 28vw;
    right: 5vw;
    color: white;
}

.contacto-1st-section>div>h2 {
    font-size: 6vw;
    background-color: transparent;
    font-weight: normal;
    color: var(--green);
    letter-spacing: 1vw;
}


/* --------- 2nd Section Starts --------- */

#contacto-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#contacto-main h1{
font-size: 3vw;
text-align: left;
width: 35vw;
}


/* ----- form ----- */

.contacto-2nd-section {
    display: flex;
    flex-direction: column;
/*     border: blue solid 2px */
}

.contacto-2nd-section>div {
    display: flex;
    flex-direction: column;
    width: 90vw;
   /*  border: rgb(255, 230, 0) solid 2px; */
}

#contact-form {
    display: flex;
    flex-direction: column;
    /* margin-bottom: 3vw; */
    /* width: 50vw; */
    /* border: rgb(0, 255, 55) solid 2px; */
}

.form-inputs-container {
    display: flex;
    flex-direction: column;
   /*  border: rgb(255, 0, 0) dotted 2px; */
}

.form-inputs-container>input,
textarea {
    border: solid 3px var(--purple);
    margin-top: .5vw;
    font-size: 1vw;
    padding: .5vw 1vw;
    border-radius: .5vw;
    background-color: white;
}

.form-inputs-container>input::placeholder {
    font-weight: bold;
    color: var(--dark);
    letter-spacing: .3vw
}

.form-inputs-container>textarea::placeholder {
    font-weight: bold;
    color: var(--dark);
    letter-spacing: .3vw
}

.form-inputs-container+button {
    width: 10vw;
    border: solid 3px var(--purple);
    margin-top: .5vw;
    font-size: 1vw;
    padding: .5vw 1vw;
    background-color: white;
    font-weight: bold;
    color: var(--dark);
    letter-spacing: .3vw;
    border-radius: .5vw;
}

.form-inputs-container+button:hover {
    cursor: pointer;
    background-color: var(--purple);
    color: white;
}



/****  Loader  ****/
.loader {
    width: 40px;
    height: 40px;
    position: relative;
}
   
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border-top: 2px solid var(--green);
    border-right: 2px solid transparent;
    animation: spinner8217 0.8s linear infinite;
    left: 0;
    top: 0;
}

@keyframes spinner8217 {
    to {
        transform: rotate(360deg);
    }
}
/****  Loader  ****/



/* ----- contact info ----- */

#contact-bar{
    display: flex;
    flex-direction: row;

}

.data-blocks{
    background-color: var(--pink-violet);
    width: 33.3vw;
    padding: 1vw;
    color: white;
}

.data-blocks h2{
    color: var(--turquoise);
    text-align: center;
    font-size: 3vw;
    font-weight:bolder;
}

.data-with-icon{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#middle-block{
    background-color: white;
    color: var(--turquoise);
    text-align: center;
    font-size: 3vw;
    font-weight:bolder;
}

.contact-icons {
    width: 5vw;
}

.contacto{
    /* background: url('../media/image/gina_contacto.gif') no-repeat center left, #9b2b7f; */
    background:#9b2b7f;
    background-size: auto 100%;
}
.contactos-info a{
    color: #fff;
}
.contactos-info h3{
    font-family: 'Phosphate-pro';
    color: var(--sky-blue);
    font-size: calc(2.2rem + 1.5vw);
    line-height: 100%;
    margin-top: -20px;
}

.contacto-home{
    background: url('../media/image/background-contact-banner.jpg') center;
    background-size: cover;
    position: relative;
    padding: 5rem 0;
}
.contacto .form-control,
.contacto-home .form-control{
    background: var(--mallow);
    border-radius: 30px;
    border: none;
    padding: 10px 25px;
    color: #fff;
}
.contacto  .form-control:focus,
.contacto-home  .form-control:focus{
    box-shadow: 0 0 0 .25rem var(--purple);
}
.contacto .form-control::placeholder,
.contacto-home .form-control::placeholder{
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins-SemiBold';
}
.btn-enviar{
    background: var(--mallow);
    color: #fff;
    padding: 10px 35px;
    border-radius: 30px;
    font-family: 'Poppins-SemiBold';
}

.btn-enviar:hover{
    background: var(--purple);
    color: #fff;
}
.tabs-contacto{
    border: 0;
}
.tabs-contacto .nav-link{
    background: var(--purple);
    color: #fff;
    border-radius: 30px;
    border: none;
}
.tabs-contacto .nav-link:hover,
.tabs-contacto .nav-link.active{
    background: var(--green);
    color: #fff;
    border: none;
}
.cont-form{
    max-width: 550px;
}


/********  Calendar  ********/
.calendar{
    font-family: 'Poppins';
    overflow: hidden;
    transition: 200ms;
}
.fc .fc-toolbar-title{
    font-size: 1.2rem;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}
.fc .fc-button-primary{
    font-size: 1rem;
    padding: 0;
    background: none;
    color: #fff;
    border: none;
}
.fc-day-past .fc-daygrid-day-frame{
    background: var(--green);
    color: #fff;
}
.fc .fc-daygrid-day.fc-day-today{
    background-color: #5fd6fb87;
}
.fc .fc-state-highlight{
    background-color: var(--mallow);
}
.fc .fc-col-header-cell-cushion, .fc .fc-daygrid-day-number{
    color: #fff;
}

.btn-horario{
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
    padding: 6px;
    width: 75px;
}
.btn-horario:hover, .btn-horario.active{
    border: 1px solid var(--green);
    background: var(--green);
    color: #fff;
}


.out-left{
    position: relative;
    animation: out-left .6s;
    animation-fill-mode: forwards;
}
.in-rigth{
    position: relative;
    animation: in-rigth .6s;
    animation-fill-mode: forwards;
}

@keyframes out-left {
    from{
        opacity: 1;
    }
    to{
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes in-rigth {
    from{
        opacity: 0;
        transform: translateX(100%);
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
}

/* ------------- Animations -------------- */

@keyframes top-to-bottom {
    0% {
        top: 13vw;
        opacity: 0;
    }

    100% {
        top: 17vw;
        opacity: 1;
    }
}

@keyframes floater {
    0% {
        transform: translateY(-10%);
        transition: ease 0.5s;
    }

    50% {
        transform: translateY(10%);
        transition: ease 0.5s;
    }
}

/* --- */

@media(max-width:1199px){
    .contactos-info h3{
        font-size: calc(2rem + 1.5vw);
    }
}
@media(max-width:991px){
	.contacto h3{
        font-size: calc(.8rem + 1.5vw);
    }
    
    .btn-enviar{
        padding: 1.5vw 20px;
    }
    .contacto-home{
        padding: 2rem 0;
    }
}
@media(max-width:767px){
    .contacto{
        background: #9b2b7f;
    }
	.contacto h3{
        font-size: calc(.6rem + 1.5vw);
    }
    .contacto .form-control, .contacto-home .form-control{
        font-size: .8rem;
    }
    #objetivos-tittle{
        text-align: justify;
    }
}
