
*{
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 300;
}
html{
    height: 100%;
}
body{
    position: relative;
    height: 100%;
    background-color: #e8f7ff;
}

h1, h2, h3, h4, h5, h6{
    color: #ffffff;
}

p{
    font-weight: 300;
}

img{
    background-size: auto;
}

.clearfix{
    clear: both;
}

.error{
    border-color: red !important;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ffffff;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ffffff;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ffffff;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ffffff;
}

.container{
    position: relative;
}

/* ------------------
    Button
-------------------- */
.btn{
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border: 0px solid;
    border-bottom: 2px solid;
    border-color: #c16000;
    padding: 10px 41px;
    border-radius: 5px;
    background: none;
    display: inline-block;
    margin: 10px 0;
    background-color: #ff7f00;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.btn:hover{
    background: #e37600;
    color: #ffffff;
    text-decoration: none;
}

/* ------------------
    Wrapper
-------------------- */
#wrapper{
    min-height: 100%;
    height: 100%;
    width: 100%;
}

/* ------------------
    logo sinagea
-------------------- */
.sinagea{
    background-image: url("../img/Sinagea.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 700px;
    height: 245px;
    margin: 80px 0 20px;
    float: right;
}

/* ------------------
    logo cañete
-------------------- */
.logoCanete{
    background-image: url("../img/Junta_Canete.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 280px;
    height: 450px;
    float: left;
    margin: 0px 50px 50px 0;
    position: relative;
}

@-moz-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-webkit-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-o-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@-ms-keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}
@keyframes mouth {
    0%{  top: 151px;  }
    50%{  top: 153px;  }
    100%{  top: 151px;  }
}


@-moz-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-webkit-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-o-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@-ms-keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}
@keyframes mouth_little {
    0%{  top: 51px;  }
    50%{  top: 52px;  }
    100%{  top: 51px;  }
}

/* ------------------
    Info
--------------------*/
.info{
    position: relative;
    z-index: 999;
}

.info h2{
    font-size: 50px;
    font-weight: 700;
    color: #04ac6c;
}

.info p{
    font-size: 20px;
    font-weight: 500;
    color: #1f326e;
}

/* ------------------
    Animationload
--------------------*/
.animationload {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcf3f2;
    z-index: 999999;
}
.loader {
    background-size: 180px 150px;
    background-repeat: no-repeat;
    margin: 30vh auto;
    position: relative;
    left: -12px;
    background-image: url("../img/Loader.gif");
    background-position: center;
    background-repeat: no-repeat;
	    width: 250px;
    height: 250px;
}
