html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

p {
    color: #888;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
}

a {
    color: #ffc541;
}

a:hover {
    color: #808080;
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.preloader {
    background: #fff url('../img/preloader.gif') no-repeat center center;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#dot-nav {
    right: 10px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
}

#dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#dot-nav li {
    position: relative;
    background-color: #ffc541;
    border: 3px solid #ffc541;
    border-radius: 15px 15px 15px 15px;
    cursor: pointer;
    padding: 5px;
    height: 10px;
    margin: 10px 10px 0px 0px;
    width: 10px;
    vertical-align: bottom;
}

#dot-nav li.active, #dot-nav li:hover {
    background-color: #ffffff;
}

#dot-nav a {
    outline: 0;
    vertical-align: top;
    margin: 0px 0px 0px 25px;
    position: relative;
    top: -5px;
}

.awesome-tooltip + .tooltip > .tooltip-inner {
    background-color: #ffc541;
    color: #ffffff;
	font-weight:bold;
    border: 1px solid #ffc541;
}

.awesome-tooltip + .tooltip.left > .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffc541;
}
/*********** main ***********/   
.main {
    width: 100%;
    min-height: 100%;
    background: url('../img/bg2.jpg') center center no-repeat fixed;
    background-size: cover;
    padding: 3em 0 4.5em;
    position: relative;
    color: #fff;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
}

.logo {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 50px;
}

.logo-area {
    text-align: center;
   
	 margin-top: -80px;
    margin-bottom: 0px;
	 position: absolute;
}

.main h1 {
    font-size: 36px;
    font-weight: 300;
}

.welcome-message h1 {
    padding-top: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 15px;
}

.name-area h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
}

@media(max-width:999px) {
    
    .logo {
        text-align: center;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .welcome-message h1 {
        padding-top: 21px;
        font-size: 42px;
        margin-bottom: 60px;
    }
}

@media(max-width:640px) {
    .logo {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .welcome-message h1 {
        padding-top: 21px;
        font-size: 25px;
    }
}






/********** clientes **********/

#losclientes {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg4.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.losclientes-bg-overlay {
    background-color: rgba(0,0,0,0.6);
    padding-top: 100px;
    padding-bottom: 80px;
    color: #ffffff;
}





/********** Servicios **********/

#losservicios {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg3.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.losservicios-bg-overlay {
    background-color: rgba(0,0,0,0.6);
    padding-top: 100px;
    padding-bottom: 80px;
    color: #ffffff;
}


#servicios {
    padding-top: 0px;
    padding-bottom: 50px;
}

.service-block {
    position: relative;
    margin-bottom: 50px;
}

.service-block [class^="fa"] {
    display: block;
    font-size: 40px;
    margin: -13px 0px 0;
    position: absolute;
    color: #ffc541;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.service-block, .service-block [class^="fa"], .service-block:hover [class^="fa"] {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.service-block:hover [class^="fa"] {
    color: #808080;
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.services_box_right {
    margin: 10px 10px 23px 60px;
    padding: 0px 20px 0;
}

.services_box_right h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #202830;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 15px;
}

.services_box_right p {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
}

/********************** Subcription **************/
	    
/* 7. Contacto */

#contactanos {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg5.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contactanos-bg-overlay {
    background-color: rgba(0,0,0,0.6);
    padding-top: 100px;
    padding-bottom: 80px;
}

.walam-social ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: center;
}

.walam-social li {
    display: inline-block;
    margin-right: 15px;
}

.walam-social li:last-child {
    margin-right: 0;
}

.walam-social li a {
    width: 75px;
    height: 75px;
    display: inline-block;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    color: #ffc541;
    font-size: 36px;
}

.walam-social li a:hover {
    background-color: #808080;
    color: #fff;
}

.walam-social li a,
	.walam-social li a:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media(max-width:700px) {
    .walam-social li a {
        width: 45px;
        height: 45px;
        display: inline-block;
        line-height: 50px;
        text-align: center;
        border-radius: 50%;
        background-color: #ffffff;
        color: #ffc541;
        font-size: 24px;
    }

    .walam-social li {
        display: inline-block;
        margin-right: 8px;
    }
}
/********** About El Estudio *************/ 

#about {
    padding-top: 0px;
    padding-bottom: 80px;
}


h2.about-us {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h2.about-us span, #about .about-us h3 span {
    color: #ffc541;
}
.valores {
	color: #ffc541; 
 }
 
.icon-contacto
{
	color: #ffc541; 
 }

#about .about-us p {
    font-size: 16px;
    color: #5d5d5d;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 21px;
    margin-bottom: 20px;
}

#about .about-us h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px;
}

#elestudio {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.elestudio-bg-overlay {
    background-color: rgba(0,0,0,0.6);
    padding-top: 100px;
    padding-bottom: 80px;
    color: #ffffff;
}



/********** Contacto *******/
#contact {
    padding-top: 120px;
    padding-bottom: 60px;
}


#contactanos {
    width: 100%;
    background-color: #eee;
    background-image: url('../img/bg5.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.contactanos-bg-overlay {
    background-color: rgba(0,0,0,0.6);
    padding-top: 100px;
    padding-bottom: 80px;
    color: #ffffff;
}


.form-group {
    margin-bottom: 30px;
}

.form-group input,
 .form-group textarea {
    padding: 9px;
    border: 1px solid #dddddd;
    background-color: transparent;
    border-radius: 2px;
    box-shadow: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-style: italic;
}

.form-group input.form-control {
    height: 60px;
}

.form-group textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #9b9b9b;
}

.text-danger {
    color: #e74c3c;
}
/************ CONTACT ADDRESS ************/

#contact address {
    color: #5d5d5d;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

#contact h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#contact h3 span {
    color: #ffc541;
}

#contact .contact-number p span,
#contact .contact-mobile p span,
#contact .contact-fax p span,
#contact .contact-email p span {
    font-size: 18px;
    color: #ffc541;
    padding-right: 10px;
}

#contact .contact-mobile p span {
    font-size: 22px;
    color: #ffc541;
    padding-right: 14px;
}

#contact .contact-number p,
#contact .contact-mobile p,
#contact .contact-fax p,
#contact .contact-email p {
    font-family: 'lato', sans-serif;
    color: #202830;
    font-weight: 700;
    margin-bottom: 10px;
}

button.contact, button.contact:hover,
#contact .footer-social ul.footer-social-list li a i,
#contact .footer-social ul.footer-social-list li a i:hover {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

button.contact {
    width: 100%;
    background-color: #ffc541;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    box-shadow: none;
    box-shadow: 0;
    border-radius: 2px;
    margin-bottom: 40px;
}

button.contact:hover {
    background-color: #808080;
    border: 0;
    color: #ffffff;
}

#map-canvas {
    width: 100%;
    height: 450px;
}

.footer {
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #202830;
}

.footer p {
    font-family: 'lato', sans-serif;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    color: #ffffff;
    text-shadow: none;
    background: #808080;
}

::selection {
    color: #ffffff;
    text-shadow: none;
    background: #808080;
}

img::selection {
    color: #ffffff;
    background: transparent;
}

img::-moz-selection {
    color: #ffffff;
    background: transparent;
}

body {
    webkit-tap-highlight-color: #808080;
}