* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #292929;
    line-height: 2em;
    font-weight: 400;
    background: #ffffff;
   
}


.glyphicon { margin-right:10px; }
.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.ocultar {
    display: none;
}

.ocultar_log {
    display: none;
}

.navbar-brand {
    margin-right: 5rem;
        max-width: 185px;
        display: none;
}

.navbar-toggler {
    margin-left: auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    min-height: 400px;
    overflow: hidden;
}

.main-header {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 999;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header .header-top {
    position: relative;
    padding: 10px 0px;
    background: #ffffff;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.espaciado{

    padding-top: 120px;
}

.bd-example{
    padding-top: 180px;
}

.main-header .logo {
    position: relative;
    padding: 0px 0px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}




a:hover {
    text-decoration: none;
    outline: none;
}
a {
    text-decoration: none;
    cursor: pointer;
}

.main-header .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 270px;
}

.header-top-infos {
    font-size: 14px;
    line-height: 20px;
    color: #36404B;
    margin-top: 15px;
}


ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-top-infos > ul > li {
    float: left;
    width: 50%;
    border-right: 1px solid #D3D3D3;
    padding: 0 18px;
}

.header-top-infos > ul > li:last-child {
    border: none;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.header-top-infos li div img {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.header-top-infos li div p {
    float: left;
}
.header-top-infos p {
    margin-bottom: 5px;
}
p {
    position: relative;
    text-align: justify;
    margin-bottom: 0px;
}


.menu {
    background: #ad0000;
}


.menu a {
    color: white !important;
}

.menu a:hover {
    color: black !important;
}

.dropdown-menu {
    margin: 0.5rem 0 0;
    background-color: #b10606;
}



.navbar-light .navbar-toggler {
   
    border-color: rgba(255, 255, 255, 0.91);
}

.dropdown-item.active, .dropdown-item:active {
    
    background-color: rgba(121, 7, 3, 0.48);;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: white !important;
    
    background-color: rgba(121, 7, 3, 0.48);;
}




/*---- SERVICIOS  ----*/


.featured-services {
    position: relative;
    
    
}

.column-view {
    position: relative;
}

.column-view .column-box {
    position: relative;
    margin-bottom: 30px;
}

.column-view .column-box .inner-box:hover {
    box-shadow: 1px 1px 8px #ac0000;
}

.featured-services .column-box .inner-box {
    background: #ffffff;
}
.column-view .column-box .inner-box {
    position: relative;
    display: block;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
    border-radius: 7px;
   
}

.column-view .column-box .image {
    position: relative;
    overflow: hidden;
}

.column-view .column-box .inner-box:hover .image img {
}
.column-view .column-box .image img {
    position: relative;
    display: block;
    width: 100%;
    transition: all 500ms ease-out 50ms;
    -webkit-transition: all 500ms ease-out 50ms;
    -ms-transition: all 500ms ease-out 50ms;
    -o-transition: all 500ms ease-out 50ms;
    -moz-transition: all 500ms ease-out 50ms;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.column-view .column-box .post-content {
    position: relative;
    padding: 15px 20px 20px;
}

.column-view .column-box .post-content h3 {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 500;
}


.red-btn {
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    line-height: 22px;
    font-size: 14px;
    border: 1px solid transparent;
    background: #ac0000;
    color: #ffffff;
    text-transform: uppercase;
}
.theme-btn {
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.featured-services .column-box .text-center {
    text-align: right !important;
}
.featured-services .column-box .text-center .theme-btn {
    float: none;
    vertical-align: middle;
    margin: 0px 7px 5px;
}
.column-view .column-box .text-center .theme-btn {
    float: none;
    display: inline-block;
    margin: 0px 5px 7px;
}
.column-view .column-box .theme-btn {
    float: left;
    margin: 0px 15px 15px 0px;
}

.column-view .column-box:hover .overlay-box {
    opacity: 1;
    -ms-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -op-animation-name: flipInX;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
    -ms-animation-duration: 800ms;
    -moz-animation-duration: 800ms;
    -op-animation-duration: 800ms;
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
        border-radius: 7px;
}
.column-view .column-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 30px 24px 10px;
    overflow: auto;
    color: #ffffff;
    z-index: 3;
    background: #ac0000 url(../img/servicios/fondo.png) -50px -50px no-repeat;
    opacity: 0;
    transition: opacity 500ms ease;
    -webkit-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
}

.column-view .column-box .overlay-box .skew-lines {
    color: #ffffff;
    margin-bottom: 20px;
    padding-left: 50px;
}
.skew-lines {
    position: relative;
    font-size: 18px;
    
}

.column-view .column-box .overlay-box .skew-lines:before, .column-view .column-box .overlay-box .skew-lines:after {
    background: #ffffff;
    height: 18px;
}
.column-view .column-box .overlay-box .text {
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}

.column-view .column-box .theme-btn {
    float: left;
    margin: 0px 15px 15px 0px;
}
.red-btn.style-two {
    background: #0a2751;
}


.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.sec-title {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
        text-align: center;
}

.sec-title h3 {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 500;
}


.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.red-btn:hover {
    box-shadow: 1px 1px 7px black;
}


/*--- MODAL ---*/

.texto_mod {
    text-align: justify;
    padding: 25px;
}


.modal-title {
   
    color: #ac0000;
}



/* Contact Section
--------------------------------*/


#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #AB0000;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  line-height: 24px;
  font-size: 20px;
}

#contact .form #sendmessage {
  color: #03C4EB;
  border: 1px solid #03C4EB;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .form button[type="submit"] {
  background: #a94442;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #AB0000;
}


#footer {
    text-align: center;
    padding: 14px;
    color: rgba(255, 255, 255, 0.80);
    background: #122B52;
}

