@import url(https://fonts.googleapis.com/css?family=Roboto:500);/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Cuprum'); /*font-family: 'Cuprum', sans-serif;*/

.azul-clarito {color: #26b9eb;}
.azul-marino {color: #014189;}
.naranja {color: orange;}
.boxShadow {
    -webkit-box-shadow: inset -4px -6px 192px -16px rgba(130, 222, 255, 1);
    -moz-box-shadow: inset -4px -6px 192px -16px rgba(130, 222, 255, 1);
    box-shadow: inset -4px -6px 192px -16px rgba(130, 222, 255, 1);
}

body {
    margin: 0 0;
    padding: 0 0;
    font-family: 'Roboto', sans-serif;
    background-color: #39B4E6;
}

/* NAVBAR */
.navbar {
    background: url('../images/header2.png') no-repeat top right;
    -webkit-background-size: 100% 80%;
    -moz-background-size: 100% 80%;
    background-size: 100% 80%;
    -o-background-size: 100% 80%;
    min-height: 200px;
}

.navbar-nav li {
    height: 50px;
    margin: 30px 1px 0 1px;
    background-color: rgba(200, 240, 255, 0.8);
    text-transform: uppercase;
    font-size: 7pt!important;
}

.navbar-nav li.active {
    background-color: #014189!important;
    text-decoration: none;
    color: white!important;
}

.navbar-nav li.active a {
    color: white!important;
}

.navbar-nav a {
    color: #014189!important;
    font-weight: bold;
}

.navbar-nav a:hover {
    background-color: #014189!important;
    text-decoration: none;
    color: white!important;
}

.navbar-toggle {
    background: #014189!important;
}

.navbar-toggle span {
    background: rgba(200, 240, 255, 1)!important;
}

@media screen and (max-width: 768px) {
    .navbar {
        background: url('../images/header2.png') no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        min-height: 100px;
    }
    .navbar-nav {
        margin: 0;
        float: left!important;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        margin-left: 10px;
    }
}

/* NAVBAR/> */

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: relative;
}

.slideWrapper {
    z-index: -50;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 105% 120%;
}

.quotes-content {
    width: 100%;
    bottom: 10px;
    text-align: center;
    padding: 30px 0 0 0;
}
.quotes-content p {
    font-family: 'Cuprum', sans-serif;
    background-color: rgba(200, 240, 255, 0.8);
    padding-top: 10px;
    padding-bottom: 10px;
}

.oxigeno-container {
    background: none;
}

.oxigeno-quotes-content {
    background: url("../images/circulo-agua.png") no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 180px 20px 20px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 20px;
    border: 2px solid #26b9eb;
    margin: 0 auto;
}

.oxigeno-quotes-content p {
    font-size: 1.5em;
    font-family: 'Cuprum', sans-serif;
}

.trabaja-con-nosotros {
    background: url("../images/trabaja-con-nosotros.png") no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    text-align: center;
    padding: 180px 20px 20px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 20px;
    border: 2px solid #26b9eb;
    cursor: pointer;
    margin: 0 auto;
}

.content-page {
    font-family: 'Cuprum', sans-serif;
}

.content-header {
    position: relative;
    height: 200px;
    text-align: center;
    background: url('../images/header-pages2.png') no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

@media screen and (max-width: 880px) {
    .container {
        padding-right: 0 !important;
    }
    .content-header {
        background-color: #014189;
    }
}

.content-header-text {
    font-family: 'Cuprum', sans-serif;
    position: absolute;
    top: 100px;
    color: white;
    right: 0;
    width: 900px;
    text-transform: uppercase;
}
@media screen and (max-width: 880px) {
    .content-header-text {
        left: 10px;
        width: auto;
    }
}

.content-header-circulo {
    position: absolute;
    left: 100px;
    bottom: -100px;
}

.content-body {
    background-color: rgba(255, 255, 255, 1);
    text-align: justify;
}

.content-body ul {
    padding-left: 1em!important;
}

.content-body li {
    list-style: none;
    background: url("../images/list-icon.png") no-repeat left top;
    background-size: 10px;
    padding-left: 20px;
    margin-bottom:1em;
}

.content-body-circulo {
    padding: 150px 0 0 50px;
}

.content-body-circulo-2 {
    padding: 50px 0 0 50px;
}

/*Tecnicas Empleadas*/
.content-body-circulo-tecnica {
    padding: 190px 0 0 50px;
}

.content-body-circulo-tecnica-2 {
    padding: 90px 0 0 50px;
}

.circulo {
    width: 200px;
}

.content-body-text {
    padding: 50px 50px 50px 50px;
    min-height: 300px;
}

.content-footer {
    min-height: 100px;
}

.portada-bottom-mensaje {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 6pt;
    padding: 5px 10px;
    color: black;
}

.content-footer {
    padding: 15px 15px 0 35px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.tecnicas-empleadas-photo {
    width: 300px;
    margin-left: 20px;
}

@media screen and (min-width: 880px)  {
    .portada-image-top {
        min-height: 400px;
    }
}

.portada-circulo {
    min-height: 100px;
    max-height: 400px;
}

.circulo-texto {
    height: 20%;
    text-align: center;
}

.circulo-imagen {
    width: 100%;
    min-width: 100px;
    max-width: 400px;
}