/*
Theme Name: Viovet
Theme URI: http://www.viovetargentona.com/
Author: @puravariedad
Author URI: http://juandiegocalero.com/
Description: Serveis veterinaris
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapchile

/*-----------------------------------------------------------------------------------*/
/*Main*/
/*-----------------------------------------------------------------------------------*/

body, html {
    background: #F1F1F1;
    color: #353434;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
} 
a {
    color: #353434; /* Ink */
    text-decoration: none;
}
a:hover {
    color: #00B000; /* Blue */
}
input,
textarea,
select,
button {
	outline: 0;
	border: 0;
	font-size: 1rem;
	font-family: "Montserrat", sans-serif;
    width: calc(100% - 1rem);
    padding: 0.5rem;
}
input[type=text],
input[type=email],
input[type=tel],
input[type=file],
input[type=password],
input[type=number],
select,
textarea {
	height: calc(56px - 1rem);
    border: 1px solid #D6DCD7;
    background: #F1F1F1;
}
input[type=radio] {
	width: initial;
}
textarea {
	height: 90px;
}
.btn a {
	color: #F1F1F1;
	display: inline-block
}
.btn-outline a {
	color: #00B000;
	display: inline-block
}
.btn-outline {
	border: 1px solid #00B000;
	cursor: pointer;
    display: inline-block;
    padding: 1rem;
    width: auto;
}
.btn-outline:hover,
.btn-outline:hover a {
	background: #00B000;
    color: #F1F1F1;
}
.btn,
a.btn,
button,
input[type=submit]{
    background: #00B000;
	cursor: pointer;
    color: #F1F1F1;
    display: inline-block;
    padding: 1rem;
    width: auto;
}
.btn:hover,
a.btn:hover,
button:hover,
input[type=submit]:hover {
    background: #28477B;
    color: #F1F1F1;
}
/* Font */
blockquote {
    font-style: italic;
    font-size: 1.1875rem;
	line-height: 2
}
cite {
	font-weight: bold;
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4  {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 0
}
.big {
    font-size: 2.625rem; 
}
h1, .h1 {
    font-size: 1.875rem;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.25rem;
}
h4, .h4 {
    font-size: 1.1rem;
}
hr {
    background: #9F9F9F;
    border: 0;
    height: 1px;
    margin: 1.6rem auto;
    max-width: 400px;
}
.form-mejor .wpcf7-form-control {
	margin-top: 0.5rem
}

/*-----------------------------------------------------------------------------------*/
/*Modules*/
/*-----------------------------------------------------------------------------------*/
.container {
    margin: 0 auto;
    max-width: 1230px;
    width: calc(100% - 2rem);
	padding: 0 1rem;
}
.container_sm.container {
    max-width: 1110px;
}
.container_mini.container {
    max-width: 890px;
}
.col-50 { 
    margin-bottom: 1rem;
}
.b-top {
    border-top: 1px solid #9F9F9F;
}
.b-bottom {
    border-bottom: 1px solid #9F9F9F;
}
.text-center {
    text-align: center
}
.text-right {
    text-align: right
}
.bg-light {
    background: #ECE9E9;
}
.separatorz {
    margin-bottom: 50px;
    margin-top: 50px;
}
.padded {
	padding: 1rem
}
.title_block {
	color: #00B000;
	margin: 3rem auto;
	max-width: 800px;
}
.title_block h2,
.title_block h3 {
	color: #00B000
}
/*-----------------------------------------------------------------------------------*/
/*Cardz*/
/*-----------------------------------------------------------------------------------*/
.cardz {
    border: 1px dashed #9F9F9F;
}
.cardz_cont {
    max-width: 1110px;
    margin: 0 auto;
}
.cardz_cont .wp-block-column {
    border: 1px dashed #9F9F9F;
    text-align: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}
.cardz_cont .wp-block-separator {
    width: 60%
}
.medcardz {
	margin: auto;
	max-width: 580px;
	padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
	margin-bottom: 50px;
    margin-top: 50px;
	text-align: center;
}
@media (min-width: 800px) { 
	.cardz.snippet_article {
		min-height: 740px
	}
}

/*-----------------------------------------------------------------------------------*/
/*Re-writes*/
/*-----------------------------------------------------------------------------------*/
.wp-block-button__link {
	background-color: transparent
}
.wow-modal-overlay .wow-modal-window {
	position: absolute!important
}
.wp-block-separator {
    border-bottom: 0;
    border-top: 0;
}
.wow-modal-window {
	padding: 0!important;
}
.wow-modal-window ul,
.wow-modal-window ol {
	padding-left: 1rem
}
.wow-col-6 {
	padding: 2rem;
}
.wow-col-4 {
	padding-right: 2rem;
}
.wow-col-4:first-child {
	padding-left: 2rem;
}
.wow-modal-window .h1 {
	padding-left: 2rem
}
.wow-modal-window .bg-light {
	margin-bottom: 0
}
@media (max-width: 800px) {
	.wow-col-6,
	.wow-col-4 {
		min-width: 100%;
		padding-left: 2rem
	}
}
.modal-window-content a {
	display: block;
	margin-bottom: 1rem;
}

/*-----------------------------------------------------------------------------------*/
/*Slider*/
/*-----------------------------------------------------------------------------------*/
.main-slider {
	background: #ECE9E9;
	position: relative;
	padding-bottom: 2rem;
	padding-top: 2rem;
}
.slide-container {
    height: 100%;
    width: 100%;
}
.slide-item {
    opacity: 0;
    left: 0;
    top: 0;
    display: inline;
    position: absolute;
    transition: all .2s ease;
}
.slide-active {
    opacity: 1;
    position: relative;
    z-index: 1;
}
.banner_arrows {
	cursor: pointer;
    fill: #353434;
    position: absolute;
    top: 40%;
    z-index: 2;
}
.banner_arrows svg {
    width: 35px;
}
.banner_left {
    left: 1rem
}
.banner_right {
    right: 1rem
}
/*-----------------------------------------------------------------------------------*/
/*Custom bullets*/
/*-----------------------------------------------------------------------------------*/
.smol__page {
	padding-top: 2rem
}
.smol__page ol {
   	list-style: none;
   	counter-reset: item;
	padding-left: 0;
	margin-top: 3rem
 }
.smol__page li {
   	counter-increment: item;
   	margin-bottom: 1.5rem;
	padding-left: 3.5rem;
	position: relative;
 }
.smol__page li:before {
   	left: -0.5rem;
   	content: counter(item);
   	background: #00B000;
   	border-radius: 100%;
   	color: #F1F1F1;
   	text-align: center;
	line-height: 3rem;
	width: 3rem;
	height: 3rem;
   	display: inline-block;
	position: absolute;
 }
.smol__page li strong {
	display: block;
	font-size: 1.2rem
}
.smol__page a {
	text-decoration: underline
}
.mtr_list {
	position: relative;
	margin-bottom: 4rem
}
.mtr_num {
	background: #00B000;
	border-radius: 100%;
	color: #F1F1F1;
	font-size: 32px;
	text-align: center;
	line-height: 70px;
	width: 70px;
	height: 70px;
	position: absolute
}
.mtr_txt {
	position: relative;
	margin-left: 85px;
}
.block_big p {
	font-size: 1.1rem;
}
.block_big em {
	font-family: "Montserrat", sans-serif;
}

/*-----------------------------------------------------------------------------------*/
/*Menu*/
/*-----------------------------------------------------------------------------------*/
.menu {
    font-family: "Montserrat", sans-serif;
    width: 100%;
}
.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
} 
.menu .current-menu-item a {
    color: #00B000;
    font-weight: bold;
}
.menu-item-has-children {
    position: relative;
}
/*
.primary_menu li:last-child {
	border: 1px solid #00B000
} 
*/

