/*
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 : 01-feb-2016, 15:12:12
    Author     : Byorn Rocha 
*/


.contac-infor{
    background: url(../../img/contacto/DECONOVA_CONTACTO_img_fondo_google_maps.jpg)no-repeat ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;float: left;width: 54%;}

.sub_tit-contact{
    font-family: 'Nexa-Book';
    position: relative;
    float: right;
    text-align: right;
    top: -12px;
    font-size: 23px;
    width: 74%;
    margin: 0px 13%;

}

.contac-infor h2 {
    position: relative;
    float: left;
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin: 25px 0 0 0;
}
.contac-infor p {
    position: relative;
    float: left;
    width: 100%;
    color: #f7faff;
    font-family: 'Nexa-Light';
    font-size: 18px;
    text-align: center;
}
.contac-infor-social{
    position: relative;
    float: left;
    width: 54%;
    min-height: 400px
}
.contac-infor-social-icon{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #acd642;
    border-left:  3px solid #fff;
    border-top:  3px solid #fff;
    min-height: 200px;
    width: 49%;
    width: -moz-calc(100% - 3px);
    width: -webkit-calc(100% - 3px);
    width: calc(100% - 3px);

}

.contac-infor-social-icon:hover{
    background-color: #3a5795;
}
.social-icon-p:hover{
    background-color: #bd081c;
}
.social-icon-t:hover{
    background-color: #55acee;
}
.social-icon-i:hover{
    background-color: #125688;
}
.social-icon-w:hover{
    background-color: #95c4d6;
}
.social-icon-t{
    background-color: #6aaa43;
}
.social-icon-i{
    background-color: #6aaa43;
}
.social-icon-s{
    background-color: #acd642;
}
.social-icon-s:hover{
    background-color: #ebe800;
}
.social-icon-p{
    background-color: #acd642;
}
.social-icon-w{
    background-color: #6aaa43;
}

.contac-form{position: relative;float: left;width: 46%;
             background: url(../../img/contacto/DECONOVA_CONTACTO_img_fondo.jpg)no-repeat;
             -webkit-background-size: cover;
             -moz-background-size: cover;
             -o-background-size: cover;
             background-size: cover;
             min-height: 793px}
.container-form{
    position: relative;
    float: left;
    width: 75%;
    margin: 50px  0 0 13%;
}
.tit-contact {
    margin-top: 25%;
    letter-spacing: -4px;
    position: relative;
    float: left;
    font-family: 'Nexa-Heavy';
    width: 100%;
    text-align: center;
    font-size: 86px;}
.color-v-contact {color:#acd642}

.tit-form-cont{
    position: relative;
    float: left;
    width: 20%;
    font-size: 20px;
    margin: 0;
}
.inputs{
    position: relative;
    float: left;
    width: 80%;
    height: 20px;
    font-size: 16px;
    color: #fff;
    margin: 0 0 20px  0;
    padding: 0;
    border: none;
    border-bottom: 2px solid #f7faff;;
    background: none
}
.inputs2{
    width: 40%;
}
.container-form textarea{
    position: relative;
    float: left;
    width: 79%;
    height: 20px;
    border: none;
    color: #fff;
    font-family: 'Nexa-Light';
    font-size: 16px;
    background: none;
    margin: 0 0 20px  0;
    border-bottom: 2px solid #f7faff;
}
.btn {
    position: relative;
    float: left;
    border: 2px solid #acd642;
    width: 30%;
    height: 37px;
    line-height: 2.5;
    text-align: center;
    background: none;
    margin: 20px 0 39px 35%;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
}
.btn3{
    line-height: 2; 
}
.gif{
    position: relative;
    float: left;
    margin: 20px 0 39px 43%;

    display: none;
}
.mensaje-eror{position: relative;
              float: left;
              width: 100%;
              font-size: 14px;
              text-align: center;
              color: #d4002a}
@media all and (max-width: 1200px) {
    .container-form{width: 90%;margin: 20px 5%;}
    .tit-contact{font-size: 80px;}}

@media all and (max-width: 1024px) {
    .contac-form{width: 80%;margin: 0 10%}
    .contac-infor {width: 80%;margin: 0 10%}
    .contac-infor-social{width: 80%;margin: 0 10%}
    .contac-infor-social-icon{
        width: -moz-calc(100% - 4px);
        width: -webkit-calc(100% - 4px);
        width: calc(100% - 4px);
        border-left:  2px solid #939598;
        border-right:  2px solid #939598;
        border-bottom:   2px solid #939598;
    }
}
@media all and (max-width: 800px) {
    .contac-form{width: 100%;margin: 0}
    .contac-infor {width: 100%;margin: 0}
    .contac-infor-social{width: 100%;margin: 0}
}
@media all and (max-width: 600px) {.btn{    margin: 20px 0 39px 40%;}}
@media all and (max-width: 480px) {
    .tit-contact{font-size: 50px;}
    .contac-infor-social-icon{min-height: 150px}
    .tit-form-cont{width: 90%}
    .inputs{width: 90%}.inputs2{width: 40%;margin: 6px 0 0 0}
    .btn{    margin: 20px 0 39px 30%;}
}