@font-face {
  font-family: 'Baloo2Bold';
  src: url('../../fonts/site/baloo-2/baloo2-bold-webfont.woff');
}
@font-face {
  font-family: 'Baloo2SemiBold';
  src: url('../../fonts/site/baloo-2/baloo2-semibold-webfont.woff');
}
@font-face {
  font-family: 'MontserratBold';
  src: url('../../fonts/site/montserrat/montserrat-bold-webfont.woff');
}
@font-face {
  font-family: 'MontserratRegular';
  src: url('../../fonts/site/montserrat/montserrat-regular-webfont.woff');
}
@font-face {
  font-family: 'MontserratBoldItalic';
  src: url('../../fonts/site/montserrat/montserrat-bolditalic-webfont.woff');
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('../../fonts/site/montserrat/montserrat-semibold-webfont.woff');
}
.clear {
  clear: both;
}
.espacio {
  height: 20px;
}
.fa-refresh.fa-spin {
    -webkit-animation: fa-spin 1s infinite steps(4);
    animation: fa-spin 1s infinite steps(8);
    animation-name: fa-spin;
    animation-duration: 1s;
    animation-timing-function: steps(8, end);
    animation-delay: initial;
    animation-iteration-count: infinite;
    animation-direction: initial;
    animation-fill-mode: initial;
    animation-play-state: initial;
    margin-left: 3px;
}

