@charset "UTF-8";
/* CSS Document */

body {
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
}
h2 {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
}
h3 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.margin-md {
        margin-top: 0px;
    }

a{
    color: #fff;
    text-decoration: none;
    text-align: center;
}
a:hover{
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.link-bco {
    color: #000;
    text-decoration: none;
    text-align: center;
}
.link-bco:hover{
    font-weight: 700;
    color: #000;
    text-align: center;
    text-decoration: underline;
}


.topheader {
    background-color: #333333;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: .8em;
}
.topheader1 {
    text-align: left;
}
.topheader1 a{
    color: #fff;
    text-decoration: none;
}
.topheader1 a:hover{
    color: #fff;
    text-decoration: underline;
}
.topheader2 {
    text-align: right;
}
.navbar1{
    display: flex;
    justify-content: flex-end;
}
#menu{
    margin: auto;
}
.faded{
    background-color: whitesmoke;
    transition: all 2s;
}
.no-faded{
    background-color: transparent;
    transition: all 1s;
}
.nav-link {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.3em;
}
.nav-link:hover {
    color: #fff;
    text-decoration: underline;
}

.mar-top {
	margin-top: 30px;
}
.logo {
    position: absolute;
	left: 43%;
	top: 40%;
    max-width: 350px;
    min-width: 350px;
}
.logo-banner {
    height: 300px;
    margin: 40px 0;
}
.text-banner{
    text-align: right;
}
.button-outline {
	padding: 15px;
	border-radius: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff;
	color: #fff;
	display: inline;
    text-decoration: none;
}
.button-outline:hover {
	border-width: 4px;
    text-decoration: none;
}
.button-outline-negro {
	padding: 15px;
	border-radius: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #000;
	color: #000000;
	display: inline;
    text-decoration: none;
}
.button-outline-negro a{
	color: #000000;
}
.button-outline-negro:hover {
	border-width: 4px;
	font-weight: 700;
    text-decoration: none;
    color: #000;
}


.cuadro1 {
	background-color: #B2D235;
	height: 524px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 200px;
	padding-bottom: 60px;
	background-image: url(imgs/r-1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cuadro2 {
	background-color: #EC008C;
	height: 524px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 200px;
	padding-bottom: 60px;
    background-image: url(imgs/r-2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cuadro3 {
	background-color: #666;
	height: 524px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 200px;
	padding-bottom: 60px;
    background-image: url(imgs/r-3.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cuadro4 {
	background-color: #00AAAD;
	height: 524px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 200px;
	padding-bottom: 60px;
    background-image: url(imgs/r-4.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cuadro_tx_1 {
	font-size: 2em;
	color: #fff;
	line-height: 1em;
}
.cuadro_tx_2 {
	font-size: 4em;
	color: #fff;
	font-weight: 900;
	line-height: 1em;
}
.rocapack {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
    font-size: 1em;
    text-align: justify;
}
.img-rounded {
    border-radius: 40px;
}
.productos {
    background-color: #e8e8e8;
    border-radius: 40px;
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.valores {
    background-color: #e8e8e8;
    border-radius: 40px;
    padding: 50px;
    margin-top: 100px;
    margin-bottom: 50px;
}
.img_productos {
    max-width: 150px;
    min-height: 150px;
}
.product-list {
    list-style-image: url('/imgs/circle-check-solid.svg');
}
.list-item{
    margin-bottom: 1rem;
    padding-left: 1rem;
    line-height:  1.5rem;
}
.product-list2 {
    list-style-image: url('/imgs/check-solid.svg');
}
.list-item2{
    margin-bottom: 1rem;
    padding-left: 1rem;
    line-height:  1.5rem;
}
.clientes {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.contacto {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 60px;
    background-color: transparent;
    background: linear-gradient(90deg, #009C9D 50%, #018484 0%);
    color: #fff;
}
.contacto_inside {
    padding: 100px;
}
.icono_redes {
    margin-right: 15px;
}
.footer {
    background-color: #2f2f2f;
    color: #fff;
    font-size: .7em;
}
.footer1 {
        text-align: left;
    }
    .footer2 {
        text-align: right;
    }
.descripcion {
    margin-top: 120px;
}
.banner-nosotros{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-color: #009C9D;
	background-image: linear-gradient(rgba(0, 156, 157, 0.5), rgba(1, 132, 132, 0.5)), url(imgs/back-nosotros.jpg);
	background-attachment: fixed;
}
.banner-productos{
    background-color: #EC008C;
}
.banner-contacto{
    background-color: #B2D235;
}
.materiales {
    background-color: rgba(232,232,232,1.00);
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 1em;
    text-align: justify;
}
.listado-producto {
    font-size: .8em;
}

.containerData{
    display: inline-block;
}
.containerData-item{
    display: flex;
    flex-direction: row;
}
.containerData-item svg{
    align-self: flex-start;
    justify-self: center;
    margin: 1rem;
}
.containerData-item p{
    padding: 1rem 0;
    line-height: 1rem;
}
/* BACKGROUND IMAGES */

/* END BACKGROUND IMAGES */

@media only screen and (max-width: 991px) {
    
    body {
        font-size: 24px !important;
    }
    h2 {
        font-size: 2.3em;
    }
    h3 {
        font-size: 1.8em;
    }
    .margin-md {
        margin-top: 80px;
    }
    
    .topheader {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 1.2em;
    }
    .topheader1 {
        text-align: center;
    }
    .topheader2 {
        text-align: center;
    }
    .mar-top {
        margin-top: 60px;
    }
    .logo {
        position:inherit;
        text-align: center;
        margin-top: 40px;
    }
    .navbar-toggler{
        height: 5rem;
        width: 5rem;
        background-color: whitesmoke;
        border-color: whitesmoke;
    }
    .navbar-toggler:focus {
        border-color: whitesmoke;
    }
    .rocapack {
        font-size: 1.6em;
    }
    .rocapack-font {
        font-size: 1.6em;
    }
    .img_productos {
        max-width: 150px;
    }
    .contacto {
        padding-top: 20px;
        padding-bottom: 20px;
        background: transparent;
        background-color: #009C9D !important;
    }
    #navbarNavDropdown ul{
        background-color: whitesmoke;
    }
    .contacto_inside {
        padding: 40px;
    }
    .footer1 {
        text-align: center;
    }
    .footer2 {
        text-align: center;
    }
    .logo-banner {
        margin: 100px 0 20px 0;
    }
    .list-item{
        line-height: 4rem;
    }
    .list-item2{
        line-height: 4rem;
    }
}

@media only screen and (max-width: 2350px) {
    .logo {
        left: 42%;
    }
}
@media only screen and (max-width: 2200px) {
    .logo {
        left: 42%;
    }
}
@media only screen and (max-width: 1900px) {
    .logo {
        left: 40%;
    }
}
@media only screen and (max-width: 1700px) {
    .logo {
        left: 40%;
    }
}
@media only screen and (max-width: 1550px) {
    .logo {
        left: 39%;
    }
}
@media only screen and (max-width: 1390px) {
    .logo {
        left: 36%;
    }
}
