html {

}
body {
  font-family: 'lato', sans-serif;
  font-weight: 400;

}
}
@charset "utf-8";
h1,h2 {
	/*visibility: hidden;
	font-size: 1px;
	/**height: 1px;*/
}


h5 {
    color: #F15215;
    font-size: 18px;
    margin-top: 40px;
}


ol, ul, li {
    margin: 0;
}

.btn-primary {
    color: #fff;
    background-color: #F15214;
    border-color: #F15214;
    border-radius: 0px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 12px 10px;
}

.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #163F99;
    border-color: #163F99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-primary:active:focus {
    background-color: #F15214;
    border-color: #177C8D;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
 

.form-control:focus {
    border-color: #F15215;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,145,159,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(60,145,159,.6);
}
/*//////////////////////////////////////////////////////////////////////////////CABECERA*/
.cabecera{
    background: #FFF;
    border-bottom: 1px solid #3F4251; 
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.42), 0 1px 4px rgba(0, 0, 0, 0.64);
}


.logo{
    padding: 10px 0;
    text-align: left;
}
.logo img{
    max-width: 227px;
}


.linea-top{
    border-top-color: transparent;
    border-top-width: 0px;
    border-top-style: solid;
}

.ul-cabecera{
    clear: both;
    overflow: hidden;
    float: right;
}

.ul-cabecera.list-inline>li {
    display: inline-block;
    padding: 0;
    
}

.ul-cabecera li{
    min-width: 80px;
    float: left;
    border-left: 1px solid #3F4251;
}

.ul-cabecera li>a{
    display: block;
    width: 80px;
    text-align: center;
    padding: 18px 0;
    color: #163F99;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ul-cabecera li>a:hover{
    text-decoration: none;
    background: #E3EFF1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ul-cabecera i{
    font-size: 26px;
}
.ul-cabecera span{
    display: block;
    font-size: 10px;
    padding: 5px 0 0 0; 
}

.datos-top{
    width: 240px;
    color: #163F99;
    text-align: center;
    line-height: 25px;
    padding: 13px 0;
}

    @media only screen and (max-width: 992px) {
       .datos-top{
            display: none;
        }
        
        .ul-cabecera{
         width: 325px;
         border-right: 1px solid #3F4251;
        }
        
    }
    
    @media only screen and (max-width: 768px) {
        .logo{
            text-align: center;
        }
    
        .linea-top{
            border-top-color: #3F4251;
            border-top-width: 1px;
        }
        
        .datos-top{
            display: none;
        }
        
        .ul-cabecera{
            float: none;
            margin: 0 auto;
            width: 325px;
            border-right: 1px solid #3F4251;
        }
    }
    @media only screen and (max-width: 480px) {
  
    }
    

.datos-top span{
    font-size: 22px;
    font-weight: 700;
}

.datos-top a{
    font-size: 18px;
    font-weight: 400;
    color: #F15214; /*naranja*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
}
.datos-top a:hover{
    color: #FF6511;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////COTIZADOR AUTOS*/
/*
.bg-cotizador
{
    background: rgba(255,255,255,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(220,220,220,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    background: radial-gradient(ellipse at center, rgba(255,255,255,1) 0%, rgba(220,220,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=1 );
    padding-bottom: 50px;
}
*/
 .container-cotizador
{
   /* background-repeat: no-repeat;
      background: #ACD9EE;*/
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 1) 100%), linear-gradient(to left, rgba(251, 238, 255, 1) 0%, rgba(220, 252, 252, 1) 75%, rgba(220, 252, 252, 1) 100%);

/*    background-position: top center;
  background-image:  url(/img/cotizar/ruta.jpg);
    background-size: 100%;/*/
}

@media only screen and (max-width: 768px) {
.container-cotizador
{
    background-size: 996px 85px;
}    
}

