.carousel-inner{ 
    height: 60%;    
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23610B38' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23610B38' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

#enviarCorreo {
    float: right;    
}

.parallax {
    /* The image used */
    background-image: url("../images/Slider/slider4.png");

    /* Set a specific height */
    min-height: 350px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    
    background-size: cover;
}

/* Menu*/
.bg-f{
    background-color: #6F716C;
}

#navbarSupportedContent li a{
    color: white;
    font-size: 25px;
}


.footer{
   /*background-color: #f0f0f0;*/
   background-color: #6F716C;
    color: white;
    text-align: center;
    font-size: 25px;
}

@font-face {
    font-family: "roboto";
    src: url(../Fuentes/Roboto-Condensed.ttf) format("truetype");
}

@font-face {
    font-family: "lato";
    src: url(../Fuentes/Lato-Regular.ttf) format("truetype");
}

.fots{    
    
    font-size: 15pt; 
    color:white;
    font-weight:bold;
}



a{
    font-family: roboto;
    font-size: 15pt; 
}

.navbar-brand{
    margin-left: 4%;
}

.menu-fixed {
	position:fixed;
	z-index:1000;
	top:0;
	left: 0;
	width:100%;
	box-shadow:0px 3px 3px rgba(0,0,0,.5);
}

.parrafos{  
    text-align: justify;
    
}

#video{
    text-align: center;
    max-height: 490px;    
}
iframe{
    min-height: 350px;
}

.titles , h2, #Cnc{
    color: #51A361;
}

.parrafos{
    font-family: roboto;
    font-size: 20pt;
    color: #444242;  
}
h5{
    font-family: roboto;
}
.prf{
    font-family: lato;
    color: #585858;    
}