/*
Theme Name: LHM Corredores de Seguros
Theme URI: https://lhmseguros.cl/
Template: spicepress
Author: Zomos
Author URI: https://zomos.cl/
Version: 1.8.6.1599405584
Updated: 2020-09-06 15:19:44

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	background:#F2F2F2;
}

p , .contenido ul li{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
	color:#1B2631 !important;
	margin-bottom:10px;
}


h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}

ul > li, ol > li{padding:0;}


/* Header */
#custom-collapse {
    padding: 0;
}

.menu{background:#731F71;}

.navbar-right {
    float: left !important;
}

/* datos header */

.widget{padding:0;}

.datos-header {
    margin-top: 40px;
}

.datos-header i {
    position: absolute;
	color:#731F71;
}

.datos-header span {
    margin-left: 20px;
    display: block;
    font-size: 12px;
	color:#1B2631;
}

.datos-header span a{color:#1B2631}

/* menu */

ul#menu-primary-menu li a {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    padding: 15px;
	transition:0.3s;
}

ul#menu-primary-menu li a:hover, .nav > li > a:hover, .nav > li > a:focus{
	background:#4D194B;
	transition:0.3s;
}

ul#menu-primary-menu li.current-menu-item {
    background: #4D194C;
}

/* CONTENIDO */
/* slide */
.slide h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
	line-height: 50px;
}

.slide h1 span {
    font-size: 23px !important;
    font-weight: 200;
}

.slide p {
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    border-bottom: 2px solid #731f71;
    padding-bottom: 5px;
    display: inline;
}


.btn-cotizar a {
    background-image: linear-gradient(to right, #64238d, #821f8c, #9d1b88, #b61a83, #cb207c);
	font-style:normal !important ;
	font-size:18px !important;
	font-weight:300 !important;
}

.btn-cotizar a:hover{padding: 15px 50px 15px 50px !important;}


.contenido .tag p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
}

.contenido h2{
	color:#1B2631;
	font-size:40px;
	font-weight:800;
}

/* .contenido h2:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/09/bg-separador.png);
	background-position:center center;
    width: 100px;
    height: 8px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto;
} */

/* compañias */

.wpls-logo-showcase .slick-dots li button{
	border:0px !important;
	background-color: #f1f1f1 !important;}

/* contacto */

.contacto .tag p {
	color:#fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
}

.contacto p{color:#fff !important;}

.contacto h2{
	color:#fff;
	font-size:40px;
	font-weight:800;
}

/* .contacto h2:after {
    content: "";
    background-image: url(/wp-content/uploads/2020/09/bg-separador-white.png);
	background-position:center center;
    width: 100px;
    height: 8px;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 60px;
    margin: 0 auto;
} */

/* formulario */

.form-lhm input, .form-lhm textarea, .form-lhm select, input .wpcf7-rut {
    border-radius: 30px;
    margin-bottom: 20px;
    border: 0px;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
	width:100%;
	color: #1b2631 !important;
}

.form-lhm input.boton {
    padding: 10px 35px;
    text-transform: uppercase;
	width:130px;
	text-align:center;
	color: #fff !important;
}

.form-lhm p {
    color: #fff;
    font-size: 13px;
    display: inline;
    letter-spacing: 1px;
    font-weight: 300;
}

 .footer-width-fixer p:first-child {
    margin-top: 0px;
    color: #f9fafa !important;
    font-size: 15px;
}

/* INTERIORES */

.header-page h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 800;
	line-height: 50px;
}

.header-page h1 span {
    font-size: 23px !important;
    font-weight: 200;
}

.header-page p {
    color: #fff !important;
    font-size: 20px;
	font-weight:100;
}

.contenido h3 {
    font-weight: 800;
    font-size: 23px;
}

/* Whatsapp */

a.btn-wsp img {
    width: 55px;
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
}

/* MEDIA QUERY */

@media only screen and (max-width: 768px){
	/* Encabezado */
	.navbar-custom{
		display:none;}
	
	.mobmenu-content li a{
		padding:10px !important;}
	
	/* slide */
	.slide h1{
		font-size:22px; 
		line-height:27px;}
	
	.slide h1 span {
    font-size: 21px !important;}
}

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

}


