/* Theme Name: Borial | Responsive Bootstrap Template
   Author: Themesdesign
   Version: 1.0.0
   Created: May 2018
   File Description: Main CSS file of the template
*/

/****************************
*   1  :  Helper            *
*   2  :  Navbar-custom     *
*   3  :  Title             *
*   4  :  Home              *
*   5  :  Features          *
*   6  :  SERVICES          *
*   7  :  Clients           *
*   8  :  Portfolio         *
*   9  :  Blog              *
*   10 :  Team              *
*   11 :  Pricing           *
*   12 :  Contact           *
*   13 :  Footer            *
*   14 :  Responsive        *
*****************************/

body {
    font-family: 'Nunito Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
}

a {
    text-decoration: none !important;
    outline: none !important;
}
/*texto parrafo*/
p{
    font-size: 17px;
    line-height: 1.8;
}
/*===============================
         1. menu idioma
================================*/
.menuidioma
{
	color: #858585;
	font-weight: 500;
	font-size: 13px;
	font-style: normal;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	display: block;
	text-transform: none;
	/*border-radius: 3px;*/
	height: 31px;
	width: 115px;
	background-color: #e5e5e5;
	background-image: url(../images/united-kingdom.png);
	background-repeat: no-repeat;
	background-position: 11px 6px;
}
.iconowhat{
	font-size: 24px;
	height: 24px;
	display: inline-block;
	}
.menutelefono
{
	color: #858585;
	font-weight: 600;
	font-size: 15px;
	font-style: normal;
	text-transform: none;
	border-radius: 35px;
	/*width: 150px;*/
	height: 24px;
	border-radius: 50px;
	border: 2px solid #e23a2d;
	background-repeat: no-repeat;
	word-spacing: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border: 2px solid #858585;
	padding: 10px;
	line-height: 1px;
}
.menutelefono:hover
{
	color: #e23a2d;
	border: 2px solid #e23a2d;
}
/*============mundo icono==========*/
.imh{
	font-weight: lighter;
	color: #6D8DA0;
	margin-left: 20px;
}


/*===============================
         1. Helper
================================*/
/*color boton blanco*/
.bg-overlay {
	background-color: rgba(35, 37, 47, 0.5);
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	
}

