/*

Theme Name: CAMINHO TELECOM

Theme URI: https://koypix.com.br/

Author: Márcio Lourenço

Author URI: https://wordpress.org/

Description: Desenvolvido exclusivamente para empresa Caminho Telecom, utilizando Bootstrap v4.1 

Version: 1.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentyseventeen

Tags: one-column, two-columns,

*/



/*--------------------------------------------------------------

1.0 Normalize

Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css

--------------------------------------------------------------*/

/* Google Font */

@import url('https://fonts.googleapis.com/css?family=Abel|Comfortaa&display=swap');

/*font-family: 'Abel', sans-serif;

font-family: 'Comfortaa', cursive;*/



html {

	font-family: sans-serif;

	line-height: 1.15;

	-ms-text-size-adjust: 100%;

	-webkit-text-size-adjust: 100%;

}

body{

    font-family: 'Open Sans', sans-serif;

    position: relative;

}

article,

aside,

footer,

header,

nav,

section {

	display: block;

}

h1 {

	font-size: 2em;

	margin: 0.67em 0;

}

figcaption,

figure,

main {

	display: block;

}

figure {

	margin: 1em 0;

}

*{margin: 0; padding:0;  box-sizing:border-box;}

ul {

	list-style:none;

}

a {

	text-decoration:none;

}

img{

	display: block;

	max-width: 100%;

}

/*Fortação do CSS*/



.loading {

    background-color: #fff;

    height: 100%;

    width: 100%;

    position: fixed;

    z-index: 5000;

    margin-top: 0px;

    top: 0px;

    left: 0px;

    overflow: hidden;

}



body{

    font-family: 'Comfortaa', cursive, 'Open Sans', sans-serif;

    position: relative;

}

.info-header {

    background: #0d6291;   

}

.itens-header{

    margin: 0 auto;

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

}

/* Start format MENU */

.navbar.my-menu{

        padding: .5rem 1rem 0rem 1rem!important;

        border-bottom: 5px solid #0d6291;

}

.navbar-light .navbar-nav .nav-link {

    color: rgb(13, 98, 145)!important;

    font-family: initial;

    

}

.navbar-light .navbar-toggler {

    color: rgb(13, 98, 145)!important;

    border-color: rgb(13, 98, 145)!important;

}

.navbar .mega-dropdown .dropdown-menu.mega-menu {

    width: 100%;

    border: none;

    -webkit-border-radius: 0;

    border-radius: 0;

}

.dropdown-menu.megamenu{

    padding:0!important;

    margin:0!important;

}

 .banner.container-fluid{

    padding-right:0!important;

    padding-left:0!important;    

}

.banner img{

    width:100%;

    height:auto;

}

.banner .carousel-caption{

    margin:0 auto;

    bottom:5.4rem!important;

}

h3.title-banner{

    padding:1rem;

    /*background:#fff;  */

    color:#000;   

    text-align: center;

   /* border:2px solid #000;

    border-radius:6px;*/

}

.text-desc{

    width: 100%!important;

   margin: 0 auto;

}

.text-banner{

    width: 50%;

    margin-left: 50%;

   /*  margin-left:16rem;

    text-align: right;*/

    margin-bottom: .8rem;

}

.btn-saiba{       

   font-weight:600;

    text-align: center;

}

/*.dropdown:hover .dropdown-menu, .dropdown-menu.show{

   opacity:1;

}*/

/* End format menu */

/* End format menu */

small {

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

}

small li{

    list-style: none;

    padding:0px .8rem;

}

.search, .itens-header{

    margin:0;

    padding:1.5px 0px;

}

.search small a, .search small a i{

    padding:0px .8rem;

    color: #fff;    

}

.redes-sociais {

    position: relative;

    overflow: hidden;   

}

.redes-sociais a i {

    width: 30px;

    height: auto;   

    color: #fff;

    padding: 0px 4px;

    text-align: center; 

}

/* Formatando search */

#search {

    position: fixed;

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background-color: rgba(0, 0, 0, 0.5);

    -webkit-transition: opacity 1s ease-in-out;

    -moz-transition: opacity 1s ease-in-out;

    -ms-transition: opacity 1s ease-in-out;

    -o-transition: opacity 1s ease-in-out;

    transition: opacity 1s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);

    -moz-transform: translate(0px, -100%) scale(0, 0);

    -ms-transform: translate(0px, -100%) scale(0, 0);

    -o-transform: translate(0px, -100%) scale(0, 0);

    transform: translate(0px, -100%) scale(0, 0);    

    opacity: 0;

    display: none;

}



