@import url("bootstrap.min.css");

/* 
 * Basic CSS starts
 */

@font-face {
    font-family: Sansation-Regular;
    src: url(../fonts/Sansation_Regular.ttf);
}

body{
    font-family: Sansation-Regular;
    background-color: #f9f9f9;
    overflow-x:hidden;
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Sansation-Regular !important;  
}

.msj-validate{
    padding: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 0 3px 3px;
    background-color: #F2DEDE;
    border: solid 1px #EBCCD1 !important;
    color: #A94442;
}

.msj-validate-field{
    border: solid 1px #A94442 !important;
    color: #A94442;
}

.navbar{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0px;
    margin-left: -1px;
    margin-right: -1px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background:#3c8dbc none repeat scroll 0 0;
    border-bottom: 4px solid #2574a2;
    border-top: none;
}

.navbar-collapse{
    padding: 0px;
}

#navbar .nav a{
    font-size: 14px;
    padding: 0px;
    margin: 5px 0 5px 15px;
    /*color: #333;*/
    color: white;
    font-weight: bold;
}

#navbar .nav a:hover{
    border-bottom: solid 2px #f9f9f9;
}

#navbar .nav .active{
    background-color: transparent !important;
    border-bottom: solid 2px #f9f9f9;
}

.navbar-header .text-logo{
    color: white !important;
    font-size: 18px;
    position: absolute;
}

.navbar-header .text-logo label,
.navbar-header .text-logo .span{
    display: block;
}

.navbar-header .text-logo label{
    margin-bottom: -5px !important;
}

.navbar-header .navbar-brand img{
    margin-top: -15px;
}

.navbar-header .navbar-brand,
.navbar-header .text-logo{
    display: inline-block;
    vertical-align: middle;
}

#navbar .clients{
    text-align: right;
}

#navbar .clients > a{
    color: white;
}

footer{
    background-color: #232323;
    padding-top: 10px;
}

#copyright{
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: white;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-top: 10px;
    background-color: #1a1a1a;
}

#portada{
    margin-top: 85px;
    padding-bottom: 0px;
    background-color: #232323;
    border-bottom: solid 5px #2574a2;
}

#portada_b{
    padding-top: 40px;
    padding-bottom: 85px;
    background-color: white;
}

#service {
    background-color: white;
}

#service .col-md-3,
#portada_b .col-md-4{
    text-align: center;
}

#service .col-md-3 strong,
#portada_b .col-md-4 strong{
    display: block;
}

.header-title{
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
}

#service,#aboutus{
    padding-top: 110px;
    padding-bottom: 50px;
}

.header-page{
    color: #222;
    margin-top: -20px;
    padding: 20px;
}

.header-page h2{

    color: #222;
    text-align: center;
    padding: 10px; 
    margin: 0 auto;
    max-width: 1140px;
}

#contact{
    padding-top: 100px;
    padding-bottom: 30px;
}

#contact .frm-contat{
    border: double 1px gainsboro;
    padding: 10px;
    background-color: white;
    height: 100%;
    padding-bottom: 40px;
    border-radius: 3px;
    color: #333;
}

#contact .info-contact{
    padding-left: 20px;
}

#contact textarea{
    max-width: 532px;
    min-width: 532px;
    max-height: 130px;
    height: 130px;
    min-height: 130px;
}

.form-control{
    padding: 5px 10px;
    height: 32px;
    border-radius: 2px;
}

.form-control:focus{
    border-color: gray;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px gray;
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px gray;
}

#contact .info-contact .section-title{
    font-weight: bold;
    font-size: 16px;
}

.btn{
    padding: 5px 10px; 
    border-radius: 3px;
}

.btn.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    background-color: #367fa9;
}

/************************************
************* Movil *****************
*************************************/
@media screen and (max-width: 320px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
        margin-right: 0px;
    }

    #navbar{
        width: 150px;
    }

    #contact textarea{
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        height: 100%;
        min-height: 100%;
    }
}

@media screen and (max-width: 360px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header{
        margin-right: 0px;
    }

    #navbar{
        width: 150px;
    }

    #contact textarea{
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        height: 100%;
        min-height: 100%;
    }
}