/*
Theme Name: UNIO
Theme URI:
Description: UNIO Template
Version: 1.0
Author: UNIO
Author URI: http://www.unio.pt
*/

header {
    background-color: white;
}
section {
    background-color: rgb(249,249,249);
}
.top {
    height: 100px;
    margin-top: 20px;
}
.top .logo {
    background: url(images/logo.svg) no-repeat left center;
    width: 165px;
    height: 100px;
}
.top .top-links ul {
    list-style: none;
    float: right;
    line-height: 100px;
    height: 100px;
    top: 100%;
    clear: both;
    font-size: 1.05em;
}
.top .top-links ul li {
    display: inline-block;
    font-size: 1em;
    height: 100px;
}
.top .top-links ul li.register {
    margin-left: 50px;
}
.top .top-links ul li.register a {
    color: rgb(255,0,0);
    text-decoration: none;
    font-weight: bold;
}
.top .top-links ul li.register a:hover {
    text-decoration: underline;
}
.top .top-links ul li.login {
    margin-left: 20px;
}
.top .top-links ul li.login a.button, .plans .plan a.button, .button-alojamento-linux a.button, a.button {
    color: rgb(255,0,0);
    background-color: transparent;
    border: 2px solid rgb(255,0,0);
    text-transform: none;
    text-decoration: none;
    font-size: 1.05em;
    height: 46px !important;
    line-height: 43px;
    border-radius: 60px 60px;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.top .top-links ul li.login a.button:hover, .plans .plan a.button:hover, .button-alojamento-linux a.button:hover, a.button:hover {
    color: white;
    background-color: rgb(255,0,0);
    border: 2px solid rgb(255,0,0);
}
.top .top-links ul li i.fa {
    vertical-align: middle;
    margin-right: 5px;

}
nav.nav-top {
    border-top: 1px solid rgb(230,230,230);
    text-align: center;
    height: 50px;
    clear: both;
    display: block;
    z-index: 3;
}
nav.nav-top ul.menu-list {
    list-style: none;
    line-height: 50px;
    height: 50px;
    display:block;
    top: 100%;
}
nav.nav-top ul.menu-list li {
    display: inline-block;
    padding: 0 20px;
    font-size: 1.05em;
    font-weight: bold;
    height: 50px;
    box-sizing: border-box;
    position:relative;
}
nav.nav-top ul.menu-list li:hover {
    border-bottom: 2px solid rgb(255,0,0);
}
nav.nav-top ul.menu-list li a {
    color: black;
    text-decoration: none;
}
nav.nav-top ul.menu-list li a:hover {
    color: rgb(255,0,0);
}
nav.nav-top ul.menu-list li.current-menu-item,
nav.nav-top ul.menu-list li.current-menu-parent {
    border-bottom: 2px solid rgb(255,0,0);
}
nav.nav-top ul.menu-list li.current-menu-item a,
nav.nav-top ul.menu-list li.current-menu-parent a {
    color: rgb(255,0,0);
}
nav.nav-top ul.menu-list ul.menu-sub-list {
    display: none;
    position: absolute;
    top: 100%;
    margin: 0;
    left: 0;
}
nav.nav-top ul.menu-list li:hover > ul {
    display: block;
}
nav.nav-top ul.menu-sub-list li {
    overflow: hidden;
    display: block;
    min-width: 180px;
    padding: 0 15px;
    margin: 0;
    font-size: 1.05em;
    height: auto;
    left: 0px;
    top: 2px;
    z-index: 4;
    background-color: rgb(255,0,0);
    float: none;
    color: white;
}
nav.nav-top ul.menu-sub-list li:hover {
    border-bottom: 0;
    background-color: rgb(212,0,0);
}
nav.nav-top ul.menu-sub-list li.current-menu-item {
    border-bottom: 0;
    background-color: rgb(212,0,0);
}
nav.nav-top ul.menu-sub-list li a {
    color: white !important;
    text-decoration: none;
}
nav.nav-top ul.menu-sub-list li a:hover {
    color: white;
}
.slide {
    height: 580px;
    width: 100%;
    position: relative;
}
.slide1 {
    background: url(images/header-background.jpg) no-repeat top center;
}
.slide2 {
    background: url(images/header-background-2.jpg) no-repeat top center;
}
.slide3 {
    background: url(images/header-background-3.jpg) no-repeat top center;
}
.slide .slider-content {
    padding-top: 13%;
    color: white;
}
.slide .slider-content span {
    font-size: 1.65em;
}
.slide .slider-content h1 {
    font-weight: bold;
}
.slide .slider-content a.button {
    color: white;
    background-color: rgb(255,0,0);
    border: 0;
    padding: auto 15px;
    text-transform: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    border-radius: 60px 60px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.slide .slider-content a.button:hover {
    opacity: .7;
}
.slide .slider-content img {
    float: right;
}
.slide .domains-search {
    z-index: 100;
    position: absolute;
    color: white;
    font-weight: bold;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(51,51,51,.5);
    line-height: 80px;
    vertical-align: middle;
}
.slide .domains-search h2 {
    line-height: 80px;
    vertical-align: middle;
    font-size: 2em;
    font-weight: bold;
}
.slide .domains-search h2 i.fa {
    margin-right: 10px;
}
.slide .domains-search form {
    color: black;
}
.slide .domains-search form .button-search-domain {
    width: 100% !important;
}
.slide .domains-search form input[type="search"], .slide .domains-search form select {
    border: 0;
    border-radius: 60px 60px;
    padding-left: 20px !important;
    display: inline;
}
.slide .domains-search form input[type="submit"] {
    color: white;
    background-color: rgb(255,0,0);
    border: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 1em;
    border-radius: 60px 60px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.slide .domains-search form input[type="submit"]:hover {
    opacity: .7;
}
/* MASTER SLIDER*/
.ms-display-template .ms-display-cont,
.ms-display-template .ms-dis-slider-cont,
.ms-display-template .ms-inner-controls-cont{
    max-width: 960px !important;
}
.ms-slide-info{
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box !important;
    max-width: 1020px;
    padding: 30px;
    color: #fff;
}
.ms-info{
    padding-top: 10%;
}
.ms-slide-info h1{
    font-weight: bold;
}
.ms-slide-info h5{
    margin-bottom: 0;
}
.ms-slide-info a.button {
    color: white;
    background-color: rgb(255,0,0);
    border: 0;
    padding: auto 15px;
    text-transform: none;
    font-weight: bold;
    text-decoration: none;
    font-size: 1em;
    border-radius: 60px 60px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.ms-slide-info a.button:hover {
    opacity: .7;
}
.ms-slide-info img{
    float: right;
}
.ms-bullets{
    bottom: 100px !important;
}
.ms-skin-default .ms-bullet{
    width: 8px;
    height: 8px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
}
.ms-skin-default .ms-bullet-selected{
    background-color: #FFF;
}

#slider{
    position: relative;
}
#slider .domains-search {
    z-index: 100;
    position: absolute;
    color: white;
    font-weight: bold;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: rgba(51,51,51,.5);
    line-height: 80px;
    vertical-align: middle;
}
#slider .domains-search form{
    display: flex;
}
#slider .domains-search form .search-box-container{
    flex-grow: 1;
    padding: 0 30px;
}
#slider .domains-search h2 {
    line-height: 80px;
    vertical-align: middle;
    font-size: 2em;
    font-weight: bold;
    white-space: nowrap
}
#slider .domains-search h2 i.fa {
    margin-right: 10px;
}
#slider .domains-search form .button-search-domain {
    width: 100% !important;
}
#slider .domains-search form input[type="search"],
#slider .domains-search form select {
    border: 0;
    border-radius: 60px 60px;
    padding-left: 20px !important;
    display: inline;
    color: black;
}
#slider .domains-search form input[type="submit"] {
    color: white;
    background-color: rgb(255,0,0);
    border: 0;
    text-transform: none;
    font-weight: bold;
    font-size: 1em;
    border-radius: 60px 60px;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