body {
  font-family: 'MontserratRegular';
  font-size: 16px;
}
b {
  font-family: 'Baloo2Bold';
}
.semibold-baloo2 {
  font-family: 'Baloo2SemiBold';
}
.bold-mont {
  font-family: 'MontserratBold';
}
.semibold-mont {
  font-family: 'MontserratSemiBold';
}
.italic-mont {
  font-family: 'MontserratItalic';
}
.bold-italic-mont {
  font-family: 'MontserratBoldItalic';
}
header .semibold-mont {
  font-size: 0.75em;
  line-height: 15px;
}
header .text-green {
  font-size: 0.95em;
}
footer .semibold-mont {
  font-size: 0.9em;
}
footer .btn-green {
  font-size: 1.3em;
}
#tbodyCotizaciones.modalClienteOpen {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
header .top {
  padding-top: 20px;
  padding-bottom: 10px;
}
header .top .nav {
  font-size: 18px;
  text-align: center;
  line-height: 74px;
}
header .top .nav li {
  float: none;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
header .top .nav li a {
  padding: 6px 30px;
  line-height: 18px;
}
header .top .nav .login {
  background: #0b00ea;
  color: #FFF;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  -ms-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
}
header .top .nav .login:hover,
header .top .nav .login:focus {
  background: #0063ea;
}
header .top .nav .cotizar {
  background: #f11616;
  color: #FFF;
  -webkit-transition: background 0.15s ease-in;
  -moz-transition: background 0.15s ease-in;
  -ms-transition: background 0.15s ease-in;
  -o-transition: background 0.15s ease-in;
  transition: background 0.15s ease-in;
  margin-left: 10px;
  margin-right: 10px;
}
header .top .nav .cotizar:hover,
header .top .nav .cotizar:focus {
  background: #ff4646;
}
header .top .nav .aMenu {
  color: #001b72;
  border-left: 2px solid #001b72;
  border-right: 2px solid #001b72;
  border-radius: 0px;
  padding-left: 8px;
  padding-right: 8px;
}
header .top .nav .dropdown:hover ul.dropdown-menu {
  display: block;
}
header .top .nav .dropdown .dropdown-menu {
  background: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  box-shadow: none;
  border: none;
}
header .top .nav .dropdown .dropdown-menu li {
  display: block;
}
/*header .top .nav .dropdown .dropdown-menu li a {*/
/*  color: #001b72;*/
/*  font-family: 'LatoLight';*/
/*  font-size: 20px;*/
/*  background-image: url('../../img/site/sombra-menu-links.png');*/
/*  background-position: center bottom;*/
/*  background-size: 100% 2px;*/
/*  background-repeat: no-repeat;*/
/*  display: block;*/
/*  padding: 6px 6px 10px;*/
/*  background-color: transparent;*/
/*  -webkit-transition: color 0.15s ease-in-out;*/
/*  -moz-transition: color 0.15s ease-in-out;*/
/*  -ms-transition: color 0.15s ease-in-out;*/
/*  -o-transition: color 0.15s ease-in-out;*/
/*  transition: color 0.15s ease-in-out;*/
/*}*/
header .top .nav .dropdown .dropdown-menu li a:hover,
header .top .nav .dropdown .dropdown-menu li a:focus {
  color: #F11616;
}
header .top .nav .dropdown .dropdown-menu li:last-child a {
  background-image: none;
}
header .top .telefonos {
  /*line-height: 74px;
  padding-top: 10px;*/
}
header .top .telefonos i {
  font-size: 24px;
  vertical-align: sub;
}
header .top .telefonos p {
  color: #7c7c7c;
  font-size: 13px;
}
/*header .top .social {*/
/*  line-height: 74px;*/
/*  color: #7c7c7c;*/
/*}*/
/*header .top .social a {*/
/*  display: inline-block;*/
/*  vertical-align: middle;*/
/*  zoom: 1;*/
/*  !* Fix for IE7 *!*/
/*  *display: inline;*/
/*  !* Fix for IE7 *!*/
/*  height: 30px;*/
/*  width: 30px;*/
/*  text-align: center;*/
/*  line-height: 30px;*/
/*  color: #FFF;*/
/*  -webkit-transition: background 0.15s ease-in;*/
/*  -moz-transition: background 0.15s ease-in;*/
/*  -ms-transition: background 0.15s ease-in;*/
/*  -o-transition: background 0.15s ease-in;*/
/*  transition: background 0.15s ease-in;*/
/*  margin-left: 5px;*/
/*}*/
/*header .top .social a.fb {*/
/*  background: #0063EA;*/
/*  border-radius: 100%;*/
/*}*/
/*header .top .social a.gp {*/
/*  background: #f11616;*/
/*  border-radius: 100%;*/
/*}*/
/*header .top .social a:hover,*/
/*header .top .social a:focus {*/
/*  background: #7c7c7c;*/
/*}*/
header .top .logo-sub {
    font-size: 13px;
    line-height: 0;
    position: absolute;
    top: -8px;
    left: 18px;
}

header .bottom {
  /*background: url('../../img/site/fondo-header.png') center top;*/
  /*background-size: cover;*/
  /*height: 560px;*/
  /*position: relative;*/
  /*-webkit-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*-moz-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
}
header .bottom .haceClick {
  background-image: url('../../img/site/hace-click.png');
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  left: 24%;
  bottom: 2%;
  width: 180px;
  height: 180px;
}
header .bottom .cotizarAhora {
  cursor: pointer;
  background-image: url('../../img/site/cotizar-ahora.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 50%;
  bottom: 5%;
  display: block;
  width: 180px;
  height: 180px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
header .bottom .cotizarAhora:hover,
header .bottom .cotizarAhora:focus {
  transform: scale(1.1);
}
header .bottom .queLlamen {
  cursor: pointer;
  background-image: url('../../img/site/que-llamen.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 38%;
  bottom: 8%;
  display: block;
  width: 140px;
  height: 140px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
header .bottom .queLlamen:hover,
header .bottom .queLlamen:focus {
  transform: scale(1.1);
}

.main {
  /*-webkit-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*-moz-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
}
.main .selector {
  /*-webkit-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*-moz-box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /*box-shadow: inset 0px 5px 15px -5px rgba(25, 25, 25, 0.75);*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003bff+0,0037ff+7,0107c6+85,0403bc+100 */
  background: #003bff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwM2JmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjMDAzN2ZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODUlIiBzdG9wLWNvbG9yPSIjMDEwN2M2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA0MDNiYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, #003bff 0%, #0037ff 7%, #0107c6 85%, #0403bc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #003bff), color-stop(7%, #0037ff), color-stop(85%, #0107c6), color-stop(100%, #0403bc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #003bff 0%, #0037ff 7%, #0107c6 85%, #0403bc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #003bff 0%, #0037ff 7%, #0107c6 85%, #0403bc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #003bff 0%, #0037ff 7%, #0107c6 85%, #0403bc 100%);
  /* IE10+ */
  background: linear-gradient(to right, #003bff 0%, #0037ff 7%, #0107c6 85%, #0403bc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003bff', endColorstr='#0403bc', GradientType=1);
  /* IE6-8 */
  height: 362px;
  padding-top: 100px;
}
.main .selector .texto-selector {
  /*font-family: 'LatoLightItalic';*/
  color: #FFF;
  font-size: 52px;
  line-height: 120%;
  position: relative;
}
.main .selector .texto-selector strong {
  /*font-family: 'LatoBoldItalic';*/
}
.main .selector .texto-selector .flecha-selector {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 20%;
}

.main .selector .botones-selector .btnTipoSeguro {
  cursor: pointer;
  display: block;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.main .selector .botones-selector .btnTipoSeguro.btnTipoSeguroAuto {
  background-image: url('../../img/site/tipos-seguro-auto.png');
}
.main .selector .botones-selector .btnTipoSeguro.btnTipoSeguroMoto {
  background-image: url('../../img/site/tipos-seguro-moto.png');
}
.main .selector .botones-selector .btnTipoSeguro.btnTipoSeguroHogar {
  background-image: url('../../img/site/tipos-seguro-hogar.png');
}
.main .selector .botones-selector .btnTipoSeguro.btnTipoSeguroPersona {
  background-image: url('../../img/site/tipos-seguro-personas.png');
}
.main .selector .botones-selector .btnTipoSeguro:hover,
.main .selector .botones-selector .btnTipoSeguro:focus {
  transform: scale(1.1);
}
.btnTipoSeguro a {
    display: block;
    width: 100%;
    height: 100%;
}

footer {
  background-color: #28035E;
  color: #FFF;
  padding-top: 50px;
}
footer p {
  margin-bottom: 0;
  padding-bottom: 5px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li a {
  color: #FFF;
  /*font-family: 'LatoLight';*/
}
footer ul li a:hover,
footer ul li a:focus {
  color: #FFF;
}

h3 {
  font-size: 2em;
}
.main h4{ font-size: 24px; }
.main form p {
  margin-bottom: 15px;
}
.main form input[type="text"],
.main form input[type="number"],
.main form select {
  border: 1px solid #606060;
}
.main form button {
  /*margin-top: 20px;*/
}
.btn-continuar {
  background: #39b54a;
  color: white;
  border: 1px solid #277c07;
  border-radius: 10px;
  font-size: 15px;
}
.btn-green {
  background: #39b54a;
  color: white;
  border: 1px solid #277c07;
  border-radius: 10px;
  font-size: 15px;
}
.btn-green:hover {
  color: darkslategrey;
}
.btn-danger {
  color: white;
  border: 1px solid darkred;
  border-radius: 10px;
  font-size: 15px;
}
.btn-danger:hover {
  color: darkslategrey;
}
.modal-header h3 {
  font-size: 2em;
  font-family: 'Baloo2Bold';
  color: #050094;
}
.llamamos {
  background: #39b54a;
  color: white;
  width: 10em;
  border: 1px solid #277c07;
  border-radius: 25px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.llamamos:hover {
  color: darkslategrey;
}
.main form button.btn-continuar:hover,
.main form button.btn-continuar:focus,
.main form a.btn-continuar:hover,
.main form a.btn-continuar:focus{
  /*background-color: #4caf50;*/
}

.main .invalid {
    border-color: #dd4b39 !important;
}

.main .form-control:focus {
    border-color: #2979FF !important;
    box-shadow: none;
}

.main .form-control[disabled], .main .form-control[readonly], .main fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #ccc;
    opacity: 1;
}

.main .input-group-front {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    margin-bottom: 15px;
}

.main table {
  border-collapse: separate;
}
.main table thead tr th {
  /*background-color: #f12e2e;*/
  background-color: #0066CC;
  color: #FFF;
  border: none;
  width: 14%;
}
.main table thead tr th:first-child {
  background: none;
  width: 15%;
}
.main table thead tr th:nth-of-type(2) {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.main table thead tr th:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.main table tbody:before {
  content: " &nbsp; ";
  display: block;
  line-height: 10px;
  color: transparent;
}

.main table tbody td.cotizado:before {
  content: "VER DETALLE";
  position: absolute;
  width: 98%;
  height: 90%;
  margin:5px;
  left: -2px;
  top: -100px;
  /*background-color: rgba(245, 191, 117, 0.69);*/
  background-color: rgba(39, 56, 117, 0.78);
  cursor: pointer;
  /*color: rgba(70, 124, 166, 0.89);*/
  color: rgba(255, 255, 255, 0.95);
  font-size: 17px;
  padding-top: 18px;
  transition: all 0.5s ease;
  opacity: 0;

  right: -1px;
  bottom: 0px;
  /*display: block;*/
  line-height: 10px;
}
.main table tbody td:hover:before{
  left: -3px;
  top: -2px;
  opacity: 1
}
.main table tbody td.noitem:before, table thead td:before, table tbody td:first-child:before {
  display: none
}

.main table tbody tr:first-child td {
  border-color: #0b00e8;
  position: relative;
}

.main table tbody tr:first-child td:last-child {
  border-top-right-radius: 15px;
}
.main table tbody tr:first-child td:first-child {
  border-top-left-radius: 15px;
}
.main table tbody tr:last-child td {
  border-bottom: 1px solid #0b00e8;
  position: relative;
}
.main table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 15px;
}
.main table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 15px;
}


.main table tbody tr td {
  overflow: hidden;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  border-color: #9e9e9e;
  border-right: 1px solid #0b00e8;
  padding-top: 15px;
  padding-bottom: 15px;
  /*background: #e8e8e8;*/
  background: #ffffff;
  position: relative;
    -webkit-transition: background 0.1s ease-in-out;
    -moz-transition: background 0.1s ease-in-out;
    -ms-transition: background 0.1s ease-in-out;
    -o-transition: background 0.1s ease-in-out;
    transition: background 0.1s ease-in-out;
}
.main table tbody tr td span {
  /*color: #0b00e8;*/
  color: rgba(39, 56, 117, 0.69);
  font-size: 24px;
  /*font-family: 'Sansation_Bold';*/
}
.main table tbody tr td:nth-of-type(2) {
  border-left: 1px solid #0b00e8;
}
.main table tbody tr td:first-child {
  padding: 3px;
  width: 16.6667%;
  vertical-align: middle;
  border: none;
  padding-right: 15px;
  background-color: rgb(220, 220, 220);
  /*background: transparent;*/
}
.main table tbody tr td:first-child span {
  position: relative;
  display: block;
  padding: 5px 0;
  background-color: rgb(220, 220, 220);
  /*background: #FFF;*/
}
.main table tbody tr td:first-child span::after {
  content: "";
  box-shadow: 0px 4px 7px 0px #000;
  border-radius: 50%;
  bottom: 5px;
  height: 5px;
  left: 0%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.main table tbody tr td:first-child span::before {
  content: "";
  box-shadow: 0px 4px 7px 0px #000;
  border-radius: 50%;
  top: 5px;
  height: 5px;
  left: 0%;
  position: absolute;
  width: 100%;
  z-index: -1;
  transform: rotate(180deg);
}
.main table tbody tr td button {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  padding: 3px 5px;
  color: #FFF;
  /*font-family: 'Sansation_Bold';*/
}
.main table tbody tr td button:hover,
.main table tbody tr td button:focus {
  opacity: 0.8;
}
.main table tbody tr td button.btn-cobertura {
  background: #0b00e8;
}
.main table tbody tr td button.btn-contratar {
  background: #388e3c;
  /*margin-left: 5px;*/
  display: block;
  margin: 5px auto 0px;
}

.main table tbody tr td.coberturaSeleccionada {
    background-color: #E1F995;
}


.main table.respaldadoPor tbody:before {
    content: "";
    line-height: 0px;
}

.main table.respaldadoPor tbody tr td {
    border-radius: 0px !important;
    border: none !important;
}


.main .detalleCobertura {
  /*font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;*/
  background: #0066CC;
  color: #FFF;
  border-radius: 10px;
  text-align: left;
  font-size: 12px;
  padding: 15px;
  margin-top: 50px;
  position: relative;
}
.main .detalleCobertura:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-right: 22px solid #0066CC;
  border-bottom: 19px solid transparent;
  z-index: 999;
  left: -12px;
  top: -1px;
  position: absolute;
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  transform: rotate(8deg);
}
.main .pie-tabla {
  text-align: center;
}
.main .pie-tabla h3 {
  /*font-family: 'KelsonSansBold';*/
  font-style: normal;
  padding-bottom: 10px;
}
.main .pie-tabla .btn-contrata {
  margin-top: 15px;
  font-size: 25px;
  background: #388e3c;
  padding: 10px 30px;
  border-top: 5px solid #4caf50;
  padding-top: 5px;
  color: #FFF;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -ms-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
}
.main .pie-tabla .btn-contrata:hover,
.main .pie-tabla .btn-contrata:focus {
  background-color: #4caf50;
}
.main .pie-tabla .botones a {
  color: #606060;
  background-repeat: no-repeat;
  background-position: left top;
  font-size: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  background-size: auto 200%;
  line-height: 120%;
}
.main .pie-tabla .botones a:hover,
.main .pie-tabla .botones a:focus {
  text-decoration: none;
  background-position: left bottom;
  color: #ef1616;
}
.main .pie-tabla .botones .llamen {
  background-image: url('../../img/site/botones-form-pie_1.png');
  padding-left: 52px;
  margin-right: 30px;
}
.main .pie-tabla .botones .correo {
  background-image: url('../../img/site/botones-form-pie_2.png');
  padding-left: 82px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
}
.main .pie-tabla .botones .otro {
  background-image: url('../../img/site/botones-form-pie_3.png');
  padding-left: 75px;
  margin-left: 30px;
}
.main .datosVehiculo {
  margin-top: 30px;
  margin-bottom: 15px;
}
.main .datosVehiculo .vehiculoModelo {
  padding: 3%;
  font-size: 20px;
}
.main .datosVehiculo .logoSeleccionada {
  position: relative;
  padding: 25px 15px;
  background-color: #FFF;
}
.main .datosVehiculo .logoSeleccionada::after {
  content: "";
  box-shadow: 0px 4px 10px 0px #000;
  border-radius: 50%;
  bottom: 5px;
  height: 100%;
  left: 0px;
  position: absolute;
  width: 5px;
  z-index: -1;
}
.main .datosVehiculo .logoSeleccionada::before {
  content: "";
  box-shadow: 0px 4px 10px 0px #000;
  border-radius: 50%;
  top: 5px;
  height: 100%;
  right: 0px;
  position: absolute;
  width: 5px;
  z-index: -1;
  transform: rotate(180deg);
}
.main .datosVehiculo p.coberturaTitle {
  padding: 15px;
}
.main .datosVehiculo .precioCuota {
  text-align: center;
  /*font-family: 'LatoRegular';*/
  font-size: 16px;
  background-color: #388e3c;
  color: #FFF;
  padding: 0 2% 0 0;
  border-radius: 10px;
  line-height: 180%;
}
.main .datosVehiculo .precioCuota span {
  font-size: 22px;
  line-height: 180%;
  background-color: #4caf50;
  display: block;
  /*font-family: 'LatoBold';*/
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.main .datosVehiculo,
.main .datosCliente {
  border-bottom: 2px solid #ef1616;
}
.main .datosCliente:first-child {
  border-bottom: none;
}
.main .datosCliente:last-child .imgLateral,
.main .datosPago:last-child .imgLateral {
  border-bottom: none;
}
.main .imgLateral {
  height: 150px;
  text-align: center;
  border-bottom: 2px solid #0b00e8;
}
.main .imgLateral img {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  max-height: 150px;
  height: 100%;
  width: auto;
  max-width: auto;
}
.main .datosPago {
  margin-bottom: 15px;
}
.main .datosPago h3 {
  padding-left: 60px;
  margin-bottom: 20px;
}
.main .datosPago .btn-continuar {
  margin-left: 50px;
}
.main .datosPago .tipoPago {
  position: relative;
}
.main .datosPago .tipoPago:after {
  content: '';
  background-color: #3ca300;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
  border: 1px solid #313131;
  pointer-events: none;
}
.main .datosPago.disabled .tipoPago:after {
  content: '';
  background-color: #9b9b9b;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 100%;
  border: 1px solid #313131;
  pointer-events: none;
}

#modalConfirmaCobertura .confirmaCompania_img {
    height: 50px;
    width: auto;
}

#modalConfirmaCobertura .fondo-patente {
  background: url("../../img/site/patente.png") no-repeat left center;
  width: 100%;
  height: 80px;
  position: relative;
}

.fondo-patente input {
  border: none;
  background: #000;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  /*
  width: 50%;
  float: left;
  text-align: center;
  border: none;
  */
}
.fondo-patente input:focus {
  box-shadow: none !important;
  outline: 0;
}

.patente-nuevo {
  position: relative;
  top: 25px;
  left: 12px;
  width: 100px;
  padding: 5px;
  text-align: center;
  border: none !important;
}

#patente-letter {
  position: relative;
  top: 19px;
  left: 15px;
  width: 47px;
  padding: 5px;
  text-align: center;
  border: none !important;
}

#patente-num {
  position: relative;
  top: 19px;
  right: -12px;
  width: 47px;
  padding: 5px;
  text-align: center;
  border: none !important;
}