#search.open {

    -webkit-transform: translate(0px, 0px) scale(1, 1);

    -moz-transform: translate(0px, 0px) scale(1, 1);

    -ms-transform: translate(0px, 0px) scale(1, 1);

    -o-transform: translate(0px, 0px) scale(1, 1);

    transform: translate(0px, 0px) scale(1, 1); 

    opacity: 1;

    z-index: 106;

    display: block;

}



#search input[type="search"] {

    position: absolute;

    top: 50%;

    left: 0;

    margin-top: -51px;

    width: 60%;

    margin-left: 20%;

    color: rgb(255, 255, 255);

    background: transparent;

    border-top: 1px solid rgba(255, 255, 255, .8);

    border-bottom: 2px solid rgba(255, 255, 255, .5);

    border-left: 0px solid transparent;

    border-right: 0px solid transparent;

    font-size: 40px;

    font-family: Roboto;

    font-weight: 300;

    text-align: center;

    outline: none;

    padding: 10px;

}

  

#search .close {

    position: fixed;

    top:5rem;

    right:10rem;

    opacity: 1;

    font-size: 1rem;

    color: #fff;

}

/* End format Search */





/* Start format mega Menu */

.megamenu-li {

    position: static;

}



.megamenu {

    position: absolute;

    width: 100%;

    left: 0;

    right: 0;

    /*padding: 15px;*/

}



.dropdown-menu li:hover .sub-menu {

  visibility: visible;

}





/* dropdown */

.dropdown-menu {

    margin: 0px auto;

}

.dropdown-menu .dropdown-menu {

    left: 100%;

    top: 0px;

}

/*  shows the dropdown on hover*/

.navbar ul.nav li:hover > ul.dropdown-menu {

    display: block;

    margin-top:-0.25em;   

}

/* before and after */

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {

    display: block;

}

.dropdown-menu{

	/* border: 1px solid rgb(236, 125, 36)!important; */

	margin:0!important;

}

.dropdown-item:focus, .dropdown-item:hover {

    color: #ffffff;

    text-decoration: none;

    border-left:2px solid #221c18!important;

    border-right:2px solid #221c18!important;

    font-weight: 600;

}

.dropdown-item{

	font-weight: 600;

	color:#fff;

}

.dropdown-menu ul.dropdown-menu {

	border:none!important;

	background:#fff;

}

.dropdown-menu ul.dropdown-menu a{

    /* color:#fff!important; */

}



.nav-link img{

	display:inline;

}



/*Formatando Produtos*/

#Produtos{

    width:100%;

    background-color:rgba(245, 244, 240, 0.7);

}

.title-prod{

    font-size: 1.8em!important;

    font-weight:100!important;

    text-transform: uppercase;

    margin-top: 2.4rem;

    margin-bottom: 2rem!important;

}

.title-prod::after{

 margin: 0 auto;

 content: '';

 display:block;

 width:20%;

 padding-bottom: 2px;

 height:4px;

 background-color:#0d6291;

}

.title-prod::before{

 margin: 0 auto;

 content: '';

 display:block;

 width:20%;

 padding-bottom: 2px;

 height:4px;

 background-color:#0d6291;

}

.title-prod-2{

    font-size: 1.8em!important;

    font-weight:100!important;

    text-transform: uppercase;

    margin-top: 2.4rem;

    color: #484848;

    margin-bottom: 2rem!important;

}

.title-prod-2.single-prod{

    font-size: 1.9em!important;

    font-weight:600!important;

    color: #03A9F4;

}

.card-body{

    padding:.5rem!important;

}

.card.faixa-bottom{

    border-bottom:6px solid #0d6291;

}

.btn-orcamento:hover a{

    color:#fff!important;

}

.icon {

    /* border-radius: 50%; */

    display: inline-block;    

    font-size: 1.5rem;

    position: relative;

    line-height: 2.8em;

    text-align: center;

    transition: background-color .2s ease-in-out;

    width: 4rem;

    height: 4rem;

}

button.btn.btn-md.btn-outline-primary.btn-orcamento {

    border-radius: 20px;

}

.icon-primary{

   background-color: rgb(13, 98, 145)!important;

   color: #ffffff!important;

}

/*.dropdown:hover .dropdown-menu {

  display: block;



}*/

/*.dropdown-menu.show {   

    position: fixed;

}*/

.faixa-bottom .text-dark {

    color: #0d6291!important; 

    transition: all .5s;

}

.faixa-bottom .text-dark:hover {

    color: #062435!important;

}

.faixa-bottom a:hover{

    color: #fff!important;

    text-decoration: none;  

}

.img-teste{

    position: relative;

    width:100%;

    height:auto;

}

