* {
	padding: 0;
	margin: 0;
}

a, button, .btn, * a, * button, * .btn {
	transition: all ease-in-out .3s;
}

input, button, textarea, select, * input, * select, * textarea, * button {
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	resize: none !important;
}
body {
	font-family:BrownStd-Regular;
}

.text {
	font-family:BrownStd-Regular;
	font-size: 16px;
}

* p { 
	font-family:BrownStd-Regular;
	font-size: 16px;
}

* span {
	font-family:BrownStd-Regular;
	font-size: 16px;
	font-weight: bold;
}

 * h1 {
	 font-size: 40px; 
	 font-family:BrownStd-Bold;	 
}


 * h2 {
	font-size: 32px; 
	font-family:BrownStd-Bold;	
}

 * h3 {
	font-size: 30px; 
	font-family:BrownStd-Bold;	
}

 * h4 {
	font-family:BrownStd-Regular;
	font-size: 24px; 
}


@font-face {
    font-family: AreandinaVoz;
    src:url(../fonts/AreaAndina/AreandinaVoz-Regular.otf);
}
@font-face {
    font-family:BrownStd-Regular;
    src:url(../fonts/BrownStd/BrownStd-Regular.otf);
}
@font-face {
    font-family:BrownStd-Bold;
    src:url(../fonts/BrownStd/BrownStd-Bold.otf);
}

@font-face {
    font-family:Bro-light;
    src:url(../fonts/BrownStd/BrownStd-Light.otf);
}

.font-light {
    font-family:Bro-light;
}

.font-bold {
    font-family:BrownStd-Bold;
}

.font-18 {
    font-size: 18px;
}

.gris400 {
    color:#939598;
}

.font-light-top {
    font-family:Bro-light;
    font-size: 24px;
}



#wrapper nav {
    background-color: #231F20!important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.nav-link {
    font-family:Bro-light;
    font: 18px;
}

.logo_topet {
    position: absolute;
    top: 0;
    right: 20%;
}

img {
	max-width: 100%;
	height: auto;
}

ul{
	margin:0;
}

a { outline: none !important; color:#fff; }

.main {
	margin-top:calc( 0% - -80px);
	background-color: #fff; 
}

.pre-social a {
	margin: 0 5px;
}

.pre-social img {
	width: 32px;
}

.pre-social svg path {
	fill: #00618E;
}

#calltoaction {
	background-image: url('../images/call.html');
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

#calltoaction h4 {
	color: #fff;
	margin-bottom: 0;
}


#calltoaction button {
	width: 50%;
	color: #E909BC;
	border-radius: 19px 19px 19px 19px;
	font-family:BrownStd-Bold;
}

footer{
    background: #181413;
    padding: 25px;
}

.pd-lf {
    padding-left: 2.9em!important;
}


#formulario {
	background-color: #EFEFEF;
}


#formulario .btn-primary {
	width: 80%;
	border-radius: 19px;
	background-color: #88CB2D;
	border-color: #88CB2D;
}

.btn-primary.focus,
 .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(233, 9, 188, 0.7);
}

.btn-primary:hover {
    color: #fff;
    background-color: #E909BC;
    border-color: #E909BC;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 10px);
    padding: .675rem .75rem .375rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #A7A9AC;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #78C043;
}

.content_form {
	position: relative;
	background-color: #fff;
	padding: 3em;
	border-radius: 18px;
	margin-top: -7.9em;
}

#formulario .text,
.content_form h3 {
	color: #58595B;
}

.wrrape-slider {

}

.wrrape-slider .owl-theme .owl-dots {
	height: 100px;
    top: 40.6%;
	bottom: auto;
	position: absolute;
	right: 0;
	left: auto;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 1em;
}

.wrrape-slider .owl-theme .owl-nav {
	position: absolute;
	right: 0;
	left: auto;
	top: 0;
	bottom: 0;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 1em;
}

.owl-theme .owl-dots .owl-dot.active span,
 .owl-theme .owl-dots .owl-dot:hover span {
    background: #88CB2D;
}


.owl-theme .owl-dots .owl-dot:nth-child(1) {
	margin-bottom: 2em;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
	height: 20px;
	background: #F1F2F2;
}

.wrrape-slider .owl-theme .item {
	background-position: center 1px;
	background-size: cover;
	background-repeat: no-repeat;
}

.wrrape-slider .owl-theme .item-a h2 {
    color: #B72A76;
}

.wrrape-slider .owl-theme .item-a {
	color: #fff;
}

.wrrape-slider .owl-theme .item-a ul {
	list-style: none;
	margin: 0 auto;
}

.wrrape-slider .owl-theme .item-a ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 1.2em;
}

.wrrape-slider .owl-theme .item-a ul li .text {
    color: #58595B;
    font-size: 18px;
}

.wrrape-slider .owl-theme .item-a ul li .text .text-mini {
    font-family:Bro-light;
    font-size: 14px;
    display: block    ;
}

.wrrape-slider .owl-theme .item-a ul li img {
	max-width: 3%;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
	box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
}

.wrrape-slider .owl-theme .item-a img {
	width: 100%;
}
.wrrape-slider .owl-theme .item-b {
    background-color:#88CB2D;
}

.wrrape-slider .owl-theme .item-b ul {
	list-style: none;
	margin: 0 auto;
}
.wrrape-slider .owl-theme .item-b ul .text {
    color: #fff;
    margin-left: 15px;
}

