@charset "UTF-8";

@font-face {
  font-family: "asegurabien";
  src:url("fonts/asegurabien.eot");
  src:url("fonts/asegurabien.eot?#iefix") format("embedded-opentype"),
    url("fonts/asegurabien.woff") format("woff"),
    url("fonts/asegurabien.ttf") format("truetype"),
    url("fonts/asegurabien.svg#asegurabien") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "asegurabien" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "asegurabien" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-newspapper:before {
  content: "\61";
}
.icon-scale:before {
  content: "\62";
}
.icon-target:before {
  content: "\63";
}
.icon-bucks:before {
  content: "\64";
}
.icon-angle-right:before {
  content: "\65";
}
.icon-angle-left:before {
  content: "\66";
}
.icon-mail:before {
  content: "\67";
}
.icon-phone:before {
  content: "\68";
}
.icon-at:before {
  content: "\69";
}
.icon-facebook:before {
  content: "\6a";
}
.icon-letter-mail-1:before {
  content: "\6b";
}
.icon-car:before {
  content: "\6c";
}
.icon-user:before {
  content: "\6d";
}
.icon-bars:before {
  content: "\6e";
}
.icon-home:before {
  content: "\6f";
}
.icon-phone-1:before {
  content: "\70";
}
.icon-calculator:before {
  content: "\71";
}
.icon-wrench:before {
  content: "\72";
}




/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6  {
    font-weight:900;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img, object {
    max-width:100%;
    width:auto;
}

.warning {
    position: fixed;
    top: 0;
    left: 10px;
    padding: 5px 15px;
    color: #fff;
    background-color: #d00b0b;
    border-radius: 0px 0px 5px 5px;
    z-index: 9999999;
}

.pattern {
    background-image: url("images/pattern.jpg");
}

/*--------  Tipografía  ---------------*/

b {
    font-weight: 700;
}
h1, .h1 {
    color: #f39221;
    font-weight: 900;
    font-size: 2.3em;
    line-height: 1em;
    margin: 15px 0px;
}
h2, .h2 {
    color: #175bae;
    font-weight: 700;
    font-size: 3em;
    line-height: 1.2em;
    margin: 10px 0px;
}
h3, .h3 {
    color: #0c1b77;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1.3em;
}
h4, .h4 {
    display: inline-block;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em;
    padding: 15px 0px;
    text-transform: uppercase;
}
h5, .h5 {
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 10px 0px;
    display: block;
    font-weight: 900;
    line-height: 1.6em;
}

.upper {
    text-transform: uppercase;
}

.font-white,
.font-white * {
    color: #fff;
}
p {
    color: #175bae;
    line-height: 1.7em;
    max-width: 600px;
    margin: 15px auto;
    font-size: 1.1em;
}
p.full {
    max-width: none !important;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.list-text li {
    color: #9d9d9d;
    line-height: 1.7em;
    margin: 10px auto;
    font-size: 0.9em;
}
.list-text li {
    position: relative;
    padding: 0;
    list-style: disc;
    list-style-position: inside;
}

strong {
    font-weight: 900;
}

/*--------  Contenedores y grilla  ---------------*/


.wrapper {
    width: 100%;
    max-width: 1280px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.wrapper-full {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.row:after {
    content: "";
    display: block;
    clear: both;
}
.col {
    float: left;
    padding: 15px;
}
.col-20 {   width: 20%;     }
.col-25 {   width: 25%;     }
.col-30 {   width: 30%;     }
.col-33 {   width: 33.3333333%;     }
.col-40 {   width: 40%;     }
.col-50 {   width: 50%;     }
.col-60 {   width: 60%;     }
.col-66 {   width: 66.6666666%;     }
.col-70 {   width: 70%;     }
.col-75 {   width: 75%;     }
.col-80 {   width: 80%;     }
.col-100 {  width: 100%;        }

.col-offset-25  {   margin-left: 25%;   }
.col-offset-33  {   margin-left: 33.3333333%;   }
.col-offset-50  {   margin-left: 50%;   }

.col-np {
    padding-top: 0;
    padding-bottom: 0;
}


.padding-top {
    padding-top: 100px;
}

table {
    width: 100%;
    margin-bottom: 10px;
}
tr:nth-child(odd) {
    background-color: #f4f4f5;
}
td {
    padding: 5px 25px;
    color: #808184;
    font-size: 1.1em;
    text-align: left;
}

td b {
    font-size: 1.1em;
}


/*--------  Botones  ---------------*/


.btn-clear {
    color: #f68209;
    border: 2px solid #f68209;
    display: inline-block;
    font-size: 1em;
    text-decoration: none;
    padding: 9px 25px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn-clear:hover {
    background-color: #f68209;
    color: #fff;
}
.btn-clear.btn-clear-white {
    color: #fff;
    border-color: #fff;
}
.btn-clear.btn-clear-white:hover {
    background-color: #fff;
    color: #05417c;
}
.btn-clear .btn-clear-small {
    font-size: 0.9em;
    padding: 6px 17px;
}

.btn {
    display: inline-block;
    background-color: #ffba00;
    font-weight: 400;
    color: #fff;
    font-size: 1em;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 9px 15px;
    text-decoration: none;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 1px -1px rgba(0,0,0,0.3);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.btn:hover:before {
    background-color: rgba(0,0,0,0.1);
}
.btn-yellow {
    background-color: #ffba00;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-small {
    font-size: 0.7em !important;
    padding: 7px 18px;
    width: auto !important;
    margin: 0 !important;
}

.lista-redes {
    font-size: 0;
    padding: 10px 0px;
}
.lista-redes li {
    display: inline-block;
    font-size: 0;
    margin-left: 5px;
}
.lista-redes li a {
    text-decoration: none;
    display: block;
    padding: 7px 0px 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    line-height: 6px;
    text-align: center;
    background-color: #fbb818;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.lista-redes li a:hover {
    background-color: #e6a800;
}
.lista-redes li i {
    font-size: 15px;
}

/*-----------------  utilidades  -----------------*/

.relative {
    position: relative;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.bg-cover, .bg {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.bg-contain {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-cont-centrado-vert {
    display: table;
    width: 100%;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
.cont-centrado-vert {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


.left   { float: left;  }
.right  { float: right; }

.form {
    position: relative;
    margin: 25px auto;
    background-color: #f7f7f7;
    padding: 25px 25px 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}
.form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -56px;
    left: 0;
    width: 100%;
    height: 56px;
    background-position: top left;
    background-image: url("images/shadow.png");
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}
.form .col {
    padding: 15px 3px;
}
.form p {
    margin: 5px auto;
    max-width: none;
    font-size: 0.9em;
}
input {
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}
input, select, textarea {
    display: inline-block;
    padding: 12px 18px;
    border: 0;
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: 400;
    background-color: #fff;
    color: #000 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    font-size: 0.9em;
    position: relative;
}
textarea {
    resize:none;
    height: 150px;
}
select.place-holder {
    color: #a9a9af !important;
}
.msj_error {
    display: none;
    background: #f00;
    color: #fff;
    text-align: center;
    font-size: 0.85em;
    line-height: 1.3em;
    padding: 5px 0px;
    position: absolute;
    left: 3px;
    right: 3px;
}
.success {
    width: 100%;
    max-width: 500px;
    margin: 10px auto;
    display: block;
    text-align: center;
    background-color: #0B710B;
    color: white;
    padding: 9px;
}
input.err {
    border: #DC0404 1px solid;
    border-bottom: none;
}
input[type="submit"] {
    display: inline-block;
    background-color: #ffba00;
    color: #fff !important;
    cursor: pointer;
    text-align: center;
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #e6a800;
}
#mnsj_error {
    display:none;
}
#mnsj_error p   {
    color:#F00;
    padding: 15px 0px 0px;
}

.btn-menu {
    display: none;
    font-size: 0px;
    background: #eeeeee;
    border: none;
    width: 100%;
    padding: 10px 0px 5px;
    cursor: pointer;
}
.btn-menu i {
    font-size: 20px;
}

.pos-rel {
    position: relative;
}

/*-----------------  específicos  -----------------*/

/*-----------------  header  -----------------*/

#mainHeader {
    background-color: #fff;
    padding: 2px 0px;
    position: relative;
    z-index: 9999;
}
.pattern #mainHeader {
    background-color: transparent;
}
#mainHeader > .wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

#mainLogo {
    max-width: 165px;
    margin-left: 35px;
}

#mainNav {
    padding: 5px 30px;
}
#mainNav ul:after {
    content: "";
    display: block;
    clear: both;
}
#mainNav ul li {
    float: left;
}
#mainNav ul li a {
    display: block;
    padding: 25px 10px;
    color: #175bae;
    text-decoration: none;
    font-weight: 700;
    -webkit-transiton:all 0.3s;
    -moz-transiton:all 0.3s;
    -o-transiton:all 0.3s;
    transition:all 0.3s ; 
}
#mainNav ul li a:hover {
    color: #10488c;
}

#mainHeader .tel {
    padding: 16px 15px;
    margin-right: 15px;
}
#mainHeader .tel a {
    display: block;
    color: #175bae;
    font-weight: 900;
    text-decoration: none;
    padding: 13px 15px;
    font-size: 1.2em;
}
#mainHeader .tel i {
    position: relative;
    top: 3px;
    left: -3px;
    font-size: 1.1em;
}
#mainHeader .tel span {
    display: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 0.8em;
}