.data-postagem{

    top: 0;

    position: absolute;

    background: #0d6291;

    padding: .6rem 1rem;

    color: #fff;

    font-weight: 500;

}

.blog-content .card{

    border:0!important;

}

.blog-content{

    padding-right: 8px!important;

    padding-left: 8px!important;

}

.faixa-1{

    width:100%;

    height:.2rem;

    background: #0d6291;

}

.faixa-2{

    width:100%;

    height: 1rem;

    background: #0d6291;

}

.info-gerais{

    background: #282a2b;

}

/* Scroll animations styles */

.scroll-animations {

  display: flex;

}



.scroll-animations{

 opacity: 0;

  color: #333;

}



.scroll-animations div span {

  font-size: 4em;

  color: #5AA9E0;

}



.scroll-animations div h3 {

  font-size: 1.9em;

  font-weight: 400;

  margin-bottom: 10px;

}

/**************************************************/

.btn-newsletter .btn-lg {

    padding: .5rem 3rem;    

    border-radius: 2rem;

  }

.text-sidebar {

    color: #fff;

    padding: 1rem 0px;

}

.text-sidebar h2{

    font-size:1.5em;

    margin-bottom:1rem;

}

.text-sidebar h2::after{

    content: '';

    display: block;

    width:60%;

    height: 2px;

    background-color:#fff;

    position: relative;

}

div.wpcf7 .ajax-loader {   

    display: flex!important;

  }

.form-newsletter span.wpcf7-not-valid-tip {

    color: #fff!important;    

}

.form-newsletter div.wpcf7-validation-errors{

    border: none!important;

}

.form-newsletter div.wpcf7-response-output {

    margin: 0px!important;

    padding: 0px!important;

    font-size: .7em!important;

    border: 2px solid #ff0000;

}

.text-sidebar a{

  color: #fff;

}

.text-sidebar a:hover{

  color: #67c83d;

}

.btn-enviar.btn-lg{

    padding: .5rem 6rem;

}

.navbar-brand img{

    width:70%;

}

/*Formatando background*/

.bg-header-1{

    overflow: hidden;

    position: relative;

    margin: 0 0 4px;

    padding: 70px 0 70px; 

    background: linear-gradient(0deg, rgba(0, 0, 0, 0.67), hsla(0, 0%, 3%, 0.69)), 

    url(images/bg-header-simples.jpg)   center no-repeat;

    background-size:cover;  

    text-align: center; 

}

.titulos-bg{

    color: #fff;    

    font-weight:700;

    /*text-transform: uppercase;   */

}

/*Formatando Footer*/

footer{

    width:100%;

    height:auto;

    background-color:#072d42;

}

footer span{

    font-size:.8em;

}



.dropdown.nav-item{

    margin-left:1.1em!important;    

}

.navbar-nav .nav-link .dropdown.nav-item a{

    color: #000!important;

}

.dropdown-item{

    font-weight: 500!important;

    color: #0d6291!important;

}

.remove-padding{

    padding-right: 5px!important;

    padding-left: 5px!important;

}

li.cat-item.cat-item-4.current-cat {

    padding: .5em;

    font-weight: 700;

    color: #000;

}

.thumb-photo{

	overflow: hidden;

}

.thumb-photo img{

	transform:scale(1.03);

	transition: transform 0.5s;	

}

.thumb-photo img:hover{

	transform:scale(1.30);	

}

.thumb-photo-detalhes{

    width:100%;

    height:auto;

    margin: 0 auto;

}

.thumb-photo-detalhes img{

    width:100%;

}

.photo-single-blog{

    width:100%;

    height:auto;

    margin: 0 auto;

}

.photo-single-blog img{

    width:100%;

}



.text-desc-prod::after{

    content: '';

    display: block;

    width: 100%;

    height: 2px;

    background-color: #0d6291;

    position: relative;

}



.hm-gradient {

    background-color: #eee;

}

.darken-grey-text {

    color: #2E2E2E;

}



li.cat-item {

    color: #0d6291;

    font-weight: 700;     

}

li.cat-item .children a {

    color: #000000;

       font-weight: 500;

    margin-left: .5em;

}

li.cat-item::before{

    font-size:5em;

}

.thumbs{float: left; width:100%;}

.thumbs img{cursor: pointer; width:100%; height: auto; padding: 10px 0px;}

.image-gallery{display: none;}

