
.sec-detalle-producto .cont-icon{
	padding: 20px 20px 46px;
}

.title-detail {
	max-width: 300px;
	width: 100%;
}

.cont-product{
	margin:30px 0px 30px;
}

.cont-product .title-product{
	font-family: Muli-ExtraBold, sans-serif;
	background-color: #1492a9;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 20px;
}

.cont-product .img-product{
	margin-top: 10px;
	width: 32%;
	float: left;
}

.cont-product .img-product img{
	width: 100%;
}

.cont-product .img-product .fa-search-plus{
	position: absolute;
	left: 21px;
	bottom: 7px;
	font-size: 22px;
	color: #20a0d3;
	transition:all 0.3s;
}
.cont-product .img-product a:hover .fa-search-plus{
	color: #6dbe58;
}

.cont-product .text-product{
	margin-top: 10px;
	width: 66%;
	float: left;
	margin-left: 2%;
	background-color: #3aa8cf;
	color: #fff;
	padding: 20px;
	min-height: 171.2px;
	max-height: 171.2px;
}

.cont-product .text-product .txt-medium{
	font-family: Muli-Medium, sans-serif;
	font-size: 18px
}
.cont-product .text-product .txt-bold{
	font-family: Muli-Bold, sans-serif;
	font-size: 16px
}
.cont-product .text-product .txt-bold-small{
	font-family: Muli-Medium, sans-serif;
	font-size: 14px
}

#modal-detail .modal-dialog{
	box-shadow: none;
}

#modal-detail .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none
}

#modal-detail .modal-title{
	background-color: #1492a9;
	color: #fff;
	padding: 10px;
	text-align: center;
	max-width: 520px;
margin: 0 auto;
}

#modal-detail .modal-header {
    padding: 0;
    border-bottom: 0px solid #e5e5e5;
    box-shadow: none;
border: none;
}

#modal-detail .close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-right: 10px;
    position: absolute;
    right: 0px;
}
#modal-detail .modal-content{
		background-color:transparent;
}
#modal-detail .modal-body{
	padding: 0;
	background-color:#fff;
	margin-top: 5px;
}

#modal-detail .modal-body img{
	width: 100%;
}

@media(max-width:1199px){
	.cont-product{
        margin: 30px auto 30px;
        max-width: 600px;
    }
    .cont-product .img-product .fa-search-plus {
	    left: 19%;
	}
}

@media(max-width:991px){
	.cont-product .img-product .fa-search-plus {
	    left: 9%;
	}
}

@media(max-width:767px){
	.cont-product .img-product .fa-search-plus {
	    left: 10%;
	}
	.cont-product .text-product {
	    min-height: 188.2px;
	    max-height: none
	}
}


@media(max-width:700px){
	.cont-product .img-product .fa-search-plus {
	    left: 26px
	}
	.cont-product{
        margin: 30px auto 30px;
        max-width: none;
    }
    .cont-product .text-product {
	    min-height: 198.2px;
	}
}

@media(max-width:650px){
	.cont-product .text-product {
	    min-height: 0;
	}
}

@media(max-width:600px){
	.cont-product .img-product {
	    width: 100%;
	    text-align: center;
	}
	.cont-product .img-product img {
	    max-width: 130px;
	}
	.cont-product .text-product {
	    width: 100%;
	}
	.cont-product {
	    margin: 30px auto 30px;
	    max-width: none;
	    float: left;
	}
	.cont-product .img-product .fa-search-plus {
	    left: 26px;
	    top: 180px;
	    bottom: 0;
	    margin-left: auto;
	    margin-right: auto;
	    left: -99px;
	    right: 0;
	}
}