/*--------------   home   ----------------------*/

#sliderHome {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#sliderHome .img {
    width: 100%;
}
#sliderHomeImg1 {
    background-image: url("images/home-bg.jpg");
}
#sliderHomeImg2 {
    background-image: url("images/home-bg-2.jpg");
}
#sliderHomeImg3 {
    /*background-image: url("images/us-bg.jpg");*/
    background-color: #000033b8 !important;
    
}

.square-title {
    background-color: #02aeef;
    color: #fff;
    padding: 12px 25px;
    font-weight: 700;
    font-size: 1.3em;
    text-transform: uppercase;
    display: inline-block;
}

#home {
    background-image: url("images/home-bg.jpg");
    min-height: 560px;
    position: relative;
}
#home > .wrapper {
    position: relative;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
#serviceCta {
    position: absolute;
    top: 0px;
    right: 60px;
    background-color: #02aeef;
    padding: 20px 15px;
    width: 300px;
    font-size: 1.1em;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 1200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#serviceCta.desplegado {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
#serviceCta h4 {
    font-size: 0.8em;
    padding: 0;
}
#serviceCta p {
    margin: 10px auto;
    max-width: none;
    line-height: 1.5em;
    font-size: 0.9em;
}

#home .text {
    position: absolute;
    bottom: 165px;
    left: 60px;
    padding-bottom: 50px;
}
#home .text .btn {
    margin-right: 10px;
}

