.ca-header-bg-2 {
	z-index:3;
}

.title-slider{
	text-transform:uppercase;
	font-weight:800;
 
}

.title-slider span{
	background:#c40c0c;
	padding: 2px 10px;
	margin: 3px 0;
	display: table;
	border-radius:0px 20px;
}

.slider-sub-content{
	font-weight:300;
	font-size:16px !important;
}

.ca-btn-primary-22 {
	font-size: 16px !important; 
	font-weight:500;
	padding:7px 15px !important;
	border-radius:10px 0px;
}

@media (max-width:960px){
	.title-slider{
		font-size:24px !important;
		
	}
}

.flex-control-thumbs{
	margin-top:10px !important;
	display:flex;
}

.flex-control-thumbs li{
	gap:  10px !important;
}

.related.products{
	margin-top:5rem !important;
}

.related.products h2{
	margin-bottom:1rem !important;
}


.woocommerce .add-request-quote-button.button {
	padding:10px 15px !important;
	background:#c40c0c !important;
	border:0px !important;
}

.woocommerce-loop-product__title{
	color:#333;
}


.woocommerce-Tabs-panel h2, .related h2{
	font-size:24px;
	margin-bottom:1rem !important;
}

.woocommerce-Price-amount.amount{
	color:#333;
	font-weight:bold;
	font-size:21px;
}


.flex-control-thumbs {
 
    gap: 10px;
}


.quantity .qty {
    width: 3em;
    text-align: center;
    background: #eee;
 
}


form.cart {
    margin-bottom: 2em;
    float:left;
    align-items: center !important;
	margin-top:1rem;
}

.yith-ywraq-add-button{	   
	float:left;
}

a.add-request-quote-button.button {

 
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    margin-left: 0;
    background: #c40c0c;
    color: #fff;
    max-height: 52px;

	
	
}

.woocommerce div.product form.cart .button{
	margin:0px;
  padding: 1rem !important;
}

.product_meta a{
	color: #c40c0c !important;
}

.product-type-simple .woocommerce-Price-amount {
	font-size: 32px;
	margin: 0 0 1rem 0;
	display:block;
}


.related.products ul.products {
    display: flex;
    
    gap: 20px; /* Espaciado entre los productos */
}

.related.products ul.products li.product {
    width: auto; /* Ajuste dinámico del ancho */
}

@media (max-width: 720px){
	.related.products ul.products li.product {
    width: 100% !important;
		float:none !important;
}
	
	
	.related.products ul.products {
   
    flex-wrap: wrap;
  
}

}

.product-item a

{
	color:#333;
	
}
 
.product-item h4{
	margin:1rem 0;
}


.yith_ywraq_add_item_response_message{
	margin-top:2em;
	
}


.flex-control-thumbs{
	padding:0px !important;
	margin-right:0px !important;
}

.woocommerce-product-gallery{
	position:relative;
}

.woocommerce-product-gallery__trigger{
	position:absolute;
	top:0.5rem;
	left:0.5rem;
	z-index:9999;
}

.btn-primary{
	background:#c40c0c !important;
	border:0px !important;
}

.card-title a, .product-title{
	color:#333;
}

.theme-red{
    background: #c40c0c;
    color:#fff;
}

.ca-breadcrumb-area{
	position:relative;
	
}

.ca-breadcrumb-content{
		position:relative;
	z-index:3;
}

.ca-breadcrumb-area::before, .ca-slider-2-shape::before{
	position:absolute;
	 background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
	z-index:2;
	width:100%;
	height:100%;
	content:"";
	top:0px;
	
}

.ywraq_number_items a{
	color:#fff;
}

.input-text {
	border: 1px solid #eee !important;
}

#email{
	border-radius:7px;
}

.ywraq_number_items span{
	display:none;
}

.ywraq_number_items{
	display:inline;
}

.product-image img{
	width:100%;
	height:350px;
	object-fit:cover;
}

.yith_ywraq_add_item_browse_message a{
	color:#c40c0c;
}


.card a.add-request-quote-button.button{
	  background:transparent;
 
    color: #c40c0c;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px 15px;
	
}

.card a.add-request-quote-button.button:hover{
	background:#c40c0c;
	color:#fff;
}

form.wpcf7-form p {
    margin: 0;
    padding: 0;
    display: inline-block;
}


.wpcf7-form  .wpcf7-list-item.first {
    display: inline-block;
    margin: 0;
}

.wpcf7-form label{
	margin:1rem 0;
}