.texto-cotizador{
   padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    font-size: 43px;
    /*line-height: 25px;*/
	color:#F15214;
   /* color: #393F50;*/
}
.texto-cotizador span{
    font-size: 22px;
}

    @media only screen and (max-width: 480px) {
        .texto-cotizador{
          padding-top: 20px;
            font-size: 35px;
            line-height: 35px;
        }
        .texto-cotizador span{
            font-size: 18px;
            line-height: 10px;
        }    
    }

    @media only screen and (max-width: 768px) {

         .texto-cotizador{
       padding-top: 30px;
            line-height: 42px;
        }

    }
    
    
.marco-cotizador{
    background: #0767A0;
	color:#FFFFFF;
	font-weight:700;
    padding: 15px 15px;
    margin-bottom: 20px;
}

.marco-cotizador:before{
    content: "";
    width: 46px;
    height: 37px;
    position: absolute;
    top: -37px;
    right: 30px;
}

/*//////////////////////////////////////////////////////////
.auto .marco-cotizador:before{
    background: no-repeat url(../..//img/marco-auto.png);
}
////////////////////////////////////////////////////////
.casa .marco-cotizador:before{
    background: no-repeat url(file:///E|/Documents/asegurarmiauto.com.ar//img/marco-casa.png);
}
///////////////////////////////////////////////////////
.art .marco-cotizador:before{
    background: no-repeat url(file:///E|/Documents/asegurarmiauto.com.ar//img/marco-art.png);
}
///////////////////////////////////////////////////////
.tecno .marco-cotizador:before{
    background: no-repeat url(file:///E|/Documents/asegurarmiauto.com.ar//img/marco-tecno.png);
}
//////////////////////////////////////////////////////////*/

    
.form-control {
color: #3A4050;
border: 1px solid #3F4251;
border-radius: 0px;
margin: 10px 0;
}
   

/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////ESCRITORIO

.container-esc{
    height: 225px;
    background: repeat-x center bottom url(/img/bg-escritorio.gif);
    position: relative;
}
.container-esc:before{
    content: "";
    width: 421px;
    height: 224px;
    background: no-repeat url(/img/hombre.png);
    position: absolute;
    left: 0px;
    bottom: 40px;
}
@media only screen and (max-width: 768px) {
    .container-esc:before{
        display: none;
    }
}
@media only screen and (max-width: 992px) {
    .container-esc:before{
    width: 208px;
    height: 224px;
    background: no-repeat url(/img/hombre2.png);
} 
}


.ul-escritorio{
    clear: both;
    overflow: hidden;
    float: right;
    margin-top: 80px;
}

.ul-escritorio.list-inline>li {
    display: inline-block;
    padding: 0;
    
}

.ul-escritorio li{
    width: 132px;
    margin-left: 120px;
    text-align: center;
    float: left;
}

.ul-escritorio a{
    display: block;
    font-family: 'Arial', sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #EEE;
}
.ul-escritorio a:hover{
    color: #9AA5B7;
}
.ul-escritorio .ico-escr{
    display: block;
    width: 132px;
    height: 66px;
    background-image:  url(/img/bot_escritorio.png);
    background-size: 796px 132px;
    background-repeat: no-repeat;
    background-position: 132px 66px;
    margin-bottom: 10px; 
}
/////////////////////////////////////////////////////////
.ul-escritorio .ico-auto{
    background-position: 0px -66px;
}
.ul-escritorio .ico-auto:hover, .auto .ul-escritorio .ico-auto{
    background-position: 0px 0px;
}

.ul-escritorio .ico-casa{
    background-position: -132px -66px;
}
.ul-escritorio .ico-casa:hover, .casa .ul-escritorio .ico-casa{
    background-position: -132px 0px;
}

.ul-escritorio .ico-art{
    background-position: -264px -66px;
}
.ul-escritorio .ico-art:hover, .art .ul-escritorio .ico-art{
    background-position: -264px 0px;
}

.ul-escritorio .ico-tecno{
    background-position: -396px -66px;
}
.ul-escritorio .ico-tecno:hover, .tecno .ul-escritorio .ico-tecno{
    background-position: -396px 0px;
}