.logosCompanias {
  text-align: center;
}
.logosCompanias .logo-cia {
  width: 15%;
  display: inline-block;
  padding: 15px;
  vertical-align: middle;
}

.main .row-centered {
    text-align:center;
}
.main .col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}
.main .margintop {
    margin-top: 20px;
}


/*------------ media queries ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  header .dropdown-menu {
    left: -50% !important;
  }
  header .logo img {
    margin: 0 auto;
  }
  header .bottom .haceClick {
    display: none;
  }
  header .bottom .cotizarAhora {
    width: 50%;
    background-size: 100% auto;
    left: 0;
    right: auto;
  }
  header .bottom .queLlamen {
    width: 30%;
    background-size: 100% auto;
    right: 0;
    left: auto;
  }
  .main .selector {
    height: auto !important;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .main .selector .texto-selector {
    font-size: 32px;
    text-align: center;
    margin-bottom: 15px;
  }

  .main .selector .botones-selector .btnTipoSeguro {
    width: 50%;
    background-size: 90% auto;
    background-position: center;
  }
  .main .bienvenida h2 {
    line-height: 120%;
    padding-bottom: 15px;
  }
    .seccion_cotizador{
        background-image: none !important;
    }
  footer .logo-footer {
    height: 80px;
  }
  footer .logo-footer img {
    margin: 0 auto;
    width: 65%;
  }
  footer .qr-afip img {
    margin: 0 auto;
    width: 50%;
  }
  footer .datos-contacto {
    padding-top: 15px;
  }
  footer .datos-contacto .telefonos {
    margin-bottom: 10px;
  }
  footer .footer-menu {
    padding-top: 15px;
  }
  .main {
    background-size: 70% auto;
  }
  .main h1 {
    font-size: 40px;
    text-align: center;
  }
  .main table {
    border-collapse: separate;
  }
  .main table thead tr th {
    display: none;
  }
  .main table tbody:before {
    content: " &nbsp; ";
    display: block;
    line-height: 10px;
    color: transparent;
  }
  .main table tbody tr,
  .main table tbody tr:first-child,
  .main table tbody tr:last-child {
    border: none;
  }
  .main table tbody tr td,
  .main table tbody tr:first-child td,
  .main table tbody tr:last-child td,
  .main table tbody tr td:first-child,
  .main table tbody tr:first-child td:first-child,
  .main table tbody tr:last-child td:first-child,
  .main table tbody tr td:last-child,
  .main table tbody tr:first-child td:last-child,
  .main table tbody tr:last-child td:last-child {
    position: relative;
    display: block;
    border-radius: 0px;
    border-left: 1px solid #0B00E8;
    border-color: #0B00E8;
  }
  .main table tbody tr td:first-child,
  .main table tbody tr:first-child td:first-child,
  .main table tbody tr:last-child td:first-child,
  .main table tbody tr td:first-child:first-child,
  .main table tbody tr:first-child td:first-child:first-child,
  .main table tbody tr:last-child td:first-child:first-child,
  .main table tbody tr td:last-child:first-child,
  .main table tbody tr:first-child td:last-child:first-child,
  .main table tbody tr:last-child td:last-child:first-child {
    padding-top: .5em;
  }
  .main table tbody tr td:last-child,
  .main table tbody tr:first-child td:last-child,
  .main table tbody tr:last-child td:last-child,
  .main table tbody tr td:first-child:last-child,
  .main table tbody tr:first-child td:first-child:last-child,
  .main table tbody tr:last-child td:first-child:last-child,
  .main table tbody tr td:last-child:last-child,
  .main table tbody tr:first-child td:last-child:last-child,
  .main table tbody tr:last-child td:last-child:last-child {
    padding-bottom: .5em;
  }
  .main table tbody tr td:before,
  .main table tbody tr:first-child td:before,
  .main table tbody tr:last-child td:before,
  .main table tbody tr td:first-child:before,
  .main table tbody tr:first-child td:first-child:before,
  .main table tbody tr:last-child td:first-child:before,
  .main table tbody tr td:last-child:before,
  .main table tbody tr:first-child td:last-child:before,
  .main table tbody tr:last-child td:last-child:before {
    position: relative;
    color: #333;
    content: attr(data-cia) " \A" attr(data-th) " \A";
    white-space: pre;
    font-weight: bold;
    line-height: 140%;
    width: 100%;
    display: inline-block;
  }
  .main table tbody tr td:first-child,
  .main table tbody tr:first-child td:first-child,
  .main table tbody tr:last-child td:first-child {
    display: none;
  }
  .main table tbody th,
  .main table tbody td {
    text-align: left;
  }
  .main .detalleCobertura {
    display: none;
  }
  .main .pie-tabla .btn-contrata {
    font-size: 1.6rem;
    width: auto;
  }
  .main .pie-tabla .botones a {
    font-size: 20px;
    margin: 0px auto 10px !important;
    text-align: left;
    width: 75%;
    padding-left: 60px !important;
  }
  .main .imgLateral {
    height: auto;
    margin-bottom: 25px;
  }
  .main .datosVehiculo {
    padding-bottom: 15px;
  }
  .main .datosPagoTarjeta h3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    margin: 30px auto;
    font-size: 28px;
  }
  .ssn-col {
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: auto;
    border-bottom: 1px solid #7b7b7c;
    border-right: none;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ssn-col:first-child{
    border-top: 1px solid #7b7b7c;
  }
  .col-header {
    height: auto;
    padding-bottom: 16px;
  }
  .border-r-blue {
    border-right: 0px;
    border-bottom: 3px solid #0B00EA;
  }
  .sub-title-form {
    display: none;
  }
  .formulario-cotizar {
    background-size: cover;
  }
  .dedicamos {
    background-position: center;
  }
  .row-cias {
    display: contents;
    text-align: center;
  }
  .row-cias .col-xs-6{
    min-height: 4em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .mt-1-xs {
    margin-top: 1em;
  }
  .logo-cia {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (min-width: 481px) {
  .main table tbody tr td:before,
  .main table tbody tr:first-child td:before,
  .main table tbody tr:last-child td:before,
  .main table tbody tr td:first-child:before,
  .main table tbody tr:first-child td:first-child:before,
  .main table tbody tr:last-child td:first-child:before,
  .main table tbody tr td:last-child:before,
  .main table tbody tr:first-child td:last-child:before,
  .main table tbody tr:last-child td:last-child:before {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) and (min-width: 481px) {
  .main table tbody th,
  .main table tbody td {
    display: table-cell;
    padding: .25em .5em;
  }
  .main table tbody th:first-child,
  .main table tbody td:first-child {
    padding-left: 0;
  }
  .main table tbody th:last-child,
  .main table tbody td:last-child {
    padding-right: 0;
  }
}
@media only screen and (min-width: 355px) and (max-width: 480px) {
  header .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }


}
/* Smartphones (landscape) ----------- */
/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
  /* Styles */
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
    /* Styles */
}
/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main .detalleCobertura {
    margin-top: 75px;
  }
  .main .pie-tabla .btn-contrata {
    font-size: 1.6rem;
    width: auto;
  }
  .main .pie-tabla h3 {
    padding-left: 0;
    font-size: 32px;
  }
  .main .pie-tabla .botones a {
    font-size: 20px;
    margin: 0px auto 10px !important;
    text-align: left;
    width: 75%;
    padding-left: 60px !important;
    width: 30%;
  }
  .main .imgLateral img {
    max-height: 100px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1224px) and (orientation: landscape) {
  /* Styles */
}
/* iPads (portrait) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1224px) and (orientation: portrait) {
  /* Styles */
}
/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
  header .top .social {
    text-align: center;
  }
  .formulario-cotizar form {
    width: 80%;
    margin: 0 auto;
  }
  footer .logo-footer img {
    margin-top: 2em;
  }
  .border-r-blue {
    border-right: 3px solid #050094;
  }
  .col-header {
    height: 3em;
  }
  .formulario-cotizar {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 550px;
  }
  .formulario-cotizar h3 {
    margin-top: 2.5em;
  }
  .dedicamos {
    background-size: 100% auto;
    background-repeat: no-repeat;
    height: 535px;
  }
  .terminos-container {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding-bottom: 8em;
    padding-left: 4em;
    padding-top: 2em;
  }
  .dedicamos .col-md-6 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 90%;
  }
  .row-cias {
    margin-top: 1em;
  }
  .pl-lg-2 {
    padding-left: 2em;
  }
}

