@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helvetica-lightregular';
    src: url('../fonts/helvetica_light-webfont.woff2') format('woff2'),
         url('../fonts/helvetica_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
a, em, img, strong, sub,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
    font-family: 'helvetica-lightregular';
}

html, body {
	height: 100%;
}

ol, ul {
	list-style: outside none none;
}

.product ul {
	list-style: outside none circle;
	padding: 20px;
}

a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none !important;
}

a,
button{
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
}

.container {
	position: relative;
}

.aligner {
    display: flex;
    align-items: center;
    justify-content: center;
}

strong,
.strong,
h1, h2, h3, h4, h5, h6{
    font-family: 'helveticabold';
    font-weight: 500;
}


/*############################# HEADER #############################*/

#header {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 12px 0 18px;
    border-bottom: 5px solid #bdc1c2;
}

#header .main-logo {
    margin-top: 10px;
    width: 300px;
}

#main-menu li:last-child:after {
    display: none;
}

#header .navbar {
    padding: 0;
}

#navbarSupportedContent .ml-auto {
    margin: 0 auto !important;
}

#main-menu {
    padding-top: 15px;
}

#main-menu li {
    position: relative;
    display: inline-block;
    font-size: 19px;
    padding: 0 12px;
}

#main-menu li:last-child {
    padding: 0 0 0 12px;
}

#main-menu li:after {
    content: "|";
    position: absolute;
    right: -3px;
    top: -4px;
    color: #2D5E98;
    font-size: 26px;
}

#main-menu li a {
    color: #2D5E98;
    font-weight: bold;
}

#header .navbar-toggler {
    position: absolute;
    right: 0;
    top: -105px;
    border: 1px solid #0376b1;
    border-radius: 0;
    padding: 6px 5px 2px;
    outline: none;
}

#header .navbar-toggler span {
    background: #0376b1;
    height: 2px;
    display: block;
    margin-bottom: 5px;
}



/*############################# CONTENT #############################*/

#content {
    position: relative;
    width: 100%;
}

.section {
    width: 100%;
    clear: both;
}

.section header {
    background: #2D5E98;
    border-top: 5px solid #bdc1c2;
}

.section header h1,
.section header h2 {
    color: #FFF;
    font-size: 27px;
    padding: 30px 30px 15px 0;
}

.section .text {
    float: right;
    text-align: right;
    width: 350px;
    margin-right: 100px;
}

.section .text p,
.blocks p {
    color: #FFF;
    font-size: 20px;
    line-height: 31px;
}

.section .text .button,
.form button,
.form #submit {
    background: #2D5E98;
    padding: 10px 15px;
    color: #FFF;
    font-size: 14px;
    line-height: 14px;
    margin-top: 15px;
    display: inline-block;
}

.section .text .button:hover,
.form button:hover,
.form #submit:hover {
    color: #000;
}

.section2 h1,
.section2 p {
	color: #fff;
}

.section1 .inner {
    background: url('../img/section-bg3.jpg') center no-repeat;
    background-size: cover;
    min-height: 600px;
}

#main-slider .item {
    min-height: 550px;
    background-size: cover;
    background-position: center;
}

#main-slider .text p {
    font-family: 'helveticabold';
    font-weight: 500;
    font-size: 28px;
    line-height: 35px;
    color: #000;
}

#main-slider .text p span {
    font-size: 32px;
    color: #000;
}

#main-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 0;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    content: "";
    text-indent: -9999em;
    overflow: hidden;
}

#main-slider .owl-prev {
    background: url('../img/slider-nav-prev.png');
    left: 0;
}

#main-slider .owl-next {
    background: url('../img/slider-nav-next.png');
    right: 0;
}

.brands,
.blocks {
    background: #000;
    padding: 40px 0;
}

.brands h3,
.blocks h3 {
    color: #FFF;
    font-size: 30px;
    padding-top: 18px;
}

.brands p {
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

.section3 .contenido p,
.section3 .contenido ul {
	color: #000;
    font-size: 16px;
    line-height: 20px;
    padding: 20px;
}

.brands .col-line-2 {
    min-width: 502px;
    padding: 0 90px 0 80px;
}

.brands .col-line-3 {
    padding: 0 30px 0 0;
}

.section2 {
	background-color: #000;	
}

.section2 .inner {
    background: url('../img/section-bg1.jpg') center no-repeat;
    background-size: cover;
    min-height: 250px;
}

.section2 .text {
    width: 260px;
}

.blocks {
    padding: 70px 0;
}

.blocks h3 {
    padding-bottom: 15px;
}

.blocks h4 {
    color: #FFF;
    font-size: 25px;
    padding: 15px 0 50px;
    text-align: center;
}

.blocks h4 a {
    color: #FFF;
}

.blocks p {
    padding-right: 47px;
}

.blocks .image {
    position: relative;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 50%;
}

.blocks .box {
	margin: 0 auto;
    max-width: 300px;
}

h3.black {
	color: #fff;
    font-weight: bold;
    margin: 0 auto;
    max-width: 80%;
}

.blocks .image .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(123,109,160,.65);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
    opacity: 0;
    border-radius: 50%;
}

