/*
 Theme Name:   TotalPChild
 Theme URI:    http://pme.pt
 Description:  TotalPressFW Child Theme
 Author:       Wv
 Author URI:   http://pme.pt
 Template:     totalpress
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  totalpress_c
*/

#masthead {
   background: rgba(255, 255, 255, 0.9);
}

#masthead .inside-header {
   background-color: transparent;
   padding: 1.6rem 0;
}

.contatos-header {
   margin: 0;
   overflow: hidden;
}

ul.contatos {
   margin: 0;
}

ul.contatos li {
   color: #343434;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   font-weight: 500;
   line-height: 1.4;
   list-style-type: none;
   margin: 5px 15px 0 0;
}

ul.contatos li span {
   color: #4bbcd7;
   font-size: 80%;
   display: block;
   font-weight: 400;
   letter-spacing: .05rem;
   text-transform: uppercase;
}

ul.contatos li .svg-inline--fa {
   border-radius: 0;
   color: #4bbcd7;
   display: block;
   font-size: 2.2rem;
   padding: 0;
   float: left;
   margin: 0 20px 0 20px;
}

#footer-secondary {
   background: #f3f3f3;
   border-top: 1px solid rgba(0, 0, 0, .18);
   color: #444;
   font-size: 15px;
   margin-top: 2rem;
   padding-bottom: 2rem;
   padding-top: 4rem;
}

#footer-secondary .textwidget {
   color: #808080;
}

#footer-secondary a {
   color: #808080;
   margin-bottom: 15px;
}

#footer-secondary .widget-title {
   color: #808080;
   font-weight: 700;
   font-size: 18px;
   margin-bottom: 1.4rem;
   text-transform: uppercase;
}

#footer-secondary .textwidget ul {
   margin: 0;
}

#footer-secondary .textwidget li a {
   border: 0;
   letter-spacing: normal;
   line-height: 1.5;
   font-size: 15px;
   margin: 0 0 5px;
   padding: 0 !important;
   text-transform: none;
}

footer#colophon {
   background: #f3f3f3;
}

footer#colophon .inside-footer{
   border-top: 1px solid rgba(0, 0, 0, .18)
}

.site-footer.grid-container {
   background-color: transparent;
   font-size: 14px;
   padding: 10px .9375rem 10px;
}

.site-footer.grid-container .inside-footer {
   padding: 10px;
}

footer .site-footer a, footer .site-footer a:before {
   color: #fff;
}

footer .site-info {
   color: rgba(0, 0, 0, .6);
   text-align: left;
}

.button {
   background: #4bbcd7;
   border-bottom: 3px solid rgba(0, 0, 0, .2);
   color: #fff !important;
   text-transform: none;
   text-shadow: 0 1px rgba(0, 0, 0, .12);
   font-weight: 600;
   border-radius: 3px;
   font-size: 1rem;
   padding: 1.4rem 2rem;
   text-transform: uppercase;
   display: inline-block;
   margin: 0;
   border-radius: 5px;
}

.button:hover, .button:active, .button:focus {
   background: #fff;
   color: #4bbcd7;
}

h1, h2, h3, h4, h5, h6 {
   color: #0390b2;
   font-weight: 700;
   text-transform: uppercase;
}

/*.site-footer.grid-container{
	background: transparent;
}

.body-wrapper{
	max-width: 1200px!important;
	margin: 0 auto!important;
	box-shadow: 0px 0px 60px #00000042;
}*/

.topbar{
   background: #f3f3f3;
   border-bottom:1px solid rgba(0,0,0, .1);
}

.topbar .contatos-header li{
   color: #4bbcd7;
   font-size: 14px;
   margin: 0 1rem 0 0;
   padding: .6rem 1rem .6rem 0;
}

.topbar .contatos-header li .svg-inline--fa{
   font-size: 14px;
   float: none;
   margin: 0 .4rem 0 0;
   padding: 0;
}

.topbar .contatos-header li span{
   font-weight: 300;
}

nav#site-navigation.main-navigation {
   background: transparent;
   float:right
}

nav#site-navigation.main-navigation .menu-wrap>.menu li.is-dropdown-submenu-parent>a::after {
   border-color: #6d7174 transparent transparent;
   right: 1.5rem;
}

nav#site-navigation.main-navigation .menu>li {
   float: left;
   -webkit-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

nav#site-navigation.main-navigation .menu>li>a {
   color: #2d2c54;
   font-size: 13px;
   font-weight: 500;
   text-transform: uppercase;
   padding: 1rem .2rem !important;
   -webkit-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   position: relative;
   margin: 0 1.6rem 0 0;
}

nav#site-navigation.main-navigation .menu>li:first-child>a {
   padding-left: 0;
   margin-left: 0;
}

nav#site-navigation.main-navigation .menu>li>a::after {
   background: rgba(255, 255, 255, 0);
   content: "";
   position: absolute;
   width: 2px;
   height: 16px;
   right: 0;
   top: 1.8rem;
}

nav#site-navigation.main-navigation .menu>li:last-child>a::after {
   display: none;
}

nav#site-navigation.main-navigation .menu>li:hover a {
   color: #4bbcd7;
}

nav#site-navigation.main-navigation .menu>li.current-menu-item a {
   color: #4bbcd7;
}