#slider .domains-search form input[type="submit"]:hover {
    opacity: .7;
}
/*===========================================*/
section.brands {
    border-bottom: 1px solid rgb(230,230,230);
    text-align: center;
    height: 100px;
}
section.brands ul {
    list-style: none;
    line-height: 100px;
    height: 100px;
}
section.brands ul li {
    margin: 0 15px;
    display: inline-block;
    height: 100px;
    width: auto;
}
section.brands ul li img {
    vertical-align: middle;
}
section.features .feature {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
}
section.features .feature .circle {
    border-radius: 50%;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    margin-bottom: 7%;
    color: white;
    display: inline-block;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
    vertical-align: bottom;
}
section.features .feature:nth-child(1) .circle {
    background-color: rgb(255,170,170);
}
section.features .feature:nth-child(2) .circle {
    background-color: rgb(170,215,250);
}
section.features .feature:nth-child(3) .circle {
    background-color: rgb(250,210,170);
}
section.features .feature h2 {
    font-size: 1.55em;
    font-weight: bold;
    margin-bottom: 3%;
}
section.features .feature p {
    margin: 0;
}
section.features .feature hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(236,236,236);
    margin: 5% auto;
    padding: 0;
    width: 40%;
}
.plans .plan {
    /* margin-bottom: 10%; */
    text-align: center;
    border: 1px solid rgb(230,230,230);
    border-radius: 30px;
    background-color: white;
}
.plans .plan h2 {
    font-size: 1.95em;
    font-weight: bold;
    color: rgb(255,0,0);
    margin: 20px !important;
}
.plans .plan h2 span {
    font-size: 0.7em !important;
}
.plans .plan h3 {
    font-size: 1.45em;
    font-weight: 500;
}
.plans .plan ul {
    list-style: none;
    margin-bottom: 10%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}