#brandsSlider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.45);
    padding-top: 5px;
}
#brandsSlider h3 {
    font-size: 1.1em;
}
#brandsSlider .slider {
    padding: 5px 0px;
}
#brandsSlider .slider img {
    margin: 0 auto;
}


#brandsSliderCotizador {

}
#brandsSliderCotizador h3 {
    font-size: 1.1em;
}
#brandsSliderCotizador .slider {
    padding: 25px 0px 5px;
}
#brandsSliderCotizador .slider img {
    margin: 0 auto;
}
#brandsSliderCotizador .bx-wrapper .bx-next {
    background: url("css/images/controls2.png") no-repeat -43px -32px;
}
.bx-wrapper .bx-prev {
    background: url("css/images/controls2.png") no-repeat 0 -32px;
}


#mainSection {
    overflow: hidden;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efefef+1,00397e+55 */
    background: rgb(239,239,239); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(0,57,126,1) 55%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(0,57,126,1) 55%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(239,239,239,1) 1%,rgba(0,57,126,1) 55%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#00397e',GradientType=0 ); /* IE6-9 */
}
#mainSection > .wrapper {
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #efefef;
    width: 90%;
    position: relative;
    z-index: 9;
}

.form h3 {
    color: #175bae;
    font-size: 1.2em;
    text-transform: uppercase;
}

#formContacto {
    position: relative;
}
#formContacto p {
    padding-right: 142px;
}
#formContacto input[type="submit"] {
    position: absolute;
    top: 15px;
    right: 0;
    width: 140px;
    margin: 0;
}


#steps {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0px 0px;
}
#steps .col {
    position: relative;
}
#steps .col:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-left: -7px;
    background-color: #175bae;
}
#steps .icon {
    color: #02aeef;
    height: 90px;
    overflow: hidden;
    display: block;
}
#steps .line {
    position: absolute;
    top: 131px;
    left: -50px;
    right: -50px;
    height: 3px;
    background-color: #175bae;
}
#steps .line:before,
#steps .line:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    background-color: #175bae;
    position: absolute;
    top: -5px;
}
#steps .line:before {
    left: 0;
}
#steps .line:after {
    right: 0;
}

.icon-scale {
    font-size: 3.8em;
}
.icon-bucks {
    font-size: 4.9em;
}
.icon-target {
    font-size: 4.4em;
}
.icon-newspapper {
    font-size: 3.6em;
}
.icon-newspapper:before {
    position: relative;
    top: 3px;
}
.icon-wrench {
    font-size: 3.6em;
}
.icon-calculator {
    font-size: 3.6em;
}

#team {
    padding-top: 90px;
    padding-bottom: 60px;
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
}
#team p {
    margin-top: 20px;
    margin-bottom: 60px;
}

#contactList {
    max-width: 680px;
    margin: 0 auto;
    position: relative;
    top: -30px;
}
#contactList .icon {
    display: block;
    width: 66px;
    height: 66px;
    background-color: #fbb818;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.9em;
    padding: 18px;
    margin: 0 auto;
}




/*---------------------   cotizador   --------------------------------*/

#cotizar-su-vehiculo {
    min-height: 500px;
    padding: 60px 0px;
}
#cotizar-su-vehiculo strong {
    font-weight: 700;
    font-style: italic;
    font-size: 1.1em;
    text-transform: uppercase;
}

#cotizadorSteps {
    width:90%;
    max-width:580px;
    margin: 0 auto 20px auto;
    -webkit-transition:margin 600ms;
    transition:margin 600ms;
    position:relative;
}
#cotizador[data-page="3"] #cotizadorSteps   {
    margin: 0 auto 50px auto;
}
#cotizadorSteps:after   {
    content:"";
    display:block;
    clear:both;
}

#cotizadorSteps .ico    {
    width:60px;
    height:40px;
    text-align: center;
    position:absolute;
    top:0;
    background-color: #104d96;
    color:#9fb8d5;
    z-index: 9;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:         all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
#cotizador[data-page="2"] #ico_1    {
    cursor:pointer;
}
#cotizador[data-page="3"] #ico_1,
#cotizador[data-page="3"] #ico_2    {
    cursor:pointer;
}

#cotizador[data-page="1"] #cotizadorSteps .ico.icon-car   {
    color:#ffba00;
}
#cotizador[data-page="2"] #cotizadorSteps .ico.icon-car,
#cotizador[data-page="2"] #cotizadorSteps .icon-home    {
    color:#ffba00;
}
#cotizador[data-page="3"] #cotizadorSteps .ico.icon-car,
#cotizador[data-page="3"] #cotizadorSteps .icon-home,
#cotizador[data-page="3"] #cotizadorSteps .icon-user   {
    color:#ffba00;
}