/*nav#site-navigation.main-navigation .menu > li.current-menu-item > a::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 3px 8px;
	border-color: transparent;
	border-bottom-color: #0eb0ee;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}*/

nav#site-navigation.main-navigation .menu>li>ul {
   background: #f6f6f6;
   border: 0;
   padding: .4rem 0 0;
}

nav#site-navigation.main-navigation .menu>li>ul>li>a {
   font-size: 75%;
   padding: .6rem 1rem !important;
}

nav#site-navigation.main-navigation .menu>li>ul>li>a:hover {
   background: #ededed;
}

.slider-wrap .slider-t {
   color: #fff;
   font-size: 120%;
   font-weight: 400;
}

.slider-wrap .slide-cr {
   background-color: rgba(0, 0, 0, .8);
}

.slider-wrap .slider-t span {
   color: #4bbcd7;
   display: block;
   font-size: 115%;
   font-weight: 700;
   letter-spacing: .2rem;
   text-transform: uppercase;
   margin-bottom: 2rem;
}

.slider-wrap .slider-t h1, .slider-wrap .slider-t h2, .slider-wrap .slider-t h3 {
   color: #fff;
   font-size: 45px;
   font-weight: 800;
   margin-bottom: 2rem;
}

@media print, screen and (max-width: 40em) {
   .slider-wrap .slider-t h1, .slider-wrap .slider-t h2, .slider-wrap .slider-t h3 {
      font-size: 15px;
   }

}

.slider-wrap .slider-t .button {
   border: 0;
   margin-top: 2rem;
   padding: 1.4rem 3rem;
}

.after-slider {
   padding: 4rem 0;
   position: relative;
}

/*.after-slider .svg-inline--fa {
   font-size: 4rem;
   margin: 2rem 0;
}*/

.after-slider .box {
   border-radius: 10px;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   position: relative;
   height: 350px !important;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-perspective: 1000;
   perspective: 1000;
}

.after-slider .box .box-card {
   width: 100%;
   height: 100%;
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transition: all .5s linear;
   transition: all .5s linear;
}

.after-slider .box-card:hover {
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}

.after-slider .box .side {
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   border-radius: 6px;
   background-size: cover;
   background-position: center;
   color: #fff;
   position: absolute;
   overflow: hidden;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   z-index: 999;
}

.after-slider .box .side.main {
   padding: 220px 35px 0 35px;
}

.after-slider .box .side.main::after {
   background: rgba(0, 0, 0, 0.55);
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
}

.after-slider .box .side.back {
   padding: 3rem 2rem;
   font-size: 85%;
   -webkit-transform: rotateY(180deg);
   transform: rotateY(180deg);
}

.after-slider .box .side.back .button {
   margin-top: 2rem;
}

.after-slider .box .side.back::after {
   background: rgba(0, 0, 0, 0.70);
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
}

.after-slider .box .side h3 {
   color: #fff;
   font-size: 20px;
   text-transform: none;
   letter-spacing: 0;
}

.after-slider .box .content {
   padding: 0 0 2rem;
}

.after-slider p {
   margin: 0;
}

.after-slider .phone {
   color: #fff;
   font-size: 1.4rem;
   font-weight: 700;
   letter-spacing: .4rem;
}

.after-slider span {
   color: #333;
   display: block;
   font-size: 22px;
   margin-bottom: 1rem;
}

.home-push {
   background: #fff;
   margin-top: -40px;
   padding-top: 4rem;
}

.aboutus-h h2 {
   color: #fff;
   font-size: 40px;
}

.aboutus-h h2::after {
   background: #0eb0ee;
   content: "";
   display: block;
   height: 2px;
   width: 70px;
   margin: 1rem 0;
}

.aboutus-h .subtitle {
   color: #4bbcd7;
   font-weight: 600;
   font-size: 125%;
   margin-bottom: 1.5rem;
}

.aboutus-h .button {
   margin-top: 1.5rem;
}

.tooltip {
   background: #fff;
   border: 1px solid #c8d7e1;
   color: #4f748e;
   border-radius: 4px;
   -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 0 56px rgba(0, 0, 0, .075);
   box-shadow: 0 2px 5px rgba(0, 0, 0, .1), 0 0 56px rgba(0, 0, 0, .075);
   max-width: 12rem;
}

.tooltip.right::before {
   border-color: transparent #c8d7e1 transparent transparent;
   right: calc(100% + 1px);
}

