@font-face {
    font-family: shrikhandregular;
    src: url(../fonts/Shrikhand-Regular.ttf);
}
.row {
   margin-right: 0px !important;
   margin-left: 0px !important;
}

.navbar-default{
  padding:1em 0 !important;
  border-bottom:2px solid #ff4d00 !important;
}

.navbar-brand img{
  margin-top:-40px;
}

.navbar-default ul li a {
    color: #003266 !important;
    font-weight: bold !important;
}

#headseguridad{
  position: relative;
  padding:50px 0px;
  background-image: url('../media/monitoreo2.png');
  background-size: cover;
  background-attachment: fixed;
}

#headseguridad h2 {
    color: #fff;
    font-size: 2.5em;
}

#headseguridad p{
  color:#fff;
  font-size:17px;
}

#headseguridad button{
    background-color: #12285c;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    width: 150px;
    margin-top: 20px;
}


#headindex h2 {
    color: #fff;
    font-size: 2.5em;
}

#headindex p{
  color:#fff;
  font-size:17px;
}

#headindex button{
    background-color: #12285c;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border: 0px;
    width: 150px;
    margin-top: 20px;
}

#acercaindex{
  margin:100px auto 10px;
}

#acercaindex h2{
  color: #0b234d;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

#acercaindex p {
    color: #bdc2ce;
}

#serviciosindex {
    background-color: #f2f2f2;
    padding: 3em 0;
    margin: 0px auto;
}

#serviciosindex h2{
  color: #0b234d;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
}

#serviciosindex p{
  color: #bdc2ce;
}

.marser{
  margin:50px auto;
}

.polizasicon{
  margin:20px auto;
}

#serviciosindex button{
  background-color: #12285c;
  padding: 5px;
  color: #fff;
  font-weight: bold;
  border: 0px;
  width: 150px;
  margin-top: 20px;
}

.titularcitoservicios{
  color: #0b234d;
  font-weight: bold;
  margin: 10px;
}

#flota{
  padding: 1em;
  background-size: cover;
  background-image: url(../images/DJI_0058.png);
  background-attachment: fixed;
}

#flota h3{
  color: #fff;
  font-size: 2em;
  font-weight: bold;
}

#flota h5{
  margin-top: 10px;
  color: #fff;
}

#flota img{
  border-radius: 200px;
  border:3px solid #fff;
  width: 100px;
  height: 100px;
  padding: 10px;
}

#flota .row{
  margin:20px auto;
}

#flota h2{
  color: #fff;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 50px;
}

#mapa h2{
  color: #0b234d;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

footer .cf1 {
    background: #1a3b6d;
    padding: 20px 0px;
}

footer .cf2 {
    background: #0d2446;
    padding: 20px 0px;
}

.mt-15 {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 0px;
}

.footer-intro p {
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}

.copy-text{
  font-size: 16px;
}

.acolor {
    color: #ff4d00 ;
}

.acolor:hover {
    color: #ff4d00;
    text-decoration: none;
}

footer {
    color: #fff;
}

footer .facebooklogo {
    width: 50px;
}
.whitenize {
    filter: brightness(0%) invert(100%);
}

#headercontacto{
  background-image: url('../images/DJI_0058.png');
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 15em;
}

#headercontacto h2{
  color:#fff;
  font-size:3.5em;
}

#headercontacto h2::first-letter{
  color:#fff;
  font-size:1.3em;
}

#contacto{
  margin: 70px auto;
}

#contacto h2{
  color:#0b234d;
  font-weight: bold;
  margin-bottom: 30px;
}

#contacto p{
  color:#bdc2ce;
  margin-bottom: 50px;
}

#contacto input{
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #bdc2ce;
  margin-bottom:30px;
  width:100%;
  padding:5px;
}

input::-webkit-input-placeholder {
    color:#0b234d;
    font-size:14px;
}
input::-moz-placeholder {
    color:#0b234d;
    font-size:14px;
}

#contacto input:hover, #contacto input:focus, #contacto input:active{
  outline: inherit;
}

#contacto textarea{
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px solid #bdc2ce;
  margin-bottom:30px;
  width:100%;
  padding:5px;
}

textarea::-webkit-input-placeholder {
  color:#0b234d;
  font-size:14px;
}
textarea::-moz-placeholder {
  color:#0b234d;
  font-size:14px;
}

#contacto textarea:hover, #contacto textarea:focus, #contacto textarea:active{
  outline: inherit;
}

.colospan{
  color:#0b234d;
}

.btncontacto{
  background-color:#12285c;
  padding:5px;
  color:#fff;
  font-weight: bold;
  border:0px;
  width: 150px;
  margin-top: 20px;
}

.btncontacto:focus{
  outline: inherit;
}

#contacto .fa{
  font-size:20px;
  color:#0b234d;
}

.textcontacto{
  margin-top: 20px;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ff4d00 !important;
}

.carousel {
   position: inherit !important;
}

.textofijo{
  position: absolute;
  margin-top: -700px;
  margin-left: 350px !important;
}

@media all and (min-width: 768px) and (max-width: 1600px) {
  .textofijo{
    position: absolute;
    margin-top: -523px;
    margin-left: 92px;
  }
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}

.container{
  margin-left: 0px ;
  margin-right: 0px ;
}

.map h3{
  font-size: 16px;
}

.page-title .container {
    position: relative;
}

.page-title .breadcrumb {
    position: absolute;
    background-color: transparent;
    width: auto;
    top: 50%;
    left: auto;
    right: 30px;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 12px;
}

.margenbread{
  margin-top:50px;
}

.cuadroblanco{
  height: 420px;
  padding: 32px;
  background-color:transparent;
  max-height: 500px;
  transition: all 0.5s ease;
}


.cuadroblanco:hover{
  height: 485px;
  padding: 32px;
  color:#fff;
  background-color:#0b234d;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  max-height: 500px;
}


.bottomservices{
  margin-bottom: 50px;
}

#serviciosindex ul li{
  color:#bdc2ce;
}

#protocolos{
  margin: 100px auto;
}

#protocolos h2{
  color: #0b234d;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}

#protocolos ul li{
  font-size: 21px;
  color:#bdc2ce;
  list-style-type: none;
}

#protocolos ul{
  margin-top:70px;
}