.plans .plan ul li {
    color: black;
    font-weight: 500;
    text-align: left;
}
.plans .plan ul li i.fa {
    margin-right: 10px;
    color: rgb(153,255,85) !important;
}
.plans .plan a.button {
    margin-bottom: 10%;
}
.plans .plan .price {
    height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 0;
    margin-right: 0;
    background-color: rgb(242,242,242);
    margin-bottom: 10%;
}
.plans .plan .price > div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.plans .plan .price p {
    text-align: left;
    font-size: 1.65em;
    color: rgb(179,179,179);
    font-weight: 600;
    margin: 0;
}
.plans .plan .price p span {
    float: right;
    font-weight: normal;
    font-size: .6em;
    margin-top: 10px;
}
.hosting-plans {
    margin-top: 5%;
}
.hosting-plans .plan h2 {
    margin-left: 5%;
    margin-right: 5%;
    margin: 0;
}
.alert {
    text-align: center;
    margin-bottom: 10%;
}
.alert p {
    margin: 0;
}
.alert i.fa {
    margin-right: 10px;
}
section.faq {
    background-color: white;
    padding-top: 5%;
    padding-bottom: 5%;
}
section.faq h3 {
    font-size: 1.45em;
    font-weight: bold;
    color: rgb(179,179,179);
}
section.faq p {
    color: rgb(179,179,179);
}
footer .newsletter {
    background-color: #FDE9C9;
    height: auto;
}
footer .newsletter .container {
    height: 120px;
}
footer .newsletter .newsletter-form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
footer .newsletter h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 20px;
    vertical-align: middle;
    color: #333;
}
footer .newsletter form {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    float: right;
}
footer .newsletter form input {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
}
footer .newsletter form input[type="email"] {
    width: 250px;
    border: 0;
    border-radius: 60px 60px;
    padding-left: 20px !important;
    display: inline;
    height: 46px !important;
    line-height: 46px !important;
    margin-right: 10px;
}
footer .newsletter form input[type="submit"] {
    height: 46px !important;
    line-height: 46px !important;
    border-radius: 23px;
    color: rgb(255,0,0);
    background-color: transparent;
    border: 2px solid rgb(255,0,0);
    text-transform: none;
    font-weight: bold;
    font-size: 1.05em;
    box-sizing: border-box;
    margin-bottom: 0;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
footer .newsletter form input[type="submit"]:hover {
    color: white;
    background-color: rgb(255,0,0);
    border-color: rgb(255,0,0);
}
footer .footer-links {
    height: auto;
    background-color: #333;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .footer-links .three h5 {
    color: rgb(255,0,0);
}
footer .footer-links .three ul {
    list-style: none;
    margin: 0;
}
footer .footer-links .three ul li {
    font-size: .95em;
}
footer .footer-links .three ul li a {
    color: white;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}
footer .footer-links .three ul li a:hover {
    opacity: .6;
}
footer .footer-links .three {
    color: white;
}
footer .copyright-social {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
footer .copyright-social p {
    margin: 0;
    display: inline-block;
}
footer .copyright-social ul {
    list-style: none;
    margin: 0;
    float: right;
    display: inline-block;
}
footer .copyright-social ul li {
    display: inline-block;
    margin: 0 0 0 20px;
}
footer .copyright-social ul li a {
    color: rgb(255,0,0);
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity .30s ease-in-out;
    -moz-transition: opacity .30s ease-in-out;
    -o-transition: opacity .30s ease-in-out;
    transition: opacity .30s ease-in-out;
}
footer .copyright-social ul li a:hover {
    opacity: .6;
}
/* Inner Header */
section.inner-header-image {
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    display: table;
}
section.header-image-consultoria {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-consultoria.png);
}
section.header-image-contacto {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-contacto.png);
}
section.header-image-dominios {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-dominios.png);
}
section.header-image-alojamento-web {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-alojamentoweb.png);
}
section.header-image-criacao-de-sites {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-criacaodesites.png);
}
section.header-image-lojas-virtuais {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-lojasvirtuais.png);
}
section.header-image-sobre {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-sobre.png);
}
section.header-image-condicoes {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-condicoes.png);
}
section.header-image-privacidade {
    background: linear-gradient(rgba(51,51,51,.9), rgba(51,51,51,.9)), url(images/header-image-privacidade.png);
}
section.header-image-default {
    background-color: #333;
}
section.inner-header-image .row {
    display: table-cell;
    vertical-align: middle;
    height: 200px;
}
section.inner-header-image .row .red-trace {
    width: 60px;
    height: 5px;
    background-color: rgb(255,0,0);
    margin-bottom: 2%;
}
section.inner-header-image .row h1 {
    color: white;
    font-size: 2.2em;
    font-weight: bold;
    margin-bottom: 0;
}
section.inner-header-image .row h1 span {
    font-weight: normal;
    color: rgb(255,0,0);
    margin-left: 2%;
    margin-right: 2%;
}
section.inner-header-image .row p {
    color: white;
    margin-bottom: 0;
}
/* Page Content */
.page-content {
    padding-top: 5%;
    padding-bottom: 5%;
}
.page-content .intro-content {
    margin-bottom: 5%;
}
.page-content .intro-content p {
    display: inline-block;
    float: left;
}
.page-content .intro-content img {
    display: inline-block;
    float: right;
    margin-left: 10%;
    margin-bottom: 10%;
}
.page-content hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(236,236,236);
    margin: 5% 0 0 0;
    padding: 0;
    width: 100%;
}
.page-content .topics .topic {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}
.page-content .topics .topic i.fa {
    margin-bottom: 4%;
    color: rgb(255,170,170);
    height: 80px;
}
.page-content .topics .topic h2 {
    font-size: 1.55em;
    font-weight: bold;
    margin-bottom: 3%;
}
.page-content .topics .topic p {
    margin: 0;
}
.button-alojamento-linux {
    text-align: center;
}
.button-alojamento-linux a.button i.fa {
    margin-left: 10px;
}
/* Contact Page */
.contact-form {
    padding: 8%;
    border: 2px solid rgb(230,230,230);
    border-radius: 30px;
}
.contact-form form {
    margin: 0;
}
.contact-form form input[type="text"], .contact-form form input[type="tel"], .contact-form form input[type="email"], .contact-form form textarea {
    border: 0;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgb(242,242,242);
    background-color: rgb(242,242,242);
    padding-left: 20px;
    margin-bottom: 20px;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out;
}
.contact-form form textarea {
    height: 100px !important;
    border-radius: 24px;
}
.contact-form form input[type="text"]:focus, .contact-form form input[type="tel"]:focus, .contact-form form input[type="email"]:focus, .contact-form form textarea:focus {
    border: 1px solid rgb(242,242,242);
    background-color: white;

}
.contact-form form input[type="submit"] {
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 24px;
    color: rgb(255,0,0);
    background-color: transparent;
    border: 2px solid rgb(255,0,0);
    text-transform: none;
    font-weight: bold;
    font-size: 1.05em;
    box-sizing: border-box;
    margin-bottom: 0;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.contact-form form input[type="submit"]:hover {
    color: white;
    background-color: rgb(255,0,0);
    border-color: rgb(255,0,0);
}
.contact-form form a i.fa {
    margin: 0 10px 0 0;
}
.contacts-info table tr td {
    border: 0;
    font-weight: 600;
    vertical-align: top;
}
/* Domain Search Page */
.domain-search {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
}
.domain-search h2 {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0;
}
.domain-search .domain-search-form {
    margin-top: 5%;
    padding-top: 5%;
    padding-bottom: 5%;
    border: 2px solid rgb(230,230,230);
}
.domain-search .domain-search-form form {
    margin-bottom: 0;
}
.domain-search .domain-search-form form input[type="search"], .domain-search .domain-search-form form select, .domain-search .domain-search-form form input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
}
.domain-search .domain-search-form form input[type="search"], .domain-search .domain-search-form form select {
    border: 0;
    height: 48px;
    border-radius: 24px;
    border: 1px solid rgb(242,242,242);
    background-color: rgb(242,242,242);
    padding-left: 20px;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out;
}
.domain-search .domain-search-form form input[type="search"]:focus, .domain-search .domain-search-form form select:focus {
    border: 1px solid rgb(242,242,242);
    background-color: white;

}
.domain-search .domain-search-form form input[type="submit"] {
    height: 46px !important;
    line-height: 46px !important;
    border-radius: 23px;
    color: rgb(255,0,0);
    background-color: transparent;
    border: 2px solid rgb(255,0,0);
    text-transform: none;
    font-weight: bold;
    font-size: 1.05em;
    box-sizing: border-box;
    margin-bottom: 0;
    -webkit-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -moz-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    -o-transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
    transition: color .30s linear, background-color .30s ease-in-out, border-color .30s ease-in-out;
}
.domain-search .domain-search-form form input[type="submit"]:hover {
    color: white;
    background-color: rgb(255,0,0);
    border-color: rgb(255,0,0);
}
.domain-search .domain-price {
    margin-top: 5%;
}
.domain-price table tr td {
    color: rgb(128,128,128);
}
/* Content Style */
section.page-content .description p {
    margin-bottom: 3%;
}
section.page-content .description a {
    color: rgb(255,0,0);
    text-decoration: none;
}
section.page-content .description a:hover {
    text-decoration: underline;
    color: rgb(255,0,0);
}
section.page-content .description h1 {
    font-size: 2.5em;
    font-weight: 600;
}
section.page-content .description h2 {
    font-size: 2em;
    font-weight: 600;
}
section.page-content .description h3 {
    font-size: 1.5em;
    font-weight: 600;
}
section.page-content .description h4 {
    font-size: 1.25em;
    font-weight: 600;
}
section.page-content .description h5 {
    font-size: 1em;
    font-weight: 600;
}
section.page-content .description h6 {
    font-size: 0.85em;
    font-weight: 600;
}
section.page-content .description ul {
    list-style-type: disc;
    margin-left: 5px;
}
section.page-content .description ol {
    margin-left: 5px;
}
section.page-content .description blockquote {
    background: #f1f1f1;
    border-left: 10px solid #ccc;
    margin: 1.5em 0;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
section.page-content .description blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
section.page-content .description blockquote p {
    display: inline;
}
/* Wordpress Image Alignment */
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/* Contact Form */
.user-comment-label {
    display: none;  /* Não mostrar o campo do Bot no formulário */
}
.user-comment-input {
    display: none;  /* Não mostrar o campo do Bot no formulário */
}
p.error {
    color: red !important;
}
p.success {
    color: green !important;
}
p.error .fa, p.success .fa {
    margin-right: 5px !important;
}


/* OWL CAROUSEL */
.owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -40px !important;
    width: 100%;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
    opacity: 1;
}
  .owl-nav [class*='owl-'] {
    color: #757575;
    font-size: 14px;
    padding: 4px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
  }
    .owl-nav [class*='owl-']:hover {
      color: #212121;
      text-decoration: none; }