.tooltip.right::after {
   display: block;
   width: 0;
   height: 0;
   border: .75rem inset;
   content: '';
   border-left-width: 0;
   border-right-style: solid;
   border-color: transparent #fff transparent transparent;
   right: 100%;
   left: auto;
   top: 50%;
   bottom: auto;
   position: absolute;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.card-dominios-title .post-title {
   overflow: hidden;
}

.card-dominios-title .post-title .icone {
   float: left;
   margin-right: 30px;
   width: 64px;
}

.card-dominios-title .post-title .icone i {
   color: #0171bc;
   font-size: 4rem;
}

.card-dominios-title .post-title h3 {
   font-weight: bold;
   padding-top: 1rem;
}

.card-dominios-title .info {
   padding-left: 94px;
}

.card-steps {
   margin-top: 2rem;
}

.card-steps .transferir-dominio {
   overflow: hidden;
   margin: 2rem 0;
}

.card-steps .img {
   float: left;
   max-width: 175px;
   margin-right: 20px;
}

.card-steps h2 {
   text-align: center;
}

.card-steps h3 {
   font-weight: bold;
}

/*TEST PAGINAS
.page-id-80 .grid-container{
	max-width: none;
}

.page-id-80 .grid-container .grid-x{
	max-width: 1200px;
	margin:0 auto;
}*/

.template-fond article header.entry-header {
   max-width: 1200px;
   margin: 0 auto;
}

.template-fond article .inside-article {
   padding: 0;
}

.faqs h2 {
   margin: 2rem 0;
   text-align: center;
}

.faqs .accordion {
   background: #fff;
}

.faqs .accordion .accordion-title {
   font-size: 1.8rem;
   font-weight: bold;
   color: #4d4e4f;
   border: 0;
   padding: 0 0 0 2rem;
   line-height: 1.2;
}

.faqs .accordion .accordion-title:hover, .faqs .accordion .accordion-title:focus {
   background: #fff;
}

.faqs .accordion .accordion-title::before {
   position: absolute;
   top: 50%;
   left: 0rem;
   margin-top: -.5rem;
   padding-right: 20px;
   content: "\f054";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 16px;
   color: #4d4e4f;
   -webkit-transition: all .3s ease-in-out;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
   -webkit-transform-origin: 5px 50%;
   transform-origin: 5px 50%;
}

.faqs .accordion .accordion-item {
   position: relative;
}

.faqs .accordion .accordion-item.is-active .accordion-title::before {
   position: absolute;
   top: 50%;
   left: 0;
   margin-top: -.5rem;
   padding-right: 20px;
   content: "\f054";
   display: inline-block;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 16px;
   color: #4d4e4f;
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg);
}

.faqs .accordion .accordion-content {
   border: 0 !important;
   padding: 0;
   color: inherit;
}

.faqs .accordion li a>p {
   display: none;
}

.banner-paginas {
   color: #fff;
   text-shadow: 1px 1px rgba(0, 0, 0, .4);
   background: center no-repeat;
   background-size: cover;
   padding-top: 1.6rem;
   min-height: 42vh;
}

.banner-paginas h1 {
   font-weight: bold;
   color: #fff;
   font-size: 3rem;
   text-shadow: 2px 2px rgba(0, 0, 0, .4);
}

.banner-home {
   background: center no-repeat;
   background-size: cover;
   min-height: 10vh;
   position: relative;
}

.banner-home .dark-filter {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .2);
   z-index: 0;
}

.banner-home .grid-container {
   position: relative;
}

.bg-image {
   color: #fff;
   font-size: 22px;
   text-align: center;
   text-shadow: 1px 1px #0000004f;
}

.bg-image h1, .bg-image h2, .bg-image h3 {
   color: #fff;
   font-size: 40px;
   margin-bottom: 2rem;
   text-shadow: 1px 1px #0000004f;
}

.bg-image .button-wrap .button {
   display: inline;
   margin-right: 25px;
}

.bg-image .button-wrap br {
   display: none;
}

.calltoaction {
   background: #2c2d35;
   color: #fff;
   font-size: 2rem;
   margin-bottom: 1rem;
}

.calltoaction .grid-x {
   padding-top: .6rem;
}

/*Novos Elementos*/

.bg-pad {
   padding-bottom: 3rem;
   padding-top: 3rem;
}

.image-gallery .gallery-item .image {
   background: #fff;
}