#cotizadorSteps .ico.icon-car {
    left:0;
    font-size: 36px;
    top: -6px;
}
#cotizadorSteps .icon-home {
    font-size: 33px;
    top: -3px;
    left: 50%;
    margin-left: -30px;
}
#cotizadorSteps .ico.icon-user  {
    right:0;
    font-size: 30px;
    top: -3px;
}
#cotizadorSteps .linea  {
    position:relative;
    width:50%;
    height:2px;
    float:left;
    background-color:#9fb8d5;
    margin: 12px 0px;
    overflow: hidden;
}
#cotizadorSteps .linea div  {
    position:absolute;
    top:0;
    left:0;
    width:0%;
    height:2px;
    background-color:#ffba00;
    -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition:         all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#cotizadorSteps .linea.active div   {
    width:100%;
}


#cotizador[data-page="2"] #cotizadorSteps .linea#l1 div {
    width:100%;
}
#cotizador[data-page="3"] #cotizadorSteps .linea#l1 div,
#cotizador[data-page="3"] #cotizadorSteps .linea#l2 div {
    width:100%;
}


#cotizador[data-page="1"] #step_1   {
    display:block;
}
#cotizador[data-page="2"] #step_2   {
    display:block;
}
#cotizador[data-page="3"] #step_3   {
    display:block;
    padding-right: 102px;
}




#cotizador .step   {
    display: none;
    padding-right: 108px;
    position: relative;
    padding-top: 35px;
}
#cotizador .step:after {
    content:"";
    display:block;
    clear:both;
}
#cotizador .step p {
    display:block;
    float:left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding:0px 3px;
    position: relative;
    margin-bottom: 30px;
}
#cotizador .step p.tip {
    width: 100%;
    float: none;
    color: #fff;
    font-style: italic;
    font-size: 1em;
    letter-spacing: 0.8px;
    position: absolute;
    top: 0;
    left: 0;
}
#cotizador .step p.val-error input {
    border: 1px solid red;
    padding: 10px 9px;
}
#cotizador .step p.val-error .chosen-container {
    border: 1px solid red;
}
/*#cotizador #step_3 p.val-error .msj_error {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 10px;
}*/
#cotizador .step p.val-error
#cotizador .step input,
#cotizador .step select    {
    background-color: #FFF;
    padding: 10px;
    width: 100%;
    border: none;
    font-size: 16px;
    display:inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#cotizador .step#step_3 p.tip {
    margin-bottom: 0;
    top: -30px;
}

#cotizador .step input[disabled]   {
    background-color:#999;
    cursor:default;
}
#cotizador .step input {
    padding: 11px 10px;
}
#step_1 > p {
    width:25%;
}
#step_2 > p {
    width:50%;
}
#step_3 > p {
    width:25%;
}


#step_3 .lb_wrap {
    display: block !important;
}
.lb_label   {
    left:10px !important;
    color: #fff !important;
}

#cotizador {
    background-color: #104d96;
}
#cotizador .sig    {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 30px;
    background-color: #ffba00;
    color: #FFF;
    font-size: 0.9em;
    text-transform: uppercase;
    line-height: 1.4em;
    padding: 10px 10px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#cotizador .step#step_3 input[type="submit"] {
    width: 99px;
    bottom: 30px;
    padding: 9px 10px;
}
#cotizador .sig:hover  {
    background-color: #EFB20D;
}
#cotizador .sig.disabled    {
    background-color: #999999 !important;
    cursor: initial;
}

#cotizador .step label {
    display:none;
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 1.2em;
    color: #fff;
}


#cotizador .step_3 label {
    display:block !important;
    text-align: left;
    width: 100%;
    padding: 10px 0px;
    font-size: 1.2em;
    color: #fff;
}

/*---------------------   FAQs   --------------------------------*/


#faq {
    padding: 50px 0px;
    background-color: #f1f1f1;
}
.pattern #faq {
    background-color: #fff;
}
.faqs {
    max-width: 600px;
    margin: 0 auto;
    padding: 0px 0px 30px;
}
.faqs li {
    padding: 0px 0px;
}
.faqs h5 {
    color: #175bae;
}
.faqs p {
    color: #434343;
}
.faqs .question {
    cursor: pointer;
}
.faqs .answer {
    display: none;
}



/*---------------------   footer   --------------------------------*/