/* INICIO NUEVO */

.botn {
  display: inline-block;
  background: #ffffff;
  border: 0;
  line-height: 2.5em;
  padding: 0 0 0 1em;
  margin-bottom: 1em;
  outline: none;
  text-decoration: none;
  color: #6a76a0;

  font-weight: bold;
  border-radius: 5px;
}
.botn .arrow {
  display: inline-block;
  line-height: 2.5em;
  text-align: center;
  background: #333;
  color: white;
  font-size: 1em;
  width: 2.5em;
  -webkit-transition: margin 200ms;
  transition: margin 200ms;
  margin-left: .75em;

  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;

}
.botn:hover {
  background: white;
  text-decoration: none;
}
.botn:hover .arrow {
  margin-left: 1.25em;
  background-color: #262626;
}
.botn:active {
  background: #ccc;
}
.botn:active .arrow {
  margin-left: 1.5em;
}

.botn-info .arrow {
  /*background-color: indianred;*/
}
.botn-info:hover .arrow {
  background-color: #c14e4e;
}

.botn-learn .arrow {
  background-color: salmon;
}
.botn-learn:hover .arrow {
  background-color: #f56d5e;
}

button::-moz-focus-inner {
  border: none;
}

.modalCambioColor{
  background-color: white
}
.modalCambioColor .modal-header {
  border-bottom: none;
}
.modalCambioColor .modal-content {
  padding-left: 5px;
  padding-right: 5px;
}
.form-control {
  border: 1px solid darkslategray;
  border-radius: 8px;
  color: darkslategray;
}