.image-gallery .gallery-item a img {
   -webkit-transition: opacity 1s, -webkit-transform 1s;
   transition: opacity 1s, -webkit-transform 1s;
   transition: opacity 1s, transform 1s;
   transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.image-gallery .gallery-item a:hover img {
   opacity: .9;
   -webkit-transform: scale3d(1.1, 1.1, 1);
   transform: scale3d(1.1, 1.1, 1);
}

.image-gallery .gallery-item .title {
   background: #f5f5f5;
   text-align: center;
   padding: 1rem 0;
}

.image-gallery .gallery-item .title h3 {
   margin: 0;
}

.image-gallery .gallery-item p {
   margin: 0;
}

.content-box-icon-boxed .icon-wrap {
   background: #708eaa;
   color: rgba(255, 255, 255, 0.55);
   text-align: center;
   padding: 2rem;
   position: relative;
}

.content-box-icon-boxed .svg-inline--fa {
   background: #333;
   color: #fff;
   font-size: 3rem;
   border-radius: 100%;
   padding: 1rem;
   height: 65px;
   width: 65px;
   position: absolute;
   top: -32px;
   left: 0;
   right: 0;
   margin: 0 auto;
}

.content-box-icon-boxed .icon-wrap a:last-child {
   color: #000;
   display: inline-block;
   margin-top: 20px;
}

.content-box-icon-left .cell {
   background: #f5f5f5;
   border-right: 1px solid #fff;
}

.content-box-icon-left .icon {
   float: left;
}

.content-box-icon-left .icon .svg-inline--fa {
   background: #333;
   color: #fff;
   font-size: 3rem;
   border-radius: 100%;
   padding: 1rem;
   height: 65px;
   width: 65px;
   margin: 20px;
}

.content-box-icon-left .content {
   padding: 25px 25px 25px 110px;
}

.content-box-icon-left .content h4 {
   font-weight: bold;
}

.content-box-icon-left .box-link {
   background: #4bbcd7;
   color: #fff;
   display: block;
   font-size: 80%;
   text-transform: uppercase;
   margin: 0;
   padding: .3rem 0;
   text-align: center;
}

.content-box-icon-left .box-link a {
   color: #fff !important;
}

.content-box-icon-center .cell {
   border-right: 1px solid #fff;
   text-align: center;
}

.content-box-icon-center .svg-inline--fa {
   background: #333;
   color: #fff;
   font-size: 3rem;
   border-radius: 100%;
   padding: 1rem;
   height: 65px;
   width: 65px;
   margin: 1rem 0;
   -webkit-transition: all .5s;
   transition: all .5s;
}

.content-box-icon-center .content {
   padding: 1rem;
}

.content-box-icon-center .content h4 {
   font-weight: bold;
}

.content-box-icon-center .box-link {
   background: #4bbcd7;
   color: #fff;
   display: block;
   font-size: 80%;
   text-transform: uppercase;
   margin: 0;
   padding: .3rem 0;
   text-align: center;
}

.content-box-icon-center .box-link a {
   color: #fff !important;
}

.content-box-icon-center.bg .content-box {
   background: #34495e;
   color: rgba(255, 255, 255, .65);
}

.content-box-icon-center.bg .svg-inline--fa {
   background: rgba(0, 0, 0, .35);
   border-radius: 5px;
   height: 85px;
   width: 85px;
}

.content-box-icon-center.bg .content-box:hover .svg-inline--fa {
   color: #4bbcd7;
   background: rgba(255, 255, 255, 0.8);
}

table.style1 thead {
   background: #f8f8f8;
   color: #0a0a0a;
}

table.style1 tr th {
   border-bottom: 1px solid #d6d6d6;
   border-right: 1px solid #d6d6d6;
   color: #5f5f5f;
   font-size: 15px;
   padding: 1rem 1.5rem;
   text-align: left;
}

table.style1 tbody tr:nth-child(even), table.style1 tbody tr:nth-child(odd) {
   background: #fff;
}

table.style1 tr td {
   font-size: 15px;
   border-bottom: 1px solid #d6d6d6;
   border-right: 1px solid #d6d6d6;
   text-align: center;
   padding: 1rem 1.5rem;
}

table.style1 tr:hover td, table.style1 tr:hover th {
   background: #f4f5f6;
}

table.style1 tbody tr th.header {
   background: #f4f5f6;
   color: #5f5f5f;
   text-transform: uppercase;
   letter-spacing: .1rem;
   text-align: left;
   padding: 1rem 1.5rem;
}

table.style2, table.style2 tbody, table.style2 tfoot, table.style2 thead {
   border: 0;
   text-align: left;
}

table.style2 thead {
   color: #fff;
   background: #4bbcd7;
}

table.style2 tbody tr:nth-child(even), table.style2 tbody tr:nth-child(odd) {
   background: #fff;
   border-bottom: 1px solid #ddd;
   padding: .2rem 0;
}

table.style2 tbody th, table.style2 tbody td {
   padding: 12px 4px;
}

.cta_right .cell {
   background: #f2f2f2;
   border-left: 4px solid #4bbcd7;
}

.cta_right .cell .button {
   float: right;
   margin-top: 1.4rem;
}

.cta_center .cell {
   text-align: center;
   background: #f2f2f2;
}

.cta_bordertop .cell {
   background: #f2f2f2;
   border: 1px solid #eee;
   border-top: 4px solid #4bbcd7;
}

.cta_bordertop .cell .button {
   float: right;
   margin-top: 1.4rem;
}

.cta_border .cell {
   background: #f2f2f2;
   border: 3px solid #4bbcd7;
}

.cta_border .cell .button {
   float: right;
   margin-top: 1.4rem;
}

.img_float span {
   color: #4bbcd7;
   display: inline-block;
   font-size: 115%;
   font-weight: 600;
   letter-spacing: .1rem;
}

.img_float h2::after {
   background: #4bbcd7;
   content: "";
   display: block;
   height: 3px;
   width: 100px;
   margin: 2rem 0;
}

.img_float img {
   display: block;
   margin: 0;
   height: 100%;
   width: 100%;
}

.img_float .text {
   max-width: 600px;
}

.img_float .text .button {
   margin-top: 2rem;
}

.img_float li {
   list-style-type: none;
   background-color: #f5f4f3;
   border-bottom: 3px solid rgba(68, 65, 62, 0.08);
   border-radius: 5px;
   color: #44413e;
   padding: 1rem;
   margin-bottom: 1rem;
   font-size: 0.8rem;
}

.img_float li .svg-inline--fa {
   background: #fff;
   border-radius: 50px;
   color: #4bbcd7;
   margin-right: 15px;
}

.domain-list h5 {
   font-weight: bold;
}

.domain-list ul {
   margin: 0;
}

.domain-list li {
   background: #fff;
   list-style-type: none;
   margin: 0 0 15px;
}

.domain-list span {
   font-size: 1.8rem;
   font-weight: bold;
   padding: .4rem .6rem;
}

.domain-list a.button {
   display: table;
   float: right;
}

.domain-cards .card {
   border: 2px solid #4bbcd7;
   padding: 1rem;
   position: relative;
   overflow: visible;
}

.domain-cards .card .svg-inline--fa.border {
   background: #fff;
   color: #4bbcd7;
   position: absolute;
   top: -50px;
   right: -50px;
   width: 100px;
   height: 100px;
   padding: 1.3rem;
}

.domain-cards .card .separador {
   background: #4bbcd7;
   height: 2px;
   width: 100%;
}

.domain-cards .card .icon-list li {
   list-style-type: none;
   margin: 1rem 0;
}

.domain-cards .card .icon-list .svg-inline--fa {
   color: #4bbcd7;
   margin-right: 15px;
}

.tab-features .tabs {
   background: transparent;
   display: table;
   margin: 2rem auto;
}

.tab-features .cell {
   text-align: center;
}

.tab-features .tabs li a {
   background: #fff;
   color: #333;
   font-weight: bold;
   text-transform: uppercase;
   margin-right: 1.5rem;
   padding: 1.2rem 2.5rem;
}

.tab-features .tabs li.is-active a, .tab-features .tabs .tabs-title>a:focus, .tab-features .tabs .tabs-title>a[aria-selected=true] {
   background: #4bbcd7;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   color: #fff;
}

.tab-articles .tabs {
   background: transparent;
   display: table;
   margin: 4rem auto;
}

.tab-articles .tabs li a {
   background: #fff;
   color: #333;
   font-weight: bold;
   text-transform: uppercase;
   margin-right: 1.5rem;
   padding: 1.2rem 2.5rem;
}

.tab-articles .tabs li.is-active a, .tab-articles .tabs .tabs-title>a:focus, .tab-articles .tabs .tabs-title>a[aria-selected=true] {
   background: #4bbcd7;
   -webkit-box-shadow: none !important;
   box-shadow: none !important;
   color: #fff;
}

.tab-articles .tabs-panel {
   background: #fff;
}

.tab-articles .tabs-panel .cell {
   opacity: 0;
   overflow: hidden;
   visibility: hidden;
   -webkit-transition: all 1s ease;
   transition: all 1s ease;
}

.tab-articles .tabs-panel.is-active .cell {
   opacity: 1;
   visibility: visible;
}

.icon-box .icon {
   float: left;
}

.icon-box .svg-inline--fa {
   background: #4bbcd7;
   border-radius: 100%;
   color: #fff;
   height: 50px;
   width: 50px;
   padding: .7rem;
}

.icon-box .content {
   padding-left: 75px;
}

.icon-box .content h4 {
   font-weight: bold;
}

.domain-pub .card {
   border: 2px solid #ccc;
   text-align: center;
   padding: 1rem;
}

.domain-pub .ext {
   color: #4bbcd7;
   font-size: 3rem;
   line-height: 1;
}

.domain-pub .price {
   font-weight: bold;
   font-size: 2.7rem;
   line-height: 1;
}

.domain-pub .annual {
   color: #999;
   font-size: 75%;
}

.check-list .svg-inline--fa {
   background-color: #f3f3f3;
   border-radius: 100%;
   color: #333;
   float: left;
   height: 50px;
   width: 50px;
   padding: .85rem;
   margin: 0 1rem 0 0;
}

.features-box .card {
   background: #fff;
   border: 1px solid #e3e3e3;
   border-radius: 3px;
   text-align: center;
   margin: 0;
}

.features-box .card .svg-inline--fa {
   color: #3d3d3d;
   padding: .2rem;
   height: 60px;
   width: 60px;
   margin: 1rem auto;
}

.features-box .card .title h4 {
   font-weight: 600;
   font-size: 1.4rem;
   line-height: 1.4rem;
   text-transform: uppercase;
}

.domain-pricing ul li {
   list-style-type: none;
   text-align: center;
   border-bottom: 1px solid #f3f3f3;
   padding: 15px 0;
   margin: 0 35px;
}

.domain-pricing .cell ul.main li {
   font-weight: bold;
}

.domain-pricing .cell ul li:first-child {
   color: #999;
   font-weight: bold;
}

.domain-pricing .cell ul li span {
   text-decoration: line-through;
   color: #ccc;
   font-size: 85%;
   padding-right: 5px;
}

.domain-pricing .cell ul li .svg-inline--fa.fa-check {
   color: green;
}

.domain-pricing .cell ul li .svg-inline--fa.fa-times {
   color: red;
}

.card-hosting {
   text-align: center;
   margin-top: 3rem !important;
   margin-bottom: 2rem !important;
}

.card-hosting .card {
   background: #fff;
   border: 1px solid #eee;
   -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
   box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
   color: #c5c5c5;
}

.card-hosting .card .hosting .svg-inline--fa {
   color: #555;
   font-size: 5rem;
   margin: 2rem 0 2rem;
}

.card-hosting .card .hosting h4 {
   color: #555;
   font-size: 1.3rem;
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 0;
}

.card-hosting .card .hosting .price {
   margin: 1rem 0;
}

.card-hosting .card .hosting span, .card-hosting .card .hosting .price .title {
   font-size: 90%;
}

.card-hosting .card .hosting .price .value {
   color: #59a345;
   font-size: 2rem;
   font-weight: bold;
}

.price-table-list .card {
   background: #fff;
   text-align: center;
}

.price-table-list .header {
   background: #D1D2D4;
   color: #000;
   padding: .8rem 0;
}

.price-table-list .header h3, .price-table-list .header p {
   margin: 0;
}

.price-table-list .header h3 {
   font-weight: bold;
}

.price-table-list .header span {
   font-size: 90%;
}

.price-table-list .price {
   margin: 2rem 0 1rem;
   font-size: 2.6rem;
}

.price-table-list .price small {
   font-size: 14px;
   color: #808284;
   font-weight: 300;
}

.price-table-list .button {
   padding: .7rem 3rem;
}

.price-table-list .features {
   margin: 2rem 0 0;
}

.price-table-list .features li {
   border-bottom: 1px solid #ccc;
   margin: 0;
   padding: .6rem 20px;
   ;
   list-style-type: none;
}

.price-table-list .features li div:first-child {
   font-weight: bold;
   float: left;
}

.price-table-list .features li div:last-child {
   float: right;
}

.price-table-list .features li::before, .price-table-list .features li::after {
   display: table;
   content: ' ';
   clear: both;
   -ms-flex-preferred-size: 0;
   flex-basis: 0;
   -webkit-box-ordinal-group: 2;
   -ms-flex-order: 1;
   order: 1;
}

.price-table-list a.link {
   display: block;
   text-align: right;
   margin-top: 20px;
   padding: .4rem 20px;
}

.prices-home {
   background: #fff;
   border-top: 10px solid #4bbcd7;
   -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .1);
   box-shadow: 4px 4px 0 0 rgba(0, 0, 0, .1);
   margin-bottom: 2rem;
   margin-top: 2rem;
}

