/* =====================================================================
 * Regras gerais
 * ================================================================== */

/* Elementos HTML "puros"
 * ================================================================== */

body {
	color: #353535;
	font-family: Georgia, Arial, sans-serif;
	line-height: 160%;
	left: 100px;
}

    h1 {
        margin: 0;
    }

    h2 {
        font-size: 250%;
        font-weight: normal;
    }

    p a {
        color: #bf3604;
        font-weight: bold;
        padding: 0 2px;
    }

        p a:hover {
            background-color: #bf3604;
            color: #fff;
        }

    input {
        margin-bottom: 15px;
    }

        input[type=text]:focus, textarea:focus {
            outline: 2px solid #bf3604;
        }

    table {
        margin: 0 auto;
        width: 50%;
    }

        caption {
            background-color: #efefef;
            border-bottom: none;
            border: 1px solid #ccc;
            font-weight: bold;
            padding: 5px;
            text-align: center;
        }

        tr th,
        thead th {
            background-color: #f8f8f8;
            font-weight: bold;
            padding: 5px 25px;
            text-align: left;
        }

        tr td {
            border-top: 1px solid #e7e7e7;
            padding: 5px 25px;
        }

    blockquote {
        border-left: 5px solid #eee;
        margin: 0 0 20px;
        padding: 0 0 0 15px;
    }

        blockquote p {
            line-height: 1.25;
            margin-bottom: 0;
        }

        blockquote small {
            color: #999;
            display: block;
            line-height: 20px;
        }

        cite {
            font-style: normal;
        }

    fieldset {
        border: none;
        margin-bottom: 15px;
        padding-left: 0;
    }

        legend {
            color: #bf3604;
            font-size: 75%;
            text-transform: uppercase;
            width: 100%;
        }

    label {
        cursor: pointer;
    }



/* Controle de fluxo
 * ================================================================== */

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.clear-both {
    clear: both !important;
}

.no-margin-left {
    margin-left: 0 !important;
}



/* Elementos de interface
 * ================================================================== */

.button {
    background: url("img/sprite.png") no-repeat 0 0;
    border: 0;
    color: #fff;
    display: block;
    font-size: 150%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 262px;
}

    .button:hover {
        background-position: 0 -61px;
    }

    .button:active {
        background-position: 2px -118px;
        line-height: 58px;
        padding: 2px 0 0 2px;
        width: 260px;
    }

.button-small {
    background-position: 0 -183px;
    font-size: 100%;
    height: 33px;
    line-height: 33px;
    width: 242px;
}

    .button-small:hover {
        background-position: 0 -223px;
    }

    .button-small:active {
        background-position: 2px -260px;
        line-height: 35px;
        width: 242px;
    }

.horizontal-radios input[type=radio] {
    margin-left: 30px;
}



/* Elementos comuns
 * ================================================================== */

#wrapper {
	left: 50%;
	margin-left: -480px;
	position:absolute;
	height: 100px;
	width: 900px;
	
/*	outline: 2px solid red;*/
}

    .logo {
        position: absolute;
        z-index: 9;
    }

    /*
     * Título principal
     */

    .main-title {
	background: #ff0000 url("img/square_bg.png");
	color: #fff;
	display: block;
	font-size: 320%;
	height: 120px;
	line-height: 120px;
	margin-bottom: 0px;
	padding-right: 30px;
	text-align: center;
	width: 900px;
}

	   .main-title-min {
	        background: #ff0000 url("img/square_bg.png");
	        color: #fff;
	        display: block;
	        font-size: 250%;
	        height: 60px;
	        line-height: 60px;
	        margin-bottom: 10px;
	        padding-right: 30px;
	        text-align: center;
	        width: 930px;
	    }



	.icones {
		position:absolute;
		left: 51%;
/*  	right: 0px; */
		text-transform: uppercase;	
		top: 15px;
	}


    /*
     * Menu
     */

	.menu {
		position:absolute;
		left: 35%;
		text-transform: uppercase;	
		text-decoration: bold;
		top: 45px;
	}

		.menu li {
			display:inline;
	}
			.menu a {
				color: #252525;
				margin: 0 15px;
				text-decoration: none;
			}
				
				.menu a:hover {
					color: #bf3604;
				}
	
					.menu .last {
						margin-right: 0;
					}

    /*
     * Rodapé
     */

    #footer {
        clear: both;
        float: left;
        margin: 15px 0;
        position: relative;
        width: 100%;
    }

        #footer img {
            float: left;
        }

            #footer-text {
                float: left;
                font-size: 70%;
                line-height: 70%;
                margin-left: 15px;
            }