/*-----------------------------------------------------------------------------------*/
/*Burger menu*/
/*-----------------------------------------------------------------------------------*/
.burgmenu {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.burgmenu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #00B000;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.burgmenu span:nth-child(1) {
    top: 0;
}
.burgmenu span:nth-child(2),
.burgmenu span:nth-child(3) {
    top: 12px;
}
.burgmenu span:nth-child(4) {
    top: 24px;
}
/*-----------------------------------------------------------------------------------*/
/*OPEN MENU*/
/*-----------------------------------------------------------------------------------*/
.openAction .burgmenu span:nth-child(1) {
    top: 24px;
    width: 0%;
    left: 50%;
}
.openAction .burgmenu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
}
.openAction .burgmenu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 40px;
}
.openAction .burgmenu span:nth-child(4) {
    top: 24px;
    width: 0%;
    left: 50%;
}

/*-----------------------------------------------------------------------------------*/
/*logos*/
/*-----------------------------------------------------------------------------------*/
.logo {
    width: 220px;
    height: auto;
}
 
/*-----------------------------------------------------------------------------------*/
/*Header*/
/*-----------------------------------------------------------------------------------*/
.header_main_new {
    padding-top: 30px;
}
.header_menu {
    
}
.header_logo {
	display: inline-block
}
@media (min-width: 800px) {
	.header_main_new {
		border-top: 1px solid #9F9F9F;
		border-bottom: 1px solid #9F9F9F;
		margin-top: 70px;
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		padding-bottom: 30px;
	}
	.header_menu {
		display: flex;
    	align-items: center;
		justify-content: flex-end
	}
}
/*-----------------------------------------------------------------------------------*/
/*Footer*/
/*-----------------------------------------------------------------------------------*/
.footer {
    margin-top: 70px;
}
.footer .details {
	font-family: "Montserrat", sans-serif;
}
.footer svg, .footer img {
	display: inline-block;
}
.footer_logo img {
	margin-top: 1rem;
	max-width: 200px
}
.footer_menu {
	margin-bottom: 20px
}
.footer_menu.menu ul {
	justify-content: left
}
.footer_menu.menu li {
	margin-left: 0;
}
.footer_top,
.partners-bottom {
	margin-top: 20px;
}
.partners-bottom svg {
	margin-top: 1rem;
}
.partners-bottom img,
.partners-bottom svg{
	height: 80px;
	margin-right: 0.5rem;
}
.footer .map-partial {
	background: #ECE9E9;
}
.map-cont {
	padding: 2rem;
	margin-bottom: 60px
}
.map-txt .h4 {
	margin-bottom: 0.5rem;
}
.social_menu a {
	display: inline-block;
	margin-left: 0.5rem;
}
@media (min-width: 800px) {
	.social_menu {
		text-align: right
	}
	.footer .map-partial {
		margin: 60px 0 0 0;
	}
	.footer_top,
	.footer .b-top {
		padding: 60px 0 60px 0;
	}
	.map-txt {
		padding: 1.5rem 0 0 2rem;
	}
	.partners-bottom img,
	.partners-bottom svg{
		height: 100px;
		margin-right: 1.5rem;
	}
}
/*-----------------------------------------------------------------------------------*/
/*Posts*/
/*-----------------------------------------------------------------------------------*/
.main_single_header hr {
    margin-left: 0;
}
.main_banner img {
	height: auto;
    width: 100%;
}
.main_article {
    margin-bottom: 2rem;
}
.snippet_article_body,
.main_article li,
.main_article p {
	font-size: 1.1rem;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
}
.main_article h2 {
	font-size: 1.7rem;
}
.main_article h3 {
	font-size: 1.2rem;
}

