/*--
-- Jose Rasso
-- @version Release 1.0
-- @date 03.06.2021
-- @url www.joseirasso.com
-- @Programming Language CSS
-- @Designed by Armando Peralta at Web Design Nodes -> https://www.webdesignnodes.com/
/*#0075bf*/
*/

*{
    margin: 0;
    padding: 0;
}

html{
	scroll-behavior: smooth;
}

@keyframes ShowWelcomeText {
    0%{
        color: transparent;
    }
    80%{       
        color: transparent;
    }
	100% {
		color: #202020;
	}
}

@keyframes ShowWelcomeTextBox {
	50% {
		width: 100%;
		left: 0;
	}
	100% {
		left: 100%;
		width: 0%;
	}
}

@keyframes WelcomeViewIconRotate {
    
    0% {

        -webkit-transform: scale(0) rotate(-360deg);

    }
    100% {

        -webkit-transform: scale(1) rotate(360deg);

    }

}	

@keyframes SCellphoneMenu {

    0%{
        transform: translateX(100%);
    }

    100%{
        transform: translateX(0);
    }

}

@keyframes HCellphoneMenu {

    0%{
        transform: translateX(0);
    }

    100%{
        transform: translateX(100%);
    }

}


/*Web Content View <- Desktop View -> */

.AnimationContainerM{
    display: none;
}

.WelcomeAnimation{
    width: 100%;
    height: 100vh;
    background-color: #ede9e9;
    overflow: hidden;
    z-index: 110;
    transition: 1s;
}

