body{
    font-family: Arial;
}
.title-begin{
    color:white;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
.nosotro-icon{
    border:solid 3px #2372b8 ;
    border-radius: 100%;
    background-color: rgba(0,0,0,0);;
    padding:30px;
    margin-bottom: 40px;
}
.nosotro-icon i{
    position:relative;
    top:5px;
    color:#2372b8;
    font-size: 30px;
}
.down-arrow{
    border:solid 3px white;
    border-radius: 100%;
    background-color: rgba(0,0,0,0);
    padding:15px;
}
.down-arrow i{
    position:relative;
    top:5px;
    color:white;
    font-size: 25px;
}
.head-img{
    background-image: url(images/bg-blindaje.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    padding-top:150px;
    padding-bottom:300px;
}
.type_letrero{
    color:white;
    font-size: 30px;
}
.logo-text{
    font-size: 35px;
}
.blog{
    -webkit-box-shadow: 10px 10px 20px 0px rgba(204,202,204,1);
    -moz-box-shadow: 10px 10px 20px 0px rgba(204,202,204,1);
    box-shadow: 10px 10px 20px 0px rgba(204,202,204,1);
    transition:ease .5s box-shadow;

}
.blog:hover{
    -webkit-box-shadow: 10px 10px 31px 0px rgba(153,153,153,1);
    -moz-box-shadow: 10px 10px 31px 0px rgba(153,153,153,1);
    box-shadow: 10px 10px 31px 0px rgba(153,153,153,1);
}
.blog .text-blog{
    padding:10px;
    margin-bottom: 15px;
}
.menu_header{
    background-color: rgba(46,46,46,.8);
    padding:20px;
    color:white;
    font-size: 17px;
}
.nosotros{
    padding-top:50px;
    padding-bottom: 50px;
}
.menu_servicios{
    cursor:pointer;
}
.panel-default{
    border-left: solid 4px #669df4;
}
/*estilos de contacto*/
.content-header{
    color:#fcc500;
    font-size: 45px;
}

.section-content{
    text-align: center; 

}
#contact{
    padding-top: 60px;
    padding-bottom: 60px;
    background: #2b4762; /* fallback for old browsers */
    /*    background: -webkit-linear-gradient(to left, #3a6186 , #89253e);  Chrome 10-25, Safari 5.1-6 
        background: linear-gradient(to left, #3a6186 , #89253e);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color : #fff;    
}
.contact-section{
    padding-top: 40px;
}


.form-line{
    border-right: 1px solid #B29999;
}

.form-group{
    margin-top: 10px;
}
label{
    font-size: 1.3em;
    line-height: 1em;
    font-weight: normal;
}
.form-control{
    font-size: 1.3em;
    color: #080808;
}
textarea.form-control {
    height: 135px;
    /* margin-top: px;*/
}

.submit{
    font-size: 1.1em;
    float: right;
    background-color: transparent;
    color: #fff;
    transition: ease .5s background-color;

}
.submit:hover{
    background-color: rgba(50,50,50,.5);
    color:white;
}
/*ESTILOS FOOTER*/
.footer_top{
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: solid #ddd 2px;
}
.footer_bottom{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;   
}
/*TERMINAN ESTILOS FOOTER*/
/*ESTILOS REDES SOCIALS SIDEBAR*/

#sticky-social a { 
    text-decoration: none;
}
#sticky-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sticky-social .container {
    margin: 0 auto;
    padding: 20px 50px;
    background: white;
}
#sticky-social {
    z-index: 99;
    left: 0;
    position: fixed;
    top: 150px;
    transition: ease .5s left;
}
#sticky-social a {
    background: #333;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 35px;
    position: relative;
    text-align: center;
    width: 35px;
}
#sticky-social a span {
    line-height: 35px;
    left: -120px;
    position: absolute;
    text-align:center;
    width:120px;
}
#sticky-social a:hover span {
    left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }


/*TERMINA ESTILOS REDES SOCIALES SIDEBAR*/
/*INICA ESTILOS SOCIAL MEDIA BOTTOM*/
@font-face {
    font-family: 'si';
    src: url('social/socicon.eot');
    src: url('social/socicon.eot?#iefix') format('embedded-opentype'),
        url('social/socicon.woff') format('woff'),
        url('social/socicon.ttf') format('truetype'),
        url('social/socicon.svg#icomoonregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family:si;
        src: url(social/socicon.svg) format(svg);
    }
}