.thumbs .col-3, .thumbs .col-sm-2{

        padding-right:0!important;

        padding-left:0!important;

} 





		/* these styles are for the demo, but are not required for the plugin */

	.zoom {

			display:inline-block;

			position: relative;

		}	

		.zoom img {

			display: block;

        }

    .zoom small{

        position: absolute;

        top: 2%;

        display: flex;

        right:2%;       

    }

        .zoom small i{

            position: relative;

            color: #0d6291;           

        }

        .zoom img::selection { background-color: transparent; }

        .nav.nav-tabs{

            margin-top: 2em;

        }

        .nav-tabs a{

            color:#000!important;

        }

        .nav.nav-tabs a.active{

            margin-top: 10px;

            background-color: #0d6291;

        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {

           color: #ffffff!important;

        }

        .modal-header {

            background: rgba(13, 98, 145, 0.62);

            color: #fff;

          

        }

        .modal-header .heading.lead{

            font-weight: 700!important;

        }

        .carrousel-neo {

            margin: 1em 0;

            width: 100%;

            display: flex;

        }

          .carrousel-neo img{

            width:70%!important;

            height: auto;

            box-sizing:content-box;

            padding:0px 20px;

          }

          .bx-wrapper {          

            margin-bottom: 0px!important;           

            -webkit-box-shadow: none!important;           

            border: 0!important;           

        }

        .bx-wrapper .bx-pager {           

            display: none!important; 

        }

        .parceiros{

            margin-top:.5em!important;

            margin-bottom:.5em!important;

        }

        .bx-wrapper .bx-next, .bx-wrapper .bx-prev{

            opacity: 0.4;

        }

        .search-widget form {

            position: relative;

        }

        .search-widget input {

        border: 1px solid #e5e5e5;

        height: 40px;

        padding: 0 15px;

        width: 100%;

        }

        

        .search-widget.col-5 {

            padding: .2em 0px;

        }

        .row.info-header {

            display: flex;

            justify-content: space-between;

        }

    

        .search-widget button {

        background: #ff9800;

        border: 1px solid transparent;

        border-left: 1px solid transparent;

        color: #fff;

        font-size: 14px;

        height: 40px;

        line-height: 30px;

        padding: 0 15px;

        transition: .3s;

        top: 0;

        position: absolute;

        right: 0;

    }

    .info-tel-header, .redes-sociais{

        margin-top: 0.6em;

    }





   /** * A área de comentários. */

.comments-area {

    margin: 30px auto;

    max-width: 100%;

    font-size: 12px;

}

.comments-area textarea {

    width: 100%;

}

.comment-body {

    border: 1px solid #ddd;

    background: #f9f9f9;

    padding: 15px;

    margin: 15px 0;

}

.comment-reply-title,

.comments-title {

    font: 700 16px/1.5 sans-serif;

    margin: 0;

    padding: 0;

    text-transform: uppercase;

}

.comment-list {

    list-style: none;

    margin: 0 0 30px 0;

}

.comment-author {

    font-size: 14px;

    line-height: 1.7142857142;

}

.comment-reply-link, .form-submit .submit{

    padding: 5px 10px;

    color: #fff!important;

    display: inline-block;

    background: #000;

}

.form-submit .submit{

    cursor: pointer;

    padding: 10px 16px;

    border: none;  

}

.comment-author .fn {

    font-weight: 900;

}

.comment-author {

    position: relative;

}

ol.children{

    margin-left:20px;

   

}

ol.children .comment-body{   

    background: rgba(255, 235, 0, 0.17)!important;



}

#cancel-comment-reply-link{

     font-size:0.9rem;

    color:#900;

}

.comment-author .avatar {

    border: 1px solid rgba(0, 0, 0, 0.1);

    height: 18px;

    padding: 2px;

    position: absolute;

    top: 0;

    left: 0;

    width: 18px;

}

.says {

    display: none;

}

.comment-author,

.comment-awaiting-moderation,

.comment-content,

.comment-metadata {

    padding-left: 30px;

}

.comment-form-author label,

.comment-form-email label,

.comment-form-url label{

   display:block;

   font-weight:700;

}

.comment-form-author input,

.comment-form-email input,

.comment-form-url input{

    padding:10px 0;

    width:50%;

    margin-bottom:8px;

}

.comment-edit-link {

    margin-left: 10px;

}

input[type=text],[type=email], select{

    width: 100%;

    padding: 12px; 

    border: 1px solid #ccc;

    border-radius: 4px;

    box-sizing: border-box;

    /* margin-top: 6px; */

    margin-bottom: 16px;

    resize: vertical

}

textarea {

    width: 100%;

    height:5em!important;

    padding: 12px; 

    border: 1px solid #ccc;

    border-radius: 4px;

    box-sizing: border-box;

    margin-top: 6px;

    margin-bottom: 16px;

    resize: vertical

}

