/**********E.A***********/

.garanty-form .card{
	border: 0 !important;
	border-radius: 0 !important;
	background: #efefef;
}

.garanty-form .card .card-header{
	border-bottom: none !important;
	color: white !important;
	background-color: #701c45 !important;
}
.garanty-form .form-control{
	border-radius: 0;
	    font-size: 15px;
}
.garanty-form .form-control:focus{
	color: #701c45;
    background-color: #fff;
    border-color: #701c45;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(112, 28, 69, 0.23);
}
.garanty-form .btn-primary{
	color: #fff;
    background-color: #701c45 !important;
    border-color: white !important;
	padding: 9px 30px !important;
	font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}
.garanty-form .btn{
	border-radius: 0px !important;
}
.garanty-form .btn-primary:hover{
	border-color: white !important;
}
.garanty-form form{
	margin-bottom: 30px;
}
.garanty-form .btn-primary.focus,.garanty-form .btn-primary:focus{
	box-shadow: 0 0 0 0.2rem rgb(228, 228, 228) !important;
}
.garanty-form .two-sixths{
	width:49% !important;
	float:left;	
} 
.garanty-form .two-sixths.second{
	margin-left:  1% !important;
	margin-right:  1% !important;
}

.garanty-form .mt38{
	margin-top:38px;
}

.descargasblock .elementor-button{
	background-color: #701c45 !important;
	    text-transform: uppercase;
}
.paginacion{
    margin: 10px auto 50px;
    width: auto;
}
.paginacion ul {
    list-style: none; 
}

.paginacion ul li{
    float: left;
    margin-left: 9px;
    font-size: 17px;
    font-weight: 600;
    margin-right: 10px;
}
.paginacion .page-numbers{
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin: 0 2px;
    padding: 3px;
}
.paginacion .page-numbers:hover,
.paginacion .page-numbers.current{
    color: #701c45;
}
.paginacion .next,
.paginacion .prev{
    font-family: 'Source Sans Pro';
    font-size: 14px;
    font-weight: 600;
    position: relative;
}
.paginacion .next{
    margin-left:60px; 
}
.paginacion .prev{
    margin-right:60px; 
}
.paginacion .next:before,
.paginacion .prev:before {
    width: 17px;
    content: " ";
    background: url(/wp-content/uploads/2018/08/icon-angle-bottom-dark.png) no-repeat center;
    position: absolute;
    top: 4px;
    height: 17px;
}
.paginacion .prev:before {
    left: -24px;
    transform: rotate(90deg);
}
.paginacion .next:before {
    right: -24px;
    transform: rotate(-90deg);
}
.col1{
padding-left:0px;
}

.col2{
padding-right:0px;
}


@media (max-width: 767px){
	.garanty-form .two-sixths{
	width:100% !important;
} 
.garanty-form .two-sixths.second{
	margin-left:  0% !important;
	margin-right:  0px !important;
}
.garanty-form .two-sixths:last-of-type{
	width:100% !important;	
}
.container.mt-3.visible-mobile .title-level-1{
	text-align:center !important;
}
}
@media (max-width: 492px){
	.garanty-form .two-sixths{
	width:100% !important;
	
} 
.garanty-form .two-sixths.second{
	margin:0px !important;
}
}