#footer .back {
    background-color: #175bae;
    padding: 50px 0px;
}
#footer p {
    margin-top: 0;
    margin-bottom: 0;
}
#logoFooter {
    padding: 38px 15px;
}
.ctaCotizar {
    display: block;
    background-color: #ffba00;
    width: 100%;
    text-align: center;
    padding: 17px 0px 22px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.ctaCotizar:hover {
    background-color: #e6a800;
}
.ctaCotizar i {
    font-size: 1.2em;
    position: relative;
    top: 4px;
}

.legal p {
    font-size: 0.78em;
    text-align: justify;
    max-width: 660px;
}


/*------------------ page - Ayuda  -------------------------- */


#helpSection {
    background-color: #02aeef;
    padding-top: 0px;
    padding-bottom: 80px;
}
#helpSection .square-title {
    background-color: #175bae;
}
#formHelp {
    max-width: 550px;
    margin: 0 auto;
    margin-top: 0px;
    padding: 40px 60px;
}
#formHelp h3 {
    font-size: 1.2em;
    text-transform: initial;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 25px;
    font-weight: 700;
}
#formHelp input, #formHelp select, #formHelp textarea {
    padding: 16px 18px;
    font-size: 1em;
    text-align: left;
}


#tip {
    background-image: url("images/help-bg.jpg");
    padding: 80px 0px 150px;
}
#tip p {
    max-width: 700px;
}

.numberedList  {
    max-width: 657px;
    text-align: left;
    margin: 0 auto;
}
.numberedList li {
    position: relative;
    font-size: 1em;
    font-style: italic;
    text-transform: uppercase;
    line-height: 3em;
}
.numberedList li:before {
    position: absolute;
    left: -50px;
    top: 9px;
    background-color: #02aeef;
    color: #fff;
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
    line-height: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.numberedList li:nth-child(1):before {
    content: "1";
}
.numberedList li:nth-child(2):before {
    content: "2";
}
.numberedList li:nth-child(3):before {
    content: "3";
}
.numberedList li:nth-child(4):before {
    content: "4";
}

#towService {
    position: absolute;
    margin-left: 30px;
    top: 1px;
    white-space: nowrap;
    font-weight: 400;
    font-style: initial;
    font-size: 0.8em;
}
#towService select {
    background-color: #fbb818;
    padding: 5px;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    width: 150px;
    margin-left: 7px;
    font-size: 1.1em;
}
#towService select option {
    background-color: #fff;
    color: #000;
}

#towServiceTel {   
    position: absolute;
    top: 45px;
    left: 0;
}

#towServiceTel li {
    display: none;
    line-height: 1.3em;
}
#towServiceTel li:before {
    display: none;
}

/*----------------------   nosotros   --------------------------*/


#aboutUsHome {
    /*background-image: url("images/us-bg.jpg");*/
    background-color: #000033b8 !important;
    position: relative;
    min-height: 450px;
}
#aboutUsHome > .wrapper {
    position: relative;
    height: inherit;
    min-height: inherit;
    max-height: inherit;
}
#aboutUsHome .text {
    position: absolute;
    bottom: 165px;
    left: 25px;
    right: 25px;
    padding-bottom: 50px;
}
#aboutUsHome .text p {
    max-width: 590px;
    font-size: 0.9em;
    margin: 10px 0px;
}
#aboutUsHome .ab-logo {
    max-width: 154px;
    margin-right: 20px;
}

#teamFull {
    display: none;
    padding-top: 80px;
}

#teamList {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
}
#teamList li .cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#teamList li .cont:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23,91,174,0);
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#teamList li .text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: -10px;
    z-index: 9;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#teamList li .text span {
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 20px;
}
#teamList li .text p {
    opacity: 0;
    padding: 0px 10px;
    margin: 0;
    margin-top: 5px;
    font-weight: 400;
    font-style: italic;
    font-size: 0.8em;
    line-height: 1em;
    color: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition:         all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
#teamList li .cont:hover:after {
    background-color: rgba(23,91,174,0.5);
}
#teamList li .cont:hover .text {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
#teamList li .cont:hover .text p {
    opacity: 1;
}


#contenedor_tabla_resp {
    padding-bottom: 40px;
}


#tabla_resultados {
    display:none;
}

#tabla_resultados .contenedor   {
    width:89%;
    margin:0 auto;
    background-color:#f4f4f4;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}

#tabla_resultados table {
    width: 100%;
    border: 25px solid #f4f4f4;
    overflow: auto;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-width: 0;
}

#tabla_resultados .encabezado   {
    background-color:#e35858;
    padding:20px 60px;
}

#tabla_resultados .encabezado p {
    text-align:center;
    color:#FFF;
    text-transform:uppercase;
    font-size: 20px;
    line-height: 27px;

}

#tabla_resultados .encabezado p span    {
    font-weight:700;
    color:#FFF;
}

#tabla_resultados .tooltip {
    display: none;
    position: absolute;
    z-index: 99;
    background: #f7f7f7;
    width: 300px;
    text-align: left;
    padding: 15px;
    padding-bottom: 10px;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,0.1);
}
#tabla_resultados .tooltip.show-left {
    right: 100%;
}
#tabla_resultados .tooltip.show-right {
    left: 100%;
}
#tabla_resultados .tooltip.show-top {
    bottom: 0;
}
#tabla_resultados .tooltip.show-bottom {
    top: 0;
}

#tabla_resultados .tooltip p {
    color: #808184;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0px 0px 7px;
}
#tabla_resultados .tooltip li {
    color: #808184;
    font-size: 0.8em;
    line-height: 1.2em;
    margin: 0px 0px 7px;
    padding-left: 15px;
    position: relative;
}
#tabla_resultados .tooltip li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 4px;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #808184;
}