.AnimationContainer{
    margin: auto;
    width: 80%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AnimationBox{
    width: 80%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AnimationBoxL{
    width: 30%;
    height: 100px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.AnimationBoxL p{    
    font-size:35px;
    font-family: HelveticaBold;
    animation-delay: 1s;
    position: relative;
	color: transparent;
	animation: ShowWelcomeText 2s ease forwards;
	display: inline-block;
    cursor: pointer;
}

.AnimationBoxL p span{
    content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background-color: #007dcc;
	animation: ShowWelcomeTextBox 1s ease forwards;
	animation-delay: 1s;
}

.AnimationBoxC{
    width: 40%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.AnimationBoxC img{
    width: 60%;
    animation-name: WelcomeViewIconRotate;
    animation-duration: 1s;
}

.AnimationBoxR{
    width: 30%;
    height: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.AnimationBoxR p{
    font-size:35px;
    font-family: HelveticaBold;
    animation-delay: 1s;
    position: relative;
	color: transparent;
	animation: ShowWelcomeText 2s ease forwards;
	display: inline-block;
    cursor: pointer;
}

.AnimationBoxR p span{
    content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	background-color: #007dcc;
	animation: ShowWelcomeTextBox 1s ease forwards;
	animation-delay: 1s;
}

.TopSection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
}

.SectionContainer{
    margin: auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.WelcomeText{
    width: 70%;
    height: 90vh;
    padding-top: 5%;
}

.WelcomeText h1{
    width: 100%;
    color: #007dcc;
    font-size:120px;
    text-decoration: none;
    font-family: HelveticaBold;
    font-style: italic;
    margin-bottom: 20px;
    margin-top: 10%;
    cursor: pointer;
}

.WelcomeText #welcometxt{
    width: 60%;
    color: #202020;
    font-size:20px;
    text-decoration: none;
    font-family: HelveticaBold;
    margin-bottom: 10%;
    margin-left: 1%;
    cursor: pointer;
}

.ProvidersContainer{
    width: 81%;
    height: auto;
    margin-bottom: 20px;    
}

.ProvidersContainerTitle{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 2px solid #202020;
    margin-bottom: 20px;
}

.ProvidersContainerTitle p{
    width: 100%;
    color: #202020;
    font-size:20px;
    text-decoration: none;
    font-family: HelveticaBold;
    cursor: pointer;
}

.ProviderContainerPics{
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ProviderContainerPics a{
    width: calc(100% / 6);
}

.ProviderContainerPics a img{
    width: 100%;
}

.BTNContactNow{
    width: 250px;
    height: 50px;
    background-color: #00c996 ;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    transition: .3s;
    cursor: pointer;
    position: relative;
}

.BTNContactNow:hover{
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
}

.BTNIconContainer{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.BTNIconContainer i{
    font-size: 18px;
    color: #202020;
}

.BTNContactNow p{
    color: #202020;
    font-size: 15px;
    font-family: HelveticaBold;
}

.DRPic{
    width: 25%;
    height: 60vh;
}

.DRPic img{
    width: 100%;
    height: 80vh;
}

/*Nosotros Section*/

.CopinsaHistorySection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.SectionContainerHistory{
    width: 100%;
}

.HistoryContainerBG{
    float: right;
    width: 95%;
    height: 70vh;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0px 0px 15px;
}

.HistoryContainerL{
    width: 25%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ContainerLImageGeometry{
    width: 95%;
    height: 90%;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 400px;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.ContainerLImageGeometry img{
    width: 100%;
    height: 100%;
}

.HistoryContainerR{
    width: 75%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.HistoryFullContainer{
    width: 90%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.HistoryContainerR1{
    width: 60%;
}

.HistoryContainerR1 p{
    width: 100%;
    color: #202020;
    font-size:20px;
    text-decoration: none;
    font-family: HelveticaBold;
    margin-bottom: 20px;
}

.HistoryContainerR2{
    width: 35%;
}

.HistoryContainerR2 #HistoryContainerR2Title{
    width: 100%;
    color: #00c996 ;
    font-size:20px;
    text-decoration: none;
    font-family: HelveticaBold;
    margin-bottom: 20px;
}

.HistoryContainerR2 p{
    width: 100%;
    color: #202020;
    font-size:16px;
    text-decoration: none;
    font-family: HelveticaBold;
    margin-bottom: 10px;
}

/*Products Section*/

.ProductSection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
}

.ProductSectionContainer{
    margin: auto;
    width: 95%;
    height: auto;
    padding-top: 80px;
}

.ProductSection #PSCTitle{
    width: 100%;
    color: #007dcc;
    font-size:25px;
    text-decoration: none;
    font-family: HelveticaBold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.ProductSection p{
    margin: auto;
    text-align: center;
    width: 70%;
    color: #202020;
    font-size:20px;
    font-family: HelveticaBold;
    margin-bottom: 20px;
    cursor: pointer;
}

.ProductsBigBoxContainer{
    margin: auto;
    width: 90%;
    height: auto;
    display: flex;
    justify-content : center;
    flex-wrap: wrap;
    padding-top: 40px;
    margin-bottom: 40px;
}

.ProductsContainerBox{
    width: 90%;
    height: 95px;
    display: flex;
    justify-content : space-evenly;
    align-items: center;
    padding-top: 5px;
    margin-bottom: 75px;
}

.ProductContainerAutoSlide{
    width: 100%;
    height: 95px;
    display: flex;
    justify-content : space-between;
    align-items: center;
    padding-top: 5px;
    background-color: #f8f8f8;
}

.ProductContainerAutoSlide p{
    height: 95px;
    color: #202020;
    font-size:20px;
    font-family: RalewayExtraLight;
    margin: 1%;
    cursor: pointer;
    background-color: transparent;
    transition: .5s;
    display: flex;
    justify-content : center;
    align-items: center;
}

.ProductsContainerBox p:hover{
    transform: scale(1.2);
    background-color: #007dcc;
    color: #ffffff;
    font-size:20px;
    font-family: RRPioneer;
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
}

/*Service Section*/

.ServicesSection{
    width: 100%;
    height: auto;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionContainerServices{
    width: 90%;
    height: auto;
    padding-top: 80px;
}

.SectionContainerServices #SCSTitle{
    margin: auto;
    width: 93%;
    color: #007dcc;
    font-size:25px;
    text-decoration: none;
    font-family: HelveticaBold;
    text-align: center;
    cursor: pointer;
}

.ServicesContainerBox{
    margin: auto;
    width: 95%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content : center;
    padding-top: 40px;
    margin-bottom: 40px;    
}

.ServiceBoxContainer{
    margin: auto;
    width: 23%;
    min-width: 376px;
    height: 413px;
    position: relative;
    cursor: pointer;
    transition: .5s;
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.2);
    margin-bottom: 20px;
    margin: 1%;
    transition: .3s;    
}

.ServiceBoxContainer:hover{
    transform: scale(1.02);
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.8);
}

.SBCIMG{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.SBCIMG img{
    width: 100%;
    height: 100%;
    transition: transform .5s ease;
}

.ServiceBoxContainer:hover .SBCIMG img{
    transform: scale(1.2);
}

.SBCTXT{
    width: 99.7%;
    height: auto;
    position: absolute;
    background: #fff;
    border: 1px solid #e3e3e3;
    z-index: 10;
    bottom: 0;
}

.SBCTXTT{
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 20px;
}

.SBCTXTT p{
    width: 100%;
    color: #007dcc;
    font-size:30px;
    text-decoration: none;
    font-family: RRPioneer, Arial;
    cursor: pointer;
    padding-left: 20px;
}

.SBCTXTT #BCTXTTD{
    width: 93%;
    color: #202020;
    font-size:16px;
    font-family: RalewayExtraLight;
    padding-left: 20px;
    padding-top: 20px;
    cursor: pointer;
}

.SBCTXTB{
    margin: auto;
    width: 93%;
    height: auto;
    border-top: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.SBCTXTBL{
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 5px;
}

.SBCTXTBL p{
    font-family: RalewayExtraLight;
    font-size: 16px;
    color: #fa4692;
}

.SBCTXTBR{
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 5px;
}

.SBCTXTBR p{
    font-family: RalewayExtraLight;
    font-size: 16px;
    color: #0cf163;
}

/* Projects Section */

.ProjectsSection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
    padding-top: 80px;
}

.ProjectsSection .PSTitle{
    width: 100%;
    color: #007dcc;
    font-size:25px;
    text-decoration: none;
    font-family: HelveticaBold;
    text-align: center;
    cursor: pointer;    
    margin-bottom: 20px;
}

.ProjectsSection .PSSubtitle{
    margin: auto;
    text-align: center;
    width: 70%;
    color: #202020;
    font-size:20px;
    font-family: HelveticaBold;
    margin-bottom: 20px;
    cursor: pointer;
}

.projectsSectionConteiner{
    margin: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content : space-between;
    padding-top: 40px;
    margin-bottom: 40px;
}

.projectContainerBox{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projectIlustrationContainerBoxFull{
    width: 50%;
    height: 600px;
    position: relative;
}

.projectIlustrationContainerBoxFull::before {    
    content: "";
    background-image: url('./resources/images/craneoMaco.png');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.projectIlustrationContainerBox{
    width: 50%;
    height: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.IlustrarionContainerLeftSide{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.IlustrarionContainerRightSide{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.projectIlustrationContainerBoxSquare{
    width: 100%;
    height: 50%;
    position: relative;
}

.IlustrarionContainerLeftSide #projectIlustrationBook1::before {    
    content: "";
    background-image: url('./resources/images/project_liverpool.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.IlustrarionContainerRightSide #projectIlustrationBook2::before {    
    content: "";
    background-image: url('./resources/images/project_catalogo.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.IlustrarionContainerLeftSide #projectIlustrationPackaging1::before {    
    content: "";
    background-image: url('./resources/images/project_ethereo.jpg');
    background-size: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.IlustrarionContainerRightSide #projectIlustrationPackaging2::before {    
    content: "";
    background-image: url('./resources/images/project_cajaContenedora.jpg');
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.projectTextContainer{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.projectTextContainerBox{
    max-width: 75%;
    width: auto;
    height: auto;
}

.projectTextContainerBox #projectTextTitle{
    color: #007dcc;
    font-size: 75px;
    font-family: RRPioneer;
    cursor: pointer;
    margin-bottom: 10px;
}

.projectTextBottomLineTitle{
    width: 75%;
    height: 5px;
    background-color: #00c996 ;
    margin-bottom: 20px;
}

.projectTextContainerBox #projectTextP{
    max-width: 50%;
    color: #000000;
    font-size: 20px;
    font-family: HelveticaBold;
    font-weight: 100;
    cursor: pointer;
}

/*PG Section*/

.PGSection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
}

.PGSectionContainer{
    margin: auto;
    width: 95%;
    height: auto;
    padding-top: 80px;
}

.PGSectionContainer #PGCTitle{
    width: 100%;
    color: #007dcc;
    font-size:25px;
    text-decoration: none;
    font-family: HelveticaBold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.PGSCIMG{
    margin: auto;
    width: 80%;
    cursor: pointer;
}

.PGSCIMG img{
    width: 100%;
    border-radius: 15px;
}

/*Contact Section*/

.ContactSection{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: #ffffff;
    background-image: radial-gradient(
        #2020204b 2px,
        transparent 2px       
    );
    background-size: 60px 60px;
}

.ContactSectionContainer{
    margin: auto;
    width: 95%;
    height: auto;
    padding-top: 80px;
}

.ContactSectionContainer #CSCTitle{
    width: 100%;
    color: #007dcc;
    font-size:25px;
    text-decoration: none;
    font-family: HelveticaBold;
    text-align: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.ContactBox{
    margin: auto;
    width: 80%;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.4);    
}

.CBL{
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #007dcc;
}

.CBLIT{
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CBLIT img{
    width: 50%;
}

.CBLITB{
    width: 100%;
    height: 20%;
}

.CBLITBI{
    margin: auto;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CBLITBI i{
    color: #ffffff;
    font-size: 25px;
}

.CBLITBI p{
    color: #ffffff;
    font-size:20px;
    font-family: RalewayExtraLight;
    margin-left: 10px;
}


.CBR{
    width: 70%;
    height: 100%;
    background-color: #ffffff;
}

.CBRT{
    width: 100%;
    height: 15%;    
}

.CBRT p{
    color: #202020;
    font-size:20px;
    font-family: HelveticaBold;
    cursor: pointer;
    padding-top: 20px;
    padding-left: 20px;
}

.CBRF{
    width: 100%;
    height: 70%;
}

.CBRF input{
    width: 93%;
    height: 60px;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding-left: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    outline: none;
    color: #202020;
    font-size:20px;
    font-family: HelveticaBold;
    cursor: pointer;
    transition: .5s;
}

.CBRF input::placeholder{
    color: #007dcc;
}

.CBRF input::-webkit-inner-spin-button,
.CBRF input::-webkit-outer-spin-button{
    -webkit-appearance: none; 
    margin: 0; 
}

.CBRF textarea{
    width: 93%;
    max-width: 93%;
    min-width: 93%;
    height: 185px;
    min-height: 185px;
    max-height: 185px;
    background-color: #f1f1f1;
    border-radius: 15px;
    padding-left: 20px;
    padding-top: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    color: #202020;
    font-size:20px;
    font-family: HelveticaBold;
    border: 2px solid transparent;
    transition: .5s;
    cursor: pointer;
}

.CBRF textarea::placeholder{
    color: #007dcc;
}

.CBRB{
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g-recaptcha{
    margin-left: 20px;
}

.BTNCFSend{
    width: 200px;
    height: 50%;
    background-color: #007dcc;
    color: #ffffff;
    font-size: 20px;
    font-family: HelveticaBold;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    margin-right: 30px;
    -webkit-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.75);
    transition: .3s;
    cursor: pointer;
}

.BTNCFSend:hover{
    -webkit-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    -moz-box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,1);
}

/*Footer*/

.Footer{
    width: 100%;
    height: 350px;
    background-color: #f1f1f1;
    padding-top: 40px;
}

.FooterContainer{
    margin: auto;
    width: 85%;
    height: 300px;
    display: block;
}

.FooterContainerTop{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FooterContainerTopL{
    width: 20%;
    height: 60px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.FooterContainerTopL img{
    width: 20%;
    margin-left: 20px;
}

.FooterContainerTopR{
    width: 80%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
}

.FooterContainerMedium{
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FooterContainerMediumC{
    width: 40%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FooterContainerMediumC1L{
    width: 50%;
    height: 200px;
}

.FooterContainerMediumC1R{
    width: 50%;
    height: 200px;
}

.FooterContainerMediumC1B{
    width: 100%;
    height: 100px;
    padding-top: 10px;
}

.FooterContainerMediumC1B #FCMC1BTitle{
    color: #202020;
    font-size:16px;
    font-family: HelveticaBold;
    padding-left: 20px;
    cursor: pointer;
}

.FooterContainerMediumC1B p{
    width: 80%;
    color: #202020;
    font-size:14px;
    font-family: RalewayExtraLight;
    padding-left: 20px;
    cursor: pointer;
}

.FooterContainerMediumCC2{
    width: 40%;
    height: 200px;
}

.FooterContainerMediumCC2 a{
    text-decoration: none;
    color: #000000;
}

.FooterContainerMediumC2{
    width: 100%;
    height: 66px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.FooterContainerMediumC2L{
    width: 20%;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FooterContainerMediumC2L img{
    width: 50%;
}

.FooterContainerMediumC2R{
    width: 80%;
    height: 66px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.FooterContainerMediumC2R p{
    color: #000000;
    font-size:16px;
    font-family: RalewayExtraLight;
    padding-left: 20px;
}

.FooterContainerMediumC3{
    width: 20%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.FooterContainerBottom{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.FooterContainerBottom p{
    color: #000000;
    font-size:16px;
    font-family: RalewayExtraLight;
    padding-left: 20px;
}

/*Cellphone Menu*/

.CellphoneMenu{
    width: 75vw;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 115;
    display:  none;    
    animation-duration: .3s;
    animation-fill-mode: both;
}

.MenuTop{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.MTL{
    width: calc(100% - 40px);
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.MTL .SelectBox{
    height: 35px;
    padding-left: 15px;
    position: relative;
}

.MTL .SelectBox .SelectOptionsList{
    width: 100%;
    height: 0;
}

.MTR{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.MTR img{
    width: 80%;
}

.MenuContent{
    width: 100%;
    height: calc(100% - 40px);
    display: block;
}

.MenuOption{
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.MenuOption a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.MenuOption a p{
    width: 100%;
    color: #202020;
    font-size:20px;
    text-decoration: none;
    font-family: HelveticaBold;
    font-weight: 400;
    cursor: pointer;
    padding-left: 15px;
}

/* ----------- Regular Screen ----------- */

@media screen and (min-width:1680px) and (max-width:1919px){

    .ContactBox{
        height: 75vh;
    }

}

@media screen and (min-width:1600px) and (max-width:1919px) and (max-height:900px){

}

@media screen and (min-width:1600px) and (max-width:1919px)  and (max-height:1024px){

    .ContactBox{
        height: 85vh;
        margin-bottom: 40px;
    }

}

@media screen and (min-width:1440px) and (max-width:1599px){

    .ContactBox{
        width: 95%;
        height: 90vh;
        margin-bottom: 40px;
    }

}

@media screen and (min-width:1366px) and (max-width:1439px){

    .WelcomeText{
        padding-top: .2%;
    }

    .WelcomeText h1{
        margin-top: 10%;
        font-size: 100px;
    }

    /*Nosotros Section*/

    .HistoryContainerBG{
        height: 80vh;
    }
    
    .HistoryContainerR1 p{
        font-size:16px;
    }

    .HistoryContainerR2 #HistoryContainerR2Title{
        font-size:16px;
    }
    
    .HistoryContainerR2 p{
        font-size:12px;
    }

    /*Products Section*/

    .ProductSection #PSCTitle{
        font-size:20px;
    }

    .ProductSection p{
        font-size:16px;
    }

    /*Services Section*/

    .SectionContainerServices #SCSTitle{
        font-size:20px;
    }

    .ServiceBoxContainer{
        width: 30%;
        min-width: 30%;
        margin-bottom: 20px;
    }

    /*PG Section*/

    .PGSectionContainer #PGCTitle{
        font-size:20px;
    }

    /*Contact Section*/

    .ContactSectionContainer #CSCTitle{
        font-size:20px;
    }
    
    .ContactBox{
        width: 95%;
        height: 105vh;
        margin-bottom: 40px;
    }

    .CBLITBI p{
        font-size: 16px;
    }

    .CBRT p{
        font-size: 16px;
    }

    .CBRF input{
        font-size: 16px;
    }

    .CBRF textarea{
        font-size: 16px;
    }

    .BTNCFSend{
        font-size: 16px;
    }
    
}

@media screen and (min-width:1360px) and (max-width:1365px){

    .WelcomeText{
        padding-top: .2%;
    }

    .WelcomeText h1{
        margin-top: 10%;
        font-size: 100px;
    }

    /*Nosotros Section*/

    .HistoryContainerBG{
        height: 80vh;
    }
    
    .HistoryContainerR1 p{
        font-size:16px;
    }

    .HistoryContainerR2 #HistoryContainerR2Title{
        font-size:16px;
    }
    
    .HistoryContainerR2 p{
        font-size:12px;
    }

    /*Products Section*/

    .ProductSection #PSCTitle{
        font-size:20px;
    }

    .ProductSection p{
        font-size:16px;
    }

    /*Services Section*/

    .SectionContainerServices #SCSTitle{
        font-size:20px;
    }

    .ServiceBoxContainer{
        width: 30%;
        min-width: 30%;
        margin-bottom: 20px;
    }

    /*PG Section*/

    .PGSectionContainer #PGCTitle{
        font-size:20px;
    }

    /*Contact Section*/

    .ContactSectionContainer #CSCTitle{
        font-size:20px;
    }
    
    .ContactBox{
        width: 95%;
        height: 105vh;
        margin-bottom: 40px;
    }

    .CBLITBI p{
        font-size: 16px;
    }

    .CBRT p{
        font-size: 16px;
    }

    .CBRF input{
        font-size: 16px;
    }

    .CBRF textarea{
        font-size: 16px;
    }

    .BTNCFSend{
        font-size: 16px;
    }

}

@media screen and (min-width:1280px) and (max-width:1359px){

    .WelcomeText{
        padding-top: .2%;
    }

    .WelcomeText h1{
        margin-top: 10%;
        font-size: 100px;
    }

    /*Nosotros Section*/

    .HistoryContainerBG{
        height: 80vh;
    }
    
    .HistoryContainerR1 p{
        font-size:16px;
    }

    .HistoryContainerR2 #HistoryContainerR2Title{
        font-size:16px;
    }
    
    .HistoryContainerR2 p{
        font-size:12px;
    }

    /*Products Section*/

    .ProductSection #PSCTitle{
        font-size:20px;
    }

    .ProductSection p{
        font-size:16px;
    }

    /*Services Section*/

    .SectionContainerServices #SCSTitle{
        font-size:20px;
    }

    .ServiceBoxContainer{
        width: 30%;
        min-width: 30%;
        margin-bottom: 20px;
    }

    /*PG Section*/

    .PGSectionContainer #PGCTitle{
        font-size:20px;
    }

    /*Contact Section*/

    .ContactSectionContainer #CSCTitle{
        font-size:20px;
    }
    
    .ContactBox{
        width: 95%;
        height: 80vh;
        margin-bottom: 40px;
    }

    .CBLITBI p{
        font-size: 16px;
    }

    .CBRT p{
        font-size: 16px;
    }

    .CBRF input{
        font-size: 16px;
    }

    .CBRF textarea{
        font-size: 16px;
    }

    .BTNCFSend{
        font-size: 16px;
    }

}

@media screen and (min-width:1152px) and (max-width:1279px){

    .WelcomeText{
        padding-top: .2%;
    }

    .WelcomeText h1{
        margin-top: 10%;
        font-size: 100px;
    }

    /*Nosotros Section*/

    .HistoryContainerBG{
        height: 80vh;
    }
    
    .HistoryContainerR1 p{
        font-size:16px;
    }

    .HistoryContainerR2 #HistoryContainerR2Title{
        font-size:16px;
    }
    
    .HistoryContainerR2 p{
        font-size:12px;
    }

    /*Products Section*/

    .ProductSection #PSCTitle{
        font-size:20px;
    }

    .ProductSection p{
        font-size:16px;
    }

    /*Services Section*/

    .SectionContainerServices #SCSTitle{
        font-size:20px;
    }

    .ServiceBoxContainer{
        width: 30%;
        min-width: 30%;
        margin-bottom: 20px;
    }

    /*PG Section*/

    .PGSectionContainer #PGCTitle{
        font-size:20px;
    }

    /*Contact Section*/

    .ContactSectionContainer #CSCTitle{
        font-size:20px;
    }
    
    .ContactBox{
        width: 95%;
        height: 92vh;
        margin-bottom: 40px;
    }

    .CBLITBI p{
        font-size: 16px;
    }

    .CBRT p{
        font-size: 16px;
    }

    .CBRF input{
        font-size: 16px;
    }

    .CBRF textarea{
        font-size: 16px;
    }

    .BTNCFSend{
        font-size: 16px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

}

@media screen and (min-width:816px) and (max-width:1151px){}

/* ----------- Tablets Screens ----------- */

@media screen and (min-width:769px) and (max-width:1024px){

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 200px;
        margin-bottom: 300px;
    }
    
    .AnimationBoxC img{
        width: 50%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .MenuContainer .NavegationLenguages{
        display: none;
    }

    .CellphoneMenu{
        width: 35vw;
    }

    .TopSection{
        height: auto;
    }

    .SectionContainer{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    
    .WelcomeText{
        margin: auto;
        width: 90%;
        height: auto;
        padding-top: 5%;
    }

    .WelcomeText h1{
        font-size:100px;
    }

    .WelcomeText #welcometxt{
        width: 100%;
        font-size:30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
        height: 60px;
    }

    .BTNIconContainer{
        width: 60px;
        height: 60px;
    }
    
    .BTNIconContainer i{
        font-size: 25px;
    }

    .BTNContactNow p{
        font-size: 30px;
    }

    .HistoryContainerBG{
        height: 50vh;
    }

    .HistoryContainerL{
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
    }

    .ProductSection p{
        width: 90%;
    }

    .ServiceBoxContainer{
        min-width: 335px;
    }

    .projectTextContainerBox #projectTextTitle{
        font-size: 55px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 75%;
        font-size: 20px;
    }

    .projectIlustrationContainerBoxFull::before {    
        content: "";
        background-image: url('./resources/images/craneoMaco.png');
        background-position: center;
        background-size: 150%;
        position: absolute;
        width: 100%;
        height: 50%;
        top: 150px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .IlustrarionContainerLeftSide #projectIlustrationPackaging1::before {            
        width: 100%;
        height: 125px;
    }

    .PGSection{
        min-height: auto;
    }

    .ContactBox{
        display: block;
        height: auto;
    }

    .CBL{
        width: 100%;
        height: 40%;
    }

    .CBLIT img{
        max-width: 40%;
    }

    .CBR{
        width: 100%;
    }

    .CBRT{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .CBRT p{
        max-width: 80%;
        text-align: center;
        padding-left: 0px;
    }

    .CBRF{
        width: 100%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .CBRF input{
        width: 85%;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRF textarea{
        width: 85%;
        max-width: 85%;
        min-width: 85%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRB{
        margin: auto;
        width: 90%;
        height: 15%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-recaptcha{
        margin-left: 0px;
    }

    .BTNCFSend{
        height: 75%;
        margin-right: 0px;
    }

    .FooterContainerTopR{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

}

@media screen and (min-width:715px) and (max-width:768px){

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 200px;
        margin-bottom: 300px;
    }
    
    .AnimationBoxC img{
        width: 50%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .MenuContainer .NavegationLenguages{
        display: none;
    }

    .CellphoneMenu{
        width: 35vw;
    }

    .TopSection{
        height: auto;
    }

    .SectionContainer{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    
    .WelcomeText{
        margin: auto;
        width: 90%;
        height: auto;
        padding-top: 5%;
    }

    .WelcomeText h1{
        font-size:100px;
    }

    .WelcomeText #welcometxt{
        width: 100%;
        font-size:30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
        height: 60px;
    }

    .BTNIconContainer{
        width: 60px;
        height: 60px;
    }
    
    .BTNIconContainer i{
        font-size: 25px;
    }

    .BTNContactNow p{
        font-size: 30px;
    }

    .HistoryContainerBG{
        height: 55vh;
    }

    .HistoryContainerL{
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
    }

    .ProductsBigBoxContainer{
        width: 95%;
    }

    .ProductsContainerBox{
        width: 100%;
    }

    .ServiceBoxContainer{
        min-width: 300px;
    }

    .projectTextContainerBox #projectTextTitle{
        font-size: 55px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 75%;
        font-size: 20px;
    }

    .projectIlustrationContainerBoxFull::before {    
        content: "";
        background-image: url('./resources/images/craneoMaco.png');
        background-position: center;
        background-size: 150%;
        position: absolute;
        width: 100%;
        height: 45%;
        top: 150px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .IlustrarionContainerLeftSide #projectIlustrationPackaging1::before {            
        width: 100%;
        height: 125px;
    }

    .PGSection{
        min-height: auto;
    }

    .ContactBox{
        display: block;
        height: auto;
    }

    .CBL{
        width: 100%;
        height: 40%;
    }

    .CBLIT img{
        max-width: 40%;
    }

    .CBR{
        width: 100%;
    }

    .CBRT{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .CBRT p{
        max-width: 80%;
        text-align: center;
        padding-left: 0px;
    }

    .CBRF{
        width: 100%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .CBRF input{
        width: 85%;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRF textarea{
        width: 85%;
        max-width: 85%;
        min-width: 85%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRB{
        margin: auto;
        width: 90%;
        height: 15%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-recaptcha{
        margin-left: 0px;
    }

    .BTNCFSend{
        height: 75%;
        margin-right: 0px;
    }

    .FooterContainerTopR{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

}

@media screen and (min-width:550px) and (max-width:714px){

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 200px;
        margin-bottom: 300px;
    }
    
    .AnimationBoxC img{
        width: 50%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .MenuContainer .NavegationLenguages{
        display: none;
    }

    .CellphoneMenu{
        width: 35vw;
    }

    .TopSection{
        height: auto;
    }

    .SectionContainer{
        width: 95%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
    }
    
    .WelcomeText{
        margin: auto;
        width: 90%;
        height: auto;
        padding-top: 5%;
    }

    .WelcomeText h1{
        font-size:100px;
    }

    .WelcomeText #welcometxt{
        width: 100%;
        font-size:30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
        height: 60px;
    }

    .BTNIconContainer{
        width: 60px;
        height: 60px;
    }
    
    .BTNIconContainer i{
        font-size: 25px;
    }

    .BTNContactNow p{
        font-size: 30px;
    }

    .HistoryContainerBG{
        height: 50vh;
    }

    .HistoryContainerL{
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
    }

    .ServiceBoxContainer{
        min-width: 335px;
    }

    .projectTextContainerBox #projectTextTitle{
        font-size: 55px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 75%;
        font-size: 20px;
    }

    .projectIlustrationContainerBoxFull::before {    
        content: "";
        background-image: url('./resources/images/craneoMaco.png');
        background-position: center;
        background-size: 150%;
        position: absolute;
        width: 100%;
        height: 50%;
        top: 150px;
        right: 0px;
        bottom: 0px;
        left: 0px;
    }

    .PGSection{
        min-height: auto;
    }

    .ContactBox{
        display: block;
        height: auto;
    }

    .CBL{
        width: 100%;
        height: 40%;
    }

    .CBLIT img{
        max-width: 40%;
    }

    .CBR{
        width: 100%;
    }

    .CBRT{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .CBRT p{
        max-width: 80%;
        text-align: center;
        padding-left: 0px;
    }

    .CBRF{
        width: 100%;
        height: 70%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .CBRF input{
        width: 85%;
        padding-left: 20px;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRF textarea{
        width: 85%;
        max-width: 85%;
        min-width: 85%;
        margin-left: 0px;
        margin-bottom: 15px;
    }

    .CBRB{
        margin: auto;
        width: 90%;
        height: 15%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .g-recaptcha{
        margin-left: 0px;
    }

    .BTNCFSend{
        height: 75%;
        margin-right: 0px;
    }

    .FooterContainerTopR{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

}

/* ----------- Tablets Screens Landscape ----------- */

@media screen and (min-width:769px) and (max-width:1024px)  and (orientation: landscape) {   

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 200px;
        margin-bottom: 150px;
    }
    
    .AnimationBoxC img{
        width: 50%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size: 60px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .SectionContainer{
        margin: auto;
        width: 97%;
        display: block;
        height: auto;
    }
    
    .WelcomeText{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 5%;
    }

    .WelcomeText h1{
        font-size:100px;
    }

    .WelcomeText p{
        width: 100%;
        font-size:30px;
    }

    .DRPic{
        margin: auto;
        width: 90%;
        height: auto;
        padding-top: 20px;
    }

    .DRPic img{
        width: 20%;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        margin: auto;
        width: 90%;
        height: 75px;
    }

    .BTNContactNow i{
        font-size: 24px;
    }

    .DRPic{
        display: none;
    }

    .CopinsaHistorySection{
        padding-top: 100px;
    }

    .CopinsaHistorySection{
        height: auto;
    }
    
    .SectionContainerHistory{
        height: auto;
    }

    .HistoryContainerBG{
        margin: auto;
        width: 95%;
        height: auto;
    }

    .HistoryContainerL{
        height: auto;
    }
    
    .ContainerLImageGeometry img{
        width: 100%;
        height: 100%;
    }

    .HistoryContainerR{
        height: auto;
    }
    
    .HistoryFullContainer{
        height: auto;
    }

    .HistoryContainerR1{
        padding-top: 0;
        height: auto;
    }

    .HistoryContainerR2{
        padding-top: 0;
        height: auto;
    }

    .HistoryContainerR1 p{
        font-size:24px;
    }

    .HistoryContainerR2 #HistoryContainerR2Title{
        font-size:24px;
    }

    .HistoryContainerR2 p{
        font-size:18px;
    }

    .ProductSectionContainer{
        padding-top: 80px;
        margin-bottom: 20px;
    }

    .ProductsBigBoxContainer{
        width: 100%;
    }

    .ProductsContainerBox{
        width: 95%;
    }

    .ProductSection #PSCTitle{
        font-size: 20px;
    }
    
    .ProductSection p{
        width: 90%;
        font-size: 20px;
    }

    .SectionContainerServices #SCSTitle{
        font-size: 30px;
    }

    .PGSection{
        height: 100vh;
    }
    
    .PGSectionContainer #PGCTitle{
        font-size:30px;
    }

    .ContactSection{
        height: auto;
    }

    .ContactSectionContainer{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .ContactSectionContainer{
        padding-top: 20px;
    }

    .ContactBox{
        width: 90%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .CBL{
        width: 100%;
        height: 280px;
    }

    .CBLIT{
        height: 30%;
        padding-top: 40px;
    }

    .CBLIT img{
        width: 20%;
    }
    
    .CBLITB{
        width: 100%;
        height: 70%;
        padding-top: 40px;
    }
    
    .CBLITBI{
        margin-bottom: 5px;
    }
    
    .CBLITBI i{
        font-size: 16px;
    }
    
    .CBLITBI p{
        font-size:14px;
        font-family: RalewayExtraLight;
        margin-left: 10px;
    }

    .CBR{
        width: 100%;
        height: auto;
    }

    .CBRF{
        margin: auto;
        width: 85%;
        height: auto;
        padding-top: 20px;  
    }
    
    .CBRF input{
        width: 93%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        font-size:16px;
    }

    .CBRF textarea{
        width: 85%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        font-size:16px;
    }

    .CBRB{
        margin: auto;
        width: 85%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .g-recaptcha{
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .BTNCFSend{
        margin: auto;
        width: 50%;
        height: 50px;
        left: 0;
        right: 0;
    }

    .Footer{
        height: 290px;
    }

    .FooterContainer{
        width: 100%;
        height: 290px;
    }

    .FooterContainerTop{
        display: none;
    }

    .FooterContainerMedium{
        width: 100%;
        height: 200px;
    }

    .FooterContainerMediumC{
        width: 75%;
    }

    .FooterContainerMediumC1B #FCMC1BTitle{
        font-size:12px;
        padding-left: 20px;
    }

    .FooterContainerMediumC1B p{
        width: 80%;
        font-size:10px;
        padding-left: 20px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

    .FooterContainerMediumC3{
        width: 25%;
    }

    .SelectBox{
        margin: auto;
        width: 90% !important;
    }

    .SelectOptionsList{
        width: 24% !important;
    }

    .FooterContainerBottom{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

}

/* ----------- Mobile Screens ----------- */


@media screen and (min-width:376px) and (max-width:545px){

    @keyframes ProductScroll {

        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-232px));
        }
    
    }

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        margin-bottom: 15vh;
    }
    
    .AnimationBoxC img{
        width: 60%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .CompanyNotificationButton{
        top: 0px;
    }

    /* Top Section Responsive Styles */
    
    .SectionContainer{
        justify-content: center;
        height: 100vh;
    }

    .WelcomeText{
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .WelcomeText h1{
        width: 100%;
        font-size: 75px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .WelcomeText #welcometxt{
        width: 90%;
        font-size:20px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
    }

    .BTNTextviewConteiner p{
        font-size: 18px;
    }

    /* About us Section Responsive styles */

    .CopinsaHistorySection{
        height: auto;
    }

    .CopinsaHistorySection{
        height: auto;
    }

    .HistoryContainerBG{
        float: right;
        width: 100%;
        height: auto;
        background-color: #f8f8f8;
        display: block;
        justify-content: none;
        align-items: none;
        border-radius: 0px 0px 0px 0px;
    }

    .HistoryContainerL{
        width: 0;
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HistoryFullContainer{
        margin: auto;
        height: auto;
        display: block;
        justify-content: center;
    }

    .HistoryContainerR1{
        width: 100%;
        height: auto;
        padding-top: 10vh;
    }

    .HistoryContainerR2{
        width: 100%;
        height: auto;
        padding-top: 5vh;
        margin-bottom: 10vh;
    }

    /* Products Section Responsive styles */

    .ProductSection{
        height: auto;
    }

    .ProductSection #PSCTitle{
        width: 95%;
        text-align: left;
    }

    .ProductSection p{
        width: 95%;
        text-align: left;
    }

    .ProductsBigBoxContainer{
        width: 100%;
    }

    .ProductsContainerBox{
        width: 100%;
        overflow: hidden;
    
    }

    .ProductContainerAutoSlide p{
        width: 100px;
    }

    .ProductsContainerBox{
        width: 100%;
        height: 85px;
        display: grid;
        justify-content : none;
        align-items: none;
        place-items: center;
        overflow: hidden;
    }
    
    .ProductContainerAutoSlide{
        width: 100%;
        height: 85px;
        display: flex;
        justify-content: none;
        width: calc(120px * 7);
        align-items: center;
        animation: ProductScroll 5s linear infinite;
    }

    .ProductContainerAutoSlide p{
        width: 120px;
        height: 65px;
        font-size: 18px;
    }

    .ProductContainerAutoSlide:hover {
        animation-play-state: paused;
    }
    

    /* Services Section responsive styles */


    .ServicesSection{
        align-items: flex-start;
    }

    .SectionContainerServices #SCSTitle{
        width: 95%;
        text-align: left;
    }

    .ServiceBoxContainer{
        width: 95%;
        min-width: 90%;
    }

    .SBCTXTT p{
        padding-left: 0px;
        text-align: center;
    }
    
    .SBCTXTT #BCTXTTD{
        margin: auto;
        padding-left: 0px;
        text-align: left;
    }

    .PGSection{
        height: 50vh;
    }

    .projectsSectionConteiner{
        margin: auto;
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: nowrap;
        justify-content : flex-start;
        padding-top: 40px;
        margin-bottom: 40px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .projectContainerBox{
        min-width: 90%;
        display: block;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .IlustrarionContainerLeftSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .IlustrarionContainerRightSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .projectIlustrationContainerBoxFull{
        width: 100%;
        height: 300px;
        position: relative;
    }

    .projectTextContainer{
        margin: auto;
        width: 90%;
        height: auto;
    }

    .projectTextContainerBox{
        margin: auto;
        min-width: 90%;
        padding-top: 20px;
    }

    .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }
    
    .projectTextBottomLineTitle{
        width: 100%;
        height: 5px;
        background-color: #00c996 ;
        margin-bottom: 20px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 100%;
        color: #000000;
        font-size: 20px;
        font-family: HelveticaBold;
        font-weight: 100;
        cursor: pointer;
    }

    .projectIlustrationContainerBox{
        width: 100%;
        height: 300px;
    }

    .reverseProcjectContainerBox{
        display: table;
    }
    
    .reverseProcjectContainerBox .projectTextContainer{
        display:table-footer-group;
        margin: auto;
        width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox{
        margin: auto;
        max-width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }

    /* Publicidad a granel responsive styles */

    .PGSection{
        min-height: auto;
    }

    .PGSectionContainer{
        padding-top: 20px;
    }

    .PGSectionContainer #PGCTitle{
        width: 95%;
        text-align: left;
    }

    .PGSCIMG{
        margin: auto;
        width: 100%;
        cursor: pointer;
    }

    .ServicesContainerBox{
        width: 100%;
        height: 420px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ServiceBoxContainer {
        margin-left: 17px;
    }

    .ContactSection{
        height: auto;
    }

    .ContactSectionContainer{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .ContactSectionContainer{
        padding-top: 20px;
    }

    .ContactBox{
        width: 95%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .CBL{
        width: 100%;
        height: 280px;
    }

    .CBLIT{
        height: 30%;
        padding-top: 40px;
    }

    .CBLIT img{
        width: 40%;
    }
    
    .CBLITB{
        width: 100%;
        height: 70%;
        padding-top: 40px;
    }
    
    .CBLITBI{
        margin-bottom: 5px;
    }
    
    .CBLITBI i{
        font-size: 16px;
    }
    
    .CBLITBI p{
        font-size:14px;
        font-family: RalewayExtraLight;
        margin-left: 10px;
    }

    .CBR{
        width: 100%;
        height: auto;
    }

    .CBRF{
        margin: auto;
        width: 85%;
        height: auto;
        padding-top: 20px;  
    }
    
    .CBRF input{
        width: 93%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        font-size:16px;
    }

    .CBRF textarea{
        width: 85%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        font-size:16px;
    }

    .CBRB{
        width: 100%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .g-recaptcha{
        margin: auto;
        margin-left: 0px;
        left: 0;
        right: 0;
        transform: scale(0.84);
        overflow: hidden;
    }

    .BTNCFSend{
        margin: auto;
        width: 90%;
        height: 50px;
        left: 0;
        right: 0;
    }

    .Footer{
        height: 290px;
    }

    .FooterContainer{
        width: 100%;
        height: 290px;
    }

    .FooterContainerTop{
        display: none;
    }

    .FooterContainerMedium{
        width: 100%;
        height: 200px;
    }

    .FooterContainerMediumC{
        width: 90%;
    }

    .FooterContainerMediumC1B #FCMC1BTitle{
        font-size:12px;
        padding-left: 5px;
    }

    .FooterContainerMediumC1B p{
        width: 80%;
        font-size:10px;
        padding-left: 5px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

    .FooterContainerBottom{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

}

@media screen and (min-width:361px) and (max-width:375px){

    @keyframes ProductScroll {

        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-232px));
        }
    
    }

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        margin-bottom: 15vh;
    }
    
    .AnimationBoxC img{
        width: 60%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .CompanyNotificationButton{
        top: 0px;
    }

    /* Top Section Responsive Styles */
    
    .SectionContainer{
        justify-content: center;
        height: 100vh;
    }

    .WelcomeText{
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .WelcomeText h1{
        width: 100%;
        font-size: 75px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .WelcomeText #welcometxt{
        width: 90%;
        font-size:20px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
    }

    .BTNTextviewConteiner p{
        font-size: 18px;
    }

    /* About us Section Responsive styles */

    .CopinsaHistorySection{
        height: auto;
    }

    .CopinsaHistorySection{
        height: auto;
    }

    .HistoryContainerBG{
        float: right;
        width: 100%;
        height: auto;
        background-color: #f8f8f8;
        display: block;
        justify-content: none;
        align-items: none;
        border-radius: 0px 0px 0px 0px;
    }

    .HistoryContainerL{
        width: 0;
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HistoryFullContainer{
        margin: auto;
        height: auto;
        display: block;
        justify-content: center;
    }

    .HistoryContainerR1{
        width: 100%;
        height: auto;
        padding-top: 10vh;
    }

    .HistoryContainerR2{
        width: 100%;
        height: auto;
        padding-top: 5vh;
        margin-bottom: 10vh;
    }

    /* Products Section Responsive styles */

    .ProductSection{
        height: auto;
    }

    .ProductSection #PSCTitle{
        width: 95%;
        text-align: left;
    }

    .ProductSection p{
        width: 95%;
        text-align: left;
    }

    .ProductsBigBoxContainer{
        width: 100%;
    }

    .ProductsContainerBox{
        width: 100%;
        overflow: hidden;
    
    }

    .ProductContainerAutoSlide p{
        width: 100px;
    }

    .ProductsContainerBox{
        width: 100%;
        height: 85px;
        display: grid;
        justify-content : none;
        align-items: none;
        place-items: center;
        overflow: hidden;
    }
    
    .ProductContainerAutoSlide{
        width: 100%;
        height: 85px;
        display: flex;
        justify-content: none;
        width: calc(120px * 7);
        align-items: center;
        animation: ProductScroll 5s linear infinite;
    }

    .ProductContainerAutoSlide p{
        width: 120px;
        height: 65px;
        font-size: 18px;
    }

    .ProductContainerAutoSlide:hover {
        animation-play-state: paused;
    }
    

    /* Services Section responsive styles */


    .ServicesSection{
        align-items: flex-start;
    }

    .SectionContainerServices #SCSTitle{
        width: 95%;
        text-align: left;
    }

    .ServiceBoxContainer{
        width: 95%;
        min-width: 90%;
    }

    .SBCTXTT p{
        padding-left: 0px;
        text-align: center;
    }
    
    .SBCTXTT #BCTXTTD{
        margin: auto;
        padding-left: 0px;
        text-align: left;
    }

    .PGSection{
        height: 50vh;
    }

    .projectsSectionConteiner{
        margin: auto;
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: nowrap;
        justify-content : flex-start;
        padding-top: 40px;
        margin-bottom: 40px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .projectContainerBox{
        min-width: 90%;
        display: block;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .IlustrarionContainerLeftSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .IlustrarionContainerRightSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .projectIlustrationContainerBoxFull{
        width: 100%;
        height: 300px;
        position: relative;
    }

    .projectTextContainer{
        margin: auto;
        width: 90%;
        height: auto;
    }

    .projectTextContainerBox{
        margin: auto;
        min-width: 90%;
        padding-top: 20px;
    }

    .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }
    
    .projectTextBottomLineTitle{
        width: 100%;
        height: 5px;
        background-color: #00c996 ;
        margin-bottom: 20px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 100%;
        color: #000000;
        font-size: 20px;
        font-family: HelveticaBold;
        font-weight: 100;
        cursor: pointer;
    }

    .projectIlustrationContainerBox{
        width: 100%;
        height: 300px;
    }

    .reverseProcjectContainerBox{
        display: table;
    }
    
    .reverseProcjectContainerBox .projectTextContainer{
        display:table-footer-group;
        margin: auto;
        width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox{
        margin: auto;
        max-width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }

    /* Publicidad a granel responsive styles */

    .PGSection{
        min-height: auto;
    }

    .PGSectionContainer{
        padding-top: 20px;
    }

    .PGSectionContainer #PGCTitle{
        width: 95%;
        text-align: left;
    }

    .PGSCIMG{
        margin: auto;
        width: 100%;
        cursor: pointer;
    }

    .ServicesContainerBox{
        width: 100%;
        height: 420px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ServiceBoxContainer {
        margin-left: 17px;
    }

    .ContactSection{
        height: auto;
    }

    .ContactSectionContainer{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .ContactSectionContainer{
        padding-top: 20px;
    }

    .ContactBox{
        width: 95%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .CBL{
        width: 100%;
        height: 280px;
    }

    .CBLIT{
        height: 30%;
        padding-top: 40px;
    }

    .CBLIT img{
        width: 40%;
    }
    
    .CBLITB{
        width: 100%;
        height: 70%;
        padding-top: 40px;
    }
    
    .CBLITBI{
        margin-bottom: 5px;
    }
    
    .CBLITBI i{
        font-size: 16px;
    }
    
    .CBLITBI p{
        font-size:14px;
        font-family: RalewayExtraLight;
        margin-left: 10px;
    }

    .CBR{
        width: 100%;
        height: auto;
    }

    .CBRF{
        margin: auto;
        width: 85%;
        height: auto;
        padding-top: 20px;  
    }
    
    .CBRF input{
        width: 93%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        font-size:16px;
    }

    .CBRF textarea{
        width: 85%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        font-size:16px;
    }

    .CBRB{
        width: 100%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .g-recaptcha{
        margin: auto;
        margin-left: 0px;
        left: 0;
        right: 0;
        transform: scale(0.84);
        overflow: hidden;
    }

    .BTNCFSend{
        margin: auto;
        width: 90%;
        height: 50px;
        left: 0;
        right: 0;
    }

    .Footer{
        height: 290px;
    }

    .FooterContainer{
        width: 100%;
        height: 290px;
    }

    .FooterContainerTop{
        display: none;
    }

    .FooterContainerMedium{
        width: 100%;
        height: 200px;
    }

    .FooterContainerMediumC{
        width: 90%;
    }

    .FooterContainerMediumC1B #FCMC1BTitle{
        font-size:12px;
        padding-left: 5px;
    }

    .FooterContainerMediumC1B p{
        width: 80%;
        font-size:10px;
        padding-left: 5px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

    .FooterContainerBottom{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

}

@media screen and (min-width:281px) and (max-width:360px){

    @keyframes ProductScroll {

        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-232px));
        }
    
    }

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        margin-bottom: 15vh;
    }
    
    .AnimationBoxC img{
        width: 60%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .CompanyNotificationButton{
        top: 0px;
    }

    /* Top Section Responsive Styles */
    
    .SectionContainer{
        justify-content: center;
        height: 100vh;
    }

    .WelcomeText{
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .WelcomeText h1{
        width: 100%;
        font-size: 75px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .WelcomeText #welcometxt{
        width: 90%;
        font-size:20px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
    }

    .BTNTextviewConteiner p{
        font-size: 18px;
    }

    /* About us Section Responsive styles */

    .CopinsaHistorySection{
        height: auto;
    }

    .CopinsaHistorySection{
        height: auto;
    }

    .HistoryContainerBG{
        float: right;
        width: 100%;
        height: auto;
        background-color: #f8f8f8;
        display: block;
        justify-content: none;
        align-items: none;
        border-radius: 0px 0px 0px 0px;
    }

    .HistoryContainerL{
        width: 0;
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HistoryFullContainer{
        margin: auto;
        height: auto;
        display: block;
        justify-content: center;
    }

    .HistoryContainerR1{
        width: 100%;
        height: auto;
        padding-top: 10vh;
    }

    .HistoryContainerR2{
        width: 100%;
        height: auto;
        padding-top: 5vh;
        margin-bottom: 10vh;
    }

    /* Products Section Responsive styles */

    .ProductSection{
        height: auto;
    }

    .ProductSection #PSCTitle{
        width: 95%;
        text-align: left;
    }

    .ProductSection p{
        width: 95%;
        text-align: left;
    }

    .ProductsBigBoxContainer{
        width: 100%;
    }

    .ProductsContainerBox{
        width: 100%;
        overflow: hidden;
    
    }

    .ProductContainerAutoSlide p{
        width: 100px;
    }

    .ProductsContainerBox{
        width: 100%;
        height: 85px;
        display: grid;
        justify-content : none;
        align-items: none;
        place-items: center;
        overflow: hidden;
    }
    
    .ProductContainerAutoSlide{
        width: 100%;
        height: 85px;
        display: flex;
        justify-content: none;
        width: calc(120px * 7);
        align-items: center;
        animation: ProductScroll 5s linear infinite;
    }

    .ProductContainerAutoSlide p{
        width: 120px;
        height: 65px;
        font-size: 18px;
    }

    .ProductContainerAutoSlide:hover {
        animation-play-state: paused;
    }
    

    /* Services Section responsive styles */


    .ServicesSection{
        align-items: flex-start;
    }

    .SectionContainerServices #SCSTitle{
        width: 95%;
        text-align: left;
    }

    .ServiceBoxContainer{
        width: 95%;
        min-width: 90%;
    }

    .SBCTXTT p{
        padding-left: 0px;
        text-align: center;
    }
    
    .SBCTXTT #BCTXTTD{
        margin: auto;
        padding-left: 0px;
        text-align: left;
    }

    .PGSection{
        height: 50vh;
    }

    .projectsSectionConteiner{
        margin: auto;
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: nowrap;
        justify-content : flex-start;
        padding-top: 40px;
        margin-bottom: 40px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .projectContainerBox{
        min-width: 90%;
        display: block;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .IlustrarionContainerLeftSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .IlustrarionContainerRightSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .projectIlustrationContainerBoxFull{
        width: 100%;
        height: 300px;
        position: relative;
    }

    .projectTextContainer{
        margin: auto;
        width: 90%;
        height: auto;
    }

    .projectTextContainerBox{
        margin: auto;
        min-width: 90%;
        padding-top: 20px;
    }

    .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }
    
    .projectTextBottomLineTitle{
        width: 100%;
        height: 5px;
        background-color: #00c996 ;
        margin-bottom: 20px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 100%;
        color: #000000;
        font-size: 20px;
        font-family: HelveticaBold;
        font-weight: 100;
        cursor: pointer;
    }

    .projectIlustrationContainerBox{
        width: 100%;
        height: 300px;
    }

    .reverseProcjectContainerBox{
        display: table;
    }
    
    .reverseProcjectContainerBox .projectTextContainer{
        display:table-footer-group;
        margin: auto;
        width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox{
        margin: auto;
        max-width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }

    /* Publicidad a granel responsive styles */

    .PGSection{
        min-height: auto;
    }

    .PGSectionContainer{
        padding-top: 20px;
    }

    .PGSectionContainer #PGCTitle{
        width: 95%;
        text-align: left;
    }

    .PGSCIMG{
        margin: auto;
        width: 100%;
        cursor: pointer;
    }

    .ServicesContainerBox{
        width: 100%;
        height: 420px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ServiceBoxContainer {
        margin-left: 17px;
    }

    .ContactSection{
        height: auto;
    }

    .ContactSectionContainer{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .ContactSectionContainer{
        padding-top: 20px;
    }

    .ContactBox{
        width: 95%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .CBL{
        width: 100%;
        height: 280px;
    }

    .CBLIT{
        height: 30%;
        padding-top: 40px;
    }

    .CBLIT img{
        width: 40%;
    }
    
    .CBLITB{
        width: 100%;
        height: 70%;
        padding-top: 40px;
    }
    
    .CBLITBI{
        margin-bottom: 5px;
    }
    
    .CBLITBI i{
        font-size: 16px;
    }
    
    .CBLITBI p{
        font-size:14px;
        font-family: RalewayExtraLight;
        margin-left: 10px;
    }

    .CBR{
        width: 100%;
        height: auto;
    }

    .CBRF{
        margin: auto;
        width: 85%;
        height: auto;
        padding-top: 20px;  
    }
    
    .CBRF input{
        width: 93%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        font-size:16px;
    }

    .CBRF textarea{
        width: 85%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        font-size:16px;
    }

    .CBRB{
        width: 100%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .g-recaptcha{
        margin: auto;
        margin-left: 0px;
        left: 0;
        right: 0;
        transform: scale(0.84);
        overflow: hidden;
    }

    .BTNCFSend{
        margin: auto;
        width: 90%;
        height: 50px;
        left: 0;
        right: 0;
    }

    .Footer{
        height: 290px;
    }

    .FooterContainer{
        width: 100%;
        height: 290px;
    }

    .FooterContainerTop{
        display: none;
    }

    .FooterContainerMedium{
        width: 100%;
        height: 200px;
    }

    .FooterContainerMediumC{
        width: 90%;
    }

    .FooterContainerMediumC1B #FCMC1BTitle{
        font-size:12px;
        padding-left: 5px;
    }

    .FooterContainerMediumC1B p{
        width: 80%;
        font-size:10px;
        padding-left: 5px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

    .FooterContainerBottom{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

}

@media screen and (min-width:0px) and (max-width:280px){

    @keyframes ProductScroll {

        0%{
            transform: translateX(0);
        }
        100%{
            transform: translateX(calc(-232px));
        }
    
    }

    .AnimationContainer{
        display: none;
    }
    
    .AnimationContainerM{
        width: 100%;
        height: 100vh;
        background-color: #ede9e9;
        overflow: hidden;
        z-index: 110;
        transition: 1s;
    }
    
    .AnimationContainerM{
        margin: auto;
        width: 80%;
        height: 100vh;
        display: block;
        justify-content: none;
        align-items: none;
    }
    
    .AnimationBox{
        width: 80%;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 45vh;
    }

    .AnimationBoxC{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 150px;
        margin-bottom: 15vh;
    }
    
    .AnimationBoxC img{
        width: 60%;
        animation-name: WelcomeViewIconRotate;
        animation-duration: 1s;
    }
    
    .AnimationBoxL{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxL p{    
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxL p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }    
    
    .AnimationBoxR{
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .AnimationBoxR p{
        font-size:35px;
        font-family: HelveticaBold;
        animation-delay: 1s;
        position: relative;
        color: transparent;
        animation: ShowWelcomeText 2s ease forwards;
        display: inline-block;
        cursor: pointer;
    }
    
    .AnimationBoxR p span{
        content: '';
        position: absolute;
        height: 100%;
        width: 0;
        left: 0;
        top: 0;
        background-color: #007dcc;
        animation: ShowWelcomeTextBox 1s ease forwards;
        animation-delay: 1s;
    }

    .CompanyNotificationContainer .CompanyNotificationButton{
        top: 0px;
    }

    /* Top Section Responsive Styles */
    
    .SectionContainer{
        justify-content: center;
        height: 100vh;
    }

    .WelcomeText{
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    .WelcomeText h1{
        width: 100%;
        font-size: 50px;
        padding-top: 0;
        margin-bottom: 30px;
    }

    .WelcomeText #welcometxt{
        width: 90%;
        font-size:15px;
        margin-left: 0;
        margin-bottom: 30px;
    }

    .DRPic{
        display: none;
    }

    .ProvidersContainer{
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .ProvidersContainerTitle{
        width: 100%;
        height: 35px;
    }

    .BTNContactNow{
        width: 100%;
    }

    .BTNTextviewConteiner p{
        font-size: 18px;
    }

    /* About us Section Responsive styles */

    .CopinsaHistorySection{
        height: auto;
    }

    .CopinsaHistorySection{
        height: auto;
    }

    .HistoryContainerBG{
        float: right;
        width: 100%;
        height: auto;
        background-color: #f8f8f8;
        display: block;
        justify-content: none;
        align-items: none;
        border-radius: 0px 0px 0px 0px;
    }

    .HistoryContainerL{
        width: 0;
        display: none;
    }

    .HistoryContainerR{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .HistoryFullContainer{
        margin: auto;
        height: auto;
        display: block;
        justify-content: center;
    }

    .HistoryContainerR1{
        width: 100%;
        height: auto;
        padding-top: 10vh;
    }

    .HistoryContainerR2{
        width: 100%;
        height: auto;
        padding-top: 5vh;
        margin-bottom: 10vh;
    }

    /* Products Section Responsive styles */

    .ProductSection{
        height: auto;
    }

    .ProductSection #PSCTitle{
        width: 95%;
        text-align: left;
    }

    .ProductSection p{
        width: 95%;
        text-align: left;
    }

    .ProductsBigBoxContainer{
        width: 100%;
    }

    .ProductsContainerBox{
        width: 100%;
        overflow: hidden;
    
    }

    .ProductContainerAutoSlide p{
        width: 100px;
    }

    .ProductsContainerBox{
        width: 100%;
        height: 85px;
        display: grid;
        justify-content : none;
        align-items: none;
        place-items: center;
        overflow: hidden;
    }
    
    .ProductContainerAutoSlide{
        width: 100%;
        height: 85px;
        display: flex;
        justify-content: none;
        width: calc(120px * 7);
        align-items: center;
        animation: ProductScroll 5s linear infinite;
    }

    .ProductContainerAutoSlide p{
        width: 120px;
        height: 65px;
        font-size: 18px;
    }

    .ProductContainerAutoSlide:hover {
        animation-play-state: paused;
    }
    

    /* Services Section responsive styles */


    .ServicesSection{
        align-items: flex-start;
    }

    .SectionContainerServices #SCSTitle{
        width: 95%;
        text-align: left;
    }

    .ServiceBoxContainer{
        width: 95%;
        min-width: 90%;
    }

    .SBCTXTT p{
        padding-left: 0px;
        text-align: center;
    }
    
    .SBCTXTT #BCTXTTD{
        margin: auto;
        padding-left: 0px;
        text-align: left;
    }

    .PGSection{
        height: 50vh;
    }

    .projectsSectionConteiner{
        margin: auto;
        width: 100%;
        height: 600px;
        display: flex;
        flex-wrap: nowrap;
        justify-content : flex-start;
        padding-top: 40px;
        margin-bottom: 40px;
        overflow-x: scroll;
        scroll-behavior: smooth;
    }

    .projectContainerBox{
        min-width: 90%;
        display: block;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .IlustrarionContainerLeftSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
    
    .IlustrarionContainerRightSide{
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .projectIlustrationContainerBoxFull{
        width: 100%;
        height: 300px;
        position: relative;
    }

    .projectTextContainer{
        margin: auto;
        width: 90%;
        height: auto;
    }

    .projectTextContainerBox{
        margin: auto;
        min-width: 90%;
        padding-top: 20px;
    }

    .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }    
    
    .projectTextBottomLineTitle{
        width: 100%;
        height: 5px;
        background-color: #00c996 ;
        margin-bottom: 20px;
    }
    
    .projectTextContainerBox #projectTextP{
        max-width: 100%;
        color: #000000;
        font-size: 20px;
        font-family: HelveticaBold;
        font-weight: 100;
        cursor: pointer;
    }

    .projectIlustrationContainerBox{
        width: 100%;
        height: 300px;
    }

    .reverseProcjectContainerBox{
        display: table;
    }
    
    .reverseProcjectContainerBox .projectTextContainer{
        display:table-footer-group;
        margin: auto;
        width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox{
        margin: auto;
        max-width: 90%;
    }

    .reverseProcjectContainerBox .projectTextContainerBox #projectTextTitle{
        width: 100%;
        text-align: center;
        color: #007dcc;
        font-size: 50px;
        font-family: RRPioneer;
        cursor: pointer;
        margin-bottom: 10px;
    }

    /* Publicidad a granel responsive styles */

    .PGSection{
        min-height: auto;
    }

    .PGSectionContainer{
        padding-top: 20px;
    }

    .PGSectionContainer #PGCTitle{
        width: 95%;
        text-align: left;
    }

    .PGSCIMG{
        margin: auto;
        width: 100%;
        cursor: pointer;
    }

    .ServicesContainerBox{
        width: 100%;
        height: 420px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ServiceBoxContainer {
        margin-left: 17px;
    }

    .ContactSection{
        height: auto;
    }

    .ContactSectionContainer{
        margin: auto;
        width: 100%;
        height: auto;
        padding-top: 80px;
        margin-bottom: 40px;
    }

    .ContactSectionContainer{
        padding-top: 20px;
    }

    .ContactBox{
        width: 95%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .CBL{
        width: 100%;
        height: 280px;
    }

    .CBLIT{
        height: 30%;
        padding-top: 40px;
    }

    .CBLIT img{
        width: 40%;
    }
    
    .CBLITB{
        width: 100%;
        height: 70%;
        padding-top: 40px;
    }
    
    .CBLITBI{
        margin-bottom: 5px;
    }
    
    .CBLITBI i{
        font-size: 16px;
    }
    
    .CBLITBI p{
        font-size:14px;
        font-family: RalewayExtraLight;
        margin-left: 10px;
    }

    .CBR{
        width: 100%;
        height: auto;
    }

    .CBRF{
        margin: auto;
        width: 85%;
        height: auto;
        padding-top: 20px;  
    }
    
    .CBRF input{
        width: 93%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        margin-bottom: 10px;
        font-size:16px;
    }

    .CBRF textarea{
        width: 85%;
        height: 40px;
        padding-left: 10px;
        margin-left: 0px;
        font-size:16px;
    }

    .CBRB{
        width: 100%;
        height: auto;
        display: block;
        justify-content: none;
        align-items: none;
    }

    .g-recaptcha{
        margin: auto;
        margin-left: 0px;
        left: 0;
        right: 0;
        transform: scale(0.84);
        overflow: hidden;
    }

    .BTNCFSend{
        margin: auto;
        width: 90%;
        height: 50px;
        left: 0;
        right: 0;
    }

    .Footer{
        height: 290px;
    }

    .FooterContainer{
        width: 100%;
        height: 290px;
    }

    .FooterContainerTop{
        display: none;
    }

    .FooterContainerMedium{
        width: 100%;
        height: 200px;
    }

    .FooterContainerMediumC{
        width: 90%;
    }

    .FooterContainerMediumC1B #FCMC1BTitle{
        font-size:12px;
        padding-left: 5px;
    }

    .FooterContainerMediumC1B p{
        width: 80%;
        font-size:10px;
        padding-left: 5px;
    }

    .FooterContainerMediumCC2{
        display: none;
    }

    .FooterContainerMediumC3{
        display: none;
    }

    .FooterContainerBottom{
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

}

/* ----------- Scroll snap for small devices ----------- */

@media screen and (min-width: 0px) and (max-width:1024px) {

    .ServicesContainerBox{
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .ServiceBoxContainer{
        scroll-snap-align: start;
    }

    .ServiceBoxContainer:hover{
        transform: scale(1.0);
        -webkit-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.0);
        -moz-box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.0);
        box-shadow: 0px 0px 21px -6px rgba(0,0,0,0.0);
    }

    .ServiceBoxContainer:hover .SBCIMG img{
        transform: scale(1.0);
    }

    .projectsSectionConteiner{
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
    }

    .projectContainerBox{
        scroll-snap-align: center;
    }
    
}