* {
    font-family: 'Montserrat', sans-serif;
}
.f-blue {
    color: #2a8dcd
}

.bg-blue {
    background-color: #2a8dcd
}

.bg-dark-blue {
    background-color: #004d73
}



h2 {
    color: #2a8dcd !important
}

h3 {
    color: #2a8dcd !important;
    font-size: 2rem

}

div.product-view div.lay {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,.8);
}
.product-view img{
  width:100%;
}
.fadeIn {
    animation-name: fadeIn;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

div.titler.double{
	justify-content: space-between;
	position: relative;	
	align-items: center;
}

div.titler.double h1{
	font-size: 28px;
	line-height: 28px;
	margin: 0;
}

div.titler.double div.ref{
	display: inline-flex;
	justify-content: flex-end;
	align-items: center;
}

div.titler.double div.ref p.ref{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #808080;
	margin: 0;	
}

div.titler.double div.ref p.cod{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	color: #808080;
	margin: 0;
	margin-left: 20px;
}

div.titler.double div.ref div.ico{
	position: relative;
	width: 24px;
	margin-left: 30px;
}

div.titler.double div.ref div.ico img{
	width: 100%;
}

div.titler.double div.ref div.ico div.bubble{
	position: absolute;
	right: -9px;
	top: -5px;
	width: 15px;
	height: 15px;
	background: #004D73;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 8px;
	color: white;
}

.size_1 {
    width: 73px;
    height: 103px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_2 {
    width: 73px;
    height: 123px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    margin: auto;
    padding-top: 20px;
    margin-left: 15px;
}

.size_3 {
    width: 86px;
    height: 133px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    padding: 20px 5px;
}

.size_4 {
    width: 86px;
    height: 103px;
    border: solid 2px #666;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #808080;
    text-align: center;
    padding: 20px 5px;
}

div.espesor>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.esp_1{
	height: 1px;
}

.esp_2{
	height: 1px;
}

.esp_3{
	height: 2px;
}

.esp_4{
	height: 2px;
}

.esp_5{
	height: 2px;
}

.esp_6{
	height: 3px;
}

.esp_7{
	height: 4px;
}

.esp_8{
	height: 6px;
}

.esp_9{
	height: 8px;
}

.esp_10{
	height: 10px;
}

.esp_11{
	height: 13px;
}

.esp_12{
	height: 13px;
}

.comercial {
    position: absolute;
    right: 35px;
    bottom: 0px;
}

div.row-products {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.selects select {
    width: 180px;
    background: #2a8dcd;
    font-size: 13px;
    color: white;
    padding: 5px;
    border-style: none;
    border-radius: 5px;
    margin-left: 5px;
}

div.row-products>div {
    width: 24%;
    position: relative;
    overflow-y: hidden;
}

.btas{
    background-color: #2a8dcd;
    border-color: #2a8dcd;
    color: #fff;
    border-radius: 0.25rem!important;
}

.lay {
    position: relative;
}

.lay div {
    position: absolute;
    right: 50px;
    top: 100px;
    color: #fff;
}

.text h2 {
    color: #fff !important;
    font-size: 1.8rem;
}

.carousel-item a {
    margin-top: 8px;
    padding: 6px;
    font-size: 14px;
    color: #ffffff;
    background-color: #004D73;
}

@media (max-width: 600px) {
    div.row-products>div {
        margin-left: 10%;
        min-width: 90%;
        position: relative;
        overflow-y: hidden;
    }

    div.row-products {
        flex-direction: column !important;
    }

    .headerSel div{
        min-width: 45%;
    } 
}