.prices-home .title {
   font-weight: bold;
   margin-bottom: 1.6rem;
}

.prices-home .card {
   background: #fff;
   border: 0;
   margin: 0;
}

.prices-home .price {
   margin: 1rem 0 0;
   font-weight: bold;
}

.prices-home .price span {
   color: #ef6c0f;
   font-size: 2rem;
   font-weight: bold;
   letter-spacing: 2px;
}

.prices-home .button {
   display: block;
   font-weight: bold;
   margin: 1.6rem 0;
}

.prices-home .lista-plano {
   margin: 0;
}

.prices-home .lista-plano li {
   list-style-type: none;
   margin: 15px 0;
}

.prices-home .lista-plano li .fa-check {
   color: #00a63f;
   margin-right: 1rem;
}

.prices-home .lista-plano li .fa-times {
   color: red;
   margin-right: 1rem;
}

.price-table-select .cell {
   background: #fff;
}

.price-table-select .cell .card {
   border-radius: 4px;
   margin: 0;
}

.price-table-select .cell .card .card-header {
   background: #4d4e4f;
   color: #f7f5f2;
   padding: .9375rem;
}

.price-table-select .cell .card .descricao {
   background: #f2f2f2;
   color: #6d6e70;
   padding: .9375rem;
}

.price-table-select .cell .card .descricao ul {
   margin: 0;
}