.soc {
    overflow:hidden;
    margin:0; padding:0;
    list-style:none;
}

.soc li {
    display:inline-block;
    *display:inline;
    zoom:1;
}

.soc li a {
    font-family:si!important;
    font-style:normal;
    font-weight:400;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);

    overflow:hidden;
    text-decoration:none;
    text-align:center;
    display:block;
    position: relative;
    z-index: 1;
    width: 43px;
    height: 43px;
    line-height: 43px;
    font-size: 23px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-right: 10px;
    color: #ffffff;
    background-color: none;
}

.soc a:hover {
    z-index: 2;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.soc-icon-last{
    margin:0 !important;
}

.soc-facebook {
    background-color: #3e5b98;
}
.soc-facebook:before {
    content:'\e041';
}
.soc-twitter {
    background-color: #4da7de;
}
.soc-twitter:before {
    content:'\e040';
}

/*TERMINA ESTILOS SOCIAL MEDIA BOTTOM*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%
}
.navbar-default{
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 0px;
    background-color: white;
    border-bottom: solid 2px #f99d31
}
.btn-servicios{
    border: solid white 3px;
    background-color: rgba(10,10,10,0);
    color:white;
    border-radius:0px;
    transition: ease .5s  background-color;
}
.btn-servicios:hover{
    color:white;
    background-color: rgba(10,10,10,3);
}
.servicios_home{
    color:black;
    font-size: 25px;
}
.navbar-default .navbar-nav>li>a{
    border-bottom: white 2px solid;
    transition:ease .5s border-bottom,color;
    text-transform:none;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#2372b8;
    border-bottom: #f99d31 2px solid;
}
.dropdown-menu>li>a{
    text-transform:none;
}
.navbar-default .navbar-nav>.active>a{
    background-color: #2372b8;
    color:white;
    border-bottom: #f99d31 2px solid;
    text-transform:none;
}
.navbar-default .navbar-nav>.active>a:hover{
    background-color: #184b98;
    color:white;
    border-bottom: #f99d31 2px solid;
}
.header-middle{
    padding-top:15px;
    padding-bottom: 15px;
    background-image: url('images/bg-header.jpg');
    background-size: cover;
}
.header-top{
    padding-top:5px;
    padding-bottom: 5px;
    background-color: gray;
    color:white;
}
.font_14{
    font-size: 14px;
}
.bjpj{
    background-color: white;
    transition: ease 0.5s background-color;
}
.bjpj:hover{
    background-color: #adc9eb;
}
.bg-white{
    background-image: url(images/back-white.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-size: cover;
    background-color: white;
    padding-top:40px;
    padding-bottom:40px;
}
.bg-poliz{
    background-image: url(images/back-poliz.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #f99d31;
    padding-top:40px;
    padding-bottom:40px;
    color:white;
}
.btn-bjp{
    background-color: #0e539e;
    border-color: #0e539e;
    color:white;
    padding-left: 20px;
    padding-right: 20px;
    transition:ease .5s background-color;
}
.btn-bjp:hover{
    color:white;
    background-color: #012954;
}
.mi_estilo{
    color:rgb(20,100,186);

}
.fixed-call{
    position: fixed;
    z-index: 999;
    top: 50%;
    transform: rotate(-90deg);
    transform-origin: left top 0
}
.fixed-call .tab{
    font-size: 20px;
    color:white;
    background-color: #0e539e;;
    text-align: center;
    padding: 5px 20px;
    -webkit-transition: background-color .2s ease-in;
    -moz-transition: background-color .2s ease-in;
    transition: background-color .2s ease-in;
    cursor: pointer;
}
.fixed-call .tab:hover{
    background-color:#012954;
}
.font-header{
    font-family: 'Roboto', sans-serif;
    text-transform:none;
}
.form-control{
    background-color:#ddd;
}
.whatsapp{
    position:fixed;
    z-index: 999;
    bottom:0px;
    text-decoration: none;
    padding:10px;
}
/*
.form-control::-webkit-input-placeholder { color: #ddd; }   WebKit, Blink, Edge 
.form-control:-moz-placeholder { color: #ddd; }   Mozilla Firefox 4 to 18 
.form-control::-moz-placeholder { color: #ddd; }   Mozilla Firefox 19+ 
.form-control:-ms-input-placeholder { color: #ddd; }   Internet Explorer 10-11 
.form-control::-ms-input-placeholder { color: #ddd; }   Microsoft Edge */