input[type=submit] {

    background-color: #FF9800;

    color: white;

    padding: 12px 20px;

    border: none;

    border-radius: 4px;

    cursor: pointer;

}

input[type=submit]:hover {

    background-color: #FF9800;

}



.title-dicas{

    border-top: 1px solid #eaeaea;

    border-bottom: 1px solid #eaeaea;

}

.comment-form-url, .comment-form-cookies-consent{

    display: none;

    visibility: hidden;

}

.image-hover {

    position: relative;

    display: block;   

}

.image-hover .image-hover-overlay {

    position: absolute;

    top: 5px;

    left: 5px;

    width: calc(100% - 10px);   

    height: calc(100% - 10px);

    opacity: 0;

    -webkit-transition: all 0.4s ease;

    background:rgba(255, 176, 0, 0.6);   

}

.image-hover:hover .image-hover-overlay {  

  opacity: 0.9;

  -moz-opacity: 0.9;

}

.image-hover .image-hover-overlay i {

  position: absolute;

  top: 50%;

  left: 50%;

  color:#fff;

  font-size:1.5em;

  margin-top: -11px;

  margin-left: -12px;

}

/*Formatando Header*/

.header-fixed{

	position: fixed!important;       

    z-index: 99999;

    background: #fff;

    width: 100%;

    top: 0;

    transition: position 0.5s, top 0.5s; 

}



.my-menu ul li{

    border-top: 1px solid transparent;

    transition: border 0.5s ease-in-out;

    border-radius: 6px;

}



.my-menu ul li:hover {   

    border-top: 2px solid rgba(13, 97, 145, 0.68);

    border-radius: 6px;

}

.my-menu ul li.active{

    border-top: 2px solid rgba(13, 97, 145, 0.68);

    border-radius: 6px;

}

.carousel-indicators li{

    width: 20px!important;

    height: 0px!important;
    margin:3px 0;
    border-radius: 50%;

    background: rgba(0, 122, 255, 0.65)!important;

}

.bx-wrapper .bx-next{

    right: -10px!important;

}

.bx-wrapper .bx-prev{

    left: -10px!important;

    

}

.box-img.col-4.col-sm-2 {

    border: 1px solid rgba(2, 169, 244, 0.15);   

}

.children .cat-item {

    background: #69b1da;

    padding: 0.50em 0;  

}

li.cat-item {  

    font-weight: 700;

    padding: 0.50em;

    background: #0d6191;

}

.categories a{

    color:#fff!important;

}

/*Formatando Caixa de publicidade*/
.tela{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    overflow: hidden;
    background:rgba(0,0,0,0.8) repeat-x;
    z-index:99; 
    display:none;
}

.publi{
    position: relative;
    width:100%;
    height:auto;
    display: flex;
    justify-content: center;
}
.content-publi{
    position: fixed;
    display: flex;
    width:460px;
    height:400px;
    background:#fff;
    top:20%;
    z-index:100;
    display:none;
}
.content-publi span{
    position: relative;
    width:30px;
    height:20px;
    float:right;
    color:#000;
    z-index:101;
    cursor:pointer;
}
.close i{
    color:#E91E63
}
.carousel-indicators{
    margin-left:5%!important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: 0!important;
    font-size: 0.9em!important;
    color:#f00;
}
div.wpcf7-mail-sent-ok{
     border: 0!important;
}
span.wpcf7-not-valid-tip{
    font-size: 0.8em!important;
}
input[type=text], [type=email], select{
    margin-bottom:4px;
}
div.wpcf7-response-output{
    margin:0!important;
}
/* Media Queries */
#login_error{
    display: none!important;    
}
@media (min-width: 768px){

    .navbar-expand-lg .navbar-nav .nav-link {

        padding-right: 1.5rem!important;

        padding-left: 1.5rem!important;

    }



    .nav-item .dropdown-toggle.nav-link{

        padding-right: .5rem!important;

    padding-left: .5rem!important;

    }

    .dropdown-toggle img{

        display: inline;

    }

    .submenu img{

    	display: inline!important;

    }

}

@media (max-width: 768px) { 

  

  .scroll-animations {

    display: block;

  }

  

  .scroll-animations div {

    padding: 20px 80px;

  }  

  .title-prod-2 {

    font-size: 1.2em!important;    

    margin-top:0!important;

  }

  .modal-header .heading.lead {

    font-weight: 300!important;

    }

    .bx-wrapper .bx-controls-direction a{

        display: none!important;

    }

    .thumbs .row{

        margin-right:0px!important;

        margin-left:0px!important;

    }

    .thumbs img{

        padding:0px!important;

    }

    .content-publi{
        width: 90%!important;
        height:auto!important;
    }

}


