/*==================
container
==================*/

.main{
	width: 100%;
	margin-top: 0px;	
}
.main_img {
margin-bottom: 50px;
	width: 100%!important;
}
 ul.newsul {
        margin: 50px 25px 0;
        padding: 0;
        list-style: none;
      }
      li.newsli {
        line-height: 2em;
        border-top: 2px solid #ccc;
        padding-top: 0.8em;
        padding-bottom: 0.8em;
      }
      .new {
        color: #fff;
        background-color: #fe1d3f;
        border: 1px solid #fe1d3f;
        border-radius: 5px;
        padding: 0 5px 4px;
        margin-right: 5px;
      }

.pac_img {
	margin-top: 50px;
margin-bottom: 50px;
	width: 50%!important;
}




summary {
	list-style: none;
	position: relative;
	margin-bottom: 10px;
	padding: 20px 70px 20px 30px;
	cursor: pointer;
	background-color: #EBEBEB;
}

summary::-webkit-details-marker {
	display: none;
}

summary:hover,
details[open] summary {
	background-color: #CCCCCC;
}

summary::after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: transform 0.5s;
	font-size: 40px;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(45deg);
	animation: fadein 0.5s ease;
}

.answer {
	padding: 20px 30px;
}

details[open] .answer {
	animation: fadein 0.5s ease;
}

@keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1; }
}


.modal-body {
	background-color: white;
	overflow: hidden;
}

.modal-img {
	margin-right: 40px;
	width: 40%;
	float: left;
}

.modal-text {
	margin: 20px;
	text-align: left;
}

h3 {
	font-size: 30px;
}

.clearfix:after {
	content:" ";
	display:block;
	clear: both;
}

a {
	text-decoration: none;
	color: #636363;
}

a:hover {
	color: #292929;
}

.product-english {
	font-size: 20px;
}

.modal-capa {
	font-weight: bold;
	color: orange;
}

.modal-notes{
	font-size: 0.8em;
	line-height: 1;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 25px;
}


@media (max-width:992px){
	

.modal-dialog img {
	margin-top: 50px;
margin-bottom: 50px;
	width: 100%!important;
}
}

