/*
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 : May 9, 2019, 8:26:46 AM
    Author     : final
*/

.parallax{
	width: 100vw! important;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.activeLi{
    margin: 0 15px;
    color: black!important; 
    font-weight: bold;
    size: 24px;
}

.row2{
    margin-left: 0;
    margin-right: 0;
}
h1 {
    color: #00347C;
    font-size: 55px;
    font-weight: bold;
}
h2 {
    /*text-shadow : rgba(0, 0, 0, 0.4) 0px 4px 5px;
    font-size : 22px;
    text-decoration : none solid rgb(30, 45, 59);*/
    color :  #1E2D3B;
}
.maxImg{
    max-height: 50vh;
    max-width: 20vw;
}
.navbarArriba {
  background-color: white ! important;/*linear-gradient( to right, #4c578b, #8189AD)!important;*/
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.imgsSmall {
    width: 300px; 
    height: 227px;
    border: 1px solid #dfdfdf;
}
.navswhite{
    margin: 0 15px;
    color: #00347C!important; 
    font-weight: bold;
    size: 24px;
}

.barYellow{
    border-bottom: 1.5vh solid #dcd64a;
    display: inline-block; 
    line-height: 0.85;
    /*background-color: #dcd64a;
    height: 2vh;
    width: 5vw;*/
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.mainCoverText {
    font-size: 2.5em; 
    font-weight: bold; 
    margin-left: 5%;
}
.mainContainerText{
    background-color: rgba(150, 39, 39, 0);
    position: absolute;  
    bottom: 5%;  
    left: 5%;  
}
.logoVal{
    height: 16vh; 
    margin-right: 5vw; 
    margin-top: 0vh;
}
.titleCentered{
    margin-left: 35%
}
.titleImgAlign{
    margin-left: 13%
}
.titleImgAlignNos{
    left: 25%
}
.mapaAju{
    height: 400px;
    width: 80vw;
    margin-left: 10vw;
}
.imgCentradaLogo{
    margin-top: 10%;
    margin-bottom:7%;
    margin-left:25%;
    display: inline-block;
}
.cuestM{
	width: 80vw;
	margin-left: 10vw; 
	border-color: transparent;
}
.textoDist{
    margin-top: 400px;
}
.logoValc{
    width:55%; 
    margin-top: 3vh;
}
@media (max-width: 768px) {
	.cuestM{
		width: 100vw;
		margin-left: 0;
		border-color: transparent;
	}
    .logoValc{
        width:80%; 
        margin-top: 1vh;
        margin-left: 0;
    }
    .mainCoverText {
        font-weight: bold;
        font-size: 5vh;
        margin-left: 0;
    }
    .titleCentered{
        margin-left: 0
    }
    
    .textoDist{
        margin-top: 1vh;
    }
    .titleImgAlign{
        margin-left: 0
    }

    .titleImgAlignNos{
        left: 0
    }
    .mainContainerText{
        width: 100%;
        bottom: 0;  
        left: 0;
    }
    
    .logoVal{
        height: 9vh; 
        margin-right: 1vw; 
        margin-bottom: 0;
    }
    .mapaAju{
        height: 400px;
        width: 100%;
        margin-left: 0;
    }
    
    .imgCentradaLogo{
        margin-top: 0;
        margin-bottom: 0;
        margin-left:0;
    }
}
    
