


/* ******** SUB HEADER ********* */
#header_soporte{
    position: relative;
    background-color: #3f7192;
    background-image: url(../imgs/soporte/header_soporte.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    padding-top: 65px;
    z-index: 3;
    box-shadow: 0px 5px 30px 1px rgba(0,0,0,.5);
}


h1{
    text-align: center;
    color: #fff;
    font-size: 2.7em;
    line-height: 1.5em;
    padding-top: 1.5em;
    font-weight: 100;
    letter-spacing: .05em;
    text-shadow: 3px 3px 5px rgba(0,0,0,.4);
}











/* ********* SOPORTE CONT 1 ********* */
#soporte_cont1{
    position: relative;
    width: 100%;
    z-index: 2;
}
.bcg {
    position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: auto;
	width: 100%;
}
#soporte_cont1 .bcg {
    background-image:url(../imgs/soporte/bg01.jpg);
}

#soporte_cont1_wrapper{
    position: relative;
    width: 1000px;
    height: auto;
    margin: auto;
    padding-top: 50px;
}
#soporte_cont2_wrapper{
    position: relative;
    width: 1000px;
    height: auto;
    margin: auto;
    padding-top: 50px;
}
.margin_cont01{
    height: 50px;
    width: 50px;
}
.pleca_titulo{
    width: 100%;
    height: 70px;
    background-color: #085871;
}
.wrapper_titulo{
    width: 1000px;
    margin: auto;
}
#icono01, #icono02{
    width: 55px;
    height: 55px;
    margin-top: 10px;
    margin-right: 10px;
    background-image: url("../imgs/soporte/ico_soporte01.svg");
    display: inline-block;
    vertical-align: middle;
}
#icono02{
    background-image: url("../imgs/soporte/ico_soporte02.svg");
}
h2{
    font-family: calibri;
    font-size: 2em;
    margin-top: 10px;
    color: #fff;
    font-weight: normal;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
#text_cel{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 3em;
    color: #777
}
#text_mail{
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.5em;
    color: #555;
}





/* ***** FORMULARIO ****** */
.info_soporte_a{
    width: 100%;
    margin-bottom: 20px;
}
.info_soporte_b{
    width: 49.5%;
    margin-bottom: 20px;
    display: inline-block;
}
.label{
    font-size: 1.3em;
    color: #085871;
    margin-bottom: 6px;
}
input, textarea{
    font-family: arial;
    font-size: 15px;
    line-height: 15px;
    border:1px solid #999;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:3px;
    background-color: rgba(256, 256, 256, .5);
} 
input{
    height: 2.5em;
    width: 95%;
    padding-left: 1%;
}
select{
    width: 96%;
    height: 2.5em;
    font-family: arial;
    font-size: 15px;
    border:1px solid #999;
    background-color: rgba(256, 256, 256, .5);
}
.fullC{
    width: 96.5%;
}
textarea{
    width: 96.5%;
    height: 100px;
    padding-left: 1%;
    padding-top: 1%;
    resize: none;
}

button{
    background-color: #0f7f9f;
    
    background: -webkit-gradient(linear, left top, left bottom, from(#3da8b6), to(#085871));
    background: -webkit-linear-gradient(top, #3da8b6, #085871);
    background: -moz-linear-gradient(top, #3da8b6, #085871);
    background: -ms-linear-gradient(top, #3da8b6, #085871);
    background: -o-linear-gradient(top, #3da8b6, #085871);
    background: linear-gradient(top, #3da8b6, #085871);
    
    border: 1px solid #3da8b6;
    border-bottom: 1px solid #085871;
    border-radius: 3px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    
    box-shadow: inset 0 1px 0 0 #a0cfd2;
    -webkit-box-shadow: 0 1px 0 0 #a0cfd2 inset ;
    -moz-box-shadow: 0 1px 0 0 #a0cfd2 inset;
    -ms-box-shadow: 0 1px 0 0 #a0cfd2 inset;
    -o-box-shadow: 0 1px 0 0 #a0cfd2 inset;
    
    text-shadow: 0 -1px 0 #013c3d;
    
    font-size: 1.3em;
    color: #fff;
    line-height: 2.5em;
    
    width:180px;
    height: 2.5em;
    display: block;
    margin: auto;
    margin-left: 795px;
    margin-top: 30px;
    margin-bottom: 80px;
}
button:hover{
    opacity: .85;
}