.price-table-select .cell .card .descricao ul li {
   border: 0;
   padding-bottom: 0;
}

.price-table-select .cell .card .header {
   border-bottom: 1px solid #c1c9ce;
   padding: 0 0 1rem;
}

.price-table-select .cell .card .title {
   position: relative;
   margin: 1rem 0 1rem;
}

.price-table-select .cell .card .title h2 {
   color: #fff;
   font-size: 24px;
   text-align: center;
   white-space: nowrap;
   font-weight: bold;
}

.price-table-select .cell .card ul {
   margin-top: 2rem;
   list-style-type: none;
   font-size: .956rem;
   margin: 0 0 1rem 0rem;
}

.price-table-select .cell .card ul li {
   border-bottom: 1px solid #c1c9ce;
   font-size: 98%;
   padding: .5rem 0;
}

.price-table-select .cell .card ul li:last-child {
   border: 0;
}

.price-table-select .cell .card ul li i, .price-table-select .cell .card ul li .svg-inline--fa {
   font-size: 16px;
   color: #e8492e;
   margin-right: .6rem;
}

.price-table-select .cell .card ul li .has-tip {
   border: 0 !important;
   float: right;
}

.price-table-select .cell .card ul li .has-tip i {
   font-size: 16px;
   color: #c1c9ce;
   padding: 0;
}

.price-table-select .card span {
   font-weight: 600;
}

.price-table-select .card b {
   color: #D05B00;
   font-weight: 600;
}

.price-table-select .card .button {
   background: #e8492e;
   color: #fff !important;
   text-transform: none;
   font-weight: 500;
   border: 1px solid #333;
   border-color: #d8452e;
   border-radius: 3px;
   font-size: 1.1rem;
   display: block;
   letter-spacing: .1rem;
   margin: 0;
}

.price-table-select .card .price {
   margin: 0 0 1rem;
   text-align: center;
}

.price-table-select .card .price span {
   color: #e8492e;
   font-size: 2rem;
   font-weight: bold;
   letter-spacing: 2px;
}

.hosting-list .card {
   border: 0;
}

.hosting-list .hosting {
   background: #fefefe;
   -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.1);
   text-align: center;
   padding: 1rem 1.6rem;
}

.hosting-list .hosting .svg-inline--fa {
   border-radius: 100%;
   border: 1px solid #4bbcd7;
   color: #4bbcd7;
   display: block;
   padding: 1.6rem;
   margin: 0 auto;
   height: 115px;
   width: 115px;
}

.hosting-list .hosting h4 {
   font-size: 1.6rem;
   font-weight: bold;
   text-transform: uppercase;
   margin: 2rem 0;
}