/* =====================================================================
 * Inicial
 * ================================================================== */

    #content {
        margin-top: 80px;
    }

    /* Chamadas grandes
     * ================================================================== */

     .big-calls {
        height: 550px;
        overflow: hidden;
     }

        .big-calls > div {
            display: block;
            height: 550px;
            width: 960px;
        }

            .big-call {
                position: relative;
            }

                .big-call-content {
                    background-color: #fff;
                    bottom: 30px;
                    height: 145px;
                    padding: 15px;
                    position: absolute;
                    right: 30px;
                    width: 270px;
                }

                    .big-call-content h2 {
                        color: #fff;
                        font-size: 700%;
                        position: absolute;
                        right: 60px;
                        top: -135px;
                    }

                    .big-call-content p {
                        margin-top: 0;
                    }

                    .big-call-content a {
                        margin: 0 auto;
                    }

            .big-call-recreio {
                background: url("img/recreio.jpg");
            }

            .big-call-excelencia {
                background: url("img/excelencia.jpg");
            }

    /* Chamadas pequenas
     * ================================================================== */

    .small-calls {
        float: left;
        position: relative;
        margin: 30px 0;
    }

        .small-call {
            float: left;
            height: 300px;
            position: relative;
            width: 300px;
        }

        .small-call-exception {
            margin: 0 30px;
        }

            .small-call-content {
                bottom: 30px;
                position: absolute;
            }

                .small-call-content h2 {
                    background-color: #FFF;
                    display: inline;
                    font-size: 150%;
                    font-weight: normal;
                    line-height: 125%;
                    padding: 0 5px 0 10px;
                }

                .small-call-content a {
                    background-color: #fff;
                    color: #bf3604;
                    float: left;
                    margin-top: 15px;
                    padding: 0 5px 0 10px;
                    text-decoration: none;
                }

                    .small-call-content a:hover {
                        background-color: #bf3604;
                        color: #fff;
                    }

                .small-call-acessorios-e-brinquedos {
                    background: url("img/acessorios-brinquedos.jpg") no-repeat;
                }
                
                .small-call-doces-e-guloseimas {
                    background: url("img/doces-guloseimas.jpg") no-repeat;
                }

                .small-call-linha-para-bebe {
                   background: url("img/linha-completa-para-seu-bebe.jpg") no-repeat; 
                }

    /* Pacote de férias
     * ================================================================== */

    .vacation-package {
        background-color: #dda338;
        float: left;
        height: 60px;
        position: relative;
        width: 630px;
    }

        .vacation-package h2 {
            display: none;
        }

        .vacation-package a {
            color: #fff;
            letter-spacing: 1px;
            line-height: 62px;
            padding: 0px 30px 0px 145px;
            position: absolute;
            right: 0;
            text-decoration: none;
        }

            .vacation-package a:hover {
                text-decoration: underline;
            }

        .vacation-package span {
            background: url("img/sprite.png") no-repeat 0 -302px;
            display: block;
            height: 100px;
            left: 30px;
            position: absolute;
            top: -20px;
            width: 100px;
        }

    /* Newsletter
     * ================================================================== */

    .newsletter {
        background-color: #6d96a6;
        color: #fff;
        float: right;
        height: 235px;
        padding: 30px;
        position: relative;
        width: 240px;
    }

        .newsletter h2 {
            margin: 0;
        }

        .newsletter p {
            font-size: 85%;
            line-height: 125%;
            margin: 25px 0;
        }

        .newsletter input[type=text] {
            border: 0;
            color: #353535;
            margin-bottom: 3px;
            padding: 5px;
            width: 232px;
        }

        .newsletter span {
            background: url("img/sprite.png") no-repeat -108px -304px;
            display: block;
            height: 55px;
            position: absolute;
            right: 0;
            top: -15px;
            width: 70px;
        }

    /* Blog
     * ================================================================== */

    .blog-call {
        float: left;
        height: 205px;
        position: relative;
        width: 630px;
    }

    /* Mapa
     * ================================================================== */

    .how-to-come {
        position: relative;
        float: left;
        margin: 30px 0 15px 0;
    }

    
/* =====================================================================
 * Produtos
 * ================================================================== */

.products .middle-line-product {
    margin: 15px 30px;
}

.product {
    float: left;
    height: 300px;
    margin: 15px 0 30px 0;
    position: relative;
    width: 300px;
}

    .product h2 {
        margin: 0 0 15px 0;
    }

    .product-img {
        background-color: #eee;
        height: 150px;
        width: 300px;
    }



/* =====================================================================
 * Equipe
 * ================================================================== */

.equipes .middle-line-product {
    margin: 15px 30px;
}

.equipe {
		float: left;
		height: 250px;
		margin: 15px 0 30px 0;
		position: relative;
		width: 240px;
		text-align: center;	
}

    .equipe h1 {
/*		margin: 0 0 15px 0;*/
		margin: 0;
		text-align:center;
	}

    .equipe-img {
        background-color: #ff0000;
        border-radius: 20px; 
        height: 290px;        
        width: 220px;

    }
	.equipe img{
		border-radius: 20px;
	}

}

