/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/07/2019, 18:54:30
    Author     : webdesign
*/


/* ---------- Pagina de PORTIFÓLIO -----------------*/

.portifoliobg {background: #d9e6f2;}
/*Fundo da div container slide*/

#h4box h4 { width: 100%;
            text-align: center;
    	    height: auto;
    	    padding: 30px;
    	    color: white;
    	    background: rgb(0,32,128); 
            font-family: 'Philosopher', sans-serif;
}

/* Imagem responsiva: max-width: 100%; e height: auto; */
/* quadro total do slide */
.carousel-inner { width: 100%;
		  height: auto;
		  background: black;
		  margin-top: 0px;
		  margin-bottom: 25px;
		  display: block;
}

 .carousel-inner img {
    width: 100%;
    height: auto;}

#spanbox-web { 	background: rgb(0,32,128);
		font-family: futura;
		font-style: italic;
		width: 100%;
		height: auto;
		text-align: center;
		color: white;
                font-family: 'Philosopher', sans-serif;
                margin-bottom: 15px;
                 }

@font-face {
  font-family: 'futura';
  src: url('nomedafont.eot');
  src: url('nomedafont?#iefix') format('embedded-opentype'),
    url('nomedafont.svg#Locaweb-Icons') format('svg'),
    url('futura.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#rowportifolio {margin-top: 15px;}

.container #rowportifolio > .col-md > hr{
    margin-top: 0px;
    border: 0.5px solid silver;}

.carousel-indicators .active { margin-top: 12px ;
                               border: 2px solid white;
}

.carousel-indicators>li { margin-top: 12px ;
                          border: 2px solid red;}