.section {
    padding-top: 120px;
    padding-bottom: 80px;
    position: relative;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-rounded {
    border-radius: 5px;
}

.btn-custom-white {
	font-size: 15px;
	transition: all 0.4s;
	background: #fff;
	color: #e23a2d !important;
	border-radius: 50px;
	border: 2px solid #e23a2d;
}
.btn-custom-white2 {
	font-size: 15px;
	background: #fff;
	color: #e23a2d !important;
	border-radius: 50px;
}
/*color de link barra navegacion*/
.btn-custom-red {
	font-size: 15px;
	color: #FFF !important;
	border-radius: 50px;
	width: 250px;
	background-color: #e23a2d;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.btn-custom-white:active,
.btn-custom-white:focus,
.btn-custom-white:hover,
.open > .dropdown-toggle.btn-custom-white {
    background: #f1f0f0;
    box-shadow: none !important;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.1s;
    background: #e23a2d;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    box-shadow: none !important;
    background: #d12043;
}

.btn {
    padding: 11px 28px;
    font-size: 13px;
    letter-spacing: 0.9px;
    font-weight: 600;
    text-transform: uppercase;
	border-radius: 50px;
}

.btn-sm {
    padding: 10px 22px;
}

.text-custom{
	color: #e23a2d;
	font-weight: lighter;
}

.bg-custom-newletter{
	background-color: #485563;
	background-image: url(../images/home/banner/fondo_new.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bg-custom-servicios{
	background-color: #485563;
	background-image: url(../images/servicios/banner/fondo_servicios.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*===============================
       2. Navbar Custom
=================================*/
/*posicion barra sticker*/
/*clase navbar-nav hace funcionar el scroll lento*/
.navbar-custom {
	border-radius: 0px;
	z-index: 999;
	transition: all 0.3s ease-in-out;
	
	/*sin transparencia*/background-color: #FFF;*/
	/*con transparencia background-color: rgba(255, 255, 255, 0.9);*/
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
/*color link barra navegador*/
.navbar-custom .navbar-nav li a {
	/*color: #fff;*/
    transition: all 0.5s;
	background-color: transparent !important;
	padding: 6px 0;
	margin: 5px 13px;
	font-weight: 700;
	color: #003;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.logo {
	letter-spacing: 2px;
	/*transition: all 0.1s ease-in-out;*/
	background-image: url(../images/logo/udenis_smallpng.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-size: 130px 83px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
	color: #e23a2d !important;
}


.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}

.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}


/*---NAVBAR STICKY---*/

.nav-sticky.navbar-custom {
	margin-top: 0px;
	background-color: #FFF;
	/* background-color: rgba(255, 255, 255, 0.9);*/
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #000 !important;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff;
}

.nav-sticky.navbar-custom .navbar-nav li a {
    color: #2f3545;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #e23a2d !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: bottom;
}

.nav-sticky .logo {
	color: #000 !important;
	/*transition: all 0.2s ease-in;*/
	background-image: url(../images/logo/udenis_smallpng_stick.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 40px;
	background-size: 130px 23px;
}

/*==============================
       3. Title
================================*/

.title-heading {
    font-weight: 700;
}

.title h1{
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    top: -45px;
}
.titleh3{
	font-size: 24px;
	}
.titleh4{
	font-size: 18px;
	line-height: 30px;
}
.titlefooter{
	font-size: 16px;
}
/*==============================
        4. Home
================================*/
/*posicion slider*/
.bg-home {
	background-size: cover;
	background-position: center 0px;
	height: 100%;
	position: relative;
	background-image: url(../images/clima/bg/presupuesto.jpg);
	background-repeat: no-repeat;
}
.bg-presupuestopiscina {
	background-size: cover;
	background-position: center 0px;
	height: 100%;
	position: relative;
	background-image: url(../images/piscinas/bg/presupuesto.jpg);
	background-repeat: no-repeat;
}
.bg-home-cubiertas {
	background-size: cover;
	background-position: center 175px;
	height: 100%;
	position: relative;
	background-image: url(../images/cubiertas/bg/presupuesto_cubiertas.jpg);
	background-repeat: no-repeat;
}
.bg-home-bomba {
	background-size:cover;
	background-position: center 0px;
	height: 90vh;
	position: relative;
	background-image: url(../images/clima/bg/bomba-de-calor.jpg);
	background-repeat: no-repeat;
}
.bg-home3 {
	background-size: cover;
	background-position: center 0px;
	height: 90vh;
	position: relative;
	background-image: url(../images/home/bg/piscinascostaysol1.jpg);
	background-repeat: no-repeat;
}
.bg-home4 {
	background-size: cover;
	background-position: center 0px;
	height: 90vh;
	position: relative;
	background-image: url(../images/home/bg/piscinascostaysol2.jpg);
	background-repeat: no-repeat;
}

.bg-home-servicios {
	background-size: cover;
	background-position: center 50px;
	height: 100vh;
	position: relative;
	background-image: url(../images/servicios/bg/platoducha.jpg);
	background-repeat: no-repeat;
}.bg-home-clima {
	background-size: cover;
	background-position: center 0px;
	height: 90vh;
	position: relative;
	background-image: url(../images/clima/bg/bomba-de-calor-en-piscina.jpg);
	background-repeat: no-repeat;
}
.bg-home-reforma{
	background-size: cover;
	background-position: center 0px;
	height: 90vh;
	position: relative;
	background-image: url(../images/servicios/bg/reforma.jpg);
	background-repeat: no-repeat;
}
.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-small-title {
    font-size: 17px;
    letter-spacing: 4px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.clients-img{
    position: absolute;
    top: 108px;
}

.clients-img img {
    max-height: 100px;
    width: auto !important;
    transition: all 0.5s;
}

.clients-img img:hover {
    opacity: 0.6;
}

/********* DEMO 2 ********/

.home-registration-form {
    border-radius: 3px;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-input-box {
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
}

.registration-input-box:focus {
    border-color: #e23a2d;
}
.bg-white2{
background-color: #efefef;
}
/*******DEMO 3*******/

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
}

.subcribe-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 30px;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/********DEMO 4**********/

.home-dashboard {
    position: relative;
    top: 80px;
    z-index: 1;
}

.home-prestion {
    padding-top: 165px;
    background: linear-gradient(rgb(72, 85, 99), rgb(41, 50, 60));
    position: relative;
}

/********DEMO 5**********/

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 90vh;
    width: 100%;
	margin-top:30px;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-title {
    font-size: 42px;
}

.home-desc {
    max-width: 700px;
}

/********DEMO 6**********/

.bg-home-half {
	background-image: url(../images/pageholder/piscinas.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	height: 90vh;
}
.bg-home-half2 {
	background-image: url(../images/pageholder/climatizacion.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	height: 90vh;
}
.bg-home-half3 {
	background-image: url(../images/pageholder/piscinas_servicios.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	height: 90vh;
}
.bg-home-half4 {
	background-image: url(../images/pageholder/servicios_platoducha.jpg);
	background-size: cover;
	background-position: center bottom;
	position: relative;
	height: 90vh;
}
.bg-home-half5 {
	background-image: url(../images/pageholder/cubiertas.jpg);
	background-size: cover;
	background-position: center top;
	position: relative;
	height: 90vh;
}
/************************
    5. Welcome box
*************************/

.features h5 {
	font-size: 22px;
	line-height: 56px;
	/* border-radius: 50%;
    border: 1px solid #e23a2d;
	border-right: 4px solid #e23a2d;*/
	text-align: center;
	display: inline-block;
	font-weight: 600;
}
.features h52 {
	font-size: 22px;
	height: 156px;
	width: 156px;
	line-height: 56px;
	/* border-radius: 50%;
    border: 1px solid #e23a2d;
	border-right: 4px solid #e23a2d;*/
	text-align: center;
	display: inline-block;
	font-weight: 600;
	background-image: url(../images/udenis_piscinas.jpg);
	background-repeat: repeat;
}

.features h4 {
    font-size: 18px;
    font-weight: 600;
}

/************************
   6. SERVICES
*************************/

.service h3 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
}

.service p {
    font-size: 30px;
    font-weight: 600;
}

.services-blog img {
    max-width: 345px;
    float: left;
    margin-right: 20px;
}

.service-head {
    overflow: hidden;
}

.services-blog {
	padding: 40px;
	background-color: #ffffff;
	box-shadow: 1px 2px 23px -15px rgba(0, 0, 0, 0.7);
	height: 300px;
}

.services-blog h4 {
    font-size: 18px;
    font-weight: 600;
}


/************************
        7. CLIENTS
**************************/

.testi-user {
    max-width: 84px;
}

.user-review {
    color: #667482;
    font-style: italic;
    font-size: 16px;
}

.testi-client-name {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.testi-patients {
    font-size: 14px;
    color: #000;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    border: 1px solid #e23a2d;
    background-color: #e23a2d;
    opacity: 0.2;
}


/*************************
        8. PORTFOLIO
***************************/

.img-max-width {
    width: 25%;
}

.portfolio-title {
    font-size: 21px;
    word-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
}

.port-folio-sub-title {
    color: #585858;
    font-size: 17px;
    word-spacing: 1px;
    padding-top: 10px;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 11px;
    border: 1px solid #e0e0e0;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 35px;
    -webkit-transition: all 0.6s;
		border-radius: 50px;
}

.container-filter li a.active {
    color: #fff;
    background-color: #e23a2d;
    border: 1px solid #e23a2d;
}

.container-filter li a:hover {
    color: #fff !important;
    background-color: #e23a2d;
    border: 1px solid #e23a2d;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
	position: absolute;
	transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.portfolio-head h3 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 600;
}

.portfolio-head p {
    font-size: 30px;
    font-weight: 600;
}

/*************************
      9.  BLOG
***************************/

.blog-menu img {
    border-radius: 5px;
}

.blog-menu h5 {
    font-size: 15px;
}

.blog-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.blog-line{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	margin-right: 40%;
	margin-left: 40%;
	}
.blog-title:hover {
    color: #e23a2d;
    transition: all 0.5s
}

.blog-menu p {
    font-size: 14px;
    line-height: 1.8;
}

.read-btn {
    font-size: 15px;
    color: #e23a2d;
    text-decoration: underline !important;
}

.read-btn:hover {
    color: #f70033;
}


/***********************
       10. TEAM
*************************/

.team-member img {
    border-radius: 5px;
}

.team-member h4 {
    font-size: 18px;
    font-weight: 600;
}

.team-member p {
    font-size: 14px;
}

/************************
       11. PRICE
**************************/

.price{
	box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
	border-radius: 12px;
}
.priceoferta{
	border: 2px solid #DE355E;
}

.pricetitle{
	font-size: 18px;
	line-height: 30px;
	color: #194EA0;
	font-weight: 600;
	text-transform: uppercase;
}
.price .type h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.price .value {
    position: relative;
}

.price .value h3 {
	display: inline-block;
	padding-right: 10px;
	font-size: 46px;
	font-weight: 600;
	position: relative;
}
.precio {
	display: inline-block;
	padding-right: 10px;
	font-size: 46px;
	font-weight: 600;
	position: relative;
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
}

.price .value .per {
    font-size: 13px;
}

.price .feature {
    padding: 15px 0;
}

.price .feature li {
    margin: 15px;
    font-size: 15px;
}

/************************
       12. CONTACT
**************************/
.bg-blank{
	background-color: #FFF;
	height: 170px;
	width: 100%;
	}
	
.form-control {
    height: 46px;
    border: 1px solid #e9e6e6;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #e23a2d;
    outline: 0;
    box-shadow: none;
}

.address-info {
    overflow: hidden;
}

.contact-info {
    font-size: 14px;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #ff4774;
    color: #ff4774;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #10b81a;
    font-size: 22px;
}
.img-oculta{
	visibility: hidden;
}
	

/************************
       13. FOOTER
*************************/

.footer{
    padding-top: 80px;
    padding-bottom: 40px;
    color: #ffffff;
}

.footer-menu h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.footer-menu p,
.footer span {
    font-size: 14px;
}

.footer-support{
	font-weight: 600;
	
}

.footer_mdi {
	font-size: 28px;
	height: 32px;
	width: 32px;
	line-height: 36px;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.header_mdi {
	height: 34px;
	display: inline-block;
	line-height: 0px;
	/*cambia el tamaño del icono*/
	font-size: 24px;
	color: #999;
	margin: 0px;
}
/*redes sociales*/
.facebook {
	background-color: transparent;
	color: #FFF;
}
.facebookcolor{
	color: #e23a2d;
}
.instagramcolor {
	color: #e23a2d;
}
.linkedincolor {
	color:#e23a2d;
}
.whatsappcolor{
	color:#646464;
	padding-left: 15px;
	padding-right: 15px;
}
/*iconos color
.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}
.instagram {
	background-color: #93C;
	color: #FFF;
}
.linkedin {
	background-color: #69C;
	color: #FFF;
}
*/
.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #231f20;
    color: #ffffff;
}

.dribbble {
    background-color: #fff;
    color: #000;
}
.instagram {
	background-color: transparent;
	color: #FFF;
}
.linkedin {
	background-color: transparent;
	color: #FFF;
	
}
.whatsapp {
	background-color: transparent;
	color: #FFF;
	}
.youtube{
	background-color: transparent;
	color: #FFF;
	}
.footer-menu li a {
    font-size: 14px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 32px;
    color: #818d9c!important;
}

/************************
    14. RESPONSIVE
**************************/

@media (max-width: 768px) {
    .vertical-content {
        display: inherit;
    }
    .navbar-custom {
	margin-top: 0px;
	padding: 10px 0px !important;
	/*menu fondo negro
	background-color: #000000!important;*/
	background-color: #ffffff!important;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #fff !important;
    }
	.navbar-toggler{
	/*background:#000;*/
	background:#fff;
	}
	/* menu hambuerguesa */
    .navbar-toggler i {
	font-size: 28px;
	background: #transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #004693;	/*color: #eeeeee;*/
    }
    .bg-home-bomba {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-clima {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-cubiertas {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-presupuestopiscina{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);	
	}
	.bg-home2 {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-servicios{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home-reforma{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home3 {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home4 {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home-half {
	
	background-position: center center;
	}
	.bg-home-half3 {
	
	height: auto;
	}
	.bg-home-half {
	
	height: 120vh;
	}
	.bg-home-half5 {
	
	height: 120vh;
	}
	.bg-home-half2 {
	
	height: 120vh;
	}
	.bg-home-half4 {
	
	height: 120vh;
	}
	.img-oculta{
		visibility: visible;
		}
    .nav-sticky.navbar-custom .navbar-nav li a {
        /*menu link color blanco
		color: #FFF !important;*/
		color:#0062cc;
    }
    .nav-sticky .logo {
	background-image: url(../images/logo/udenis_smallpng_stick.png);
	/*background-image: url(../images/logo/udenis_trans.png);*/
	background-repeat: no-repeat;
	/*background-size: 120px 77px;*/
	background-size: 130px 23px;
	background-position: 0px 12px;
	color: #fff !important;
	color: #fff !important;
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .clients-img {
        display: none;
    }
  .navbar-custom .navbar-nav li a {
	transition: all 0.5s;
	background-color: transparent !important;
	padding: 6px 0;
	margin: 0 13px;
	font-weight: 600;
	/* texto color blanco
	color: #ffffff*/
	color: #0062cc;	/*text-transform: uppercase;*/
	font-size: 16px;
}
.logo {
	/*logo completo en responsive 
	color: #fff !important;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 2px;
	transition: all 0.3s ease-in-out;
	background-image: url(../images/udenis_trans.png);
	background-repeat: no-repeat;*/
	background-image: url(../images/logo/udenis_trans.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 80px;
	background-size: 120px 77px;
}  
.menutelefono{		
		display:none;
		}	
/*whatsapp en movil*/
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float:hover {
	text-decoration: none;
	color: #25d366;
  background-color:#fff;
}

.my-float{
	margin-top:16px;
}
}

@media (min-width:768px) and (max-width: 1024px) {
    .clients-img {
        top: 76px;
    }
	.menutelefono{	
		display:none;
		visibility::hidden;
		}
/* menu hambuerguesa */		
 	.navbar-toggler{
	background:#FFF;
	}
	
    .navbar-toggler i {
	font-size: 28px;
	background: #transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #7E7E7E;
    }
	.logo {
		/*logo solo letras udenis */
		
		background-image: url(../images/logo/udenis_smallpng.png);
		background-repeat: no-repeat;
		background-position: 0px 5px;
		height: 80px;
		background-size: 120px 77px;
	}  
	/*oculta imagenes para tablet horizontal */
	
	.img-oculta{
		
		visibility: visible;
	
	}		
	.bg-home3 {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home4 {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	/*oculta imagenes en presupuesto piscina tablet horizontal */
	.bg-presupuestopiscina{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);	
	}
	.bg-home-cubiertas {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-bomba {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-clima {
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
    }
	.bg-home-servicios{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home-reforma{
	height: auto;
	background-image: url(../images/home/presupuestovacio.jpg);
	}
	.bg-home-half3 {
	
	height: auto;
	}
	
}

@media (max-height: 767px) {
    .clients-img {
        top: 7px; }
		
	.menutelefono{		
		
		}	
   
}