.main_article a {
	text-decoration: underline
}

.snippet_header {
    padding: 2.5rem;
    padding-bottom: 0;
}
.snippet_article_body {
    padding: 2.5rem;
    padding-top: 0;
}

.main_single_footer {
    margin-top: 50px;
}

/*-----------------------------------------------------------------------------------*/
/*Banners with bg images*/
/*-----------------------------------------------------------------------------------*/
.banner_image {
    position: relative;
}
.banner_image_text {
    position: absolute;
    z-index: 2;
}
.banner_image_bg,
.banner_image_bg img {
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
}
/*-----------------------------------------------------------------------------------*/
/*Heroe banner for pages*/
/*-----------------------------------------------------------------------------------*/
.heroe_page_bg {
	bottom: -5px;
}

@media (min-width: 800px) {
    .heroe_page_text {
        max-width: 700px;
        left: 3rem;
        top: 50%;
        transform: translate(0, -50%);
    }
}
@media (max-width: 800px) {
	.heroe_page {
		padding: 2rem;
		padding-bottom: 5rem;
	}
    .heroe_page_text {
        position: relative;
    }
	.heroe_page_bg {
		position: absolute;
		left: 0;
	}
}
/*-----------------------------------------------------------------------------------*/
/*Call to action bottom*/
/*-----------------------------------------------------------------------------------*/
.cta {
    margin-top: 50px;
    height: 100%;
}
.cta_text {
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: 820px;
}
.cta_text_title {
    color: #00B000;
}
.cta_text_subtitle {
    
}
@media (min-width: 800px) {
    .cta_text {
        margin-left: auto;
        margin-right: auto;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 800px) {
    .cta {
        background: #ECECEE;
        padding: 2rem 0 2rem;
    }
	.cta_text {
		position: initial
	}
	.cta img {
		display: none;
	}
}
/*-----------------------------------------------------------------------------------*/
/*Float banner*/
/*-----------------------------------------------------------------------------------*/
.float_banner {
	background: #fff;
	border: 1px solid #eee;
	position: fixed;
	bottom: 0.5rem;
	z-index: 555;
}
.float_body {
	font-size: 0.8rem;
	padding: 1rem;
}
.float_body .btn {
	font-size: 0.7rem;
	display: inline-block;
	margin-left: 0.5rem;
	padding: 5px;
}
.float_body a {
	text-decoration: underline
}
.cookie_banner {
	width: 460px;
	left: 0.5rem;
}
.whatsapp_banner {
	background: #e2633e;
	border-radius: 0.5rem;
	right: 0.5rem;
	display: flex;
}
.whatsapp_banner .float_body {
	display: flex;
    justify-content: center;
}
.whatsapp_banner a {
	color: #fff;
	text-decoration: none
}
.whatsapp_banner .icon__ {
	position: relative;
	border-radius: 100%;
	background: #fff;
	height: 22px;
	width: 22px;
	margin-right: 0.3rem;
}
.whatsapp_banner svg {
	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
	.float_body {
		bottom: 0;
		left: 0;
		text-align: center;
		width: calc(100% - 2rem);
	}
}

/*-----------------------------------------------------------------------------------*/
/*Mediaqueries*/
/*-----------------------------------------------------------------------------------*/
@media (min-width: 800px) {
    .row {  
        display: flex; 
        flex-wrap: wrap; 
    }
    .col-50 { 
        margin: 1rem;
        width: calc(50% - 2rem);
    }
	.col-full-60 {
		width: 60%
	}
	.col-full-50 {
		width: 50%
	}
	.col-full-40 {
		width: 40%
	}
    .menu ul {
        display: flex; 
        align-items: center;
        justify-content: center
    }
    .menu li {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }
    .burgmenu {
        display: none;
    }
    .sub-menu {
        opacity: 0;
        position: absolute;
        padding: 0;
        display: block!important;
        top: 6rem;
    }
    .sub-menu li {
        border-left: 1px solid #D6DCD7;
        border-right: 1px solid #D6DCD7;
        background: #F1F1F1;
        padding: 0.5rem;
        display: block;
        width: 180px;
        margin-left: -100%;
        margin-right: 0;
    }
    .sub-menu li:first-child {
        border-top: 1px solid #D6DCD7;
    }
    .sub-menu li:last-child {
        border-bottom: 1px solid #D6DCD7;
    }
    li.menu-item-has-children {
        position: relative;
        margin-right: 2.2rem;
    }
    .menu-item-has-children::before {
        content: '';
        right: -24px;
        top: 4px;
        display: inline-block;
        position: absolute;
        background-image: url('assets/img/chevron.svg');
        background-size: 14px 14px;
        height: 14px;
        width: 14px;
    }
    .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        padding-top: 2rem;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
    }
	.main-slider {
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.calendly-inline-widget {
		min-height: 670px;
		overflow: none
	}
}
@media (max-width: 800px) {
    .container {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(100% - 2rem);
		padding: 0 0;
    }
    .header {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .header .container {
        position: relative;
    }
    .menu li {
        width: 100%;
    }
    .menu li a {
        display: inline-block;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .sub-menu {
        border-bottom: 1px solid #D6DCD7;
        margin-bottom: 0.5rem;
    }
    .openAction .header_menu {
        height: 100vh;
        transform: scaleY(1);
    }
    .header_menu {
        background: #F1F1F1;
        overflow: hidden;
        position: absolute;
       	top: 50px;
        width: 100%;
        height: 0;
        transform: scaleY(0);    
        transform-origin: top;
        transition: transform 0.26s ease;
        z-index: 9;
    }
    .header_logo {
        position: absolute;
        left: 0;
        top: 0;
    }
    .logo {
        width: 130px;
    }
	.menu-item-has-children a:first-child {
        display: none
    }
    .menu-item-has-children ul a:first-child {
        display: block
    }
	.medcardz,
	.cardz_cont .wp-block-column {
		margin-bottom: 2rem;
		margin-top: 0
	}
	.main-slider blockquote {
		font-size: 0.8rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.calendly-inline-widget {
		min-height: 1250px;
	}
	.menu-item-has-children a:first-child {
		display: none
	}
	.cookie_banner {
		width: calc(100% - 1rem);
	}
}