.chat {
   position: fixed; 
   bottom: 20px; 
   left: 20px; 
}
 
.whatsapp {
    color: #4dc247;
}

.whatsapp:hover {
    color: #1fe614;
}




.ir-arriba {
    display: none;
    padding: 17px;
    font-size: 20px;
    color: #ac0000;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 1;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    font-size: 60px;
}

.ir-arriba:hover {
    color: red;
}


.social-links a {
    color: #ac0000;
}

.social-links a:hover {
    color: red;
}


/*-----CATALOGO------*/

#banner {
   position: relative; 
   margin-top: 185px;
}

.reset {
    position: absolute;
    z-index: 1;
    right: 0;
}

#busqueda{
    position: absolute;
    top: 100px;
    right: 10px;
}

#busqueda form {
    background: #d8d0ef;
    background: -moz-linear-gradient(left, #d8d0ef 0%, #e9ebed 0%, #cec7ec 51%, #cfcae9 59%, #d7d9db 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #d8d0ef), color-stop(0%, #e9ebed), color-stop(51%, #cec7ec), color-stop(59%, #cfcae9), color-stop(100%, #d7d9db));
    background: -webkit-linear-gradient(left, #d8d0ef 0%, #e9ebed 0%, #cec7ec 51%, #cfcae9 59%, #d7d9db 100%);
    background: -o-linear-gradient(left, #d8d0ef 0%, #e9ebed 0%, #cec7ec 51%, #cfcae9 59%, #d7d9db 100%);
    background: -ms-linear-gradient(left, #d8d0ef 0%, #e9ebed 0%, #cec7ec 51%, #cfcae9 59%, #d7d9db 100%);
    background: linear-gradient(to right, #d8d0ef 0%, #e9ebed 0%, #cec7ec 51%, #cfcae9 59%, #d7d9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d8d0ef', endColorstr='#d7d9db', GradientType=1);
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#busqueda form select {
    height: 35px;
    font-size: 14px;
    margin-bottom: 5px;
}

.cont_busqueda {
    width: 450px;
}

#catalogo {
    margin: 25px;
}

#contenedor {
    width: 312px;
    height: 348px;
    box-shadow: 2px 4px 6px #555;
    background: none repeat scroll 0% 0% #FFF;
    transition: all 0.3s ease 0s;
    margin-bottom: 1%;
    display: inline-table;
    text-align: center;
    margin-top: 1%;
    position: relative;
    margin-left: 2%;
    margin-right: 2%;
        border-radius: 7px;
}

#contenedor p{
      position: absolute;  
      margin-left: 5px;
}

#top_menu {
    column-count: 2;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
    font-size: 15px;
    color: white;
}

.d {

    font-size: 13px;
    text-align: left;
    line-height: 16px;
}

.img-responsive {
    width: 75px;
}

#footer .col-md-2 {
    float: left;
    width: auto;
}



/*-----RESPONSIVE------*/

@media only screen and (max-width: 1023px){
.main-header .logo, .main-header .header-top .search-form, .main-header .header-top .user-links {
    /*float: none !important;*/
    width: 100% !important;
    text-align: center;
}

#banner {
    margin-top: -7px;
}

#banner img {
    display: none !important;
}

.cont_busqueda {
    width: 100%;
}

#busqueda {
    position: relative;
    top: 0;
    right: 0;
}


}

@media only screen and (max-width: 767px){
.main-header .logo {
    float: none;
    width: 100%;
}

.main-header {
    position: relative;
}

.bd-example {
    padding-top: 0px;
}
.espaciado {
    padding-top: 0px;
}
.ocultar{
    display:  block !important;
}

.navbar-brand {
    display: none !important;
}

}

@media only screen and (max-width: 767px){
.header-top-infos > ul > li {
    width: 85% !important;
    margin: auto;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 15px;
}


}





@media only screen and (max-width: 991px){
.header-top-infos {
    display: none;
}
.navbar-brand {
    display: none !important;
}




}

@media only screen and (min-width: 768px){
.main-menu .navbar-collapse > ul > li > ul, .main-menu .navbar-collapse > ul > li > ul > li > ul {
    display: block !important;
    visibility: hidden;
    opacity: 0;
}



}