#resultados .amarillo1  {
    background-color:#ffcc00;
}

#resultados .amarillo2  {
    background-color:#ffba00;
}

#resultados .amarillo3  {
    background-color:#f3a000;
}

#resultados td,
#resultados th  {
    padding:10px 20px;
    border: 4px solid #f4f4f4;
    text-align: center;
    vertical-align: middle;
}

#resultados th  {
    color:#FFF;
    vertical-align: middle;
}

#resultados td  {
    background-color:#FFF;
    width: 16.6666%;
    padding: 3px 20px !important;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#resultados tbody td {
    cursor: pointer;
    position: relative;
}
 
#resultados tbody td.selected:nth-child(2),
#resultados tbody td.selected:nth-child(3),
#resultados tbody td.selected:nth-child(4),
#resultados tbody td.selected:nth-child(5),
#resultados tbody td.selected:nth-child(6){
    background-color: #02aeef !important;
    color: #fff !important;
}

#resultados tr.important td {
    padding: 12px 20px !important;
    font-size: 1.4em;

  /*  background-color: #FF9;*/

    color: #F90;
}


#resultados tr.important td:not(:first-child) {
    background-color: #FF9;
}





#formulario .paso label {
    display:none;
    text-align: left;
    width: 100%;
    padding: 10px 0px;
}



#cotizador-home h1,
#message .h1 {
    color: #104d96;
    text-transform: initial;
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: 600;
}
#cotizador-home h1 span,
#message .h1 span {
    font-style: italic;
}

#asideCotizador {
    margin-top: 50px;
}


.orbis.important .empresa {
    background-color: #006993 !important;
}
.allianz.important .empresa {
    background-color: #013781 !important;
}
.generali.important .empresa {
    background-color: #c01a16 !important;
}
.mercantilandina.important .empresa {
    background-color: #0080c1 !important;
}
.mapfre.important .empresa {
    background-color: #d42e12 !important;
}
.provincia.important .empresa {
    background-color: #0B4376 !important;
}
.zurich.important .empresa {
    background-color: #000066 !important;
}
.galeno.important .empresa {
    background-color: #009982 !important;
    
}

.atm.important .empresa {
    background-color: #781136 !important;
}

.galeno td img{ margin: -10px 0;}

.tt {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0px 30px 0px;
    margin-top: 50px;
    font-family: 'Covered By Your Grace', cursive;
    font-size: 1.7em;
    line-height: 1.1em;
    color: #02aeef;
}
.tt:after {
    content: "";
    display: block;
    width: 22px;
    height: 63px;
    background-image: url("images/arrow-r.png");
    position: absolute;
}

body.ie .tt {
    display: none;
}

#tt1 {
    width: 170px;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
#tt1:after {
    top: -38px;
    left: -23px;
}

#tt2 {
    width: 170px;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
#tt2:after {
    top: -38px;
    left: -23px;
}

#tt3 {
    width: 170px;
    -ms-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
#tt3:after {
    top: -38px;
    left: -23px;
}


#tt4 {
    display: none;
    width: 170px;
    -ms-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    left: initial;
    right: 30px;
}
#tt4:after {
    top: -38px;
    right: -23px;
    background-image: url("images/arrow-l.png");
}

#cotizador.validado #tt4 {
    display: block;
}
#cotizador.cotizado .tt {
    display: none !important;
}



/*---------------  select2 override  ------------------------------------*/


.select2-container--default .select2-selection--single {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    height: 40px;
    border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    text-align: left;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 5px;
}
.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-box-shadow: 0 3px 7px 2px rgba(0,0,0,0.15);
    box-shadow: 0 3px 7px 2px rgba(0,0,0,0.15);
    border-radius: 0;
}
.select2-results__option {
    font-size: 0.9em;
    padding: 6px 12px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #02aeef;
}


.select-loading {
    position: relative;
}
.select-loading:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    margin-top: -11px;
    background-image: url("images/loader.svg");
}

#cotiza_auto .select2 {
    width: 100% !important;
}


#message {
    display: none;
}




#nosotrosTelContact {
    background: #02aeef;
    padding: 50px 0px;
}
#nosotrosTelContact input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 10px 35px;
}

#telContact h4 {
    padding-bottom: 5px;
}
#telContact p {
    max-width: 420px;
}

#telContactInput {
    display: inline-block;
    width: 160px;
    padding: 4px 10px;
    margin-left: 7px;
    margin-right: 7px;
}
#telContact input[type="submit"] {
    width: inherit;
    padding: 8px 32px;
    margin-top: 10px;
}


.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 9999999;
}
.popup {
    display: none;
    width: 500px;
    height: 285px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -250px;
    margin-top: -150px;
    background-color: #02aeef;
    padding: 50px 0px;
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
}

.popup .close {
    position: absolute;
    top: 13px;
    right: 18px;
    color: #fff;
    cursor: pointer;
}


.privacidad {
    font-size: 0.7em;
}