.owl-nav + .owl-dots {
  margin-top: 20px !important; }
.owl-nav .owl-prev,
.owl-nav .owl-next{
    background-color: transparent !important;
    border-radius: 0 !important;
    width: 32px !important;
    height: 32px !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 0.75;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -42px;
}
.owl-nav .owl-next{
    position: absolute;
    right: -42px;
}
.owl-nav .owl-prev:before,
.owl-nav .owl-next:before{
    margin-top: 9px;
    border: solid #616161;
    border-width: 0 2px 2px 0;
    display: block;
    width: 12px;
    height: 12px;
    line-height: 32px;
    content: " ";
}
.owl-nav .owl-prev:before{
    margin-left: 12px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.owl-nav .owl-next:before{
    margin-left: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
    opacity: 1;
}
.owl-nav .disabled {
    opacity: 0.35 !important;
    cursor: default;
}


#testemunhos{
    margin-bottom: 10%;
    text-align: center;
}
.testemunho blockquote{
    margin-bottom: 1em;
}
.testemunho h5{
    margin: 10px 0 5px 0;
    font-weight: 500;
    line-height: 1;
}
.testemunho a,
.testemunho p{
    margin-bottom: 0;
    text-decoration: none;
    color: #D40000;
}

#info{
    margin-bottom: 5%;
}
#info img{
    display:block;
    max-width:100% !important;
    height:auto;
}

