h1,h2,h3,h4,h5,h6{
    font-family: 'Josefin Sans', sans-serif;
    color: rgb(13,74,126);

}

p,span,label,a,ul{
    font-family: 'Montserrat', sans-serif;
}

p{
    color: rgb(13,74,126);
    margin-bottom: 0;
}

.action-bar{
    background-color: rgb(10,88,164);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: white;
    padding: 10px 0;
    column-gap: 10px;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

    .action-bar p{
        margin-bottom: 0;
    }

    .action-bar a{
        text-decoration: none;
    }

    .action-bar p, .action-bar a{
        color: white;
        font-size: 2.2rem;
    }

    
    .action-bar svg{
        fill: white;
        width: 32px;
        height: 32px;
        vertical-align: middle;
    }

header{
    margin-top: 60px;
    text-align: center;
    z-index: 20;
    position: fixed;
    top: -4px;
    width: 100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;

}

    header img{
        width: 400px;
        max-width: 70%;
    }


    .navbar-default{
        background-image: unset;
        box-shadow: unset;
        border: none;
        background-color: white;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar{
        background-color: rgba(13,74,126);
        height: 4px;
        
    }


.navbar-fixed-top{
    left: unset;
}

  
#slide-nav .navbar-toggle {
    cursor: pointer;
    position: relative;
    line-height: 0;
    float: right;
    margin: 0;
    width: 30px;
    height: 40px;
    padding: 10px 0 0 0;
    border: 0;
    background: transparent;
    top: -65px;
    left: -10px;
}

#slide-nav .navbar-toggle > .icon-bar {
    width: 100%;
    display: block;
    height: 3px;
    margin: 5px 0 0 0;
}

#slide-nav .navbar-toggle.slide-active .icon-bar {
    display: block;
}

.navbar-header {
    position: relative;
    height: 30px;
    width: 100%;
}

.navbar.navbar-fixed-top.slide-active {
    position: relative;
    
}

.navbar-default .navbar-nav>li>a{
    color: rgb(13,74,126);
    font-size: 1.3rem;
}

.navbar-default .navbar-nav>.active>a{
    color: rgb(93,97,103);
    background-image: none;
    box-shadow: unset;
    background-color: white;
}

.navbar-default .navbar-nav>.active>a:hover{
    color: rgb(93,97,103);
    background-image: none;
    box-shadow: unset;
    background-color: white;
}

@media only screen and (max-width : 767.5px) {

    #slide-nav .container {
	    margin: 0!important;
	    padding: 0!important;
        height:100%;
	}
	#slide-nav .navbar-header {
	    margin: 0 auto;
	    padding: 0 15px;
	}
	#slide-nav .navbar.slide-active {
	    position: absolute;
	    width: 80%;
	    top: -1px;
	    z-index: 1000;
	}
	#slide-nav #slidemenu {
	    right: -100%;
	    width: 80%;
	    min-width: 0;
	    position: fixed;
	    padding-right: 0;
	    z-index: 2;
	    top: 20px;
	    margin: 0;
        background-color: white;
	}

	#slide-nav #slidemenu .navbar-nav {
	    min-width: 0;
	    width: 100%;
	    margin: 0;
	}
	#slide-nav #slidemenu .navbar-nav .dropdown-menu li a {
	    min-width: 0;
	    width: 80%;
	    white-space: normal;
	}
	#slide-nav {
	    border-top: 0
	}
	#slide-nav.navbar-inverse #slidemenu {
	    background: #333
	}
	#navbar-height-col {
	    position: fixed;
	    top: 0;
	    height: 100%;
        bottom:0;
	    width: 80%;
	    right: -80%;
	    background: white;
	}

    
}



#portada-principal{
    position: relative;
    margin-top: 40px;
}

#portada-principal img{
    max-width: 100%;
}

#portada-principal p{
    text-align: center;
    color: rgb(13,74,126);
    font-family: 'Josefin Sans';
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1em;
    z-index: 5;
}

#portada-principal span{
    background-color: #29BB30;
    color: white;
}

main{
    margin-top: 240px;
}

.subtitulo{
    text-align: center;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-top: 100px;
    font-weight: 300;
    margin-bottom: 30px;
}

h1{
    font-size: 1.4rem;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 400;
    margin-bottom: 30px;
    font-weight: bold;
}

p{
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.7em;
}

.productos{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 90px;
    row-gap: 100px;
    width: 90%;
    margin-left: 5%;
    column-gap: 40px;
}

.producto{
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}

    .producto img{
        max-width: 100%;
        width: 450px;
        display: block;
    }

    .producto h6{
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 2rem;
        font-weight: 200;
        text-decoration: underline;
        margin-bottom: 30px;
    }


.contacto{
    text-align: center;
    padding-bottom: 40px;
}

