/*
Theme Name: Canolastra Puro
Author: Isaac López - FlyraTech
Description: Tema para Comercial Canolastra sin Sydney.
*/

/*
 Aqui se declaran reglas básicas como fuente, visualización de fuente, margenes, decoraciones de texto, etc 
 Estas reglas se aplican por encima del resto de css a menos que incluyan la etiqueta !important.
 */

@font-face {
    font-family: "Gilroy";
    src: url('Gilroy-Light.otf') format('opentype'); 
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body, button, input, select, textarea, a {
    font-family: "Gilroy" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

html, body {
    max-width: 100% !important;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    background-color: white !important;
    color: #333;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: inherit;
}


img {
    max-width: 100%;
    height: auto;
}

hr {
    width: 30%; 
    margin-left: auto;
    margin-right: auto;
    border: 0;
    height: 1px;
    background-color: #20c4f4; 
    margin-top: 20px;
    margin-bottom: 20px;
}

/*====================HEADER=========================================*/

/*===================================================================*/

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loaderContent {

    text-align: center;

}

.loaderContent img {

    width: 200px;
    margin-bottom: 20px;
    animation: pulse 1.5s infinite;
}

.spinner {

    width: 40px;
    height: 40px;
    border: 4px solid #20c4f4;
    border-radius: 35%;
    animation: spin 1s linear infinite;
    margin: 0 auto;

}


@keyframes pulse {
    0% {transform: scale(0.95); opacity: 0.8;}
    50% {transform: scale(1); opacity: 1;}
    100% {transform: scale(0.95); opacity: 0.8;}

}


@keyframes spin {
    0% {transform: rotate(0deg); opacity: 0.8;}
    100% {transform: rotate(360deg); opacity: 1;}


}

#loader.loader-hidden {
    opacity: 0;
    visibility: hidden;
}

.header-canolastra {
	
    background-color: white !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 9999 !important;
	height: 100px;
    margin-top: 0 !important;
    padding: 0 !important;
    display: block;
	
}

.header-content {
	display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1600px !important;
    margin: 0 auto !important; 
    padding: 0 4% !important;
    height: 100%; 
    box-sizing: border-box !important;

}



.logo {
    display: block !important;
}

.navLinks {
    display: flex !important;
    justify-content: end;
    align-items: center;
    list-style: none !important;
    gap: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 15px;
}

.navLinks a:hover {
    transition: color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.menu-icon {
    display: none;
}

.navLinks {
    display: flex;
}

.navLinksPhone {
    display: none;
    flex-direction: column;
    width: 100%;
    transition: all 0.5s ease-in-out;
}




.btnCotizar {
    background-color:  #20c4f4;
    padding: 10px;
    border-radius: 5px;
    color: white;
    transition: background-color 0.5s ease-in-out, color 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.btnCotizar:hover {

	color: black;
    background-color:  #1686a8;


}

a {

	color: #20c4f4;
    

}

a:hover {

	color: black;

}

/*====================FOOTER=========================================*/


/*===================================================================*/


.whatsappFlotante {
    background-color: white;
    border-radius: 30px;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 15px;
    z-index: 9999;
    display: flex;
    transition: background-color 0.5s ease-in-out;
}

.whatsappFlotante:hover {

    background-color: green;
}


.seguros {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: row;
    gap: 150px;   
    align-items: center;
    justify-content: center;
}

.seguros div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 12px;
}

.footer-canolastra {
    margin-top: auto;
    background-color: #292663;
    margin-bottom: 0 !important;
}



.footer {
    display: flex;
    height: 200px;
    flex-direction: row;
    gap: 100px;
    color: white;
    align-items: center;
}




.trama {
    display: flex;
    height: 100%;
    margin-right: 0px;
}

.trama img {
    display: flex;
    width: 100%;
    height: 100%;
}

.logo-links {
    display: flex;
    flex-direction: row;
    gap: 80px;
}

.footerlogo {
	display: flex;
    width: 55%;
    height: 55%;
    margin-top: 0px;
    margin-left: 0px;
}

.contactoDescripcion {
    
    margin-top: 10px;
    
}

.contacto {
    font-size: 30px;
}
.serviciosLogo {
    
    display: flex;
    margin-bottom: 0;
    width: 200px;
    height: 200px;
    
    
}

.links {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    margin-right: 0px;
    width: 220px;
    height: auto;
}

.linkList{
    list-style-image: url(https://canolastra.com/wp-content/uploads/2026/03/Bolsas-Despachos-26x48-03-copia-1.png);
    color: #ffcc40;
    font-weight: bold;
}

.linkList li a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    color: white;
    font-weight: lighter;
}

.linkList li a:hover {
    color: rgb(0, 110, 255)
}


.redes {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 58px;
}


.redes a .logoRedes{
    width: 32px;
    height: 32px;
    transition: transform 0.1s ease-in-out;
}

.redes a .logoRedes:hover {

    transform: scale(1.1);

}


.redesFlotante {
    background-color: #20c4f4;
    position: fixed;
    width: 45px;
    height: auto;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    bottom: 200px;
    right: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.redesItem {
    width: 45px;
    height: 45px;
    padding: 8px;
    transition: background-color 0.1s ease-in-out;

}

.redesItem-ig {
    border-top-left-radius: 8px;

}

.redesItem-lk {
    border-bottom-left-radius: 8px;
}


.redesItem-ig:hover {
    background-color: #292663;
}

.redesItem-fb:hover {
    background-color: #292663;
}

.redesItem-tk:hover {
    background-color: #292663;
}

.redesItem-yt:hover {
    background-color: #292663;
}

.redesItem-lk:hover {
    background-color: #292663;
}



/* =================================================================================== */
/*                                  Vista de celulares                                 */	
/*                                                                                     */
/* =================================================================================== */
@media (max-width: 768px) {

    .header-canolastra {

	    overflow: hidden !important;
        position: sticky !important;
    }

    .logo {

	    width: 75%;

    }

    .menu-icon {
        display: block;
        font-size: 32px;
    }

    .navLinks {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    
    .navLinks a {
    
        display: none;
    }


    .navLinksPhone.active {
        display: flex !important;
        flex-direction: column !important;
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        gap: 12px;
        background-color: hsl(0, 0%, 100%) !important;
        width: 180px !important;
        height: 100% !important;
		z-index: 999999 !important;
    }


    .navLinksPhone.active a {
        display: flex !important;
        margin-left: 5px;
    }

    .close-menu{
        font-size: 32px;
        margin-bottom: 32px;
    }


 /*============================MEDIA QUERY FOOTER==========================*/


    .footer {
	
        flex-direction: column-reverse !important;
	    height: auto !important;
        gap: 15px !important;
        align-items: center !important;
        background-color: #292663;
    }

    .footerlogo {
	    margin: 0 !important;
        width: 55% !important;
        height: 55% !important;
	
    }

    .logo-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .links {
        margin: 0 !important;
    }
    .serviciosLogo {

	    display: flex;
        margin-bottom: 0;
        width: 100px !important;
        height: 100px !important;


    }

    .redes {
        align-items: center !important;
        gap: 20px;
    }

    .seguros {
        gap: 1px !important;   

    }



}