#post-287 .wpcf7-form .wpcf7-number,#post-287 .wpcf7-form input[type="number"], .ca-sidebar-form input, input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"]{
	border: solid 1px #e8e8e8 !important;
	height: 42px !important;
  line-height: 40px !important;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
	border-radius:7px !important;
	color:#212529 !important;
}

.wpcf7-form textarea{
    padding-left: 18px;
    padding-right: 30px;
    border: solid 1px #e8e8e8 !important;
    border-radius: 7px !important;
    color: #212529 !important;
    min-height: 100px;
    margin: 0px;
}

.wpcf7-form-control-wrap{
	color:#757575 !important;
}

::placeholder {
    font-size: 14px;  
}


.wpcf7-submit {
    background: #c40c0c;
    color: #fff;
    border: 0px;
    padding: 0.5rem 2rem;
    margin-top: 1rem;
}


span.wpcf7-form-control.wpcf7-radio {
    padding-right: 1rem;
}

.ca-ab-sngle-item-ic span{
	    background: #c40c0c;
    color: #fff;
}

#post-440 label{
	width:100%;
}

.ca-blogimg-2 img{
	width: 200px;
	height: 100%;
	object-fit:cover;
}


.ca-servic-2-title a{
	color:#fff;
} 

.slick-current.slick-active .ca-servic-2-title a{
	color:#333  !important;
}


.servicios{
	display: flex;
  justify-content: space-around;
}


.ca-btn-catalogo {
    
    margin-top: 1.5rem;
}

.ca-btn-catalogo a{
	  display:block;
    padding: 1rem !important;
    max-width: 350px;
    border-radius: 0px;
    background: #eee;
    color: #7b7b7b;
    font-weight: 600;
    font-size: 21px !important;
	  margin:auto;
  
}

.ca-btn-catalogo a:hover{
  background: #c40c0c !important;
    color:#fff;
}


	 .text-launcher {
    font-family: Montserrat,"Open Sans",sans-serif;
    font-size: 12px!important;
    line-height: 24px!important;
     position: absolute;
    top:0px;
    right: 80px;
    width: 150px;
    z-index: 98;
    cursor: pointer;
    background-color: #fff;
    padding: 8px 10px;
    max-height: 60px;
    color: #323538!important;
    box-sizing: border-box;
    box-shadow: 0 4px 12px rgba(127,141,158,.7);
    border-radius: 8px;
		             transform: scale(0);
            transition: transform 0.3s ease;
}

#text-launcher:before,.text-launcher:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -15px;
    top: 34%;
    bottom: auto;
    border: 8px solid;
    border-color: transparent transparent transparent #fff;
}


#chat-icon.new:before {
    content: '1';
    position: absolute;
    border-radius: 50%;
    background-color: #eb5757;
    top: 0;
    right: -1px;
    color: #fff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    padding: 5px;
    width: 11px;
    height: 11px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    display: inline-block;
    box-sizing: content-box;
    line-height: 12px;
    z-index: 2;
    box-shadow: 0 1px 1px rgba(65, 67, 70, .5), 0 4px 8px rgba(127, 141, 158, .7);
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: transparent !important;
    border-radius: 0px;
	border-bottom:4px solid #c40c0c;
}

.nav-link:focus, .nav-link:hover, .nav-link{
	color:#fff;
}