@media (max-width: 1280px) {
    #team p {
        margin-bottom: 20px;
    }
}
@media (max-width: 1200px) {
    #tabla_resultados .contenedor {
        width: 100%;
    }

}
@media (max-width: 1000px) {
    #tabla_resultados .tooltip {
        display: none !important;
    }
    #home .text {
        left: 0;
        margin-left: 30px;
    }

    #steps {
        margin-left: 10px;
        margin-right: 10px;
    }
    #steps .line {
        left: -10px;
        right: -10px;
    }
    #steps .col {
        padding: 5px;
    }
    #steps p {
        font-size: 0.9em;
        line-height: 1.4em;
        margin-top: 40px;
    }

    #tabla_resultados .contenedor {
        width: 100%;
    }

    #footer .back {
        padding: 30px 0px;
    }
    #footer .col-20 {
        width: 50%;
    }
    #footer .col-60 {
        width: 100%;
    }

    #logoFooter img {
        max-width: 200px;
    }
}

@media (max-width: 950px) {
    #serviceCta {
        position: static;
        margin: 0 auto;
        height: auto;
        border-radius: initial;
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px;
    }
    #serviceCta .col {
        width: 50%;
    }
    #serviceCta p {
        max-width: none;
        margin: 0;
    }
    #serviceCta .btn {
        vertical-align: top;
        margin: 12px 20px;
    }
}

@media (max-width: 850px) {
    .btn-menu {
        display: block;
    }
    #mainHeader {
        margin-bottom: 39px;
        padding: 0;
    }
    #mainNav {
        position: absolute;
        top: 77px;
        left: 0;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #mainNav ul {
        position: absolute;
        top: 37px;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #EEEEEE;
        padding: 0px 0px;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition:         all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    }
    #mainNav ul li {
        float: none;
        width: 100%;
    }
    #mainNav ul li a {
        padding: 10px 10px;
    }
    body.opened-menu #mainNav ul {
        padding: 15px 0px;
        max-height: 175px;
    }

    #tabla_resultados .encabezado p     {
        font-size: 14px;
        line-height: 18px;
    }


    #tabla_resultados table {
        border: 5px solid #f4f4f4;
    }
    td {
        font-size: 0.9em;
    }
    #resultados .empresa {
        min-width: 140px;
    }
    #resultados th {
        font-size: 0.8em;
    }
    #mainHeader .tel {
        padding: 14px 15px;
    }
    #mainHeader .tel a {
        background-color: #ffba00;
        color: #fff;
        font-size: 1em;
        text-align: center;
        padding: 7px 15px 10px;
    }
    #mainHeader .tel a span {
        display: block;
    }
}

@media (max-width: 750px) {
    #cotizador .step label {
        display: block;
        padding-bottom: 5px;
        padding-top: 0px;
    }
    #cotizador .step input[type="submit"] {
        position: static;
        width: 100%;
    }
    #mainSection > .wrapper {
        padding-left: 10px;
        padding-right: 10px;
        width: 95%;
    }

    #contactList {
        max-width: 370px;
    }
    #contactList .col {
        width: 50%;
    }
    .form {
        margin-top: -5px;
    }


    #cotizador .step {
        padding-right:0px;
        padding-top: 55px;
    }

    #cotizador .step p {
        width: 50%;
        padding: 0 3px;
        padding-bottom: 6px;
    }

    #cotizador .sig    {
        position: static;
        width: 100%;
        display: block;
        -webkit-transition: none;
        transition: none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        clear: both;
        margin-bottom: 20px;
    }

    #cotizador .sig:before {
        background-color: #ffba00;
        cursor:pointer;
        width:100%;
        display:block;
        padding: 6px 0px;
        -webkit-transition:all 0.3s;
        transition:all 0.3s;
    }

    #cotizador .sig:hover:before {
        background-color: #EFB20D;
    }

    #cotizador #step_3 p   {
        padding: 0px 5px;
    }

    #cotizador .paso input[type="submit"]  {
        position:static;
        width:100%;
    }
    
    #teamList {
        max-width: 540px;
    }
    #teamList .col.col-25 {
        width: 33.3333333333%;
    }


    #aboutUsHome .text {
        position: static;
        text-align: center;
        padding-top: 40px;
    }
    #aboutUsHome .text p {
        width: 100%;
        max-width: 510px;
        margin: 10px auto;
        padding-top: 20px;
    }
    #aboutUsHome {
        min-height: 440px;
    }

    #cotizador .step p.val-error
    #cotizador .step input,
    #cotizador .step select {
        padding: 7px 10px;
    }
    

    #cotizador[data-page="3"] #step_3 {
        padding-right: 0;
    }

    .lb_label {
        display: none;
    }

    .tt {
        display: none;
    }
    

    #cotizador .step#step_3 input[type="submit"] {
        width: 100%;
    }

}

@media (max-width: 700px) {
    #cotizador-home h1 {
        font-size: 1.3em;
        line-height: 1.4em;
    }
    #serviceCta {
        font-size: 1em;
    }
    #telContactInput {
        width: 130px;
    }
}