.hosting-list .hosting ul li {
   color: #b3b3b3;
   list-style-type: none;
   margin: .5rem 0;
}

.hosting-list .hosting ul li::before {
   color: #b3b3b3;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font-family: "FontAwesome";
   content: "\f00c";
   margin-right: 15px;
}

.hosting-list .hosting .price .title {
   font-size: .85rem;
   text-transform: uppercase;
}

.hosting-list .hosting .price .value {
   color: #4bbcd7;
   font-size: 2rem;
   font-weight: bold;
   margin: 0 auto 1rem;
}

.hosting-list .hosting .price .value small {
   font-size: 70%;
}

.hosting-plans .hosting {
   border-bottom: 1px solid #eee;
   border-left: 1px solid #eee;
   border-right: 1px solid #eee;
   -webkit-box-shadow: 0px -5px 0px #393939;
   box-shadow: 0px -5px 0px #393939;
   text-align: center;
}

.hosting-plans .hosting .title {
   color: #999;
   font-size: 1.2rem;
   text-transform: uppercase;
   margin: 0 auto 1rem;
   padding-top: 3rem;
}

.hosting-plans .hosting .price .value {
   color: #222;
   font-size: 2.6rem;
   line-height: 2rem;
   font-weight: bold;
   padding-bottom: 2rem;
   margin: 0 auto 1rem;
   border-bottom: 1px solid #eee;
}

.hosting-plans .hosting .price .value small {
   font-size: 40%;
}

.hosting-plans .hosting ul {
   border-bottom: 1px solid #eee;
   margin: 2rem 0 1rem;
   padding-bottom: 1rem;
}

.hosting-plans .hosting ul li {
   color: #868686;
   list-style-type: none;
   margin: 2rem 0 1rem;
}

.hosting-plans-desc .hosting {
   background: #fafafa;
   -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
   box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.12);
   color: #777;
   text-align: center;
}

.hosting-plans-desc .title {
   background: #999;
   color: #fff;
   font-size: 1.4rem;
   font-weight: 600;
   padding: 1rem 0;
}

.hosting-plans-desc .hosting .price .value {
   color: #222;
   font-size: 2.6rem;
   line-height: 2rem;
   font-weight: bold;
   margin: 2rem 0;
}

.hosting-plans-desc .hosting .price .value small {
   font-size: 40%;
}

.hosting-plans-desc .desc {
   background-color: #f3f3f3;
   border-top: 1px solid #e7e7e7;
   border-bottom: 1px solid #e7e7e7;
   -webkit-box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.1);
   padding: 2rem;
}

.hosting-plans-desc .hosting ul {
   margin: 2rem 0 1rem;
   padding-bottom: 1rem;
}

.hosting-plans-desc .hosting ul li {
   color: #868686;
   list-style-type: none;
   margin: 2rem 0 1rem;
}

.hosting-plans-desc .hosting ul li::before {
   color: #adadad;
   display: inline-block;
   font-style: normal;
   font-variant: normal;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font-family: "FontAwesome";
   content: "\f00c";
   margin-right: 15px;
}

.hosting-plans-desc .hosting .button {
   display: block;
   margin: auto 3rem;
}

.pricing-table {
   text-align: center;
}

.pricing-table li {
   list-style-type: none;
}

.form_faq .title span {
   color: #4bbcd7;
   display: inline-block;
   font-size: 115%;
   font-weight: 600;
   letter-spacing: .1rem;
}

.form_faq li, .after-slider .service-box li {
   list-style-type: none;
   background-color: #f5f4f3;
   border-bottom: 3px solid rgba(68, 65, 62, 0.08);
   border-radius: 5px;
   color: #44413e;
   padding: 1rem;
   margin-bottom: 1rem;
   font-size: 0.8rem;
}

.form_faq li .svg-inline--fa, .after-slider .service-box li .svg-inline--fa {
   background: #fff;
   border-radius: 50px;
   color: #4bbcd7;
   margin-right: 15px;
}

.accordion_bg .accordion-title {
   background: #fff;
   border: 0;
   color: #333;
   font-size: 1.2rem;
   font-weight: 600;
   padding: 14px 20px;
}

.accordion_bg .accordion-title:hover, .accordion_bg .accordion-title:focus {}

.accordion_bg .accordion-title::before {
   top: initial;
   margin-top: 0;
}

.accordion_bg .accordion-content {
   border: 0 !important;
   padding: 0;
   color: inherit;
}

.accordion li {
   margin: 0;
}

.accordion li a.accordion-title {
   background: #fff;
   border: 1px solid #d9d9d9;
   border-width: 1px 1px 0 1px;
   color: #4bbcd7;
   margin: 0;
}

.accordion li .accordion-content {
   padding: 2rem 10px;
}

.accordion li:last-child a.accordion-title, .accordion li.is-active a.accordion-title {
   border-bottom: 1px solid #d9d9d9;
}

.accordion li:last-child .accordion-content {
   border-bottom: 1px solid #ccc;
}

.accordion li p {
   margin: 0;
}

.list-img ul {
   margin: 0;
}

.list-img li {
   margin: 3rem 0;
   list-style-type: none;
}

.list-img li::before {
   content: "\f05d";
   color: #5f5f5f;
   font: normal normal normal 14px/1 FontAwesome;
   font-size: 4rem;
   float: left;
   padding-right: 1rem;
   vertical-align: middle;
}

