@font-face {
    font-family: open-sans-semibold;
    src: url(../fonts/open-sans-semibold.ttf);
}
@font-face {
    font-family: open-sans-bold;
    src: url(../fonts/open-sans-bold.ttf);
}
@font-face {
    font-family: trebuchet-ms ;
    src: url(../fonts/trebuchet-ms.ttf);
}
.only-mobile {
  display: none !important;
}
.only-desktop {
  display: block !important;
}
p {
  color: #FFFFFF;
  font-family: open-sans-bold;
}
h3 {
  color: #FFFFFF;
  text-align: center;
  font-family: open-sans-bold;
}
a:hover {
  text-decoration: none;
}
.sprite-iconos {
  float: left;
  height: 47px;
  width: 50px;
  background-image: url(../img/sprite-iconos.png);
  background-position: 0 0;
}

/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #3a709a;
    z-index: 1100;
}
#loader {
    width: 132px;
    height: 65px;
    position: absolute;
    left:50%; top:50%;
    margin:-32Px 0 0 -66px;
}

/* MENÚ */

.navbar-brand {
  width: 165px;
  height: 53px;
  padding: 5px;
}

.navbar-nav{
  margin-left: 50px;
}
.navbar{
  margin-bottom: 0;
}

.navbar-default .navbar-nav li a {
  font-family: open-sans-bold;
  color:#fff;
  font-size:12px;
}
.navbar-default .navbar-nav li:hover a {

  color:#2c5473;
}

#img-whatsapp {

  position: absolute;
  top: 6px;
  left: -30px;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  transition: top 0.8s;

}
.navbar-default .navbar-nav li:hover #img-whatsapp {

  opacity: 0.7;

}

.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .active>a:hover {

  color:#2c5473;
  background-color: #fff;
  padding-bottom: 19px;
}
.navbar-default .navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover {
  color:#2c5473;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1032;
    top: 0;
    left: 0;
    background-color: #6e7748;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.overlay a {
    padding: 30px 5px 25px!important;
    text-decoration: none;
    font-size: 40px;
    color: #fff;
    display: block;
    transition: 0.3s;
    font-family: alegreyasc-regular;
    border-bottom: 1px solid #7f8653;
    text-align: center;
    width: 600px;
    margin: 0 auto;
}

.overlay li:last-child a {

    border-bottom: none;

}

.overlay a:hover, .overlay a:focus {

    opacity: 0.1;
}

.overlay .closebtn {
    position: absolute;
    font-size: 50px;
    top: 0;
    right: 20px;
    font-family: agaramondpro-bolditalic ;
    color: #fff;
    cursor: pointer;
}

.overlay li {
    width: 100%;
}
.overlay a:hover, .overlay a:focus {

    background-color: transparent !important;
    opacity: 0.7;
}

.navbar-default{
    background-color: #3a709a;
    height: 65px;
    border-color:transparent;
    border-radius: 0px;
}
.navbar-custom .affix-top {

    opacity: 1;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition:  all  0.8s;
}

.navbar-toggle {
    border-color: transparent !important;
    position: absolute;
    top: 0;
    right: 0;
}
.navbar-toggle:hover {
    background-color: transparent !important;
}

.navbar-custom .navbar-brand {
  height: auto;
  display: block;
  float: left;
  padding: 7px;
  -webkit-transition: padding 0.8s;
  -moz-transition: padding 0.8s;
  transition: padding 0.8s;
}