.wrrape-slider .owl-theme .item-b ul .text .text-mini {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family:Bro-light;
}

.wrrape-slider .owl-theme .item-b h2 {
    color: #fff;
}


.wrrape-slider .owl-theme .item-b .col-lg-6:nth-child(1) {
	z-index: 6;	
}

.wrrape-slider .owl-theme .item-b .col-lg-6:nth-child(2) {
	z-index: 2;	
}

.wrrape-slider .owl-theme .item-b  {

}

.blanco {
    color: #fff!important;
}

.wrrape-slider .owl-theme .item-b ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family:BrownStd-Bold;	 
    margin-bottom: 1em;
    padding-left: 3em;
}


.wrrape-slider .owl-theme .item-b ul li img {
    max-width: 3%;
    margin-left: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
    box-shadow: 0px 16px 20px -1px rgba(0,0,0,0.21);
}


.wrrape-slider .owl-theme .item-b,
 .wrrape-slider .owl-theme .item-b h2 {
	color: #231F20;
}

.wrrape-slider .owl-theme .owl-nav .owl-prev {
    position: relative;
	color: transparent;
	top: -6em;
    background-color: transparent;
}

.wrrape-slider .owl-theme .owl-nav .owl-next {
	background-color: transparent;
	position: relative;
	bottom: -6em;
    color: transparent;
}

.wrrape-slider .owl-theme .owl-nav [class*=owl-] {
    color:transparent;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.wrrape-slider .owl-theme .owl-nav .owl-prev::before {
	content: url('../images/arrow_top.png');
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 0px;
}


.wrrape-slider .owl-theme .owl-nav .owl-next::before {
    content: url('../images/arrow_bottom.png');
    position: absolute;
	right: 0px;
	font-size: 0px;
    top: 0px;
}






 

/*************** BANNER  *******************/

.wrrape-banner {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	padding: 2em 0 2em;
}

.wrrape-banner h1 {
	color: #fff;
	margin:1em auto;
	line-height: initial;
}

.andina {
	width: 100%;
	text-align: center
	
}

.andina img {
	width: 110%;
	margin: 0 auto;
	max-width: 110%;
}

.wrrape-banner .breadcrumb {
	margin-bottom: 0;
	background-color: transparent;
	padding: 0;
	justify-content: center;
	font-family: Source-regular;
}

.wrrape-banner .breadcrumb .breadcrumb-item a:nth-child(1) {
	color: #FF8600;
}

.wrrape-banner .breadcrumb .breadcrumb-item a {
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}

.wrrape-banner .breadcrumb .breadcrumb-item {
	font-size: 20px;
	color: #fff;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	color: #fff;
	content: "/";
	font-size: 16px;
}


.content_border {
	background-color: #000;
	border-radius: 22px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	transition: all 0.3s cubic-bezier(.25,.8,.25,1);
	overflow: hidden;
}

.content_border:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.content_border img {
    width: 100%;
}

.content_border .text {
    color: #fff!important;
}


footer {
    background-color: #20232E;
   /* background-image: url(../images/footter.jpg);*/
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    width: 100%;
    margin: 0px;
    padding: 0px 0px;
    overflow: hidden;
}


footer .title {
    color: #fff;
}

footer .title::after {
    background-color: #fff;
    margin-left: -5em;
    width: 30%;
}

footer .rrs {
    position: relative;
    max-width: 560px;
    text-align: left;
    margin: 0 auto;
    display: block;
}

footer .rrs .content_top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    margin: 0px auto 10px;
    font-size: 12px
}

footer .rrs .content_top img {
    width: 15%;
    margin-right: 10px;
}

footer .rrs .content_top p {
    margin: 0px;
}

footer .rrs .phone {
    color: #fff;
    margin: 0px auto 10px;
    font-size: 12px;
    width: 100%;
}

footer .rrs .phone span {
	font-size: 13px;
	margin-left: 5px;
}

footer .rrs .rrs_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    flex-wrap: wrap;
    padding-right: 1em;
}

footer .rrs .rrs_content img {
    width: 35px;
    text-align: center;
    margin-right: 10px;
}

footer .rrs .rrs_content p{
    color: #fff;
    margin: 0px;
}

footer .rrs .rrs_content p span{
    color: #797979;
    margin: 0px;
}

footer .follows {
    position: relative;
    max-width: 320px;
    text-align: left;
    margin: 0 auto;
    padding: 2em 0 0 ;
    overflow: hidden;
}

footer .follows .in-face p {
    width: 86px;
}


.in-face {
    width: calc(50% - 0px);
    color: #fff;
    float:left;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    display: inline-flex;
    justify-content:flex-start;
    align-content: center;
}

.in-waza {
    width: calc(50% - 0px);
    float:left;
    color: #fff;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    -webkit-display: inline-flex;
    -moz-display: inline-flex;
    -ms-display: inline-flex;
    -o-display: inline-flex;
    display: inline-flex;
    justify-content: center;
    align-content: center;
}

.title {
    font-family: 'Cabin', sans-serif;
    color: #1D36C5;
    text-align: center;
    display: block;
    margin: 1em 0 2em;
    font-size: 30px;
    position:relative;
}

.title::after {
    content: '';
    position: absolute;
    width: 120px;
    height: 6px;
    background-color: #1D36C5;
    bottom: -15px;
    left: auto;
    right: auto;
    margin-left: -3.9em;
}

.map-canvas {
    position: relative;
    width: 100%;
    height: 480px;
    background-color: #696969;
}