@media only screen and (max-width: 1400px) {
.ul-escritorio li{
    margin-left: 80px;
}
}
@media only screen and (max-width: 1200px) {
.ul-escritorio li{
    margin-left: 20px;
}
}
@media only screen and (max-width: 992px) {
.ul-escritorio li{
    margin-left: 10px;
}
}
@media only screen and (max-width: 768px) {

.container-esc{
    height: 180px;
}    
.ul-escritorio{
    float: none;
    width: 264px;
    margin: 35px auto 0 auto;
}
.ul-escritorio li{
    margin-left: 0px;
    margin-bottom: -10px;
}

.ul-escritorio .ico-art{
    background-position-x: -531px;
    background-position-y: -66px;
}
.ul-escritorio .ico-art:hover, .art .ul-escritorio .ico-art{
    background-position-x: -531px;
    background-position-y: 0px;
}

.ul-escritorio .ico-tecno{
    background-position-x: -664px;
    background-position-y: -66px;
}
.ul-escritorio .ico-tecno:hover, .tecno .ul-escritorio .ico-tecno{
    background-position-x: -664px;
    background-position-y: 0px;
}


    
}
@media only screen and (max-width: 480px) {
    
}



/////////////////////////////////////////////////////////////////////////////POLIZA EN PASOS

.pasos-poliza{
    text-align: center;
    
}

.pasos-poliza .texto-cotizador{
    color: #F15215;
    
}

.pasos-poliza .bg-bottom{
    padding-bottom: 120px;
    
}
.pasos-poliza img{
    max-width: 106px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.title-poliza{
    font-size: 18px;
    color: #F15215;
    font-weight: 600;
    margin-bottom: 10px;
    
}
.title-poliza span{
    font-weight: 400;
    font-size: 24px;
}
.pasos-poliza p{
    font-size: 14px;
    color: #3A4050;
    margin-bottom: 10px;
}
.pasos-poliza a{
    margin-top: 40px;
}

/////////////////////////////////////////////////////////////////////////////TESTIMONIOS
.testimonios{
    background: #EEEEEE;
    padding-top: 60px;
    padding-bottom: 0px;
    text-align: center;
}

.bg-quote{
    background: left bottom no-repeat url(/img/quote.png);
}

h2{
    text-align: center;
    font-size: 17px;
    color: #3A4050;
}

.item{
    height: 200px;
}
@media only screen and (max-width: 992px) {
.item{
    height: 210px;
}
}
@media only screen and (max-width: 768px) {
.item{
    height: 250px;
}
}
@media only screen and (max-width: 480px) {
.item{
    height: 240px;
}    
}

.carousel-caption{
    width: 400px;
    margin: 0 auto;
}
@media only screen and (max-width: 768px) {
    .carousel-caption{
    width: auto;
}
}

.carousel{
    margin-bottom: 60px;
}
.carousel-indicators li {
    border: 1px solid #F15214;
}

.carousel-indicators .active {
    background-color: #F15214;
}

.carousel-caption{
 color: #3A4050;
 text-shadow: none;
}

.carousel-caption img{
    max-width: 50px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.text-testi{
    text-align: left;
}
.text-firma{
    text-align: right;
}

/////////////////////////////////////////////////////////////////////////////ASEGURADORAS*/

.aseguradoras{
    padding: 120px 0;
    text-align: center;
}
.aseguradoras h2{
    color: #00448B;
    margin-bottom: 40px;
}
.aseguradoras img{
    margin: 10px 15px;
}

/*/////////////////////////////////////////////////////////////////////////////FOOTER*/
.footer {
    min-height: 250px;
    background: #ACD9EE;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.42);
    padding: 40px 0;    
    font-size: 10px;
    color: #285B81;
}

 .btn-whatsapp {
	display:block;
	width:70px;
	height:70px;
	color:#fff;
	position: fixed;
	right:20px;
	bottom:100px;
	border-radius:50%;
	line-height:80px;
	text-align:center;
	z-index:999;
	
}
/*.bg-footer{
    background-repeat: no-repeat;
    background-position: bottom center;
    background-image:  url(/img/bg-footer.png);
    background-size: 100%;
}
@media only screen and (max-width: 768px) {
    .bg-footer
    {
        background-size: 996px 16px;
    }
}*/
.text-izq{
    text-align: left;
}
.text-der{
    text-align: right;
}
@media only screen and (max-width: 768px) {
    .text-izq,.text-der
    {
        text-align: center;
    }
}


.footer a{
    color: #285B81;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer a:hover{
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.vinculos{
    margin-bottom: 40px;
}

.vinculos li:first-child{
    padding-left: 0;
    border-left: none;
}

.vinculos li{
    padding: 0px 50px;
    float: left;
    border-left: 1px solid #285B81;
}
@media only screen and (max-width: 992px) {

    .vinculos li{
    padding: 0px 20px;
    }
}
@media only screen and (max-width: 768px) {
    .vinculos li{
    float: none;
    padding: 10px 10px;
    border-left: none;
    }
    .vinculos li:first-child{
    padding-left: 10px;
    }
}

.footer-ico{
    color: #285B81;
    clear: both;
    overflow: hidden;    
    width: 730px;
    margin: 20px auto 20px auto;
}

.footer-ico li{
    float: left;
    margin-right: 80px;
}
@media only screen and (max-width: 992px) {
    .footer-ico{
        width: 505px;
    }
    .footer-ico li{
        float: left;
        margin-right: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .footer-ico{
        width: 400px;
    }
    .footer-ico li{
        float: left;
        margin-right: 52px;
    }    
}

.footer-ico li:last-child{
    margin-right: 0px;
}

.footer-ico li i{
    font-size: 30px;
    padding: 20px 0;
}

.footer-ico li .datos-top {
    color: #285B81;
    font-size: 15px;
    width: 150px;
}

.footer-ico li .datos-top span {
    font-size: 20px;
    display: block;
}

.footer-ico li img{
    padding: 12px 0;
}
/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////Contacto*/

#Contacto .modal-title{
    color: #F15215;
    font-size: 22px;
}
#Contacto form label{
    margin-bottom: 0;
    color: #F15215;
}
#Contacto .modal-body>p{
    margin-bottom: 25px;
}

/* ==== 20) Google Map ==== */

#map {
	height: 380px;
	width: auto;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: #00448B;
}