.affix-top .navbar-brand img{
  width: 150px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.affix-top .navbar-nav li a{
  padding-top:20px;
  -webkit-transition: padding 0.8s;
  -moz-transition: padding 0.8s;
  transition: padding 0.8s;
}
.affix .navbar-brand img{
  width: 120px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}
.affix .navbar-nav li a{
  padding-top:15px;
  -webkit-transition: padding 0.8s;
  -moz-transition: padding 0.8s;
  transition: padding 0.8s;
}
.affix #img-whatsapp {

    top: 2px;
    -webkit-transition: top 0.8s;
    -moz-transition: top 0.8s;
    transition: top 0.8s;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #EEE9CC;
    width: 40px !important;
    margin-bottom: 10px;
}
.navbar-custom.affix {
    height: 54px;
    display: block!important;
    background-color: #3a709a;
    opacity: 1;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    transition: all 1.2s;
}
.navbar-custom.affix .navbar-brand {

    padding: 5;
    -webkit-transition: padding 1.2s;
    -moz-transition: padding 1.2s;
    transition: padding 1.2s;
}
.navbar-toggle {
    margin-top: 4px;
}
#num-whatsapp{
  font-family: open-sans-bold;
  color: #fff;
  font-size: 14px;
}
/* estilos section principal */

#principal {
  position: relative;
}
#principal .container-fluid {
  padding: 0;
}
.carousel-indicators .active {

    background-color: #2c5473;
    padding: 2px;
    border: none;
}
.carousel-indicators li {
  background-color: #e85d10;
  border-radius: 0;
  border: none;
}
.carousel-indicators {
    bottom: 80px;
}
.carousel-caption {

  bottom:80px;
}
.caption-left {

  top: 232px;
  left: 20%;
  bottom: 100%;
  right: 100%;
}

.carousel-caption p {
  color: #fff;
  font-family: open-sans-semibold;
  font-size: 30px;
  bottom:180px;
}
.caption-left h3{
  width: 350px;

}
.label-carousel-large {
  width: 350px !important;
}

#btn-cotizar {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 40px;
  right: 40px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
#btn-cotizar:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
#btn-cotizar img{
  width: 75px;
}

/* estilos companias */

#companias {
  padding: 75px 0 50px;
}
.owl-item {
  float: left;
}
.title-section {
  font-family: open-sans-bold;
  font-size: 28px;
  color: #2c5473;
  text-align: center;
  padding-bottom: 20px;
  margin: 0 0 30px;
}
.title-white {
  color: #fff;
}


/* estilos coberturas */
#coberturas {
  padding: 50px 0;
  background-color: #2c5473;
}
.wrapper-cobertura {
  min-height: 230px;
  cursor: pointer;
}
.img-cobertura {
  width: 150px;
  height: 150px;
  background-image: url("../img/sprite-coberturas.png");
  background-position: 0 0;
  margin: 0 auto 10px;
}
.wrapper-cobertura:hover .img-cobertura {

  background-image: url("../img/sprite-coberturas-hover.png");
}

  #cobertura-moto{
    background-position: -160px 0 ;
  }
  #cobertura-vida{
    background-position: -322px 0 ;
  }
  #cobertura-viajero{
    background-position: -485px 0 ;
  }
  #cobertura-hogar {
    background-position: -645px 0 ;
  }
  #cobertura-art{
    background-position: -810px 0 ;
  }
  #cobertura-personal{
    background-position: -970px 0 ;
  }
  #cobertura-comercio{
    background-position: -1132px 0 ;
  }
  #cobertura-retiro{
    background-position: -1295px 0 ;
  }
  #cobertura-caucion {
    background-position: -1456px 0 ;
  }
  #cobertura-civil{
    background-position: -1620px 0 ;
  }



.cobertura-txt {
  font-family: open-sans-bold;
  font-size:24px;
  color: #fff;
  text-align: center;
}

/* estilos section horarios  */

#horarios {
  padding: 50px 0;
  background-image: url(../img/background-horarios.jpg);
  background-attachment: fixed;
  background-size: cover;

}
#wrapper-col-horarios {
  border-right: 1px solid #2c5473;
}
#wrapper-col-horarios-last {
  border-left: 1px solid #2c5473;
}
.txt-horarios {
    font-family: open-sans-bold;
    color: #2c5473;
    font-size: 24px;
    text-align: center;
}

/* estilos section siniestros */

