/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05-dic-2017, 16:31:13
    Author     : Mixyweb
*/

@import url('https://fonts.googleapis.com/css?family=Nunito:200,400,800');
@import url('https://fonts.googleapis.com/css?family=Varela+Round');


body{
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
}

#section0{
    background: linear-gradient(100deg,#38d29c,#31aded);
    background-image: linear-gradient(100deg, rgb(56, 210, 156), rgb(49, 173, 237));
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}
.portada{
    padding-top: 20vh;
    padding-right: 50vw;
}
.portada h1{
    font-family: 'Varela Round', sans-serif;
    font-weight: 800;
}
.portada h1:first-letter {
  color: #F05F40;
}
.subportada{
    padding-top: 5vh; 
}

/*Menu*/
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

/*css contac-form*/

.controls{
    padding-right: 25px;
}
.form-group{
    background: none;
    border: none;
    outline: none;
    padding-left: 0;
    padding-right: 0;
}
.form-group .form-control{
    background-color: #daeeff;
    border-radius: 0.15rem;
    border-bottom: 0.5px solid #000;
}

.btn-send .btn-success.disabled, .btn-success:disabled{
    background-color: #daeeff;
    opacity: 0.60;
    color: #464a4c;
    border-color: #daeeff;
}

.btn-send .btn-success{
    background-color: #daeeff;
    color: #464a4c;
    border-color: #daeeff;
}

.btn-send .btn-success:hover{
    background-color: #31b0d5;
    color: #fff;
    border-color: #daeeff;
}

.messages .alert-success {
    background-color: #daeeff;
    border-color: #d0e9c6;
    color: #464a4c;
}