/* Mobile Media Queries */

@media (min-width: 320px) and (max-width: 749px) {

    .top .logo {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .top .columns {
        display: block;
        text-align: center;
        width: 100%;
    }
    .top .top-links ul {
        float: none;
        line-height: normal;
        height: auto;
    }
    .top .top-links ul li {
        display: block;
        font-size: 1em;
        height: auto;
        margin-bottom: 10%;
    }
    .top .top-links ul li.register {
        margin-left: 0;
    }
    .top .top-links ul li.login {
        margin-left: 0;
    }
    nav.nav-top {
        border-top: 1px solid rgb(230,230,230);
        text-align: center;
        height: auto;
        clear: both;
        display: block;
        width: 100%;
        padding: 0;
    }
    nav.nav-top .container {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    nav.nav-top ul.menu-list {
        list-style: none;
        line-height: normal;
        height: auto;
        display:block;
        top: auto;
        width: 100%;
    }
    nav.nav-top ul.menu-list li {
        display: block;
        padding: 0 0;
        font-size: 1.05em;
        font-weight: bold;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        position: relative;
        border-bottom: 1px solid rgb(230,230,230);
        margin: 0;
        padding: 0;
        width: 100%;
    }
    nav.nav-top ul.menu-list li:last-child, nav.nav-top ul.menu-list li:last-child:hover {
        border-bottom: 0;
        margin-bottom: -25px;
    }
    nav.nav-top ul.menu-list li:hover, nav.nav-top ul.menu-list li:focus, nav.nav-top ul.menu-list li:active {
        border-bottom: 1px solid rgb(230,230,230);
    }
    nav.nav-top ul.menu-list li a {
        color: black;
        text-decoration: none;
    }
    nav.nav-top ul.menu-list li a:hover {
        color: black;
    }
    nav.nav-top ul.menu-list ul.menu-sub-list {
        display: none;
        position: absolute;
        top: 100%;
        margin: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }
    nav.nav-top ul.menu-list li:hover > ul {
        display: block;
    }
    nav.nav-top ul.menu-sub-list li {
        overflow: hidden;
        display: block;
        min-width: 0;
        padding: 0 0;
        margin: 0;
        font-size: 1.05em;
        height: 50px;
        line-height: 50px;
        width: 100%;
        left: 0px;
        top: 2px;
        z-index: 1;
        background-color: rgb(255,0,0);
        float: none;
        color: white;
        position: absolute;
    }
    nav.nav-top ul.menu-sub-list li:hover, nav.nav-top ul.menu-sub-list li:focus, nav.nav-top ul.menu-sub-list li:active {
        border-bottom: 0;
        background-color: rgb(212,0,0);
    }
    nav.nav-top ul.menu-sub-list li a {
        color: white;
        text-decoration: none;
    }
    nav.nav-top ul.menu-sub-list li a:hover {
        color: white;
    }
    #slider .domains-search{
        line-height: 1;
        height: 200px;
    }
    #slider .domains-search form{
        display: block;
        margin-top: 2.5rem;
    }
    #slider .domains-search h2 {
        line-height: 1;
    }
    #slider .domains-search form .search-box-container{
        padding: 0;
    }
    .slide .slider-content img,
    .ms-slide-info img {
        display: none;
    }
    .ms-slide-info .seven.columns{
        width: 100%;
    }
    .ms-bullets{
        bottom: 220px !important;
    }
    .slide .domains-search {
        height: auto;
        line-height: normal;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .slide .domains-search h2 {
        line-height: normal;
    }
    .owl-nav{
        display: none;
    }
    section.brands {
        display: none;
    }
    section.faq {
        text-align: center;
    }
    footer nav.nav-bottom {
        height: auto;
        padding: 30px 0;
    }
    footer nav.nav-bottom ul {
        list-style: none;
        line-height: normal;
        height: auto;
        display:block;
        margin: 0;
    }
    footer nav.nav-bottom ul li {
        display: block;
        height: auto;
        box-sizing: border-box;
        margin-bottom: 15px;
    }
    footer nav.nav-bottom ul li:last-child {
        margin-bottom: 0;
    }
    footer nav.nav-bottom ul li:after {
        content: "";
        padding: 0 0;
        margin: 0;
    }
    .domain-search .domain-search-form {
        padding: 5%;
    }
    .domain-search .domain-search-form form input[type="submit"] {
        width: 100%;
        margin-top: 6%;
    }
    .contacts-info {
        margin-top: 6%;
        text-align: center;
        width: 100%;
    }
    .contacts-info table {
        margin: 0 auto;
    }
    .contact-form form a {
        width: 100%;
    }

}