#siniestros {
  padding: 50px 0;
  background-color: #e85d10;
}
.btn-siniestros {
  width: 465px;
  height: 54px;
  margin: 10px auto;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}
.btn-siniestros:hover {
  background-color: #2c5473;
}
.txt-siniestros-btn {
  font-family: open-sans-semibold;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: 52px;
}

/* estilos section ubicacion  */

#ubicacion  {
  padding: 0;
}
#ubicacion .container-fluid {
  padding: 0;
}
#mapa-ubicacion {
  height: 500px;
  width:100%;
}

/* estilos section contacto  */

#contacto  {
  padding: 50px 0;
  background-image: url(../img/background-contacto.jpg);
  background-attachment: fixed;
  background-size: cover;
}
#contacto input, #contacto textarea {
  background-color: transparent !important;
  text-align: left;
  color: #2c5473 !important;
  border: 1px solid #2c5473!important;
}
#contacto ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2c5473 !important;
    opacity: 1; /* Firefox */
    text-align: left;
    font-family: open-sans-bold;
}

#contacto :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2c5473 !important;
    text-align: center;
    font-family: open-sans-bold;
}

#contacto ::-ms-input-placeholder { /* Microsoft Edge */
    color: #2c5473 !important;
    text-align: left;
    font-family: open-sans-bold;
}

.btn {

    border: 1px solid #2c5473;
    border-radius: 4px;
    background-color: transparent;
    color: #2c5473;
    font-family:open-sans-bold;
    margin: 10px 0 0;
    float: right;
}
.btn:hover {
  background-color: #2c5473;
  color: #fff;
}

.txt-datos-contacto {
  color: #2c5473;
  font-size: 22px;
  font-family: open-sans-bold;
  line-height: 47px;
}
.li-datos-contacto {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
#cel-contacto {
  background-position: 40px 0;
  width:40px;
  margin-right:20px;
}
#whatsapp-contacto {
  background-position: -58px 0px;
  margin-right:6px;
}
#mail-contacto {
  background-position: 105px 0;
  margin-right:7px;
}
.help-block li {
  color: #2c5473 !important;
  opacity: 1; /* Firefox */
  text-align: left;
  font-family: open-sans-bold;
  font-size: 12px;
  list-style: none;
}
#cotizarModal .help-block li {
  color: #fff !important;
}


footer {
  padding: 50px 0;
  background-color: #2c5473;
}
#logo-ossn {
    margin-bottom: 50px;
}
.txt-footer-bajada {
  font-family: trebuchet-ms;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#wrapper-info-footer {
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 364px;
}
.titulo-info-footer {
  font-family: open-sans-bold;
  font-size: 18px;
  color: #fff;
}
.txt-info-footer {
  font-family: open-sans-semibold;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

/*********MODALES**************/
@media (min-width: 768px) {
  .modal-dialog {
    width: 900px;
  }
}


.modal-content {
  background-color: #2c5473;
}
.modal-header {
  border: none;
}
.close {
  font-size: 28px;
  color: #fff;
  opacity: 0.8;
  margin: -20px 25px 0 0;
}
.modal-body {
    position: relative;
    padding: 25px;
}
.img-cobertura-modal {
  width: 150px;
  height: 150px;
  background-image: url("../img/sprite-coberturas-hover.png");
  background-position: 0 0;
  margin: 0;
  float: left;
}

.wrapper-titulo-modal {
  margin-top: 40px;
  height: 75px;
  float: left;
}

.titulo-modal {
  color: #fff;
  font-size: 28px;
  font-family: open-sans-bold;
  padding-left: 20px;
}
.txt-modal {
  font-family: open-sans-semibold;
  font-size: 20px;
  color: #fff;
  padding:0 90px 0 150px;
  text-indent: -10px;
}
.txt-modal-largo {
  font-family: open-sans-semibold;
  font-size: 20px;
  color: #fff;
  padding:0 90px 0 150px;
}

.sangria-modal {

  padding: 0 100px 0 200px;
  font-size: 18px;
}

#cotizarModal .container{
  background-color: #2c5473;
  padding: 50px 0;
}