.contacto .row{
    display: flex;
    flex-wrap: wrap;
}

    .contacto h6{
        padding-top: 10px;
        font-size: 3.8rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 300;
        margin-bottom: 20px;
    }

    .contacto p{
        margin-bottom: 40px;
    }
    .contacto img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .contacto form{
        padding-bottom: 20px;
    }
    .contacto .forma-contacto{
        margin-bottom: 10px;
        font-weight: bold;
    }

    .contacto .forma-contacto a{
        color: rgb(13,74,126);
        font-weight: normal;
    }

    .contacto svg{
        width: 36px;
        height: 36px;
        margin-bottom: 30px;
    }



    .contacto .form-control{
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: rgb(255,255,255);
        border: none;
        box-sizing: border-box!important;
        margin: 0;
        max-width: 100%;
        min-height: 39px;
        padding: 3px;
        padding-inline-end: 3px;
        padding-inline-start: 3px;
        border-radius: 0px;
        text-overflow: ellipsis;
        box-shadow: unset;
        width: 100%;
        border: none;
        border-bottom: 1px solid rgb(13,74,126);
    }

    .contacto .form-control::placeholder {
        color: rgb(13,74,126);
        font-weight: 300;
        font-family: 'Josefin Sans';
        opacity: 1; /* Firefox */
    }
      
    .contacto .form-control::-ms-input-placeholder { /* Edge 12-18 */
        color: rgb(13,74,126);
        font-weight: 300;
        font-family: 'Josefin Sans';
    }

    .contacto .form-group textarea{
        margin-top: 10px;
    }

    .contacto .btn{
        font-family: 'Josefin Sans';
        background-color: rgb(13,74,126);
        background-image: unset !important;
    }
    

footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 10px;

}

footer p{
    flex-basis: 100%;
    font-size: 2.7rem;
}

footer div{
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-bottom: 10px;
}

footer svg{
    fill: #0d4a7e;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

footer a{
    color: #0d4a7e;
}

footer .derechos{
    flex-basis: 100%;
    font-size: 1.2rem;
}

#portada-secundaria{
    background-color: rgb( 250,206,150 );
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}

#portada-secundaria h1{
    margin-top: 10px;
    font-size: 2.5rem;
}



#portada-secundaria h2{
    font-size: 1.7rem;
}

#portada-secundaria p{
    font-size: 1.3rem;
}

#productos-completos{
    margin-top: 30px;
    text-align: center;
}

#productos-completos .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}



#productos-completos h3{
    font-size: 3.3rem;
    font-weight: 300;
    margin-bottom: 30px;
    line-height: 1.4em;
}

#productos-completos h6{
    margin: 30px 0;
    font-weight: bold;
    font-size: 1.5rem;
}

#productos-completos p{
    margin-bottom: 30px;
}

#productos-completos ul{
    font-family: 'Montserrat';
    list-style-type: disc;
    color: rgb(13,74,126);
    text-align: left;
    margin-bottom: 30px;
}

#productos-completos img{
    width: 500px;
    display: block;
    margin: auto;
}

.acciones{
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

.acciones a{
    border: 1px solid rgb(13,74,126);
    font-family: 'Josefin Sans';
    font-size: 1.3rem;
    padding: .8em;
    border-radius: 20px;
    text-decoration: none;
}

.acciones a:hover, .acciones a:active{
    background-color: rgb(13,74,126);
    color: white;
    transition: color .4s, background-color .4s;
}

.whats{
    position: fixed;
    right: 20px;
    bottom: 10px;
}


.whats svg{
    width: 48px;
    height: 48px;
}

@media (min-width:768px) { 

    header{
        position: relative;
        z-index: 1;
    }

    main{
        margin-top: 0px;
    }

    .navbar-header{
        display: none;
    }

    .nav>li{
        float: left;
    }
	#page-content {
	    right: 0!important
	}

    
    main{
        margin-top: 215;
    }

	.navbar.navbar-fixed-top.slide-active {
	    position: fixed;
        display: block;
	}
	.navbar-header {
	    right: 0!important;
	}

    .navbar-nav{
        width: 100%;
    }

    .navbar-nav{
        display: flex;
        justify-content: center;
    }

    #portada-principal p{
        font-size: 6rem;
        position: absolute;
        left: 10%;
    }

    .producto{
        max-width: calc(50% - 40px);
    }
     
}

@media (max-width:992px){

    #productos-completos .row{
        margin-bottom: 80px;
    }

    #productos-completos  .row:nth-child(even){
        flex-direction: column;
    }

    #productos-completos  .row:nth-child(odd){
        flex-direction: column-reverse;
    }

}


#loaderContainer{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 10px;
    display: none;
}

#feedbackContainer{
    text-align: center;
    justify-content: center;
}

.loader {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
  }
  .loader::before , .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite ;
  }
  .loader::after{
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #0D4A7E;
  }

  @keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
  }

  @keyframes prixClipFix {
      0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
      50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
      75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
  }