.ssn-col {
  border-right: 2.5px solid;
  min-height: 55px;
  display: grid;
  text-align: center;
}
.ssn-last {
  border-right: none;
}

.ssn-image {
  padding: 8px;
}

.formulario-cotizar .btn-green {
  font-size: 1.4em;
  width: 45%;
  max-height: 2em;
}

.img-cia-home {
  max-height: 4em;
  max-width: 100%;
}
.logo-cia {
  text-align: center;
}
.row-cias {
  margin-left: 1em;
  margin-right: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
.img-logo {
  height: 5em;
}

.top-header {
  margin-left: 1em;
  margin-right: 1em;
}
.distribuido {
  display: flex;
  justify-content: space-between;
}
.mr-1 {
  margin-right: 1em;
}
.ml-1 {
  margin-left: 1em;
}
.mt-1 {
  margin-top: 1em;
}
.mb-1 {
  margin-bottom: 1em;
}
.mr-2 {
  margin-right: 2em;
}
.ml-2 {
  margin-left: 2em;
}
.mt-2 {
  margin-top: 2em;
}
.mb-2 {
  margin-bottom: 2em;
}
.mr-3 {
  margin-right: 3em;
}
.ml-3 {
  margin-left: 3em;
}
.ml-4 {
  margin-left: 4em;
}
.ml-5 {
  margin-left: 5em;
}
.mt-3 {
  margin-top: 3em;
}
.mb-3 {
  margin-bottom: 3em;
}
.mt-10p {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-top: 0px;
}
.row {
  margin-right: auto;
  margin-left: auto;
}
.text-blue {
  color: #2B035E;
}
.text-orange {
  color: #f25208;
}
.text-light-blue {
  color: #0066CC;
}
.text-green {
  color: #4caf50;
}
.text-white {
  color: white;
}
.no-padding {
  padding: 0px !important;
}
.no-margin {
  margin: 0px !important;
}
.formulario-cotizar {
  background-image: url('../../img/site/fondo-lg.jpg');
}
.formulario-cotizar .form-control {
  border: 1px solid darkslategray;
  border-radius: 8px;
  color: darkslategray;
}

.ui-widget-content {
  border: 1px solid #666;
  border-radius: 8px;
  background: darkslategray url("images/ui-bg_inset-soft_25_000000_1x100.png") 50% bottom repeat-x;
  color: #fff;
}
.height-100 {
  height: 100%;
}
.dedicamos {
  background-image: url('../../img/site/fondo-main.jpg');
}
.terminos-container {
  background-image: url('../../img/site/terminos.jpg');
}
.terminos-container p {
  font-family: 'MontserratSemiBold';
  font-size: 15px;
}
.terminos-container h4 {
  font-size: 22px;
}
.sub-title-form {
  position: relative;
}
.sub-title-form h3 {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
footer .logo-footer {
  height: 80px;
  margin-bottom: 1em;
}
footer .logo-footer img {
  margin: 0 auto;
  width: 80%;
}
.bg-white {
  background-color: white;
}
header a:hover {
  text-decoration: none;
}
.datos-redes a:hover {
  text-decoration: none;
}
.no-dec {
  text-decoration: none;
  color: inherit;
}
.no-dec:hover {
  text-decoration: none;
  color: inherit;
}
/* FIN NUEVO */









/* COMIENZA INTURN */
#inTurnFadingTextG{
  /*width:234px;
  margin:auto;*/
  width:100%;
  margin-left:40%;
}

.inTurnFadingTextG{
  /*color:rgb(0,0,0);*/
  color:rgba(101, 121, 222, 0.72);
  font-family:Arial;
  font-size:24px;
  text-decoration:none;
  font-weight:normal;
  font-style:normal;
  float:left;
  animation-name:bounce_inTurnFadingTextG;
  -o-animation-name:bounce_inTurnFadingTextG;
  -ms-animation-name:bounce_inTurnFadingTextG;
  -webkit-animation-name:bounce_inTurnFadingTextG;
  -moz-animation-name:bounce_inTurnFadingTextG;
  animation-duration:2.09s;
  -o-animation-duration:2.09s;
  -ms-animation-duration:2.09s;
  -webkit-animation-duration:2.09s;
  -moz-animation-duration:2.09s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
}

#inTurnFadingTextG_1{
  animation-delay:0.75s;
  -o-animation-delay:0.75s;
  -ms-animation-delay:0.75s;
  -webkit-animation-delay:0.75s;
  -moz-animation-delay:0.75s;
}
#inTurnFadingTextG_2{
  animation-delay:0.9s;
  -o-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -moz-animation-delay:0.9s;
}
#inTurnFadingTextG_3{
  animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
}
#inTurnFadingTextG_4{
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
}
#inTurnFadingTextG_5{
  animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
}
#inTurnFadingTextG_6{
  animation-delay:1.5s;
  -o-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
}
#inTurnFadingTextG_7{
  animation-delay:1.64s;
  -o-animation-delay:1.64s;
  -ms-animation-delay:1.64s;
  -webkit-animation-delay:1.64s;
  -moz-animation-delay:1.64s;
}
#inTurnFadingTextG_8{
  animation-delay:1.79s;
  -o-animation-delay:1.79s;
  -ms-animation-delay:1.79s;
  -webkit-animation-delay:1.79s;
  -moz-animation-delay:1.79s;
}
#inTurnFadingTextG_9{
  animation-delay:1.94s;
  -o-animation-delay:1.94s;
  -ms-animation-delay:1.94s;
  -webkit-animation-delay:1.94s;
  -moz-animation-delay:1.94s;
}
#inTurnFadingTextG_10{
  animation-delay:2.09s;
  -o-animation-delay:2.09s;
  -ms-animation-delay:2.09s;
  -webkit-animation-delay:2.09s;
  -moz-animation-delay:2.09s;
}
#inTurnFadingTextG_11{
  animation-delay:2.24s;
  -o-animation-delay:2.24s;
  -ms-animation-delay:2.24s;
  -webkit-animation-delay:2.24s;
  -moz-animation-delay:2.24s;
}

@keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgb(95, 107, 149);
  }

  100%{
    color:rgb(255,255,255);
  }
}

@-o-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgb(95, 107, 149);
  }

  100%{
    color:rgb(255,255,255);
  }
}

@-ms-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgb(95, 107, 149);
  }

  100%{
    color:rgb(255,255,255);
  }
}

@-webkit-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgb(95, 107, 149);
  }

  100%{
    color:rgb(255,255,255);
  }
}

@-moz-keyframes bounce_inTurnFadingTextG{
  0%{
    color:rgb(95, 107, 149);
  }

  100%{
    color:rgb(255,255,255);
  }
}

/* TERMINA INTURN */
