/*global*/
p{
    font-family: 'Oxygen', sans-serif;
    line-height: 2em;
    
}

h3, h2{
    color:#C22D2D !important;
}

h4{
    color: darkred !important;
}
/*header*/
header nav{
    background:#e5e5e5 !important;
    -webkit-box-shadow: 0 6px 5px -5px black;
	-moz-box-shadow: 0 6px 5px -5px black;
    box-shadow: 0 6px 5px -5px black;
    z-index: 10;
}

.navbar-header{
    margin-left: 5%;
}

header nav ul{
    margin-left: 25%;
}

header nav ul li{
    padding:0 16px;
}

header nav ul li a{
    color: black !important;
    font-family: 'Cabin', sans-serif;
    font-size: 20px;
    text-shadow: 2px 2px white ;
}

header nav ul li a:hover{
    color: red !important;
}

/*footer*/
footer{
    background-color: #e5e5e5;
    margin:0;
    padding: 0;
    overflow: hidden;
}
footer p{
    text-align: center;
    color: black;
    padding: 10px;
     text-shadow: 2px 2px white ;
    font-size: 20px;
}

iframe{
    width: 100%;
    height:450px;
}

.thumbnail img{
    margin-top: 10px;
}

#textcar{
    
    font-size: 14px;
    margin: 20px 10px 80px 0 ;
}

#icon-list{
    margin-left:-3%;
}

#icon-list li{
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

#icon-list li a{
    padding-left: 10px;
    
}
.dropdown-menu a:hover{
    background-color:white;
    
}

.carousel-control-prev{
    margin-top: 500px;
    width: 30px !important;
    height: 30px !important;
    margin-left: 20px;
    
}

.carousel-control-next{
     margin-top: 500px;
    width: 30px !important;
    height: 30px !important;
    margin-right: 20px;
    
}
.boxtext{
    padding: 10px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    
}
.boxxes{
    margin: 1% 4%;

}
#allbox{
    margin:1% 6%;
}
#text-index{
    font-size: 20px;
    
}
#convenio-font1{
    margin: 20px;
    font-family: 'Merienda', cursive;
    font-size: 60px;
    color: #930505 !important;
    text-shadow: 2px 2px #C09515;
}
.bolder{
    font-size: 80px;
}
#convenio-font2{
    font-size: 30px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 550;
    padding: 30px;
    color: #110101;
    text-shadow: 0.5px 0.5px black;
    
}

#convenio-font3{
    font-size: 24px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 550;
    color: #110101;
    text-shadow: 0.5px 0.5px black;
    
}


.btn-color{
    background-color: #930505;
    color: white; 
}

#background-image{
    background-image: url(../images/background-min.jpg);
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

#translucid-image{

  background:#7f7f7f;
  background:rgba(255,255,255,0.5);
  overflow: hidden;
  padding: 10px;
    
}

.thumbnail img{
  max-width: 100%;
  max-height: auto;
  height: 250px;
  object-fit:cover;

}

.responsive-text{
  width: 100%;
  max-width: 100%;
  max-height: auto;
  height: 42%;

}