.blocks .image .hover p {
    font-size: 19px;
    text-align: center;
    align-self: flex-end;
    padding: 0 40px 50px;
    line-height: 24px;
}

.blocks .image:hover .hover {
    opacity: 1;
}

.section3 .inner {
    background: url('../img/section-bg2.jpg') center no-repeat;
    background-size: cover;
    min-height: 450px;
}

.section3 .form {
    float: right;
    width: 400px;
}
.section3 .form input, 
.section3 .form textarea {
    background: #999999;
    display: block;
    border: none;
    padding: 0 10px;
    width: 100%;
    margin: 0 0 2px;
    height: 42px;
    line-height: 42px;
    color: #211915;
    font-size: 15px;
}

.section3 .form input:active,
.section3 .form input:focus {
    outline: none;
}

.section3 .form input::placeholder,
.section3 .form textarea::placeholder {
    color: #211915;
    opacity: 1;
}

.section3 .form span.message {
    color: #FFF;
    font-size: 12px;
    float: left;
    padding-left: 10px;
}

.section3 .form #submit {
    border: none;
    cursor: pointer;
    width: 100px;
    float: right;
}

/*############################# FOOTER #############################*/

#footer {
    background: #000;
    padding: 70px 0 20px;
}

#footer h3 {
    color: #FFF;
    font-size: 31px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#footer li {
    color: #FFF;
    margin-bottom: 5px;
}

#footer li a {
    color: #FFF;
}


#footer .logo {
    margin-top: 20px;
    max-width: 75%;
}

.social {
}
.social li {
    display: inline-block;
    padding: 0 9px;
    position: relative;
}
.social li i {
    color: #2D5E98;
    font-size: 25px;
}
.social li::after {
    color: #fff;
    content: "|";
    font-size: 31px;
    position: absolute;
    right: -4px;
    top: -10px;
}
.social li:last-child::after, #main-menu li:last-child::after {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    background: #ffb900 none repeat scroll 0 0;
    margin: 2.6em 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 none repeat scroll 0 0;
    margin: 2.6em 0;
    color: #fff;
}

#section {
    margin-bottom: 1em;
    display: block;
    background-color: #fff;
}

#main {
    margin-bottom: 3em;
    width: 100%;
}

.product {
    margin-top: 3em;
    position: relative;
}

.product #large-img {
	height: auto;
	width: 100%;	
}

.product .images {
    margin-bottom: 3em;
}

.product .images a {
    display: block;
    margin-bottom: 5px;
}

.product .images .thumbnails {
    overflow: hidden;
}

.product .images .thumbnails a {
    float: left;
    margin-right: 5px;
}

.product .images .thumbnails a:nth-child(3n) {
    margin-right: 0px;
}

.product .images .thumbnails img {
    height: 170px;
    width: 170px;
}

.product .summary {
    margin-bottom: 3em;
}

.product .summary h1 {
    font-size: 30px;
    margin-bottom: 0;
}

.product .summary .widget {
    color: #999;
    margin-bottom: 2em !important;
}

.social-sharings-share {
    display: grid;
    grid-column-gap: 2px;
    grid-template-columns: 5% [col-start] 5% [col-start] 5% [col-start] 5% [col-start] 5% [col-start] 5% [col-start];
}

.social-sharings {
    display: grid;
    grid-column-gap: 8px;
    grid-template-columns: 16.5% [col-start] 16.5% [col-start] 16.5% [col-start] 16.5% [col-start] 16.5% [col-start] 16.5% [col-start];
}

.social-sharing-item:hover {
    opacity: 0.6;
    transition: all 0.5s ease 0s;
}

.social-sharing-item a {
    display: block;
    height: 36px;
    text-align: center;
}

.social-sharing-item svg {
    fill: #fff;
    height: 100%;
}

.share-facebook {
    background-color: #3b5998;
}

.share-twitter {
    background-color: #00aced;
}

.share-linkedin {
    background-color: #007bb6;
}

.share-mail {
    background-color: #f60;
}

.share-whatsapp {
    background-color: #4dc247;
    max-width: 100px;
}

.product ul li {
    padding-bottom: 20px;
}

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