.titulo-cotizar {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-family: open-sans-bold;
}
.txt-cotizar {
  color: #fff;
  font-family: open-sans-semibold;
  font-size:24px;
  text-align: center;
}
.titulo-seccion-cotizar {

  font-family: open-sans-bold;
  font-size: 26px;
  color: #fff;
  text-align: left;
  padding: 10px 0;

}
#cotizarModal select {
  width: 100%;
  background-color: transparent;
  color: #fff;
  height: 36px;
  border-color: #fff;
  background-color: #2c5473;
}
#cotizarModal input {
  background-color: transparent;
  color:#fff;
  border-color: #fff;
}
.form-check-label {
  width: 250px;
  color: #fff;
  font-family: open-sans-semibold;
}
#cotizarModal ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
    text-align: left;
    font-family: open-sans-semibold;
}

#cotizarModal :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    text-align: center;
    font-family: open-sans-semibold;
}

#cotizarModal ::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
    text-align: left;
    font-family: open-sans-semibold;
}
#btn-enviar-cotizador {
    border-radius: 4px;
    background-color: #e85d10;
    color: #fff;
    font-family: open-sans-bold;
    float: right;
    margin-top: 50px;
}
#btn-enviar-cotizador:hover {
    opacity: 0.7;
}

.titulo-modal-siniestros {
  color: #fff;
  font-size: 28px;
  font-family: open-sans-bold;
  text-align: center;
}
.txt-modal-siniestros {
  font-family: open-sans-semibold;
  font-size: 18px;
  color: #fff;
  padding:0 50px 0 100px;

}
#wrapper-btn-art {
  width: 100%;
  padding: 0 50px 0 100px;
  height: 70px;
  margin: 20px 0;
}
.btn-donwload-siniestros {

  width: 200px;
  height: 60px;
  margin-right: 10px;
  background-color: #E85D10;
  padding: 5px;
  border-radius: 5px;
  float:left;
  border: 1px solid #fff;
}
.btn-donwload-siniestros:hover {
  opacity: 0.7;
}
.txt-btn {
  text-align: center;
  font-family: open-sans-semibold;
  font-size: 14px;
}
/* Estilos mobile  */

@media (max-width: 770px) {

  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-nav {
    margin: 0;
    background-color: #2c5473;
  }
  #img-whatsapp {
    display: none;
  }
  .label-carousel-large {
    width: 250px !important;
  }
  .carousel-indicators {
    bottom: 20px;
}
  .title-section {
    font-size: 24px;
  }
  .wrapper-cobertura {
    min-height: 235px;
  }
  .cobertura-txt {
    font-size: 18px;
  }
  .btn-siniestros{
    width: 100%;
  }
  .txt-siniestros-btn {
    font-size: 20px;
  }
  #logo-ossn, #logo-footer {
    width: 100%;
  }
  #list-datos-contacto {
    padding: 0;
    float: left;
  }
  .txt-datos-contacto {
    font-size: 18px;
  }
  #wrapper-info-footer {
    width: 100%;
  }
  .titulo-info-footer {
    font-size: 16px;
  }
  .txt-modal {
    padding: 5px;
  }
  .txt-modal-largo {
    padding:5px;
  }
  .sangria-modal {
    padding: 5px 5px 5px 35px;
  }
  .titulo-modal-siniestros {
    text-align: center;
  }
  .txt-modal-siniestros {

    padding: 5px;

  }
  #wrapper-btn-art {
    width: 100%;
    height: 150px;
    padding: 5px 0;
  }
  .btn-donwload-siniestros {
    margin: 0 0 15px 0;

    float: none;
  }
  #wrapper-col-horarios {
    border-right: none;
  }
  #wrapper-col-horarios-last {
    border-left: none;
  }
  #coberturas .col-xs-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

}