@media (max-width: 650px) {
    #steps .line {
        display: none;
    }
    #steps .col {
        width: 50%;
    }
    #steps .col:nth-child(odd) {
        clear: both;
    }
    #steps .col:after {
        display: none;
    }
    #steps p {
        margin-top: 0;
    }
    #formContacto p {
        padding-right: 0;
    }
    #formContacto input[type="submit"] {
        position: static;
        margin: 0 auto;
        display: block;
        max-width: 170px;
        width: 33.333333%;
        padding: 12px 12px;
    }

    .form h3 {
        font-size: 0.9em;
    }
    .square-title {
        padding: 8px 20px;
        font-size: 1em;
    }

    #contactList .icon {
        width: 45px;
        height: 45px;
        font-size: 1.4em;
        padding: 11px;
    }
    p {
        line-height: 1.5em;
        font-size: 0.9em;
    }
    h3, .h3 {
        font-size: 1em;
        padding: 6px 0px;
    }
    h4, .h4 {
        font-size: 1em;
        padding: 6px 0px;
    }

    
    #steps .icon {
        height: 60px;
    }
    .icon-newspapper {
        font-size: 2.7em;
    }
    .icon-target {
        font-size: 3.3em;
    }
    .icon-bucks {
        font-size: 3.7em;
    }
    .icon-scale {
        font-size: 2.9em;
    }


    #tabla_resultados .encabezado {
        padding: 20px 20px;
    }

    #towService {
        position: static;
    }
    #towServiceTel {
        position: static;
        text-align: left;
        display: block;
        margin-top: 20px;
    }
}


@media (max-width: 600px) {
    #sponsors .col:nth-child(odd) {
        clear: both;
    }
    #sponsors .col {
        width: 50% !important;
    }

    #serviceCta .col {
        width: 100%;
    }
}

@media (max-width: 550px) {
    #footer .back {
        padding: 30px 0px;
    }
    #footer .col {
        width: 100%;
        text-align: center;
    }
    #logoFooter {
        padding: 15px;
    }
    
    #teamList .col.col-25 {
        padding: 7px;
    }

    #teamList li .cont:after {
        display: none;
    }
    #teamList li .cont {
        overflow: visible;
        margin-bottom: 80px;
    }
    #teamList li .cont img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }
    #teamList li .text {
        top: 100%;
        color: #175bae;
        margin-top: 10px;
    }
    #teamList li .text p {
        color: #175bae; 
        opacity: 1; 
    }
    #teamList li .cont:hover .text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    
    #aboutUsHome {
        height: auto !important;
    }
    #aboutUsHome .text {
        padding-bottom: 230px;
    }
    
    #cotizador-home h1 {
        max-width: 250px;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 1.4em;
    }

}

@media (max-width: 500px) {
    #mainLogo {
        max-width: 140px;
    }
    #mainHeader .tel {
        padding: 16px 15px;
    }
    #mainHeader .tel a {
        font-size: 0.9em;
    }
    #mainNav {
        top: 62px;
    }
    #mainHeader .tel {
        margin-right: 0;
    }
    #mainLogo {
        margin-left: 0;
    }

    .form .col {
        width: 100%;
        float: none;
        text-align: center;
        display: block;
        padding: 5px 0px;
    }
    input, select, textarea {
        text-align: center;
        display: block;
    }
    #formContacto input[type="submit"] {
        max-width: none;
        width: 100%;
    }

    #formHelp {
        padding: 17px 20px;
    }

    .numberedList li {
        padding-left: 40px;
    }
    .numberedList li:before {
        left: 0;
    }

    #teamList li .text span {
        font-size: 0.7em;
        line-height: 1.2em;
        display: inline-block;
    }


    #cotizador .step p {
        width: 100%;
        float: none;
    }
    #cotizadorSteps {
        margin: 20px auto;
        width: 100%;
    }

    #towService select {
        display: inline-block;
    }
    #mainHeader .tel {
        padding: 7px 15px;
    }

}

@media (max-width: 450px) {
    #telContact input {
        display: block;
        margin: 10px auto;
    }
    #mainHeader > .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    #mainLogo {
        max-width: 110px;
    }
    #mainHeader .tel a {
        font-size: 0.8em;
    }

}







#resultados .empresa    {
    background-color:#c3c3c3;
    padding: 0;
    min-width:170px;
}
/*
#resultados .empresa:hover {
    background-color: #02aeef !important;
}

#resultados tbody td:hover {
    background-color: #d9f5ff !important;
    color: #808184 !important;
}
*/


#tabla_resultados tr.atm td:first-child:hover{ background-color:#4b0424;}
#tabla_resultados tr.allianz td:first-child:hover{ background-color:#013781;}
#tabla_resultados tr.provincia td:first-child:hover{ background-color:#004179;}
#tabla_resultados tr.prudencia td:first-child:hover{ background-color:#ca1816}
#tabla_resultados tr.mercantilandina td:first-child:hover{ background-color:#00609c}
#tabla_resultados tr.mapfre td:first-child:hover{ background-color:#e52b12}
#tabla_resultados tr.orbis td:first-child:hover{ background-color:#1072ba}
#tabla_resultados tr.zurich td:first-child:hover{ background-color:#003399}

#tabla_resultados tr.galeno td:first-child:hover{ background-color:#009982}


#tabla_resultados tr.sancor td:first-child:hover{ background-color:#dd137a;}