

:root{
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #4E66F8;
    --secondary: #e83e8c;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40}

.cimg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.c-header {
    color: #fff important;
    background-color: rgb(156, 150, 150);
    opacity: 0.7;
}

.c-ele {
    color: #fff important;
}


.nav-link {
    font-weight: 600;
    color: #333;
    font-family: 'Cabin', sans-serif;
    /* padding: 2.8rem 0.5rem 2.2rem;
     
    height: 100%;*/
    margin: .8rem;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    
}




/* ----------------------------------- */


.img-box {
    text-align: center;
    display: inline-block;
}

.bg-gray-05, .btn-light, .badge-light {
    background-color: #f8f9fb !important;
}

.bg-white, .bg-gray-05, .bg-gray-10 {
    color: #33475b;
}

.rounded-circle {
    border-radius: 50% !important;
}

.carru{
  opacity: 0.5;
}

.navegacion {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
}



.fondocar {
    /* background: linear-gradient(to right, rgba(255,0,0,0.2), rgba(255,0,0,0.1)), url('images/JK.jpg') top; */

    background: url('images/JK.jpg') center no-repeat;
    height: 25rem;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;

    /* background-color: rgba(223, 247, 228, 0.9);
    background-image: url('images/black-and-white-books-design-34627.jpg');
    height: 500px;
    max-width: 100%; */
    
}

.frentecar{
    opacity: 1 !important;
}




.twit {
    background: url(images2/social-ico.png) no-repeat left top;
    display: inline-block;
    text-indent: -999em;
    height: 31px;
    width: 31px;
    margin: 3px 0 0 4px;
    -moz-transition: background-position 0.2s linear 0s;
    -webkit-transition: background-position 0.2s linear 0s;
    -o-transition: background-position 0.2s linear 0s;
    transition: background-position 0.2s linear 0s;
}

.face{
	background:url(images2/social-ico.png) no-repeat left top;
	display:inline-block;
	text-indent:-999em;
	height:31px;
	width:31px;
	margin:3px 0 0 4px;
	-moz-transition: background-position 0.2s linear 0s;
	-webkit-transition: background-position 0.2s linear 0s;
	-o-transition: background-position 0.2s linear 0s;
	transition: background-position 0.2s linear 0s;
}

/* ul.social li a.twit span:hover{background-position:left -31px;}
ul.social li a.face span{background-position:left -61px;}
ul.social li a.face:hover span{background-position:left -92px;}
ul.social li a.fk span{background-position:left -123px;}
ul.social li a.fk:hover span{background-position:left -154px;}
ul.social li a.rss span{background-position:left -185px;}
ul.social li a.rss:hover span{background-position:left -216px;}
ul.social li a.gplus span{background-position:left -247px;}
ul.social li a.gplus:hover span{background-position:left -278px;} */



.icon-rounded {
    display: inline-block;
    width: 6rem;
    height: 6rem;
    border-radius: 20%;
    text-align: center;
    line-height: 6rem;
    background-color: var(--white);
    /* border: 1px solid var(--gray); */
}

.img-rounded {
    width: 5.5rem;
    height: 4rem;
    text-align: center;
    line-height: 6rem;

}


.svg-icon {
    width: 18px;
    height: 18px;
    vertical-align: text-bottom;
    stroke: currentColor;
    stroke-width: 3;
    --layer1: currentColor;
    --layer2: currentColor;
}