.list-img .button {
   border-radius: 45px;
   text-align: center;
   margin-top: 2rem;
}

.text-contact {
   padding: 0 !important;
}

.text-contact h2 {
   color: #0390b2;
   text-transform: uppercase;
}

.text-contact h3 {
   color: #0390b2;
   text-transform: uppercase;
   font-size: 25px;
}

.text-contact .icon {
   float: left;
   margin-right: 15px;
}

.text-contact .icon .svg-inline--fa, .text-contact .icon i {
   background: #4bbcd7;
   border-radius: 100%;
   color: #fff;
   padding: 5px;
   height: 65px;
   width: 65px;
}

.text-contact li {
   list-style-type: none;
}

.text-contact .content {
   padding-left: 85px;
}

.text-contact .content a {
   color: #333;
   font-size: 80%;
   letter-spacing: .06rem;
   text-transform: uppercase;
}

.text-contact .form-wrap {
   background: #ecf1f8;
   color: #fff;
   padding: 1rem 5rem 3rem;
   margin: 0 0 0 6rem;
}

.text-contact .form-wrap b {
   color: #4bbcd7;
}

.text-contact .form-wrap input[type="text"], .text-contact .form-wrap input[type="email"] {
   background: rgba(0, 0, 0, 0.2);
   border: 0 !important;
   padding: 8px 12px;
}

.text-contact .form-wrap textarea {
   background: rgba(0, 0, 0, 0.2);
   border: 0 !important;
   height: initial;
   min-height: unset;
}

::-webkit-input-placeholder {
   color: rgba(0, 0, 0, .4) !important;
   opacity: 1;
   /* Firefox */
}

:-ms-input-placeholder {
   color: rgba(0, 0, 0, .4) !important;
   opacity: 1;
   /* Firefox */
}

::-ms-input-placeholder {
   color: rgba(0, 0, 0, .4) !important;
   opacity: 1;
   /* Firefox */
}

::placeholder {
   color: rgba(0, 0, 0, .4) !important;
   opacity: 1;
   /* Firefox */
}

:-ms-input-placeholder {
   /* Internet Explorer 10-11 */
   color: rgba(0, 0, 0, .4) !important;
}

::-ms-input-placeholder {
   /* Microsoft Edge */
   color: rgba(0, 0, 0, .4) !important;
}

.text-contact .form-wrap .icone {
   float: left;
}

.text-contact .form-wrap .banner {
   border-bottom: 1px solid #f4f4f4;
   color: #333;
   font-size: 28px;
   font-weight: bold;
   line-height: 50px;
   margin-bottom: 1rem;
   overflow: hidden;
   padding-bottom: 1rem;
   text-align: center;
}

.text-contact .form-wrap .icone .svg-inline--fa {
   color: #4bbcd7;
   font-size: 3rem;
   margin: 0 30px;
}

.text-contact .form-wrap span.numero {
   color: #0eb0ee;
   display: block;
   font-size: 35px;
   font-weight: bold;
   text-align: center;
}

.text-contact .form-wrap .foot {
   margin-top: 2rem;
}

.blog-home {
   background: #f3f3f3;
}

.blog-home .title span {
   color: #333;
   display: block;
   font-size: 115%;
   font-weight: 600;
   letter-spacing: .1rem;
   margin-bottom: 1.25rem;
   text-align: center;
}

.blog-home .title h3 {
   font-size: 36px;
   font-weight: 500;
   text-align: center;
}

.blog-home .title h3::after {
   background: #4bbcd7;
   content: "";
   display: block;
   height: 3px;
   width: 100px;
   margin: 2rem auto;
}

.blog-home .cell.post {
   background: #fff;
}

.blog-home .post_content {
   padding: 1rem;
}

.blog-home .post h4.post-title a {
   color: #4bbcd7;
}

.blog-home .post h4.post-title {
   font-size: 20px;
   font-weight: 600;
   margin: 0 0 1rem;
}

.blog-home .post span {
   display: inline-block;
   font-style: italic;
   padding-bottom: 1rem;
}

.blog-home a.more-link {
   display: block;
   margin: 1rem 0 0;
}

.quote-box .box {
   background: #fff;
   border-radius: 5px;
   font-size: 90%;
   font-weight: 300;
   padding: 3rem 4rem 1rem;
   position: relative;
   z-index: 1;
}

.quote-box .box::before {
   content: "\f10e";
   color: rgba(151, 182, 40, 0.2);
   display: block;
   font-style: normal;
   font-size: 3rem;
   text-rendering: auto;
   -webkit-font-smoothing: antialiased;
   font-family: "FontAwesome";
   position: absolute;
   top: 3rem;
   left: 3rem;
   z-index: -1;
}

.quote-box .box .info {
   margin: 2rem 0 0 0;
}

.quote-box .box .pic {
   float: left;
   margin-right: 25px;
   width: 55px;
   height: 55px;
}

.quote-box .box .pic img {
   border-radius: 50px;
   width: 55px;
   height: 55px;
}

.quote-box .box .name {
   color: #ecf1f8;
   font-weight: 700;
}

.quote-box .box .where {
   color: #4bbcd7;
   display: block;
   font-weight: 400;
   font-size: 12px;
}

/*Pages*/

.template-fond, .page #content {
   border-top: 1px solid rgba(0, 0, 0, .1);
   padding-top: 3rem;
}