/*////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////PAGINAS INTERNAS

.page .container-esc {
    height: 250px;
}

.page>.bg-top-50 {
    background-color: #EDEDED;
}


.page .container-esc .ul-escritorio{
    margin-top: 105px;
}

@media only screen and (max-width: 768px) {
    .page .container-esc {
        height: 180px;
    }

    .page .container-esc .ul-escritorio{
        margin-top: 35px;
    }
}
@media only screen and (max-width: 480px) {
    .page .container-esc {
        height: 170px;
    }

    .page .container-esc .ul-escritorio{
        margin-top: 25px;
    }    
}


.page .contenido {
    font-size: 15px;
}

.page .contenido h2 {
    font-size: 24px;
    color:#F15215;
    margin-top: 40px;
}

.page .contenido h3 {
    font-size: 20px;
    color:#F15215;
    margin-top: 40px;
}

.page .contenido h4 {
    text-align: center;
    line-height: 50px;
}
@media only screen and (max-width: 992px) {
    .page .contenido h4 {
    line-height: 20px;
    }
}

.page p {
    
}

.page .contenido ul {
    margin: 10px 0 15px 0;
    
}

.page .contenido strong {
    color:#FF6511;
    font-weight: 500;
}

.page .contenido strong span{
    color:#F15215;
}

.page .contenido>p>a {
    color: #F15215;
    text-decoration: underline;
}
.page .contenido>p>a:hover {
    color: #FF6511;
    text-decoration: underline;
}


.page .contenido.sinistros>p>strong {
    color:#F15215;
    font-weight: 700;
}


.linea-contenido{
    height: 1px;
    background: #DFDFDF;
    margin: 40px 0 40px 0;
}



*/

@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
    
}