.social-icons {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 1000;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
 
.social-icons.hidden {
  transform: translate(-100px, -50%); /* Mueve los iconos fuera de la pantalla hacia la izquierda */
  opacity: 0; /* Oculta los iconos */
}

.social-icons.hiddenm {
   
  opacity: 0; /* Oculta los iconos */
}

.social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 10px 0;
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons a i {
  pointer-events: none; /* Para que solo el enlace sea clicable */
}

/* Estilos para cada red social con su color de fondo */
.social-icons a.facebook {
  background-color: #3b5998; /* Azul de Facebook */
}


.social-icons a.whatsapp {
    background-color: #14c247;
}


.social-icons a.instagram {
  background-color: #e4405f; /* Rosa de Instagram */
}

.social-icons a.linkedin {
  background-color: #0077b5; /* Azul de LinkedIn */
}

/* Efecto hover */
.social-icons a:hover {
  opacity: 0.8;
}

@media (max-width: 768px){

	
.social-icons {
   top: auto;
	 transform: none !important;
	 bottom:0px
}
 
.social-icons a {
    width: 35px;
    height: 35px;
    margin: 5px 0;
    font-size: 14px;
 
}
}

.custom-description li{
    background: #eee;
    padding: 1px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 5px;
}


.ca-ab-iner-img img{
   border-radius: 7px;
    height: 250px;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}

.ca-portfilo-2  img, img.aos-init.ca-ab-iner-img.aos-animate {

   height:400px;
   object-fit:cover;
}


/* AJUSTE REEFER */ 


    .title-slider2 {
        text-transform: normal !important;
        font-weight: 800;
        line-height: 1.2;
        color: #ebf6fc !important;
        letter-spacing: -1px;
        font-size: 36px;
    }

    .title-slider2 i {
        font-size: 30px !important;
        color: #1d3074 !important;
    }

    #topBtn2,
    #chat-icon {
        background-color: #1d3074 !important;
    }

    .ca-footer-social-2 ul li a:hover {
        background-color: #1d3074 !important;

        color: #fff !important;
    }

    .ca-footer-social-2 ul li a {
        background: #F2DFDE;
        color: #1d3074 !important;
        transition: .3s;
    }

    .ca-btn-primary-22 {
        background: #1d3074 !important;
        padding: 16px 20px;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        line-height: 18px;
        display: inline-block;
        position: relative;
        z-index: 1;
        transition: .3s;
    }

    .text-reefer {
        color: #fff;
        padding: 10px 20px;
        background: linear-gradient(90deg, rgba(29, 48, 116, 1) 35%, rgb(39 97 170) 100%) !important;
        padding: 0px 15px;
        font-size: 14px;
        font-weight: 300;
        display: table;
        border-radius: 20px !important;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }


    .ventajas-box {
        background-color: #0D2C66;
        /* Color de fondo */
        color: white;
        /* Texto en blanco */
        padding: 30px;
        border-radius: 10px;
        max-width: 600px;
        margin: auto;
    }

    .ventajas-box h2 {
        font-weight: bold;
    }

    .ventajas-box .resaltado {
        color: #69B3E7;
        /* Color azul claro */
        font-weight: bold;
    }

    .ventajas-box ul {
        list-style: none;
        padding: 0;
    }

    .ventajas-box ul li::before {
        content: "■";
        color: white;
        margin-right: 8px;
    }



    .disponibilidad-box {
        border: 2px solid #0D2C66;
        /* Borde azul oscuro */
        padding: 20px;
        max-width: 700px;
        margin: auto;
        border-radius: 8px;
    }

    .disponibilidad-box .titulo {
        background-color: #0D2C66;
        /* Azul oscuro */
        color: white;
        font-weight: bold;
        padding: 10px 15px;
        display: inline-block;
    }

    .disponibilidad-box p {
        color: #0D2C66;
        /* Azul oscuro */
        font-size: 16px;
        margin-top: 15px;
    }


    .wp-block-cover.wp-duotone-unset-1.d-md-block.d-none:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 100%;
        top: 0;
        height: 100%;
        background: #0000006e;
        left: 0px;
        right: 0px;
    }

    .slider-text {
        position: relative;
        z-index: 3;
    }

    .bg-dark-blue {
        position: relative;
        z-index: 3;
        border-radius: 0px !important;
        margin-top: 6rem;
        color: #69B3E7 !important;
        border-color: #69B3E7 !important;
        border-left: 4px solid #69B3E7 !important;
        border: 0px;
    }

    .bg-dark-blue p {
        color: #fff !important;
        line-height: 1.5;
        margin-bottom: 1rem;
        font-size: 18px;
    }

    .ca-main-menu-2 ul li>a {
        color: #203275;
        padding: 18px 12px;
        font-size: 16px;
        line-height: 16px;
        display: inline-block;
        transition: .3s;
    }

    .ca-ab-iner-img img {
        border-radius: 7px;
        border: 1px solid #eee;
        padding: 1rem;
        object-fit: cover;
        height: 250px;
    }


 
.ca-main-menu-2 ul li>a {
	color: #fff; 
}

.ca-portfilo-2 img, img.aos-init.ca-ab-iner-img.aos-animate, .ca-ab-iner-img img{
    height: 400px;
    object-fit: cover;
}


.ca-ab-iner-img img, .ca-portfilo-2 img, img.aos-init.ca-ab-iner-img.aos-animate{
	 padding:0;
}

.ca-contact-from-2 {

    border-radius: 7px;
}

.quantity {
    margin-right: 1rem;
}